summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <p@simianer.de>2015-01-26 09:34:32 +0100
committerpks <p@simianer.de>2015-01-26 09:34:32 +0100
commit0be900d2e33b4a82994c1d033251fd77b70a4d92 (patch)
treee30585288c5397a1924c312109246881ede37f01
parent25fa34e5c4275cdd4a4ca735c12b4b22f7ed7c0e (diff)
parent79a74fea89be46fc35c55e331d41cf8aeb017771 (diff)
Merge pull request #1 from carhaas/master
Free917
-rw-r--r--README.md20
-rw-r--r--cfg.rb7
-rw-r--r--data/free917/README13
-rw-r--r--data/free917/free917v2.dev.gold620
-rw-r--r--data/free917/free917v2.dev.mrl620
-rw-r--r--data/free917/free917v2.dev.tok.de620
-rw-r--r--data/free917/free917v2.dev.tok.en620
-rw-r--r--data/free917/free917v2.test.gold264
-rw-r--r--data/free917/free917v2.test.mrl264
-rw-r--r--data/free917/free917v2.test.tok.de264
-rw-r--r--data/free917/free917v2.test.tok.en264
-rw-r--r--example_free917/cdec.ini (renamed from example/cdec.ini)0
-rw-r--r--example_free917/cfg.rb5
-rw-r--r--example_free917/data.en10
-rw-r--r--example_free917/data.gold10
-rw-r--r--example_free917/data.in10
-rw-r--r--example_free917/data.mrl10
-rw-r--r--example_free917/grammar/grammar.0584
-rw-r--r--example_free917/grammar/grammar.11203
-rw-r--r--example_free917/grammar/grammar.22252
-rw-r--r--example_free917/grammar/grammar.31193
-rw-r--r--example_free917/grammar/grammar.41253
-rw-r--r--example_free917/grammar/grammar.51399
-rw-r--r--example_free917/grammar/grammar.6610
-rw-r--r--example_free917/grammar/grammar.7787
-rw-r--r--example_free917/grammar/grammar.81726
-rw-r--r--example_free917/grammar/grammar.91257
-rw-r--r--example_free917/run.sh41
-rw-r--r--example_geoquery/cdec.ini9
-rw-r--r--example_geoquery/cfg.rb (renamed from example/cfg.rb)0
-rw-r--r--example_geoquery/data.en (renamed from example/data.en)0
-rw-r--r--example_geoquery/data.funql (renamed from example/data.funql)0
-rw-r--r--example_geoquery/data.gold (renamed from example/data.gold)0
-rw-r--r--example_geoquery/data.in (renamed from example/data.in)0
-rw-r--r--example_geoquery/data.prolog (renamed from example/data.prolog)0
-rw-r--r--example_geoquery/grammar/grammar.15.gz (renamed from example/grammar/grammar.15.gz)bin17487 -> 17487 bytes
-rw-r--r--example_geoquery/grammar/grammar.16.gz (renamed from example/grammar/grammar.16.gz)bin17489 -> 17489 bytes
-rw-r--r--example_geoquery/grammar/grammar.25.gz (renamed from example/grammar/grammar.25.gz)bin7307 -> 7307 bytes
-rw-r--r--example_geoquery/grammar/grammar.26.gz (renamed from example/grammar/grammar.26.gz)bin25672 -> 25672 bytes
-rw-r--r--example_geoquery/grammar/grammar.29.gz (renamed from example/grammar/grammar.29.gz)bin22610 -> 22610 bytes
-rw-r--r--example_geoquery/grammar/grammar.3.gz (renamed from example/grammar/grammar.3.gz)bin4659 -> 4659 bytes
-rw-r--r--example_geoquery/grammar/grammar.33.gz (renamed from example/grammar/grammar.33.gz)bin7612 -> 7612 bytes
-rw-r--r--example_geoquery/grammar/grammar.34.gz (renamed from example/grammar/grammar.34.gz)bin7601 -> 7601 bytes
-rw-r--r--example_geoquery/grammar/grammar.37.gz (renamed from example/grammar/grammar.37.gz)bin11126 -> 11126 bytes
-rw-r--r--example_geoquery/grammar/grammar.6.gz (renamed from example/grammar/grammar.6.gz)bin43680 -> 43680 bytes
-rw-r--r--[-rwxr-xr-x]example_geoquery/run.sh (renamed from example/run.sh)1
-rw-r--r--hopefear.rb20
-rwxr-xr-xrebol.rb124
-rw-r--r--scripts/free917/cv.sh61
-rw-r--r--scripts/free917/eval.rb17
-rw-r--r--scripts/free917/parse_utterance.rb42
-rw-r--r--scripts/free917/sigf_format.rb20
52 files changed, 16178 insertions, 42 deletions
diff --git a/README.md b/README.md
index b68535f..7c600d3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
rebol
=====
-Code for grounded SMT on geoquery data.
+Code for grounded SMT on geoquery data or Free917 data.
(N.b. This has nothing to do with the programming language REBOL [0]!)
@@ -9,22 +9,29 @@ Code for grounded SMT on geoquery data.
Dependencies
------------
+###Geoquery:
_WASP_-1.0 includes the geoquery knowledge base and scripts for querying it.
The evaluation scripts were slightly modified to produce full outputs.
These scripts can be found in data/geoquery/wasp/, and they go into wasp-1.0/data/geo-funql/eval/.
WASP-1.0 can be downloaded from here [1].
-You'll also need a _Prolog_ environment, e.g. SWI-Prolog [2].
+You'll also need a _Prolog_ environment for geoquery, e.g. SWI-Prolog [2].
We use the a slightly modified implementation of _smt-semparse_,
as described in *Semantic parsing as machine translation* (Andreas et al, ACL 2013).
Our fork can be found here [3]. This software depends on more stuff, e.g. the Moses decoder
and SRILM.
-For translation we use the _cdec_ toolkit, [4].
+###Free917:
+The parser used for Free917 is _sempre_,
+as described in *Semantic Parsing on Freebase from Question-Answer Pairs* (Berant et al, EMNLP 2013).
+It can be downloaded here [4] and further dependencies can be found in QUICKSTART.md.
+
+###Both:
+For translation we use the _cdec_ toolkit, [5].
As semantic parsing is quite slow and rebol does it quite often,
-results are cached with _memcached_ [5].
+results are cached with _memcached_ [6].
You'll need the following _ruby gems_:
* https://rubygems.org/gems/memcached
@@ -38,6 +45,7 @@ You'll need the following _ruby gems_:
* [1] http://www.cs.utexas.edu/~ml/wasp/wasp-1.0.tar.bz2
* [2] http://www.swi-prolog.org/
* [3] https://github.com/pks/smt-semparse
-* [4] https://github.com/redpony/cdec
-* [5] http://memcached.org/
+* [4] https://github.com/percyliang/sempre
+* [5] https://github.com/redpony/cdec
+* [6] http://memcached.org/
diff --git a/cfg.rb b/cfg.rb
index 7063730..bc1ba5f 100644
--- a/cfg.rb
+++ b/cfg.rb
@@ -1,12 +1,17 @@
+#geoquery requirements:
# edit here to change the parser
SMT_SEMPARSE = 'python /path/to/decode_sentence.py/of/smt-semparse /path/to/smt-semparse/workdir'
# this should be a 'fixed' (one that doesn't abbreviate its output) version of eval.pl
EVAL_PL = '/path/to/wasp-1.0/data/geo-funql/eval/eval.pl'
# set to true to ignore zombie eval.pl procs
ACCEPT_ZOMBIES = true
+#free917 requirements:
+#location of sempre
+SEMPRE = '/path/to/sempre'
+#both
TIMEOUT = 60
# cdec binary
-CDEC_BIN = '/path/to/cdec'
+CDEC_BIN = '/path/to/cdec/decoder/cdec'
# memcached has to be running
$cache = Memcached.new('localhost:31337')
diff --git a/data/free917/README b/data/free917/README
new file mode 100644
index 0000000..5ad10c4
--- /dev/null
+++ b/data/free917/README
@@ -0,0 +1,13 @@
+free917v2.dev.gold : gold answers for the development set
+free917v2.dev.mrl : simple lambda formulas for the development set
+free917v2.dev.tok.de : English sentences for the development set
+free917v2.dev.tok.en : German sentences for the development set
+free917v2.test.gold : gold answers for the test set
+free917v2.test.mrl : simple lambda formulas for the test set
+free917v2.test.tok.de : English sentences for the test set
+free917v2.test.tok.en : German sentences for the test set
+README : this file
+
+../stopwords.en : English stopwords file
+../weights.init : initial weights
+
diff --git a/data/free917/free917v2.dev.gold b/data/free917/free917v2.dev.gold
new file mode 100644
index 0000000..0adc1c7
--- /dev/null
+++ b/data/free917/free917v2.dev.gold
@@ -0,0 +1,620 @@
+(name fb:en.ohio_state_university "Ohio State University") (name fb:en.california_institute_of_technology "California Institute of Technology")
+(number 2629)
+(name fb:en.cupertino Cupertino)
+(number 0.120)
+(number 18)
+(number 45)
+(name fb:en.1936_summer_olympics "1936 Summer Olympics") (name fb:en.2008_summer_olympics "2008 Summer Olympics") (name fb:en.1952_summer_olympics "1952 Summer Olympics")
+(name fb:en.stevie_nicks "Stevie Nicks") (name fb:en.keith_urban "Keith Urban") (name fb:en.jerry_garcia "Jerry Garcia")
+(number 8 fb:en.calendar_year)
+(number 7)
+(date 1791 12 15)
+(number 53)
+(name fb:m.0gmfhr9 "J. T. Thomas") (name fb:m.064nrgh "Jerry Franklin") (name fb:en.blake_costanzo "Blake Costanzo") (name fb:en.lance_briggs "Lance Briggs") (name fb:en.lawrence_wilson "Lawrence Wilson") (name fb:m.0h54lp6 "Dom DeCicco")
+(name fb:en.influenza Influenza)
+(number 600 fb:en.second)
+(name fb:en.green_tea "Green tea")
+(name fb:en.us_numbered_highways "US Numbered Highways")
+(name fb:en.la_liga "La Liga")
+(number 499.990)
+(name fb:en.united_kingdom_of_great_britain_and_ireland "United Kingdom")
+(number 10)
+(number 167)
+(number 1)
+(number 5)
+(name fb:en.martin_jol "Martin Jol") (name fb:en.roy_hodgson "Roy Hodgson")
+(date 1951 7 16)
+(number 1)
+(name fb:en.cowley_car_factory "Cowley Car Factory")
+(name fb:en.morihei_ueshiba "Morihei Ueshiba") (name fb:en.doug_williams "Doug Williams") (name fb:en.vladimir_putin "Vladimir Putin") (name fb:en.steven_seagal "Steven Seagal") (name fb:en.fedor_emelianenko "Fedor Emelianenko") (name fb:en.rameau_thierry_sokoudjou Sokoudjou) (name fb:en.oleg_taktarov "Oleg Taktarov") (name fb:en.jigoro_kano_1860 "Jigoro Kano") (name fb:en.demian_maia "Demian Maia") (name fb:en.christopher_adams "Chris Adams")
+(number 17 fb:en.celsius)
+(name fb:en.england_and_wales "England and Wales")
+(date 1707 12 16)
+(number 68.700 fb:en.meter)
+(date 1852 3 18)
+(date 2004 6 8)
+(date 2009 -1 -1)
+(name fb:en.iron Iron)
+(number 21)
+(number 4)
+(name fb:en.uncanny_x_men_129 "Uncanny X-Men #129")
+(name fb:en.yama Yama) (name fb:en.varuna Varuna) (name fb:en.vayu Vayu) (name fb:en.rsabha Rishabha) (name fb:en.adimurti Adimurti) (name fb:en.lakshmi Lakshmi) (name fb:en.kalki Kalki) (name fb:en.shakti Shakti) (name fb:en.durga Durga) (name fb:en.jagaddhatri Jagaddhatri)
+(name fb:en.jonathan_ive "Jonathan Ive")
+(number 6)
+(number 2.295)
+(number 17000000)
+(number 10)
+(name fb:en.specialized_bicycle_components "Specialized Bicycle Components")
+(name fb:en.gasoline Gasoline) (name fb:en.diesel "Diesel fuel")
+(name fb:en.world_war_ii "World War II") (name fb:en.world_war_i "World War I") (name fb:en.seven_years_war "Seven Years' War") (name fb:en.united_states_exploring_expedition "United States Exploring Expedition") (name fb:en.caesars_civil_war "Caesar's Civil War") (name fb:en.sullas_second_civil_war "Sulla's second civil war") (name fb:m.0glrwvf "African Slave Trade Patrol") (name fb:en.kyliex2009 KylieX2009) (name fb:en.taking_back_the_cities_tour "Taking Back the Cities Tour") (name fb:en.blockade_of_africa "Blockade of Africa")
+(name fb:en.5_speed_manual "5 Speed Manual")
+(number 120000000)
+(name fb:en.fosdem FOSDEM) (name fb:en.google_i_o "Google I/O") (name fb:m.0gm6cv8 GOTO) (name fb:en.pycon PyCon) (name fb:en.oreilly_open_source_convention "O'Reilly Open Source Convention") (name fb:m.0ncwvp9 "OSCON 2012")
+(number 27.322 fb:en.day)
+(name fb:en.africa Africa)
+(name fb:en.lemony_snicket "Daniel Handler")
+(name fb:en.politics Politics) (name fb:en.satire Satire) (name fb:en.humour Humour)
+(name fb:en.cistercians Cistercians)
+(name fb:en.paleozoic Paleozoic)
+(name fb:m.0jb4tmb neusprech.org) (name fb:m.0pd6dt1 www.behmel.de) (name fb:m.0q27bq6 interaktionsblog.de) (name fb:m.0bzydkt Oslog.tv)
+(name fb:en.trousers Trousers)
+(string "1449 Center Avenue")
+(name fb:en.drama_film Drama) (name fb:en.musical Musical) (name fb:en.musical_drama "Musical Drama") (name fb:en.coming_of_age "Coming of age") (name fb:en.hip_hop_movies "Hip hop film")
+(number 67)
+(name fb:en.tom_thibodeau "Tom Thibodeau")
+(name fb:m.0fq645j "Sergeant Edward Buck")
+(string "Pretium Laborum Non Vile")
+(number 36000 fb:en.square_meter)
+(name fb:en.electric_boat_corporation "General Dynamics Electric Boat")
+(name fb:en.washington_united_states "Washington, D.C.")
+(name fb:m.019rl6 Yahoo!)
+(name fb:en.reuben_klamer "Reuben Klamer")
+(name fb:en.gold_medal "Gold medal")
+(string ¥)
+(name fb:base.aareas.schema.us.county "U.S. county") (name fb:en.u_s_county "U.S. County")
+(name fb:en.lake_itasca "Lake Itasca")
+(number 14)
+(number 7)
+(name fb:en.buddhism Buddhism)
+(name fb:en.brick Brick)
+(name fb:m.06bvp Religion)
+(name fb:en.kings_county_new_york Brooklyn)
+(name fb:en.abortion "Forced abortion") (name fb:en.privacy Privacy)
+(name fb:en.right_wing "Right wing")
+(number 11)
+(name fb:m.0t4r672 "Primetime Emmy Award for Outstanding Supporting Actor in a Comedy, Variety or Music Series") (name fb:en.primetime_emmy_award_for_outstanding_supporting_actor_-_comedy_series "Primetime Emmy Award for Outstanding Supporting Actor - Comedy Series")
+(number 500 fb:en.milliliter) (number 330 fb:en.milliliter)
+(number 2)
+(date 1937 6 19)
+(date 2003 6 3)
+(name fb:en.jpeg JPEG) (name fb:en.png "Portable Network Graphics") (name fb:en.portable_document_format "Portable Document Format") (name fb:en.mp3 MP3) (name fb:en.h_264_mpeg_4_avc "H.264/MPEG-4 AVC") (name fb:en.advanced_audio_coding "Advanced Audio Coding") (name fb:m.02l0cf4 Iii)
+(name fb:en.germany Germany) (name fb:en.berlin_germany Berlin)
+(name fb:m.07657k "C#") (name fb:en.visual_basic "Visual Basic") (name fb:en.quickbasic QuickBASIC) (name fb:m.0268yl "J#") (name fb:en.visual_basic_net "Visual Basic .NET") (name fb:en.qbasic QBasic) (name fb:en.applesoft_basic "Applesoft BASIC") (name fb:en.microsoft_basic "Microsoft BASIC") (name fb:en.abstract_state_machine_language "Abstract State Machine Language")
+(name fb:m.03cs3d9 "Symphony No. 3")
+(number 75)
+(name fb:en.wind_power_industry "Wind power")
+(name fb:m.0gfn06h "Caravan Hall")
+(name fb:en.wool Wool)
+(name fb:en.south_africa "South Africa") (name fb:en.kenya Kenya) (name fb:en.zimbabwe Zimbabwe)
+(date 1989 10 4)
+(date 1989 10 18)
+(date 1977 -1 -1)
+(number 4)
+(number 10)
+(name fb:en.world_trade_center "World Trade Center")
+(number 67)
+(date 1983 -1 -1)
+(number 27 fb:en.liter)
+(name fb:en.constipation Constipation) (name fb:en.severe_headache Headache) (name fb:en.pruritus Pruritus) (name fb:en.dizziness Dizziness)
+(number 99.980 fb:en.celsius)
+(name fb:en.barry_w_blaustein "Barry W. Blaustein") (name fb:en.david_sheffield "David Sheffield") (name fb:en.steve_oedekerk "Steve Oedekerk") (name fb:en.tom_shadyac "Tom Shadyac")
+(name fb:en.pg_13_usa "PG-13 (USA)")
+(date 1967 -1 -1)
+(date -1322 -1 -1)
+(date 1945 10 24)
+(name fb:en.universal_studios "Universal Studios") (name fb:en.touchstone_pictures "Touchstone Pictures") (name fb:en.buena_vista_distribution "Walt Disney Studios Motion Pictures")
+(date 2003 5 23)
+(number 20000000)
+(name fb:en.university_of_pennsylvania "University of Pennsylvania")
+(name fb:en.modern_architecture "Modern architecture") (name fb:m.0jwkcjv "Bauhaus style") (name fb:en.expressionist_architecture "Expressionist architecture")
+(number 1)
+(name fb:en.uss_dace "USS Dace") (name fb:en.uss_cobia "USS Cobia") (name fb:en.uss_flounder "USS Flounder") (name fb:en.uss_wahoo "USS Wahoo") (name fb:en.uss_dorado "USS Dorado (SS-248)") (name fb:m.02bnrt "USS Tullibee (SS-284)") (name fb:en.uss_croaker "USS Croaker") (name fb:en.uss_corvina "USS Corvina") (name fb:en.uss_gabilan "USS Gabilan") (name fb:en.uss_drum "USS Drum (SS-228)")
+(number 2000 fb:en.meter)
+(number 7)
+(name fb:en.herbivore Herbivore)
+(name fb:en.daniel_joseph_ohern "Daniel Joseph O'Hern")
+(name fb:en.kansas_city "Kansas City")
+(number 821.131 fb:en.meter)
+(name fb:en.soft_ripened Soft-ripened)
+(number 0)
+(name fb:en.lloyd_morrisett "Lloyd Morrisett") (name fb:en.joan_ganz_cooney "Joan Ganz Cooney")
+(number 8)
+(number 19)
+(number 9)
+(name fb:en.jay_roach "Jay Roach")
+(date 1984 11 12)
+(name fb:en.le_gavroche "Le Gavroche") (name fb:en.biffs_bistro "Biff's Bistro") (name fb:m.0grqq5f "Pontus by the sea") (name fb:m.01zbz52 Voulez-Vous) (name fb:en.masas Masa's) (name fb:m.01zp5gh Rubicon) (name fb:en.plumpjack_cafe "PlumpJack Cafe") (name fb:m.01zp243 Pastis) (name fb:en.the_smoking_dog_bistro "The Smoking Dog Bistro") (name fb:en.french_laundry "French Laundry")
+(name fb:en.american_psychological_association "American Psychological Association")
+(name fb:en.national_educational_television "National Educational Television") (name fb:en.public_broadcasting_service "Public Broadcasting Service") (name fb:en.noggin Noggin) (name fb:en.pbs_kids_sprout "PBS Kids Sprout")
+(name fb:en.callirrhoe Callirrhoe) (name fb:en.chaldene Chaldene) (name fb:en.io Io) (name fb:en.callisto Callisto) (name fb:en.carpo Carpo) (name fb:en.metis Metis) (name fb:en.s_2003_j_17 Herse) (name fb:en.s_2003_j_19 "S/2003 J 19") (name fb:en.s_2003_j_2 "S/2003 J 2") (name fb:en.cyllene Cyllene)
+(name fb:m.0ht56fx "Crocodile Enclosure") (name fb:m.0ht6p5n "Reptile House/Serpentarium") (name fb:m.0ht6p76 "Butterfly House") (name fb:m.0ht6p66 "Terrestrial Aviary") (name fb:m.0ht56fp "World of Nocturnal Animals") (name fb:m.0ht56ft "Primate House") (name fb:m.0ht6p7d "Sanctuary Aviaries") (name fb:m.0ht56f_ "Amphibian House") (name fb:m.0ht56fk "Small Mammals House")
+(name fb:en.kleine_feldhofer_grotte "Kleine Feldhofer Grotte")
+(name fb:m.05t2kmy "Second Sunday")
+(name fb:en.strike Strike) (name fb:en.grappling Grappling) (name fb:m.02_yl6z Internal)
+(number 9)
+(name fb:en.electrical_engineering "Electrical engineering") (name fb:en.mechanical_engineering "Mechanical Engineering") (name fb:en.civil_engineering "Civil Engineering") (name fb:en.chemical_engineering "Chemical Engineering") (name fb:en.materials_engineering "Materials Engineering") (name fb:en.nuclear_engineering "Nuclear engineering") (name fb:en.environmental_engineering "Environmental engineering") (name fb:en.nanotechnology Nanotechnology) (name fb:en.industrial_biotechnology "Industrial biotechnology") (name fb:en.environmental_biotechnology "Environmental biotechnology")
+(name fb:en.retailing Retail) (name fb:en.variety_stores "Variety Stores")
+(number 8)
+(name fb:en.filemaker FileMaker) (name fb:en.macpaint MacPaint) (name fb:en.macdraw MacDraw) (name fb:en.macproject MacProject)
+(name fb:en.sncf SNCF) (name fb:en.eurolines Eurolines)
+(date 1935 9 30)
+(number 20)
+(number 4)
+(name fb:en.white White)
+(date 1982 -1 -1)
+(name fb:en.private_university "Private university")
+(name fb:en.thomas_eakins_the_gross_clinic "Thomas Eakins' The Gross Clinic") (name fb:m.0hyp_q6 "An Eakins Masterpiece Restored: Seeing The Gross Clinic Anew")
+(string "Thin, wisplike strands")
+(name fb:en.donald_byrne "Donald Byrne") (name fb:en.bobby_fischer "Bobby Fischer")
+(number 80)
+(number 14)
+(name fb:en.man_booker_prize "Man Booker Prize") (name fb:m.05j05j "Governor General's Award for English-language fiction")
+(name fb:en.lee_iacocca "Lee Iacocca") (name fb:en.larry_shinoda "Larry Shinoda")
+(name fb:en.mirkwood Mirkwood)
+(name fb:en.william_ramsay "William Ramsay") (name fb:en.morris_travers "Morris Travers")
+(name fb:m.0djzp02 "Western Musketeer") (name fb:m.0djzp1b "Western Empress") (name fb:m.0djznzm "Western Huntsman") (name fb:m.0djzp3n "Western Advocate") (name fb:m.0djznws "Western Invader") (name fb:m.0djznxh "Western Leviathan") (name fb:m.0djzp2m "Western Ruler") (name fb:m.0djzp31 "Western Viceroy") (name fb:m.0djzp4f "Western Empire") (name fb:m.0djzp2t "Western Ambassador")
+(number 2)
+(number 20)
+(number 90)
+(name fb:en.emphysema Emphysema)
+(name fb:en.pathogenic_bacteria "Pathogenic bacteria")
+(number 30221500 fb:en.square_kilometer)
+(number 11 fb:en.minute)
+(name fb:en.sidney_camm "Sydney Camm")
+(date 1901 -1 -1)
+(name fb:en.brewery_bosteels "Brewery Bosteels")
+(date 2002 -1 -1)
+(name fb:en.bmi bmi) (name fb:en.british_overseas_airways_corporation "British Overseas Airways Corporation") (name fb:en.british_european_airways "British European Airways") (name fb:en.pan_american_world_airways "Pan American World Airways") (name fb:en.canadian_affair "Canadian Affair") (name fb:en.deutsche_lufthansa Lufthansa) (name fb:en.british_airways "British Airways") (name fb:en.virgin_atlantic_airways "Virgin Atlantic") (name fb:en.bmi_regional "BMI Regional") (name fb:en.british_mediterranean_airways "British Mediterranean Airways")
+(name fb:en.bertrand_russell "Bertrand Russell") (name fb:en.robert_g_ingersoll "Robert G. Ingersoll")
+(name fb:en.north_london_line "North London Line") (name fb:en.gospel_oak_to_barking_line "Gospel Oak to Barking Line") (name fb:en.west_london_line "West London Line") (name fb:en.east_london_line "East London Line")
+(number 10)
+(string UN) (string Nations-Unies) (string "United Nations Staff") (string U.N.)
+(name fb:en.korea Korea)
+(number 24709000 fb:en.square_kilometer)
+(date 400 -1 -1)
+(number 1711 fb:en.kilometer)
+(number 8)
+(name fb:en.alan_bean "Alan Bean") (name fb:en.pete_conrad "Pete Conrad") (name fb:en.richard_f_gordon_jr "Richard F. Gordon, Jr.")
+(number 31)
+(number 130)
+(name fb:en.japanese "Japanese Language")
+(string USD)
+(number 14)
+(number 4)
+(number 9)
+(name fb:en.black_belt "Black belt")
+(string W)
+(name fb:en.indian_subcontinent "Indian subcontinent")
+(number 1)
+(number 12)
+(name fb:en.disneyland Disneyland)
+(name fb:en.judaism Judaism) (name fb:en.roman_catholicism Catholicism)
+(name fb:en.superhuman_strength "Superhuman strength") (name fb:en.superhuman_speed "Superhuman speed") (name fb:en.teleportation Teleportation) (name fb:en.chaos_control "Chaos Control")
+(number 147)
+(name fb:en.spasticity Spasticity) (name fb:en.muscle_weakness "Muscle weakness") (name fb:en.muscle_atrophy "Muscle atrophy")
+(date 1955 6 7)
+(number 49)
+(name fb:en.german_language "German Language")
+(name fb:m.0gvblbk "X-Men #4") (name fb:en.the_x_men_1 "The X-Men #1") (name fb:m.0gvdmyg "The X-Men #2")
+(number 20)
+(name fb:en.urinary_incontinence "Urinary incontinence") (name fb:en.erectile_dysfunction "Erectile dysfunction") (name fb:en.urinary_frequency "Urinary Frequency") (name fb:en.dysuria Dysuria) (name fb:en.nocturia Nocturia) (name fb:en.bone_fracture "Bone fracture") (name fb:en.anal_leakage "Fecal incontinence") (name fb:en.bone_pain "Bone pain") (name fb:en.hematuria Hematuria) (name fb:en.urinary_retention "Urinary retention")
+(name fb:en.c_m_schulz "Charles M. Schulz")
+(name fb:en.victorian_railways_h_class "Victorian Railways H class")
+(name fb:en.fixed-gear_bicycle "Fixed-gear bicycle")
+(number 16)
+(name fb:en.ramosport Ramosport)
+(number 51 fb:en.meter)
+(name fb:en.nick_petrecki "Nick Petrecki") (name fb:en.raffi_torres "Raffi Torres") (name fb:en.martin_havlat "Martin Havlát") (name fb:en.t_j_galiardi "TJ Galiardi") (name fb:en.james_sheppard "James Sheppard") (name fb:m.0dlkvjs "Tommy Wingels") (name fb:en.tim_kennedy "Tim Kennedy") (name fb:en.brent_burns "Brent Burns") (name fb:m.0drx0z4 "Justin Braun") (name fb:en.logan_couture "Logan Couture")
+(number 89 fb:en.percentage) (number 100 fb:en.percentage) (number 37 fb:en.percentage)
+(number 32)
+(date 1998 5 20)
+(name fb:en.seam_bowling "Seam bowling")
+(name fb:en.photography Photography) (name fb:en.technology Technology) (name fb:en.video Video) (name fb:m.05nvpt Politics)
+(number 11)
+(name fb:en.central_division "Central Division")
+(name fb:en.gerard_houllier "Gérard Houllier")
+(number 1.067 fb:en.meter)
+(string CAD)
+(number 14000000 fb:en.square_kilometer)
+(number 16)
+(number 141)
+(number 33)
+(number 1)
+(number 3)
+(number 133)
+(name fb:en.marlinton Marlinton)
+(number 1.803 fb:en.meter)
+(number 108)
+(number 56)
+(string NY) (string "The Empire State") (string "New York State")
+(number 45 fb:en.mile_per_gallon)
+(name fb:en.martin_odersky "Martin Odersky")
+(number 18)
+(date 1997 -1 -1)
+(name fb:en.stratford-upon-avon Stratford-upon-Avon)
+(name fb:m.0kjl13)
+(number 81)
+(name fb:en.lutheranism Lutheranism) (name fb:en.anglicanism Anglicanism) (name fb:en.protestantism Protestantism)
+(name fb:en.jonas_salk "Jonas Salk") (name fb:en.albert_sabin "Albert Sabin")
+(name fb:en.leonardo_da_vinci "Leonardo da Vinci")
+(number 8)
+(name fb:en.avi_bryant "Avi Bryant")
+(name fb:en.richard_neutra "Richard Neutra") (name fb:en.rudolf_schindler "Rudolph Schindler") (name fb:en.ludwig_mies_van_der_rohe "Ludwig Mies van der Rohe") (name fb:en.berthold_lubetkin "Berthold Lubetkin") (name fb:en.le_corbusier "Le Corbusier") (name fb:en.clarence_w_w_mayhew "Clarence W. W. Mayhew")
+(number 3)
+(number 22)
+(name fb:en.mobile Mobile)
+(name fb:en.san_francisco_city_guide "San Francisco City Guide") (name fb:en.lonely_planet_california "Lonely Planet: California")
+(name fb:en.the_journal_of_psychology "The Journal of Psychology") (name fb:en.american_psychologist "American Psychologist") (name fb:en.journal_of_vision "Journal of Vision") (name fb:en.psychological_review "Psychological Review") (name fb:en.review_of_philosophy_and_psychology "Review of Philosophy and Psychology") (name fb:en.philosophy_psychiatry_psychology "Philosophy, Psychiatry, & Psychology") (name fb:en.children_youth_and_environments_journal "Children, Youth and Environments") (name fb:en.journal_of_neuroscience_psychology_and_economics "Journal of Neuroscience, Psychology, and Economics") (name fb:en.american_imago "American Imago") (name fb:en.journal_of_personnel_psychology "Journal of Personnel Psychology")
+(name fb:en.cape_canaveral_air_force_station_launch_complex_17 "Cape Canaveral Air Force Station Space Launch Complex 17")
+(number 207049)
+(date 1974 7 6)
+(name fb:en.romantic_comedy "Romantic comedy") (name fb:en.anarchic_comedy_film "Comedy film") (name fb:en.romantic_drama "Romance Film") (name fb:en.screwball_comedy "Screwball comedy")
+(number 965.600 fb:en.kilometres_per_hour)
+(number 27)
+(date 1991 -1 -1)
+(name fb:en.cbs CBS)
+(name fb:en.circle_of_magic_universe "Circle of Magic Universe") (name fb:m.05qby6z "The Circle Opens") (name fb:en.circle_of_magic_tamora_pierce "Circle of Magic (Tamora Pierce)") (name fb:en.provosts_dog "Provost's Dog") (name fb:m.05qd6fj "Daughter of the Lioness") (name fb:m.05qd9zl "Wild Magic/The Immortals") (name fb:en.the_song_of_the_lioness_quartet "The Song of the Lioness") (name fb:en.the_circle_opens_quartet "The Circle Opens Quartet") (name fb:en.protector_of_the_small "Protector of the Small") (name fb:en.circle_of_magic_quartet "Circle Of Magic Quartet")
+(name fb:en.abraham_lincoln "Abraham Lincoln")
+(name fb:en.wally_the_green_monster "Wally the Green Monster")
+(date 2008 8 16)
+(number 1413400)
+(name fb:en.michael_jordan "Michael Jordan") (name fb:m.0gl_cbb "Coco Ho")
+(number 32 fb:en.mile_per_gallon)
+(name fb:en.atlanta_metropolitan_area "Atlanta metropolitan area")
+(name fb:en.linebacker Linebacker)
+(name fb:en.ida_millsap "Ida Millsap")
+(name fb:m.06ng1 Sex) (name fb:en.vertical_transmission "Vertical transmission")
+(name fb:en.isolde Iseult) (name fb:en.brangane Brangane)
+(number 18)
+(date 1999 4 17)
+(number 1064.180 fb:en.celsius)
+(name fb:en.bronze Bronze) (name fb:en.marble Marble)
+(name fb:en.tsukasa_domyouji "Tsukasa Domyouji")
+(number 10)
+(date 1947 -1 -1)
+(name fb:en.a_game_of_thrones "A Game of Thrones")
+(name fb:en.climate_change "Climate change")
+(number 2)
+(number 1)
+(number 6)
+(name fb:en.immortal_losing_game "Immortal Losing Game") (name fb:en.kasparov_versus_the_world "Kasparov versus the World") (name fb:en.deep_blue_kasparov_1996_game_1 "Deep Blue versus Kasparov, 1996, Game 1") (name fb:en.immortal_game "Immortal Game") (name fb:en.the_game_of_the_century "The Game of the Century") (name fb:en.evergreen_game "Evergreen Game") (name fb:en.lasker_bauer_amsterdam_1889 "Lasker versus Bauer, Amsterdam, 1889") (name fb:en.polish_immortal "Polish Immortal") (name fb:en.deep_blue_kasparov_1997_game_6 "Deep Blue versus Kasparov, 1997, Game 6") (name fb:en.poole_-_hal_9000 "Poole versus HAL 9000")
+(number 1.219 fb:en.meter)
+(name fb:en.mike_tomlin "Mike Tomlin")
+(name fb:en.fever Fever) (name fb:en.stroke Stroke) (name fb:en.gout Gout) (name fb:en.inflammation Inflammation) (name fb:en.pain Pain) (name fb:en.rheumatoid_arthritis "Rheumatoid arthritis") (name fb:en.osteoarthritis Osteoarthritis) (name fb:en.rheumatic_fever "Rheumatic fever")
+(name fb:en.columbus_blue_jackets "Columbus Blue Jackets")
+(number 7)
+(number 254)
+(name fb:en.michel_hazanavicius "Michel Hazanavicius") (name fb:en.martin_scorsese "Martin Scorsese") (name fb:en.alexander_payne "Alexander Payne") (name fb:en.terrence_malick "Terrence Malick") (name fb:en.woody_allen "Woody Allen")
+(name fb:m.02k7z3r "The Terminator")
+(name fb:en.heterosexual Heterosexuality)
+(number 4)
+(name fb:en.marco_materazzi "Marco Materazzi") (name fb:en.zinedine_zidane "Zinedine Zidane")
+(number 5599)
+(name fb:en.bride_wars "Bride Wars") (name fb:m.03d79mp "17 Again") (name fb:en.my_big_fat_greek_wedding "My Big Fat Greek Wedding") (name fb:en.bruce_almighty "Bruce Almighty") (name fb:m.0c3xw46 "Friends with Benefits") (name fb:en.mrs_doubtfire "Mrs. Doubtfire") (name fb:en.sister_act "Sister Act") (name fb:en.home_alone_2_lost_in_new_york_1992 "Home Alone 2: Lost in New York") (name fb:en.city_slickers "City Slickers") (name fb:m.0ds35l9 Bridesmaids)
+(name fb:en.edgar_j_kaufmann "Edgar J. Kaufmann")
+(name fb:m.0fm37d Wild)
+(name fb:en.alfs_restaurant "Alf's Restaurant") (name fb:en.watson_shelter "Watson Shelter") (name fb:en.alta_peruvian_lodge "Alta Peruvian Lodge") (name fb:en.rustler_lodge "Rustler Lodge") (name fb:en.snowpine_lodge "Snowpine Lodge") (name fb:en.albion_day_lodge "Albion Day Lodge") (name fb:en.goldminers_daughter_lodge "Goldminer's Daughter Lodge") (name fb:en.alta_lodge "Alta Lodge")
+(boolean false)
+(number 195 fb:en.minute) (number 194 fb:en.minute)
+(name fb:en.cleveland_cavaliers "Cleveland Cavaliers")
+(name fb:en.new_york_yankees "New York Yankees")
+(name fb:en.tim_cook "Timothy D. Cook") (name fb:en.steve_jobs "Steve Jobs") (name fb:en.mike_markkula "Mike Markkula") (name fb:en.john_sculley "John Sculley") (name fb:en.michael_scott_1943 "Michael Scott") (name fb:en.gil_amelio "Gil Amelio") (name fb:en.michael_spindler "Michael Spindler")
+(number 9)
+(date 1775 -1 -1)
+(date 1997 -1 -1)
+(name fb:en.john_singleton "John Singleton")
+(number 10)
+(name fb:en.alvan_clark_telescope "Alvan Clark Telescope")
+(number 5.600 fb:en.kilometer)
+(name fb:en.douglas_edwards "Douglas Edwards")
+(name fb:en.john_debney "John Debney")
+(number 2869)
+(number 7692020 fb:en.square_kilometer)
+(number 44)
+(name fb:en.jerry_siegel "Jerry Siegel") (name fb:en.joe_shuster "Joe Shuster")
+(number 107 fb:en.minute) (number 108 fb:en.minute) (number 103 fb:en.minute)
+(name fb:en.ellen_chenoweth "Ellen Chenoweth")
+(number 0)
+(number 3)
+(date 1955 -1 -1)
+(string "Big Blue") (string G-Men) (string Jints)
+(date 2001 3 31)
+(number 9)
+(name fb:en.doom Doom)
+(date 1971 -1 -1)
+(number 10350000)
+(name fb:en.the_tartan "The Tartan") (name fb:m.040_6jy "The Cut") (name fb:m.040_6jp Readme)
+(number 293)
+(name fb:en.serenity_knolls "Serenity Knolls") (name fb:en.betty_ford_center "Betty Ford Center")
+(number 2299)
+(number 1710)
+(name fb:en.alfred_mosher_butts "Alfred Mosher Butts")
+(name fb:en.copley_society_of_art "Copley Society of Art") (name fb:en.69th_regiment_armory "69th Regiment Armory") (name fb:en.art_institute_of_chicago_building "Art Institute of Chicago Building")
+(name fb:en.citizens_bank_park "Citizens Bank Park")
+(name fb:en.tom_shadyac "Tom Shadyac")
+(number 0.500)
+(number 8)
+(name fb:en.grover_cleveland "Grover Cleveland")
+(name fb:en.novel Novel) (name fb:en.crime_fiction "Crime Fiction") (name fb:en.mystery Mystery) (name fb:en.detective_fiction "Detective fiction")
+(number 11110 fb:en.kilogram)
+(name fb:en.avanti_cadent_3_0_2009 "Avanti Cadent 3.0 2009") (name fb:en.giant_crx_four_2009 "Giant CRX Four 2009") (name fb:en.avanti_giro_2009 "Avanti Giro 2009") (name fb:en.avanti_cadent_1_0_2009 "Avanti Cadent 1.0 2009") (name fb:en.avanti_corsa_2009 "Avanti Corsa 2009") (name fb:en.avanti_quantum_1_0 "Avanti Quantum 1.0") (name fb:en.avanti_quantum_2_0_2009 "Avanti Quantum 2.0 2009") (name fb:en.avanti_prima "Avanti Prima") (name fb:en.avanti_cadent_2_0_2009 "Avanti Cadent 2.0 2009") (name fb:en.giant_crx_four_2008 "Giant CRX Four 2008")
+(name fb:en.neutrino Neutrino) (name fb:en.muon Muon) (name fb:m.0gbw6d6 Antimuon) (name fb:en.positron Positron) (name fb:en.electron Electron)
+(name fb:m.0hmw4b_ Commons) (name fb:en.arts_entertainment "Arts & Entertainment")
+(name fb:en.basalt Basalt)
+(name fb:en.mos_technology_6502 "MOS Technology 6502")
+(date 1954 4 29)
+(name fb:en.italian "Italian Language")
+(name fb:en.barry_letts "Barry Letts")
+(name fb:en.north_american_aviation "North American Aviation")
+(number 436000000) (number 1402000000) (number 3879000000.000) (number 800000000) (number 4164250000.000) (number 947000000) (number 243000000) (number 4140340000.000) (number 3634000000.000)
+(number 11)
+(date 1988 -1 -1)
+(string MXN)
+(name fb:en.arabic_language "Arabic Language") (name fb:en.sylheti_language "Sylheti Language") (name fb:en.bengali_language "Bengali Language") (name fb:en.meithei_language "Meitei Language") (name fb:en.assamese_language "Assamese Language")
+(number 8848 fb:en.meter)
+(name fb:en.tom_magliozzi "Tom Magliozzi") (name fb:en.ray_magliozzi "Tom and Ray Magliozzi")
+(name fb:en.westminster_abbey "Westminster Abbey")
+(name fb:en.northrop_corporation "Northrop Corporation")
+(name fb:en.stirling_prize "Stirling Prize")
+(number 3)
+(name fb:en.director_of_research "Director of Research")
+(name fb:en.zack_greinke "Zack Greinke") (name fb:en.chris_capuano "Chris Capuano") (name fb:en.skip_schumaker "Skip Schumaker") (name fb:en.kenley_jansen "Kenley Jansen") (name fb:en.luis_cruz "Luis Cruz") (name fb:en.scott_elbert "Scott Elbert") (name fb:en.carl_crawford "Carl Crawford") (name fb:en.mark_ellis_1977 "Mark Ellis") (name fb:en.jerry_hairston_jr "Jerry Hairston, Jr.") (name fb:en.hanley_ramirez "Hanley Ramírez")
+(name fb:en.lutheranism Lutheranism) (name fb:en.protestantism Protestantism)
+(name fb:en.batman Batman)
+(number 4.400 fb:en.gram)
+(date 1999 6 25)
+(name fb:en.london London)
+(number 3445)
+(date 1902 -1 -1)
+(number 14)
+(name fb:en.white White) (name fb:en.columbia_blue "Columbia blue")
+(name fb:en.guitar Guitar)
+(name fb:en.vegetarianism Vegetarianism) (name fb:en.ardas Ardās) (name fb:en.five_ks "The Five Ks") (name fb:en.kirat_kar "Kirat Karo") (name fb:en.va_chakk "Vand Chhako") (name fb:en.three_pillars_of_sikhism "Three pillars of Sikhism") (name fb:en.simran Simran) (name fb:en.lacto_vegetarianism "Lacto vegetarianism") (name fb:en.kirtan Kirtan) (name fb:en.ca_d_kal "Charhdi Kala")
+(number 10)
+(number 3)
+(number 2982644) (number 2524000) (number 2351000) (number 2762000) (number 2953635) (number 2491000) (number 2851705) (number 2793000) (number 2617000) (number 2913808)
+(name fb:en.frankford_transportation_center "Frankford Transportation Center") (name fb:m.08qjhz Allegheny) (name fb:en.8th_street "8th Street") (name fb:m.0fcjly Girard) (name fb:m.0f7drf "Spring Garden") (name fb:en.69th_street_terminal "69th Street Transportation Center") (name fb:m.0fghp3 Tioga) (name fb:en.56th_street "56th Street") (name fb:en.13th_street "13th Street") (name fb:m.0g2kqt "63rd Street")
+(name fb:en.scalar_boson "Scalar boson") (name fb:en.gauge_boson "Gauge boson")
+(number 2737 fb:en.meter)
+(number 283)
+(name fb:en.polis_massa "Polis Massa")
+(name fb:en.john_august "John August") (name fb:en.ed_solomon "Ed Solomon") (name fb:en.ryan_rowe "Ryan Rowe")
+(name fb:en.nuclear_weapon "Nuclear weapon") (name fb:en.atomic_bombings_of_hiroshima_and_nagasaki "Atomic bombings of Hiroshima and Nagasaki")
+(name fb:m.0bprbm "National Democratic Party") (name fb:en.democrat_party "Democratic Party")
+(number 12)
+(date 1918 3 -1)
+(name fb:en.john_pius_boland "John Pius Boland")
+(date 2001 -1 -1)
+(number 2)
+(name fb:en.cardiovascular_disease "Cardiovascular disease") (name fb:en.nervous_system_disorder "Nervous system disease") (name fb:en.central_nervous_system_diseases "Central Nervous System Disease")
+(name fb:en.gary_winick "Gary Winick")
+(name fb:en.fc_internazionale_milano "Inter Milan") (name fb:en.netherlands_national_football_team "Netherlands national football team") (name fb:en.arsenal_fc "Arsenal F.C.") (name fb:en.ajax_amsterdam "AFC Ajax")
+(number 7)
+(name fb:en.rowing_boathouse "Rowing Boathouse") (name fb:en.gregor_s_and_elizabeth_b_affleck_house "Gregor S. and Elizabeth B. Affleck House") (name fb:m.0h0w6hv "Francis W. Little House") (name fb:en.old_brass "Old Brass") (name fb:en.auldbrass_plantation "Auldbrass Plantation") (name fb:en.kaufman_house "Kaufmann House") (name fb:en.larkin_administration_building "Larkin Administration Building") (name fb:en.wilbur_wynant_house "Wilbur Wynant House") (name fb:en.ward_winfield_willits_house "Willits House") (name fb:m.0h2tblb "Andrew F. H. Armstrong House")
+(name fb:en.central_time_zone "Central Time Zone") (name fb:en.utc-6 UTC−06:00)
+(name fb:en.frank_oz "Frank Oz") (name fb:en.loretta_long "Loretta Long") (name fb:en.linda_bove "Linda Bove") (name fb:en.leslie_carrara "Leslie Carrara-Rudolph") (name fb:en.sonia_manzano "Sonia Manzano") (name fb:en.kevin_clash_1960 "Kevin Clash") (name fb:en.emilio_delgado "Emilio Delgado") (name fb:en.joey_mazzarino "Joey Mazzarino") (name fb:en.martin_p_robinson "Martin P. Robinson") (name fb:en.richard_hunt_1951 "Richard Hunt")
+(name fb:m.0hcdwm_ "Jem Finch") (name fb:en.atticus_finch "Atticus Finch") (name fb:m.0r9yvgx Calpurnia) (name fb:m.0j6n38m "Scout Finch") (name fb:m.0hcdwlx "Dill Harris") (name fb:m.0h2j5l6 "Boo Radley") (name fb:m.0hcdwlp "Mayella Violet Ewell") (name fb:m.0r9yvpc "Robert Ewell") (name fb:m.0r9yw1z "Alexandra Hancock") (name fb:m.0hcdwm3 "Tom Robinson")
+(name fb:en.lee_marvin "Lee Marvin") (name fb:en.larry_hartsell "Larry Hartsell") (name fb:en.jesse_glover "Jesse Glover")
+(number 1.570 fb:en.meter)
+(name fb:en.muhammad_ali "Muhammad Ali")
+(name fb:m.0h33xf1 "Ferrari 4.3L 8 Cylinder 460 hp 357 ft-lbs")
+(number 2)
+(name fb:en.jazz Jazz)
+(string JPY)
+(name fb:m.0fcty6 "Waldorf Salad")
+(name fb:en.marka_hansen "Marka Hansen") (name fb:en.dawn_robertson "Dawn Robertson") (name fb:en.millard_drexler "Millard Drexler") (name fb:en.paul_pressler "Paul Pressler") (name fb:en.robert_j_fisher "Robert J. Fisher")
+(name fb:en.transition_metal "Transition metal")
+(number 6)
+(date 1902 -1 -1)
+(name fb:en.london London) (name fb:m.01wd33 Narnia)
+(name fb:en.msnbc MSNBC)
+(date 1981 11 25)
+(name fb:en.the_crystal_cube "The Crystal Cube") (name fb:en.a_bit_of_fry_and_laurie "A Bit of Fry and Laurie")
+(number 27)
+(number 597934)
+(number 16802)
+(name fb:en.philadelphia Philadelphia)
+(date 1959 6 26)
+(name fb:m.03qfyg "Computational Linguistics") (name fb:en.data_mining_and_knowledge_discovery "Data Mining and Knowledge Discovery") (name fb:en.journal_of_chemical_information_and_modeling "Journal of Chemical Information and Modeling") (name fb:en.ieee_transactions_on_information_theory "IEEE Transactions on Information Theory") (name fb:en.journal_of_the_acm "Journal of the ACM") (name fb:m.064ns00 "International Journal of Foundations of Computer Science") (name fb:en.ijoe IJOE) (name fb:en.qsar_combinatorial_science "QSAR & Combinatorial Science") (name fb:en.infocomp_journal_of_computer_science "INFOCOMP Journal of Computer Science") (name fb:en.journal_of_symbolic_computation "Journal of Symbolic Computation")
+(date 2008 12 31) (date 2000 -1 -1) (date 2006 12 31) (date 1970 -1 -1) (date 1990 -1 -1) (date 1980 -1 -1) (date 1955 -1 -1) (date 2007 -1 -1) (date 1960 -1 -1)
+(number 5)
+(name fb:en.kevin_eastman "Kevin Eastman") (name fb:en.peter_laird "Peter Laird")
+(name fb:en.james_madison "James Madison")
+(name fb:en.cplusplus C++) (name fb:en.cascading_style_sheets "Cascading Style Sheets") (name fb:en.javascript JavaScript) (name fb:en.adobe_flash "Adobe Flash") (name fb:en.extensible_markup_language XML)
+(number 137)
+(name fb:en.national_league_central "National League Central")
+(number 942)
+(name fb:en.automobile Automobile) (name fb:en.ford Ford) (name fb:m.0gy8s Lincoln) (name fb:m.0h5z7_s Mercury) (name fb:m.01q0ll Rover) (name fb:en.ford_of_britain "Ford of Britain") (name fb:en.edsel Edsel)
+(name fb:m.02r1_nk "Fly Me to the Moon") (name fb:en.the_dish "The Dish")
+(name fb:en.the_art_of_rockefeller_center "The Art of Rockefeller Center") (name fb:en.art_deco_style "Art deco style") (name fb:m.062sysx "Art Deco, 1910-1939") (name fb:en.art_deco_new_york "Art Deco New York") (name fb:m.04wdfny Streamline) (name fb:en.french_modern "French modern") (name fb:en.euro_deco "Euro deco") (name fb:en.art_deco_furniture_the_french_designers "Art deco furniture: the French designers") (name fb:en.italian_art_deco "Italian art deco") (name fb:en.deco_type "Deco type")
+(name fb:en.arabic_language "Arabic Language")
+(name fb:en.sacramento Sacramento) (name fb:en.portland Portland) (name fb:en.san_diego "San Diego") (name fb:en.los_angeles "Los Angeles") (name fb:en.seattle Seattle) (name fb:en.redding Redding)
+(number 20)
+(number 51)
+(name fb:en.straight-4 Straight-4)
+(name fb:en.pentax_km "Pentax KM") (name fb:en.nikon_d90 "Nikon D90") (name fb:en.canon_powershot_g10 "Canon Powershot G10") (name fb:en.nikon_d60 "Nikon D60") (name fb:en.canon_powershot_sd990_is "Canon PowerShot SD990 IS") (name fb:en.canon_powershot_a550 "Canon PowerShot A550") (name fb:en.nikon_coolpix_p6000 "Nikon Coolpix P6000") (name fb:en.leica_m8 "Leica M8") (name fb:en.canon_powershot_g9 "Canon PowerShot G9") (name fb:en.canon_powershot_sd1100_is "Canon Powershot SD1100 IS")
+(name fb:en.alabama Alabama) (name fb:en.mobile Mobile)
+(name fb:en.pacific_division "Pacific Division") (name fb:en.central_division "Central Division") (name fb:en.northwest_division "Northwest Division")
+(number 280 fb:en.kilometres_per_hour)
+(number 15.250 fb:en.meter)
+(date 2008 -1 -1)
+(name fb:en.massachusetts Massachusetts) (name fb:en.middlesex_county "Middlesex County") (name fb:en.concord Concord)
+(name fb:en.diabetes_mellitus "Diabetes mellitus") (name fb:en.pneumonia Pneumonia) (name fb:en.heart_failure "Myocardial infarction") (name fb:en.multiple_sclerosis "Multiple sclerosis") (name fb:en.parkinsons_disease "Parkinson's disease") (name fb:en.cardiovascular_disease "Cardiovascular disease") (name fb:en.lung_cancer "Lung cancer") (name fb:en.colorectal_cancer "Colorectal cancer") (name fb:en.primary_hyperparathyroidism "Primary hyperparathyroidism") (name fb:en.hyperparathyroidism Hyperparathyroidism)
+(name fb:en.lakota_formation "Lakota Formation")
+(number 2277000000.000)
+(name fb:en.jewish_renewal "Jewish Renewal") (name fb:en.hasidic_judaism "Hasidic Judaism") (name fb:en.orthodox_judaism "Orthodox Judaism") (name fb:en.conservative_judaism "Conservative Judaism") (name fb:en.reform_judaism "Reform Judaism") (name fb:en.sephardic_judaism "Sephardic Judaism") (name fb:en.reconstructionist_judaism "Reconstructionist Judaism") (name fb:en.haredi_judaism "Haredi Judaism") (name fb:en.modern_orthodox_judaism "Modern Orthodox Judaism") (name fb:en.gitit Gitit)
+(number 12)
+(name fb:en.boston_navy_yard "Boston Navy Yard")
+(name fb:en.methotrexate Methotrexate) (name fb:en.irinotecan Irinotecan) (name fb:en.isotretinoin Isotretinoin) (name fb:en.cytarabine Cytarabine) (name fb:en.vincristine Vincristine) (name fb:en.imatinib Imatinib) (name fb:en.radiation_therapy "Radiation therapy") (name fb:en.chemotherapy Chemotherapy) (name fb:en.doxorubicin Doxorubicin) (name fb:en.immunotherapy Immunotherapy)
+(name fb:en.search_engine "Search engine") (name fb:en.web_search_engine "Web search engine")
+(date 1928 -1 -1)
+(name fb:m.0dnnr0 "The Wild One") (name fb:m.0dn3gd Batwing) (name fb:en.the_jokers_jinx "The Joker's Jinx") (name fb:en.two_face_the_flip_side "Two Face: The Flip Side") (name fb:en.the_mind_eraser "Mind Eraser") (name fb:en.ultra_twister "Ultra Twister") (name fb:en.great_chase "Great Chase") (name fb:m.0h_svr_ "Superman – Ride of Steel") (name fb:m.0fxzys Roar)
+(name fb:en.los_angeles "Los Angeles") (name fb:en.florida Florida)
+(number 741)
+(name fb:en.will_and_charlie "Will and Charlie") (name fb:en.the_first_cooling_off_period "The First Cooling Off Period") (name fb:en.five_months_term_in_the_piney_woods "Five Months Term in the Piney Woods") (name fb:en.the_mason_henry_gang "The Mason-Henry Gang") (name fb:en.trails_grown_dim "Trails Grown Dim") (name fb:m.064t2bb Nuggets) (name fb:en.mount_franklins_lost_treasure "Mount Franklin's Lost Treasure") (name fb:en.oregons_johnny_appleseed "Oregon's Johnny Appleseed") (name fb:en.cowboys_of_old_yavapai "Cowboys Of Old Yavapai") (name fb:en.doctor_grandma_french "Doctor Grandma French")
+(name fb:en.human Human) (name fb:m.0d_pq Vulcan)
+(number 14)
+(date 2000 10 22)
+(number 7)
+(date 1890 10 1)
+(name fb:en.diazepam Diazepam) (name fb:en.alcoholic_beverage "Alcoholic beverage") (name fb:en.cocaine Cocaine) (name fb:en.methamphetamine Methamphetamine) (name fb:en.heroin Heroin)
+(name fb:en.postage_stamp "Postage stamp")
+(name fb:en.frito-lay Frito-Lay)
+(number 22)
+(name fb:en.time_lord "Time Lord")
+(number 22045)
+(number 10)
+(name fb:en.motorola Motorola) (name fb:en.apple_inc "Apple Inc.") (name fb:en.research_in_motion BlackBerry) (name fb:en.nokia Nokia) (name fb:en.palm Palm) (name fb:en.sony_ericsson "Sony Mobile Communications")
+(number 302)
+(number 5296210000.000) (number 3331760000.000) (number 6894380000.000) (number 5383010000.000) (number 5548910000.000) (number 5631060000.000) (number 6973740000.000) (number 6737190000.000) (number 4144150000.000) (number 5028660000.000)
+(name fb:m.0hpghq1 "La bohème")
+(name fb:en.baseball_cap "Baseball cap") (name fb:en.tam_oshanter "Tam o' Shanter") (name fb:en.toque Toque) (name fb:en.helmet Helmet) (name fb:en.kippah Kippah) (name fb:en.kamilavka Kalimavkion) (name fb:en.square_academic_cap "Square academic cap") (name fb:en.beanie Beanie) (name fb:en.bowler_hat "Bowler hat") (name fb:en.straw_hat "Straw hat")
+(name fb:en.academy_award_for_best_supporting_actor "Academy Award for Actor in a Supporting Role")
+(name fb:en.katie_holmes "Katie Holmes") (name fb:en.tom_cruise "Tom Cruise")
+(name fb:en.tomorrowland Tomorrowland)
+(name fb:en.james_horner_orchestra "James Horner")
+(name fb:en.philippine_air_force "Philippine Air Force") (name fb:en.vietnam_air_force "Vietnam Air Force") (name fb:en.united_states_air_force "United States Air Force") (name fb:en.brazilian_air_force "Brazilian Air Force") (name fb:en.united_states_navy "United States Navy")
+(name fb:en.treponema_pallidum "Treponema pallidum")
+(name fb:en.techno Techno) (name fb:en.electronic_music "Electronic music") (name fb:en.intelligent_dance_music "Intelligent dance music")
+(name fb:m.063qwzv "Michael Bastian") (name fb:en.bill_blass "Bill Blass") (name fb:m.0775tcy "Jose Solis") (name fb:en.peter_som "Peter Som")
+(date 1963 11 22)
+(name fb:en.thomas_r_marshall "Thomas R. Marshall")
+(date 1971 -1 -1)
+(name fb:en.aaron_pryor "Aaron Pryor") (name fb:en.alexis_arguello "Alexis Argüello")
+(name fb:en.connie_chung "Connie Chung")
+(name fb:en.dreams_from_my_father "Dreams from My Father") (name fb:m.028y44y "The Audacity of Hope: Thoughts on Reclaiming the American Dream")
+(number 4)
+(number 12 fb:en.percentage)
+(number 2)
+(date 1943 12 19)
+(name fb:m.0jv7zh "Susan Arnold") (name fb:en.donna_roth "Donna Roth") (name fb:en.gina_matthews "Gina Matthews")
+(string AUD)
+(name fb:en.jerry_garcia "Jerry Garcia")
+(name fb:en.the_wiz "The Wiz") (name fb:m.0f3cmk "The Wizard of Oz") (name fb:en.tin_man "Tin Man") (name fb:en.the_wizard_of_oz "The Wizard of Oz") (name fb:en.the_muppets_wizard_of_oz "The Muppets' Wizard of Oz") (name fb:en.his_majesty_the_scarecrow_of_oz "His Majesty, the Scarecrow of Oz") (name fb:en.the_wiz_1978 "The Wiz") (name fb:en.the_wizard_of_oz_in_concert_dreams_come_true "The Wizard of Oz in Concert: Dreams Come True") (name fb:en.the_wizard_of_oz_1982 "The Wizard of Oz") (name fb:m.0gysshc "Oz: The Great and Powerful")
+(name fb:m.0b66f5g "First generation")
+(number 206 fb:en.kilometres_per_hour)
+(name fb:en.evansville Evansville)
+(name fb:en.jonny_greenwood "Jonny Greenwood") (name fb:en.clarence_white "Clarence White") (name fb:en.eddie_hazel "Eddie Hazel") (name fb:en.t-bone_walker "T-Bone Walker") (name fb:en.lee_ranaldo "Lee Ranaldo") (name fb:en.john_fahey "John Fahey") (name fb:en.joe_perry "Joe Perry") (name fb:en.bo_diddley "Bo Diddley") (name fb:en.hubert_sumlin "Hubert Sumlin") (name fb:en.paul_kossoff "Paul Kossoff")
+(name fb:en.atheism Atheism)
+(name fb:en.kraft_foods "Kraft Foods")
+(name fb:m.0ck8nbm "Egg Pawn") (name fb:m.0cj6nxm "Burning Blaze") (name fb:en.knuckles_the_echidna "Knuckles the Echidna") (name fb:en.tails "Miles \"Tails\" Prower") (name fb:en.cream_the_rabbit "Cream the Rabbit") (name fb:en.super_sonic "Super Sonic") (name fb:en.eggman_nega "Eggman Nega") (name fb:en.sonic_the_hedgehog "Sonic the Hedgehog") (name fb:en.dr_robotnik "Dr. Eggman") (name fb:en.blaze_the_cat "Blaze the Cat")
+(name fb:en.brian_k_vaughan "Brian K. Vaughan")
+(name fb:en.denim Denim) (name fb:en.crinoline Crinoline) (name fb:en.moleskin Moleskin) (name fb:en.voile Voile)
+(name fb:en.sesame_street_theme "Can You Tell Me How to Get to Sesame Street?")
+(name fb:en.gentlemans_agreement "Gentleman's Agreement") (name fb:en.midnight_express "Midnight Express") (name fb:en.platoon_1986 Platoon) (name fb:en.doctor_zhivago_1965 "Doctor Zhivago") (name fb:en.schindlers_list "Schindler's List") (name fb:en.spartacus_1960 Spartacus) (name fb:en.chinatown_1974 Chinatown) (name fb:en.rocky Rocky) (name fb:en.bugsy Bugsy) (name fb:m.0h03fhx Argo)
+(name fb:en.atherosclerosis Atherosclerosis) (name fb:en.embolism Embolism) (name fb:en.cocaine Cocaine) (name fb:en.aneurysm Aneurysm) (name fb:en.amphetamine Amphetamine) (name fb:en.aortic_dissection "Aortic dissection") (name fb:en.ventricular_hypertrophy "Ventricular hypertrophy")
+(number 13)
+(name fb:en.gato_class_submarine "Gato-class submarine")
+(number 3)
+(name fb:en.tuscarora_formation "Tuscarora Formation")
+(string "Interacting selectively with an RNA molecule or a portion thereof.")
+(date 1987 -1 -1)
+(date 2013 -1 -1)
+(name fb:en.juliette_gordon_low "Juliette Gordon Low")
+(number 1051)
+(date 2002 -1 -1)
+(name fb:en.lyndon_b_johnson "Lyndon B. Johnson")
+(number 490)
+(number 2)
+(date 2001 -1 -1)
+(date 1956 3 3)
+(name fb:en.linus_van_pelt "Linus van Pelt") (name fb:en.sally_brown "Sally Brown") (name fb:en.lucy_van_pelt "Lucy van Pelt") (name fb:en.charlotte_braun "Charlotte Braun") (name fb:en.charlie_brown "Charlie Brown") (name fb:en.rerun_van_pelt "Rerun van Pelt") (name fb:en.schroeder Schroeder) (name fb:m.03gmxcg Olaf) (name fb:en.snoopy Snoopy) (name fb:en.patty Patty)
+(name fb:en.canadian_dollar "Canadian dollar") (name fb:en.us "United States dollar") (name fb:en.new_zealand_dollar "New Zealand dollar") (name fb:en.brazilian_real "Brazilian real") (name fb:en.euro Euro) (name fb:en.swiss_franc "Swiss franc") (name fb:en.bulgarian_lev "Bulgarian lev") (name fb:en.australian_dollar "Australian dollar") (name fb:en.malaysian_ringgit "Malaysian ringgit") (name fb:en.uk "UK £")
+(name fb:en.time_quartet "Time Quartet")
+(number 6492)
+(name fb:en.oracle_media_objects "Oracle Media Objects") (name fb:en.mysql MySQL) (name fb:en.netbeans NetBeans) (name fb:en.sun_java_system_web_proxy_server "Sun Java System Web Proxy Server") (name fb:en.staroffice StarOffice) (name fb:en.network_security_services "Network Security Services") (name fb:en.berkeley_db "Berkeley DB") (name fb:en.openoffice_org OpenOffice.org) (name fb:en.bea_weblogic "BEA WebLogic") (name fb:en.oracle_application_server "Oracle Application Server")
+(number 13017 fb:en.minute)
+(number 1358)
+(name fb:en.compucom CompuCom)
+(name fb:m.02qx20j "Paul Foster") (name fb:m.0l8y6yx "Willie Rogers") (name fb:en.lou_rawls "Lou Rawls") (name fb:en.r_h_harris "R. H. Harris") (name fb:m.0l8y6z2 "Ben Odom") (name fb:en.johnnie_taylor "Johnnie Taylor") (name fb:en.sam_cooke "Sam Cooke") (name fb:m.0l8y6zp "Gene Stewart") (name fb:m.01vn5fn "James Phelps") (name fb:en.julius_cheeks "Rev. Julius Cheeks")
+(name fb:en.mcnichols_sports_arena "McNichols Sports Arena")
+(name fb:en.ian_canning "Iain Canning") (name fb:en.emile_sherman "Emile Sherman") (name fb:m.0b_ssdp "Gareth Unwin")
+(name fb:en.university_of_ottawa_heart_institute "University of Ottawa Heart Institute") (name fb:en.requena Requena) (name fb:en.toronto_general_hospital "Toronto General Hospital") (name fb:en.uab_hospital "UAB Hospital") (name fb:en.montreal_heart_institute "Montreal Heart Institute") (name fb:en.glasgow_royal_infirmary "Glasgow Royal Infirmary") (name fb:en.lubbock_heart_hospital "Lubbock Heart Hospital") (name fb:m.04g3k8s "Veterans Affairs Medical Center") (name fb:en.arizona_heart_hospital "Arizona Heart Hospital") (name fb:m.04g3chh "St. Francis Hospital")
+(date 1982 8 1)
+(name fb:m.0j1gwh8 Scobleizer) (name fb:m.07c_twd Scobleizer) (name fb:m.08nk_3g scobleizer)
+(date 1912 -1 -1)
+(number 14)
+(date 1300 -1 -1)
+(date 1944 11 17)
+(number 147000000)
+(name fb:en.united_kingdom_of_great_britain_and_ireland "United Kingdom") (name fb:en.london London)
+(name fb:en.lite_american_lager "Lite American Lager")
+(number 7200 fb:en.kelvin)
+(name fb:en.rock_music "Rock music") (name fb:en.hard_rock "Hard rock") (name fb:en.punk_rock "Punk rock") (name fb:en.thrash_metal "Thrash metal") (name fb:en.doom_metal "Doom metal") (name fb:en.hardcore_punk "Hardcore punk") (name fb:en.death_metal "Death metal") (name fb:en.heavy_metal "Heavy metal") (name fb:en.alternative_rock "Alternative rock") (name fb:en.post-grunge Post-grunge)
+(string SGD)
+(name fb:en.training_day "Training Day") (name fb:en.runaway_bride "Runaway Bride") (name fb:m.05qd57 "Wild Wild West") (name fb:en.con_air "Con Air") (name fb:en.men_in_black_1997 "Men in Black") (name fb:en.city_of_angels "City of Angels") (name fb:en.charlies_angels "Charlie's Angels") (name fb:en.the_fresh_prince_of_bel-air "The Fresh Prince of Bel-Air") (name fb:m.015l0vx "Beauty and The Beast") (name fb:en.im_with_you "I'm with You")
+(string "Equus ferus caballus")
+(name fb:en.van_morrison "Van Morrison") (name fb:en.woody_guthrie "Woody Guthrie") (name fb:en.bob_dylan "Bob Dylan") (name fb:en.garret_schuelke "Garret Schuelke")
+(number 36)
+(string SEK)
+(name fb:en.randy_carlyle "Randy Carlyle")
+(name fb:en.james_cameron "James Cameron")
+(number 3)
+(name fb:m.06w9jt Bisque) (name fb:en.etouffee Étouffée) (name fb:en.jambalaya Jambalaya) (name fb:en.gumbo Gumbo)
+(name fb:en.tom_taggart "Tom Taggart")
+(number 33)
+(number 28)
+(name fb:en.hurricane_andrew "Hurricane Andrew")
+(date 1977 10 -1)
+(name fb:en.muhammad_ali "Muhammad Ali")
+(name fb:en.bruce_lee "Bruce Lee") (name fb:en.leung_ting "Leung Ting") (name fb:en.wong_shun_leung "Wong Shun Leung")
+(number 47)
+(name fb:en.julian_lloyd_webber "Julian Lloyd Webber")
+(name fb:en.maria_anna_of_bavaria_1551 "Maria Anna of Bavaria") (name fb:en.charles_ii_of_austria "Charles II, Archduke of Austria")
+(name fb:en.amtrak Amtrak)
+(name fb:en.donna_karan "Donna Karan") (name fb:en.alexander_wang "Alexander Wang") (name fb:en.lwren_scott "L'Wren Scott") (name fb:en.christian_dior_sa "Christian Dior S.A.") (name fb:en.alexander_mcqueen "Alexander McQueen")
+(name fb:m.0bmctmj "Primetime Emmy Award for Outstanding Single-Camera Picture Editing for a Drama Series") (name fb:en.primetime_emmy_award_for_outstanding_supporting_actor_-_drama_series "Primetime Emmy Award for Outstanding Supporting Actor - Drama Series") (name fb:en.screen_actors_guild_award_for_best_ensemble_-_drama_series "Screen Actors Guild Award for Outstanding Performance by an Ensemble in a Drama Series") (name fb:m.0k8hz8z "Primetime Emmy Award for Outstanding Sound Mixing For A Comedy Or Drama Series (One Hour)") (name fb:en.satellite_award_for_best_actor_tv_series_drama "Satellite Award for Best Actor – Television Series Drama") (name fb:en.primetime_emmy_award_for_outstanding_directing_for_a_drama_series "Primetime Emmy Award for Outstanding Directing for a Drama Series") (name fb:m.04gnfm2 "Primetime Emmy Award for Outstanding Casting for a Drama Series") (name fb:m.04ldyx1 "Primetime Emmy Award for Outstanding Music Composition for a Series") (name fb:en.primetime_emmy_award_for_outstanding_drama_series "Primetime Emmy Award for Outstanding Drama Series") (name fb:m.0qtpxbh "Primetime Emmy Award for Outstanding Special Visual Effects For A Series")
+(name fb:en.parmigiano_reggiano Parmigiano-Reggiano) (name fb:en.ham Ham) (name fb:en.guanciale Guanciale) (name fb:en.pasta Pasta) (name fb:en.pecorino_romano "Pecorino Romano") (name fb:m.05sqq8b "Extra virgin olive oil") (name fb:en.tomato Tomato) (name fb:en.salvia Sage) (name fb:en.marsala_wine "Marsala wine") (name fb:m.0hnqgq_ "Italian Integrale flour")
+(number 21 fb:en.knot_measure)
+(name fb:en.united_kingdom_of_great_britain_and_ireland "United Kingdom")
+(name fb:en.sunderland_afc "Sunderland A.F.C.") (name fb:en.leeds_united_a_f_c "Leeds United A.F.C.")
+(number 10)
+(name fb:en.jerusalem Jerusalem) (name fb:en.medina Medina) (name fb:en.mecca Mecca)
+(name fb:en.kraft_foods "Kraft Foods")
+(name fb:en.hacker_pschorr_weisse "Hacker-Pschorr Weisse") (name fb:en.frankenheim_alt "Frankenheim Alt") (name fb:en.brau_im_moos_hefe_weizen "Bräu im Moos Hefe-Weizen") (name fb:en.henninger_kaiser_premium_bier "Henninger Kaiser Premium Bier") (name fb:en.dortmunder_actien_brauerei_diat_pils "Dortmunder Actien Brauerei Diat Pils") (name fb:en.erdinger_weissbier_dunkel "Erdinger Weissbier Dunkel") (name fb:en.bayer_brau_rothenfelser_raubritter "Bayer-Bräu Rothenfelser Raubritter") (name fb:en.hannen_alt "Hannen Alt") (name fb:en.schofferhofer_dunkles_hefeweizen "Schöfferhofer Dunkles Hefeweizen") (name fb:en.brau_im_moos_dunkle_weisse "Bräu im Moos Dunkle Weisse")
+(string IDR)
+(name fb:en.knitting Knitting)
+(name fb:en.professor_x "Professor X") (name fb:en.tom_brown "Tom Brown") (name fb:en.inspector_morse "Inspector Morse") (name fb:en.catsmeat_potter_pirbright "Catsmeat Potter-Pirbright")
+(number 21)
+(name fb:en.point_guard "Point guard") (name fb:en.shooting_guard "Shooting guard")
+(number 2)
+(name fb:en.1896_democratic_national_convention "1896 Democratic National Convention")
+(date 1992 8 16)
+(name fb:en.frank_whittle "Frank Whittle")
+(number 42)
+(number 11)
+(number 9)
+(name fb:en.pierce_brosnan "Pierce Brosnan") (name fb:en.sean_connery "Sean Connery") (name fb:en.roger_moore "Roger Moore") (name fb:en.george_lazenby "George Lazenby") (name fb:en.daniel_craig "Daniel Craig") (name fb:en.timothy_dalton "Timothy Dalton") (name fb:en.barry_nelson "Barry Nelson") (name fb:en.david_niven "David Niven")
+(string "Freude am Fahren") (string "Sheer Driving Pleasure") (string "The Ultimate Driving Machine.")
+(date 1983 -1 -1)
+(name fb:m.0kjkn6)
+(number 1.500 fb:en.volt)
+(number 5)
+(name fb:en.english "English Language") (name fb:en.standard_mandarin "Standard Mandarin")
+(date 2008 2 20)
+(number 44)
+(name fb:en.brian_grazer "Brian Grazer") (name fb:en.russell_simmons "Russell Simmons") (name fb:en.mark_lipsky "Mark Lipsky")
+(number 7001)
+(name fb:en.henry_moore_teller "Henry M. Teller") (name fb:en.floyd_k_haskell "Floyd K. Haskell") (name fb:en.eugene_donald_millikin "Eugene Millikin") (name fb:en.nathaniel_p_hill "Nathaniel P. Hill") (name fb:en.edwin_c_johnson "Edwin C. Johnson") (name fb:m.0cvj70 "Walter Walker") (name fb:en.alva_b_adams "Alva B. Adams") (name fb:en.george_m_chilcott "George M. Chilcott") (name fb:en.ben_nighthorse_campbell "Ben Nighthorse Campbell") (name fb:en.gordon_l_allott "Gordon L. Allott")
+(number 57)
+(number 12)
+(name fb:en.lignite Lignite) (name fb:en.sub-bituminous_coal "Sub-bituminous coal") (name fb:en.anthracite_coal Anthracite) (name fb:en.bituminous_coal "Bituminous coal") (name fb:en.cannel_coal "Cannel coal")
+(number 11)
+(name fb:en.united_states_of_america "United States of America") (name fb:en.canada Canada) (name fb:en.europe Europe)
+(number 1 fb:en.elementary_charge)
+(date 1984 1 24)
+(number 6)
+(name fb:en.time_travel_in_fiction "Time travel") (name fb:en.body_swap "Body swap")
+(name fb:en.oscar_wilde "Oscar Wilde") (name fb:en.douglas_adams "Douglas Adams") (name fb:en.christopher_hitchens "Christopher Hitchens") (name fb:en.edward_benson "Edward Frederic Benson")
+(name fb:en.judy_l_ruskin "Judy L. Ruskin")
+(name fb:en.david_simon "David Simon") (name fb:en.ed_burns "Ed Burns")
diff --git a/data/free917/free917v2.dev.mrl b/data/free917/free917v2.dev.mrl
new file mode 100644
index 0000000..cc2aba9
--- /dev/null
+++ b/data/free917/free917v2.dev.mrl
@@ -0,0 +1,620 @@
+(!fb:education.academic_post.institution (and ((lambda x (fb:education.academic_post.person (var x))) fb:en.marshall_hall) ((lambda x (fb:education.academic_post.position_or_title (var x))) fb:en.professor)))
+(count (!fb:business.stock_ticker_symbol.ticker_symbol (!fb:finance.stock_exchange.companies_traded fb:en.new_york_stock_exchange_inc)))
+(!fb:location.mailing_address.citytown ((lambda x (!fb:organization.organization.headquarters (var x))) fb:en.apple_inc))
+(!fb:measurement_unit.money_value.amount (!fb:comic_books.comic_book_issue.cover_price fb:en.the_x_men_1))
+(!fb:comic_books.comic_book_issue.issue_number fb:en.a_dream_of_a_thousand_cats)
+(count (!fb:event.disaster.survivors fb:en.sinking_of_the_titanic))
+(!fb:olympics.olympic_participating_country.olympics_participated_in fb:en.egypt)
+(!fb:celebrities.rehab.celebrity ((lambda x (fb:celebrities.rehab.rehab_facility (var x))) fb:en.betty_ford_center))
+(!fb:games.game.minimum_age_years fb:en.monopoly_boardgame)
+(count (!fb:physics.subatomic_particle_generation.particles fb:m.0b66f5g))
+(!fb:law.constitutional_amendment.ratification_completed_on fb:en.first_amendment_to_the_united_states_constitution)
+(count (!fb:sports.sports_league_participation.team ((lambda x (fb:sports.sports_league_participation.league (var x))) fb:en.uefa)))
+(!fb:american_football.football_roster_position.player (and ((lambda x (fb:american_football.football_roster_position.position (var x))) fb:en.linebacker) ((lambda x (fb:american_football.football_roster_position.team (var x))) fb:en.chicago_bears)))
+(!fb:people.deceased_person.cause_of_death fb:en.bertrand_russell)
+(!fb:amusement_parks.ride.duration fb:en.haunted_mansion)
+(!fb:food.tea.tea_type fb:en.gunpowder_tea)
+(!fb:transportation.road.highway_system fb:en.us_route_101)
+(!fb:soccer.football_league_participation.league ((lambda x (fb:soccer.football_league_participation.team (var x))) fb:en.real_madrid))
+(!fb:measurement_unit.dated_money_value.amount (!fb:digicams.digital_camera.street_price fb:en.powershot_tx1))
+(!fb:finance.stock_exchange.primary_regions fb:en.london_stock_exchange)
+(count (!fb:business.employment_tenure.person (!fb:business.employer.employees fb:en.borders_group)))
+(!fb:award.ranking.rank (and (and ((lambda x (fb:award.ranking.year (var x))) (date 2000 -1 -1)) ((lambda x (fb:award.ranking.list (var x))) fb:en.fortune_500)) ((lambda x (fb:award.ranking.item (var x))) fb:en.monsanto)))
+(count (!fb:film.film_crew_gig.crewmember (and ((lambda x (fb:film.film_crew_gig.film_crew_role (var x))) fb:en.prosthetic_makeup_artist) ((lambda x (fb:film.film_crew_gig.film (var x))) fb:en.28_weeks_later))))
+(count (!fb:boats.ship_designer.boats_designed fb:en.nathanael_herreshoff))
+(!fb:soccer.football_team_management_tenure.manager ((lambda x (fb:soccer.football_team_management_tenure.team (var x))) fb:en.fulham_fc))
+(!fb:book.written_work.date_of_first_publication fb:en.the_catcher_in_the_rye)
+(count (fb:geology.geological_formation.formed_during_period fb:en.cretaceous))
+(!fb:automotive.company.manufacturing_plants fb:en.bmw)
+(!fb:martial_arts.martial_art.well_known_practitioner fb:en.judo)
+(!fb:travel.travel_destination_monthly_climate.average_max_temp_c (and ((lambda x (fb:travel.travel_destination_monthly_climate.travel_destination (var x))) fb:en.sydney) ((lambda x (fb:travel.travel_destination_monthly_climate.month (var x))) fb:en.august)))
+(!fb:law.court.jurisdiction fb:en.court_of_chancery)
+(!fb:geography.mountain.last_eruption fb:en.mount_fuji)
+(!fb:architecture.structure.height_meters fb:en.westminster_abbey)
+(!fb:organization.organization.date_founded fb:en.wells_fargo)
+(!fb:tv.tv_program.air_date_of_final_episode fb:en.hey_arnold)
+(!fb:ice_hockey.hockey_previous_roster_position.to (and ( (lambda x (fb:ice_hockey.hockey_previous_roster_position.player (var x))) fb:en.christopher_higgins) ((lambda x (fb:ice_hockey.hockey_previous_roster_position.team (var x))) fb:en.montreal_canadiens)))
+(!fb:boats.ship.hull_material fb:m.02zl93)
+(count (!fb:base.famouspets.pet_ownership.pet ((lambda x (fb:base.famouspets.pet_ownership.owner (var x))) fb:en.john_f_kennedy)))
+(!fb:architecture.building.floors fb:en.white_house)
+(!fb:comic_books.comic_book_character.first_appearance fb:en.kitty_pryde)
+(!fb:religion.religion.deities fb:en.hinduism)
+(!fb:computer.computer.key_designers fb:en.iphone)
+(count (!fb:common.topic.alias fb:en.jerry_seinfeld))
+(!fb:location.geocode.longitude (!fb:location.location.geolocation fb:en.eiffel_tower))
+(!fb:measurement_unit.dated_integer.number (!fb:amusement_parks.park.annual_visits fb:en.magic_kingdom))
+(count (!fb:film.performance.film ((lambda x (fb:film.performance.actor (var x))) fb:en.beyonce)))
+(!fb:bicycles.bicycle_model.manufacturer fb:en.stumpjumper)
+(!fb:automotive.engine.fuels_used fb:en.4_cylinder)
+(!fb:location.location.events fb:en.africa)
+(!fb:automotive.trim_level.transmission fb:m.0h2krn6)
+(!fb:measurement_unit.dated_money_value.amount (!fb:celebrities.celebrity.net_worth fb:en.angelina_jolie))
+(!fb:conferences.conference_sponsor.conferences fb:en.google)
+(!fb:astronomy.orbital_relationship.orbital_period fb:en.moon)
+(fb:base.dinosaur.dinosaur_location.dinosaur_s fb:en.barosaurus)
+(fb:book.author.series_written_or_contributed_to fb:en.a_series_of_unfortunate_events)
+(!fb:comic_strips.comic_strip.genre fb:en.doonesbury)
+(!fb:religion.monastery.religious_order fb:en.kirkstall_abbey)
+(!fb:geology.geological_formation.formed_during_period fb:en.uluru)
+(fb:internet.blog.language fb:en.german_language)
+(!fb:fashion.garment.specialization_of fb:en.knickerbockers)
+(!fb:location.mailing_address.street_address ((lambda x (!fb:library.public_library.address (var x))) fb:m.0j9by57))
+(!fb:film.film.genre fb:en.8_mile)
+(count (!fb:base.dinosaur.dinosaur_location.dinosaur_s fb:en.africa))
+(!fb:basketball.basketball_team.head_coach fb:en.chicago_bulls)
+(!fb:cvg.game_performance.character (and (and ((lambda x (fb:cvg.game_performance.game (var x))) fb:en.halo_reach) ((lambda x (fb:cvg.game_performance.performance_type (var x))) fb:m.02nsjvf)) ((lambda x (fb:cvg.game_performance.voice_actor (var x))) fb:en.nathan_fillion)))
+(!fb:royalty.order_of_chivalry.motto fb:en.order_of_the_golden_fleece)
+(!fb:business.shopping_center.retail_floor_space_m_2 fb:m.06zl3_x)
+(!fb:boats.ship.ship_builder fb:en.uss_nautilus)
+(!fb:people.deceased_person.place_of_death fb:en.nathan_smith_1770)
+(!fb:internet.website.owner fb:en.flickr)
+(!fb:games.game.designer fb:en.the_game_of_life)
+(!fb:olympics.olympic_medal_honor.medal (and ((lambda x (fb:olympics.olympic_medal_honor.olympics (var x))) fb:en.2004_summer_olympics) ((lambda x (fb:olympics.olympic_medal_honor.medalist (var x))) fb:en.graeme_brown)))
+(!fb:finance.currency.prefix_symbol fb:en.japanese_yen)
+(!fb:freebase.type_profile.equivalent_topic fb:location.us_county)
+(!fb:geography.river.origin fb:en.mississippi_river)
+(count (!fb:celebrities.legal_entanglement.celebrity ((lambda x (fb:celebrities.legal_entanglement.offense (var x))) fb:en.driving_under_the_influence)))
+(count (!fb:cvg.computer_videogame.expansions fb:en.the_sims))
+(!fb:people.person.religion fb:en.ron_glass)
+(!fb:architecture.lighthouse.construction fb:en.cape_may_lighthouse)
+(!fb:radio.radio_program.subjects fb:en.the_source_report)
+(!fb:people.person.place_of_birth fb:en.jerry_seinfeld)
+(!fb:law.legal_case.subject fb:en.roe_v_wade)
+(!fb:ice_hockey.hockey_player.hockey_position fb:en.craig_adams_1977)
+(count (!fb:music.artist.label fb:en.omarion_grandberry))
+(!fb:award.award_honor.award (and ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.danny_devito) ((lambda x (fb:award.award_honor.year (var x))) (date 1981 -1 -1))))
+(!fb:food.beer_containment.size ((lambda x (fb:food.beer_containment.beer (var x))) fb:en.pilsner_urquell))
+(count (!fb:tv.regular_tv_appearance.character ((lambda x (fb:tv.regular_tv_appearance.actor (var x))) fb:en.jack_albertson)))
+(!fb:aviation.aircraft_model.maiden_flight fb:en.airspeed_oxford)
+(!fb:film.film.initial_release_date fb:en.2_fast_2_furious)
+(!fb:computer.computing_platform.file_formats_supported fb:en.iphone)
+(!fb:location.location.containedby fb:en.tempelhof_international_airport)
+(!fb:computer.programming_language_designer.languages_designed fb:en.microsoft_corporation)
+(!fb:media_common.completion_of_unfinished_work.unfinished_work ((lambda x (fb:media_common.completion_of_unfinished_work.finisher (var x))) fb:en.anthony_payne))
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.titanic_special_edition_dvd)))
+(!fb:boats.ship.means_of_propulsion fb:en.plastiki)
+(!fb:conferences.conference.venue fb:en.1st_world_science_fiction_convention)
+(!fb:fashion.textile.fiber fb:en.serge)
+(!fb:cricket.cricket_tournament_event.host fb:en.2003_cricket_world_cup)
+(!fb:biology.deceased_organism.date_of_death fb:en.secretariat)
+(!fb:spaceflight.satellite.launch_date fb:en.galileo_spacecraft)
+(!fb:organization.organization.date_founded fb:en.save-a-lot)
+(!fb:measurement_unit.integer_range.high_value (!fb:games.game.number_of_players fb:en.settlers_of_catan))
+(count (!fb:exhibitions.exhibition_subject.exhibitions_created_about_this_subject fb:en.leonardo_da_vinci))
+(!fb:event.disaster.structures_destroyed fb:en.september_11_2001_attacks)
+(count (!fb:base.dinosaur.dinosaur_location.dinosaur_s fb:en.africa))
+(!fb:protected_sites.natural_or_cultural_site_listing.date_listed (and ( (lambda x (fb:protected_sites.natural_or_cultural_site_listing.designation (var x))) fb:en.world_heritage_site) ( (lambda x (fb:protected_sites.natural_or_cultural_site_listing.listed_site (var x))) fb:en.abbey_of_st_gall)))
+(!fb:engineering.piston_engine.capacity fb:en.rolls-royce_merlin)
+(!fb:medicine.medical_treatment.side_effects fb:en.morphine)
+(!fb:chemistry.chemical_compound.boiling_point fb:en.cpd_c00001_h2o)
+(!fb:film.film.written_by fb:en.the_nutty_professor_1996)
+(!fb:film.film.rating fb:en.big_daddy)
+(!fb:music.artist.active_start fb:en.michael_jackson)
+(!fb:people.deceased_person.date_of_death fb:en.tutankhamun)
+(!fb:organization.organization.date_founded fb:en.united_nations)
+(!fb:film.film_film_distributor_relationship.distributor ((lambda x (fb:film.film_film_distributor_relationship.film (var x))) fb:en.bruce_almighty))
+(!fb:film.film.initial_release_date fb:en.bruce_almighty)
+(!fb:measurement_unit.dated_money_value.amount ((lambda x (!fb:film.film.estimated_budget (var x))) fb:en.edward_scissorhands))
+(!fb:broadcast.radio_station.owner fb:en.wxpn)
+(!fb:architecture.architect.architectural_style fb:en.walter_gropius)
+(count (!fb:measurement_unit.dated_integer.number (!fb:medicine.hospital.beds fb:en.mclean_hospital)))
+(!fb:boats.ship_class.ships_in_class fb:en.gato_class_submarine)
+(!fb:meteorology.cloud.maximum_altitude_m fb:en.stratus)
+(count (!fb:conferences.conference_subject.series_of_conferences_about_this fb:en.mathematics))
+(!fb:base.dinosaur.dinosaur.diet fb:en.ceratopsia)
+(!fb:law.legal_case.judges fb:en.state_v_kelly)
+(!fb:location.mailing_address.citytown ((lambda x (!fb:organization.organization.headquarters (var x))) fb:en.h_r_block))
+(!fb:skiing.ski_area.top_elevation fb:en.elk_mountain_ski_area)
+(!fb:food.cheese.texture fb:m.01482f)
+(count (!fb:education.school_mascot.school fb:en.beaver))
+(!fb:tv.tv_program.program_creator fb:en.sesame_street)
+(count (!fb:film.performance.film ((lambda x (fb:film.performance.actor (var x))) fb:en.jerry_seinfeld)))
+(count (!fb:tv.tv_program.spin_offs fb:en.sesame_street))
+(count (!fb:business.brand.products fb:en.girl_scouts_of_the_usa))
+(!fb:film.film.directed_by fb:en.meet_the_parents)
+(!fb:people.person.date_of_birth fb:en.omarion_grandberry)
+(!fb:dining.cuisine.restaurant fb:m.02z3r)
+(!fb:book.periodical_publisher_period.publisher ( (lambda x (fb:book.periodical_publisher_period.periodical (var x))) fb:en.journal_of_abnormal_psychology))
+(!fb:tv.tv_network_duration.network ((lambda x (fb:tv.tv_network_duration.program (var x))) fb:en.sesame_street))
+(!fb:astronomy.orbital_relationship.orbited_by fb:en.jupiter)
+(!fb:zoos.zoo.exhibits fb:en.arignar_anna_zoological_park)
+(!fb:biology.fossil_specimen.found_at_site fb:m.026lz95)
+(!fb:radio.radio_program_episode.program fb:en.a_right_to_death)
+(!fb:martial_arts.martial_art.category fb:en.tai_chi_chuan)
+(count (!fb:religion.deity.deity_of fb:en.god))
+(!fb:education.field_of_study.subdisciplines fb:en.engineering)
+(!fb:business.business_operation.industry fb:en.target_corporation)
+(count (!fb:finance.currency.countries_used fb:en.australian_dollar))
+(!fb:computer.software_developer.software fb:en.claris)
+(!fb:travel.transportation.transport_operator ((lambda x (fb:travel.transportation.travel_destination (var x))) fb:en.paris))
+(!fb:opera.opera.date_of_first_performance fb:en.porgy_and_bess)
+(count (!fb:influence.influence_node.influenced fb:en.socrates))
+(!fb:aviation.airport.number_of_runways fb:en.san_francisco_international_airport)
+(!fb:chess.chess_game_participation.color (and ((lambda x (fb:chess.chess_game_participation.game (var x))) fb:en.immortal_game) ((lambda x (fb:chess.chess_game_participation.player (var x))) fb:en.adolf_anderssen)))
+(!fb:book.periodical_publication_date.date (!fb:book.periodical.first_issue_date fb:en.boston_herald))
+(!fb:education.educational_institution.school_type fb:en.university_of_lima)
+(!fb:exhibitions.exhibit.exhibitions_displayed_in fb:en.the_gross_clinic)
+(!fb:meteorology.cloud.appearance fb:m.0cs96)
+(!fb:chess.chess_game_participation.player ((lambda x (fb:chess.chess_game_participation.game (var x))) fb:en.the_game_of_the_century))
+(!fb:olympics.olympic_games.number_of_countries fb:en.2006_winter_olympics)
+(count (!fb:tv.regular_tv_appearance.character ((lambda x (fb:tv.regular_tv_appearance.actor (var x))) fb:en.danny_devito)))
+(!fb:award.award_honor.award ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.the_english_patient))
+(!fb:automotive.generation.designer fb:en.first_generation_ford_mustang)
+(!fb:fictional_universe.work_of_fiction.setting fb:en.the_hobbit)
+(!fb:chemistry.chemical_element.discoverer fb:en.neon)
+(!fb:rail.locomotive_class.locomotives_of_this_class fb:en.british_rail_class_52)
+(!fb:american_football.football_historical_roster_position.number (and ( (lambda x (fb:american_football.football_historical_roster_position.team (var x))) fb:en.philadelphia_eagles) ( (lambda x (fb:american_football.football_historical_roster_position.player (var x))) fb:en.david_akers)))
+(count (!fb:tv.regular_tv_appearance.character ((lambda x (fb:tv.regular_tv_appearance.actor (var x))) fb:en.hayden_panettiere)))
+(count (!fb:exhibitions.exhibition_run.exhibition ((lambda x (fb:exhibitions.exhibition_run.venue (var x))) fb:en.science_museum_great_britain)))
+(!fb:people.deceased_person.cause_of_death fb:en.samuel_beckett)
+(!fb:medicine.infectious_disease.infectious_agent_type fb:en.syphillis)
+(!fb:location.location.area fb:en.africa)
+(!fb:tv.tv_program.episode_running_time fb:m.0280hsm)
+(!fb:aviation.aircraft_model.designed_by fb:en.hawker_sea_hawk)
+(!fb:law.court.founded fb:en.high_court_of_australia)
+(!fb:food.beer.brewery_brand fb:en.pauwel_kwak)
+(!fb:award.award_honor.year (and ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.everything_is_illuminated) ((lambda x (fb:award.award_honor.award (var x))) fb:en.guardian_first_book_award)))
+(!fb:aviation.airport.hub_for fb:en.london_heathrow_airport)
+(!fb:religion.religion.notable_figures fb:en.agnosticism)
+(!fb:rail.railway_operator_relationship.railway ((lambda x (fb:rail.railway_operator_relationship.operator (var x))) fb:en.london_overground))
+(count (!fb:law.judicial_tenure.judge ((lambda x (fb:law.judicial_tenure.court (var x))) fb:en.high_court_of_justice)))
+(!fb:common.topic.alias fb:en.united_nations)
+(!fb:martial_arts.martial_art.origin fb:en.taekwondo)
+(!fb:location.location.area fb:en.north_america)
+(!fb:language.language_writing_system.used_from fb:en.arabic_alphabet)
+(!fb:transportation.road.length fb:en.mexican_federal_highway_1)
+(count (!fb:education.fraternity_sorority.colleges_and_universities fb:en.sigma_phi_epsilon))
+(!fb:spaceflight.space_mission.astronauts fb:en.apollo_12)
+(count (!fb:influence.influence_node.influenced_by fb:en.karl_marx))
+(count (!fb:digicams.digital_camera_manufacturer.cameras fb:en.canon))
+(!fb:book.written_work.original_language fb:en.the_wind-up_bird_chronicle)
+(!fb:finance.currency.currency_code fb:en.us)
+(count (!fb:military.military_unit_place_of_origin.military_units fb:en.delaware))
+(count (!fb:royalty.chivalric_order_position_tenure.officer (and ( (lambda x (fb:royalty.chivalric_order_position_tenure.chivalric_office (var x))) fb:en.grand_master) ( (lambda x (fb:royalty.chivalric_order_position_tenure.order (var x))) fb:en.order_of_the_most_holy_annunciation))))
+(count (!fb:business.shopping_center_owner.shopping_centers_owned fb:en.oxford_properties))
+(!fb:martial_arts.martial_arts_certification.qualification (and ((lambda x (fb:martial_arts.martial_arts_certification.art (var x))) fb:en.seishindo_kenpo) ((lambda x (fb:martial_arts.martial_arts_certification.person (var x))) fb:en.woody_strode)))
+(!fb:biology.amino_acid.single_letter_abbreviation fb:en.tryptophan)
+(!fb:language.language_family.geographic_distribution fb:en.dravidian_languages)
+(count (!fb:measurement_unit.dated_integer.number (!fb:library.public_library_system.collection_size fb:en.detroit_public_library)))
+(count (!fb:fashion.garment.more_specialized_forms fb:en.footwear))
+(fb:amusement_parks.park.rides fb:en.splash_mountain)
+(!fb:people.person.religion fb:en.danny_devito)
+(!fb:fictional_universe.fictional_character.powers_or_abilities fb:en.sonic_the_hedgehog)
+(!fb:basketball.basketball_coach.season_wins fb:en.larry_bird)
+(!fb:medicine.disease.symptoms fb:en.motor_neuron_disease)
+(!fb:radio.radio_program.final_broadcast fb:en.lux_radio_theater)
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.beyonce)))
+(!fb:opera.opera.language fb:m.09hvx)
+(!fb:comic_books.comic_book_character.cover_appearances fb:en.iceman)
+(!fb:sports.sports_team_roster.number (and ((lambda x (fb:sports.sports_team_roster.player (var x))) fb:en.kevin_youkilis) ((lambda x (fb:sports.sports_team_roster.team (var x))) fb:en.boston_red_sox)))
+(!fb:medicine.disease.symptoms fb:en.prostate_cancer)
+(!fb:fictional_universe.fictional_character.character_created_by fb:en.charlie_brown)
+(!fb:rail.locomotive.locomotive_class fb:m.0glzm0h)
+(!fb:bicycles.bicycle_model.bicycle_type fb:en.bianchi_pista)
+(count (!fb:broadcast.distributor.distributes fb:en.blogtalkradio))
+(!fb:fashion.designer_label_association.label ((lambda x (fb:fashion.designer_label_association.designer (var x))) fb:en.julien_fournie))
+(!fb:geography.waterfall.height fb:en.niagara_falls)
+(!fb:ice_hockey.hockey_roster_position.player ((lambda x (fb:ice_hockey.hockey_roster_position.team (var x))) fb:en.san_jose_sharks))
+(!fb:medicine.survival_rate.rate ((lambda x (!fb:medicine.disease.survival_rates (var x))) fb:en.prostate_cancer))
+(count (!fb:award.award_nomination.award ((lambda x (fb:award.award_nomination.award_nominee (var x))) fb:en.danny_devito)))
+(!fb:celebrities.rehab.entered (and ((lambda x (fb:celebrities.rehab.rehab_facility (var x))) fb:m.04fz39z) ((lambda x (fb:celebrities.rehab.celebrity (var x))) fb:en.charlie_sheen)))
+(!fb:cricket.cricket_bowler.technique fb:en.matthew_hayden)
+(!fb:internet.blog.focus fb:en.the_last_minute_blog)
+(count (!fb:common.topic.alias fb:en.shaquille_oneal))
+(!fb:ice_hockey.hockey_team.division fb:m.06x6s)
+(!fb:soccer.football_team_management_tenure.manager (and ((lambda x (fb:soccer.football_team_management_tenure.to (var x))) (date 2004 -1 -1)) ((lambda x (fb:soccer.football_team_management_tenure.team (var x))) fb:en.liverpool_fc)))
+(!fb:amusement_parks.ride.height_restriction fb:en.roller_soaker)
+(!fb:finance.currency.currency_code fb:en.canadian_dollar)
+(!fb:location.location.area fb:en.antarctica)
+(!fb:american_football.player_game_statistics.games (and ((lambda x (fb:american_football.player_game_statistics.season (var x))) fb:en.2008_nfl_season) ((lambda x (fb:american_football.player_game_statistics.player (var x))) fb:en.donovan_mcnabb)))
+(!fb:comic_books.comic_book_series.number_of_issues fb:m.02hqp38)
+(count (!fb:finance.currency.countries_used fb:en.euro))
+(count (!fb:soccer.football_match.attendance fb:en.2006_fifa_world_cup_final))
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.danny_devito)))
+(count (!fb:geography.island_group.islands_in_group fb:en.antilles))
+(!fb:skiing.ski_area.closest_city fb:en.snowshoe_mountain)
+(!fb:people.person.height_meters fb:en.jerry_seinfeld)
+(!fb:games.playing_card_game.number_of_cards fb:en.canasta)
+(count (!fb:cvg.game_series.games_in_series fb:en.final_fantasy))
+(!fb:common.topic.alias fb:en.new_york_state)
+(!fb:automotive.us_fuel_economy.highway_mpg ((lambda x (fb:automotive.us_fuel_economy.trim_level (var x))) fb:m.04nbbrp))
+(!fb:computer.programming_language.developers fb:m.07sbkfb)
+(!fb:bicycles.bicycle_model.speeds fb:en.panasonic_dx3000)
+(!fb:award.hall_of_fame_induction.date (and ((lambda x (fb:award.hall_of_fame_induction.inductee (var x))) fb:en.joni_mitchell) ((lambda x (fb:award.hall_of_fame_induction.hall_of_fame (var x))) fb:en.rock_and_roll_hall_of_fame)))
+(!fb:people.person.place_of_birth fb:en.william_shakespeare)
+(!fb:common.image.size fb:m.0kjl0q)
+(!fb:cricket.cricket_umpire.test_matches_refereed fb:en.rudi_koertzen)
+(!fb:religion.religion.branched_into fb:en.roman_catholicism)
+(!fb:medicine.vaccine.developed_by fb:en.polio_vaccine)
+(!fb:visual_art.artwork.artist fb:en.mona_lisa)
+(count (!fb:interests.collection.category ((lambda x (fb:interests.collection.collector (var x))) fb:en.barry_halper)))
+(!fb:internet.blog.blogger fb:en.the_dabble_blog)
+(!fb:architecture.architectural_style.architects fb:en.international_style)
+(count (!fb:american_football.football_historical_coach_position.team ( (lambda x (fb:american_football.football_historical_coach_position.coach (var x))) fb:en.curly_lambeau)))
+(count (!fb:library.public_library_system.branches fb:en.vancouver_public_library))
+(!fb:location.mailing_address.citytown ((lambda x (!fb:library.public_library.address (var x))) fb:m.02ncllz))
+(!fb:travel.travel_destination.guidebooks fb:en.san_francisco)
+(!fb:education.field_of_study.journals_in_this_discipline fb:en.psychology)
+(!fb:spaceflight.satellite.launch_site fb:en.kepler_mission)
+(!fb:freebase.type_profile.instance_count fb:film.actor)
+(!fb:radio.radio_program.first_broadcast fb:en.a_prairie_home_companion)
+(!fb:film.film.genre fb:en.meet_the_parents)
+(!fb:aviation.aircraft_model.maximum_speed_km_h fb:en.gloster_meteor)
+(count (!fb:organization.organization_membership.member ((lambda x (fb:organization.organization_membership.organization (var x))) fb:en.european_union)))
+(!fb:cvg.computer_videogame.release_date fb:m.01vvf)
+(!fb:tv.tv_network_duration.network ((lambda x (fb:tv.tv_network_duration.program (var x))) fb:en.gilligans_island))
+(!fb:book.author.series_written_or_contributed_to fb:en.tamora_pierce)
+(!fb:event.speech_or_presentation.speaker_s ((lambda x (fb:event.speech_or_presentation.presented_work (var x))) fb:en.gettysburg_address))
+(!fb:sports.sports_team.team_mascot fb:en.boston_red_sox)
+(!fb:martial_arts.martial_arts_certification.date (and (and ((lambda x (fb:martial_arts.martial_arts_certification.qualification (var x))) fb:en.fifth_degree) ((lambda x (fb:martial_arts.martial_arts_certification.art (var x))) fb:en.seishindo_kenpo)) ((lambda x (fb:martial_arts.martial_arts_certification.person (var x))) fb:en.cathy_landers)))
+(!fb:freebase.type_profile.instance_count fb:location.location)
+(!fb:business.sponsorship.sponsored_recipient ((lambda x (fb:business.sponsorship.sponsored_by (var x))) fb:en.gatorade))
+(!fb:automotive.us_fuel_economy.highway_mpg ((lambda x (fb:automotive.us_fuel_economy.trim_level (var x))) fb:m.04nbpg5))
+(!fb:broadcast.content.location fb:m.03d5yt5)
+(!fb:american_football.football_historical_roster_position.position_s (and ( (lambda x (fb:american_football.football_historical_roster_position.player (var x))) fb:en.ray_lewis) ( (lambda x (fb:american_football.football_historical_roster_position.team (var x))) fb:en.baltimore_ravens)))
+(!fb:media_common.dedication.dedicated_to ((lambda x (fb:media_common.dedication.work_dedicated (var x))) fb:en.invisible_man))
+(!fb:medicine.infectious_disease.transmission fb:en.syphillis)
+(!fb:opera.opera_character_voice.character (and ((lambda x (fb:opera.opera_character_voice.opera (var x))) fb:en.tristan_und_isolde) ((lambda x (fb:opera.opera_character_voice.voice (var x))) fb:en.crystal_clear_soprano)))
+(count (!fb:language.human_language.dialects fb:en.arabic_language))
+(!fb:amusement_parks.ride.opened fb:m.0flmt0)
+(!fb:chemistry.chemical_element.melting_point fb:m.025rs2z)
+(!fb:visual_art.artwork.media fb:en.the_thinker)
+(!fb:tv.regular_tv_appearance.character (and ((lambda x (fb:tv.regular_tv_appearance.actor (var x))) fb:en.jun_matsumoto) ((lambda x (fb:tv.regular_tv_appearance.series (var x))) fb:m.05f52tw)))
+(count (!fb:interests.collection.items (and ((lambda x (fb:interests.collection.collector (var x))) fb:en.jay_leno) ((lambda x (fb:interests.collection.category (var x))) fb:en.automobile))))
+(!fb:skiing.ski_area.opening_date fb:en.coronet_peak)
+(!fb:media_common.adaptation.adapted_from fb:en.game_of_thrones)
+(!fb:exhibitions.exhibition.subjects fb:m.046chvq)
+(count (!fb:celebrities.legal_entanglement.location ((lambda x (fb:celebrities.legal_entanglement.celebrity (var x))) fb:en.lindsay_lohan)))
+(count (!fb:measurement_unit.dated_integer.number (!fb:library.public_library_system.annual_visits fb:en.new_york_public_library)))
+(count (!fb:comic_books.comic_book_colorist.comic_stories_colored fb:en.adrienne_roy))
+(!fb:chess.chess_game_participation.game ((lambda x (fb:chess.chess_game_participation.outcome (var x))) fb:m.0454vkd))
+(!fb:amusement_parks.ride.height_restriction fb:m.0cdlng)
+(!fb:american_football.football_team.current_head_coach fb:en.pittsburgh_steelers)
+(!fb:medicine.medical_treatment.used_to_treat fb:en.aspirin)
+(!fb:ice_hockey.hockey_roster_position.team ((lambda x (fb:ice_hockey.hockey_roster_position.player (var x))) fb:en.fedor_tyutin))
+(count (!fb:tv.regular_tv_appearance.series ((lambda x (fb:tv.regular_tv_appearance.actor (var x))) fb:en.ron_glass)))
+(count (!fb:boats.ship_builder.ships_built fb:en.bath_iron_works))
+(!fb:award.award_nomination.award_nominee (and ((lambda x (fb:award.award_nomination.award (var x))) fb:en.academy_award_for_best_director) ((lambda x (fb:award.award_nomination.year (var x))) (date 2011 -1 -1))))
+(!fb:media_common.quotation.spoken_by_character fb:m.06zh9s)
+(!fb:celebrities.sexual_orientation_phase.sexual_orientation ((lambda x (fb:celebrities.sexual_orientation_phase.celebrity (var x))) fb:en.britney_spears))
+(count (!fb:engineering.piston_configuration.engines fb:en.straight-4))
+(!fb:soccer.football_goal.scorer ((lambda x (fb:soccer.football_goal.match (var x))) fb:en.2006_fifa_world_cup_final))
+(count (!fb:olympics.olympic_medal_honor.medalist ((lambda x (fb:olympics.olympic_medal_honor.medal (var x))) fb:en.gold_medal)))
+(!fb:award.award_nomination.nominated_for ( (lambda x (fb:award.award_nomination.award (var x))) fb:en.peoples_choice_award_for_favorite_comedy_movie))
+(!fb:architecture.occupancy.occupant ((lambda x (fb:architecture.occupancy.building (var x))) fb:en.fallingwater))
+(!fb:business.company_brand_relationship.company ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.capri_sun))
+(!fb:skiing.ski_area.lodges fb:en.alta_ski_area)
+(!fb:digicams.digital_camera.orientation_sensor fb:en.canon_powershot_a75)
+(!fb:film.film_cut.runtime ((lambda x (fb:film.film_cut.film (var x))) fb:en.titanic_special_edition_dvd))
+(!fb:basketball.basketball_coach.team fb:en.mike_brown_1970)
+(!fb:baseball.baseball_manager.current_team_managed fb:en.joe_girardi)
+(!fb:organization.leadership.person (and ((lambda x (fb:organization.leadership.role (var x))) fb:en.chief_executive_officer) ((lambda x (fb:organization.leadership.organization (var x))) fb:en.apple_inc)))
+(count (!fb:military.military_command.military_commander ((lambda x (fb:military.military_command.military_conflict (var x))) fb:en.american_civil_war)))
+(!fb:projects.project_participation.from_date (and ((lambda x (fb:projects.project_participation.project (var x))) fb:m.0gk9x46) ((lambda x (fb:projects.project_participation.participant (var x))) fb:en.francesco_sabatini)))
+(!fb:fashion.designer_label_association.from_date (and ((lambda x (fb:fashion.designer_label_association.designer (var x))) fb:en.martin_margiela) ((lambda x (fb:fashion.designer_label_association.label (var x))) fb:m.06dr8q)))
+(!fb:film.film.directed_by fb:en.2_fast_2_furious)
+(count (!fb:language.language_creator.languages_created fb:en.j_r_r_tolkien))
+(!fb:astronomy.astronomical_observatory.telescope_s fb:en.lowell_observatory)
+(!fb:rail.railway.length fb:en.tokyu_tamagawa_line)
+(!fb:tv.tv_regular_personal_appearance.person (and (and ((lambda x (fb:tv.tv_regular_personal_appearance.appearance_type (var x))) fb:en.newscaster) ((lambda x (fb:tv.tv_regular_personal_appearance.program (var x))) fb:en.cbs_evening_news)) ((lambda x (fb:tv.tv_regular_personal_appearance.from (var x))) (date 1948 -1 -1))))
+(!fb:film.film.music fb:en.bruce_almighty)
+(count (!fb:tv.tv_program.episodes fb:en.sesame_street))
+(!fb:location.location.area fb:en.australia)
+(count (!fb:tv.tv_program.seasons fb:en.sesame_street))
+(!fb:comic_books.comic_book_character.created_by fb:en.superman)
+(!fb:film.film_cut.runtime ((lambda x (fb:film.film_cut.film (var x))) fb:en.meet_the_parents))
+(!fb:film.film.film_casting_director fb:en.meet_the_parents)
+(count (!fb:business.consumer_product.product_line fb:en.ipod))
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.jack_albertson)))
+(!fb:location.location_symbol_relationship.date_adopted (and (and ((lambda x (fb:location.location_symbol_relationship.administrative_division (var x))) fb:en.utah) ((lambda x (fb:location.location_symbol_relationship.Kind_of_symbol (var x))) fb:en.state_bird)) ((lambda x (fb:location.location_symbol_relationship.symbol (var x))) fb:en.california_gull)))
+(!fb:common.topic.alias fb:en.new_york_giants)
+(!fb:amusement_parks.park.opened fb:en.universal_studios_japan)
+(count (!fb:projects.project_participation.participant ( (lambda x (fb:projects.project_participation.project (var x))) fb:en.design_and_construction_of_the_golden_gate_bridge)))
+(and fb:en.doom (fb:cvg.computer_videogame.gameplay_modes fb:en.multiplayer_game))
+(!fb:organization.organization.date_founded fb:en.starbucks)
+(!fb:measurement_unit.money_value.amount (!fb:event.disaster.damage fb:en.1904_toronto_fire))
+(!fb:education.educational_institution.newspaper fb:en.carnegie_mellon_university)
+(count (!fb:education.school_district.schools fb:en.school_district_of_philadelphia))
+(!fb:celebrities.rehab.rehab_facility ((lambda x (fb:celebrities.rehab.celebrity (var x))) fb:en.jerry_garcia))
+(count (!fb:award.award_honor.award_winner ((lambda x (fb:award.award_honor.award (var x))) fb:en.peabody_award)))
+(count (!fb:cvg.cvg_platform.games_on_this_platform fb:en.nintendo_ds))
+(!fb:law.invention.inventor fb:en.scrabble)
+(!fb:exhibitions.exhibition_run.venue ((lambda x (fb:exhibitions.exhibition_run.exhibition (var x))) fb:en.armory_show))
+(!fb:sports.sports_team.arena_stadium fb:en.philadelphia_phillies)
+(!fb:film.film.directed_by fb:en.the_nutty_professor_1996)
+(!fb:physics.particle.spin fb:en.positron)
+(count (!fb:business.company_brand_relationship.brand ((lambda x (fb:business.company_brand_relationship.company (var x))) fb:en.sara_lee)))
+(fb:government.us_president.presidency_number (number 22.0 fb:en.unitless))
+(fb:media_common.literary_genre.books_in_this_genre fb:en.the_hound_of_the_baskervilles)
+(!fb:spaceflight.satellite.dry_mass_kg fb:en.hubble_space_telescope)
+(!fb:bicycles.bicycle_type.bicycle_models_of_this_type fb:en.road_bicycle)
+(!fb:physics.particle_family.particles fb:en.lepton)
+(!fb:freebase.domain_profile.category fb:m.010s)
+(!fb:geology.geological_formation.type_of_rock fb:en.gruta_das_torres)
+(!fb:computer.computer.processor fb:en.apple_ii)
+(!fb:people.person.date_of_birth fb:en.jerry_seinfeld)
+(!fb:internet.blog.language fb:en.tagliablog)
+(!fb:tv.tv_producer_episode_credit.producer (!fb:tv.tv_series_episode.producers fb:en.the_three_doctors))
+(!fb:spaceflight.spacecraft.manufacturer fb:en.space_shuttle_discovery)
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.asia))
+(count (!fb:meteorology.tropical_cyclone.affected_areas fb:en.hurricane_ivan))
+(!fb:radio.radio_program.first_broadcast fb:m.05v47f_)
+(!fb:finance.currency.currency_code fb:en.mexican_peso)
+(!fb:language.language_writing_system.languages fb:en.bengali_script)
+(!fb:geography.mountain.elevation fb:en.mount_everest)
+(!fb:broadcast.content.artist fb:en.car_talk)
+(!fb:people.deceased_person.place_of_burial fb:en.henry_iii_of_england)
+(!fb:aviation.aircraft_model.manufacturer fb:en.t-38_talon)
+(!fb:award.award_presenting_organization.awards_presented fb:en.royal_institute_of_british_architects)
+(count (!fb:royalty.chivalric_order_founder.orders_founded fb:en.victoria_of_the_united_kingdom))
+(!fb:projects.project_participation.role (and ((lambda x (fb:projects.project_participation.project (var x))) fb:en.manhattan_project) ((lambda x (fb:projects.project_participation.participant (var x))) fb:en.robert_oppenheimer)))
+(!fb:baseball.baseball_roster_position.player ((lambda x (fb:baseball.baseball_roster_position.team (var x))) fb:en.los_angeles_dodgers))
+(!fb:religion.founding_figure.religion_founded fb:en.martin_luther)
+(!fb:fictional_universe.fictional_setting.fictional_characters_born_here fb:en.gotham_city)
+(!fb:food.nutrition_fact.quantity (and ((lambda x (fb:food.nutrition_fact.food (var x))) fb:en.quinoa) ((lambda x (fb:food.nutrition_fact.nutrient (var x))) fb:en.protein)))
+(!fb:film.film.initial_release_date fb:en.big_daddy)
+(!fb:olympics.olympic_games.host_city fb:en.1948_summer_olympics)
+(!fb:freebase.type_profile.instance_count fb:food.beer)
+(!fb:organization.organization.date_founded fb:en.target_corporation)
+(count (!fb:finance.currency.countries_used fb:en.uk))
+(!fb:education.educational_institution.colors fb:en.columbia_university)
+(!fb:music.group_member.instruments_played fb:en.lightnin_hopkins)
+(!fb:religion.religion.practices fb:en.sikhism)
+(count (!fb:internet.blog.blogger fb:en.beyond_robson))
+(count (!fb:business.business_operation.industry fb:en.wal-mart))
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.iowa))
+(!fb:metropolitan_transit.transit_line.stops fb:en.market-frankford_line)
+(!fb:physics.particle_family.subclasses fb:en.boson)
+(!fb:transportation.bridge.total_length fb:en.golden_gate_bridge)
+(count (!fb:boats.ship_ownership.ship ((lambda x (fb:boats.ship_ownership.owner (var x))) fb:en.navy_dept)))
+(!fb:fictional_universe.fictional_character.place_of_birth fb:en.luke_skywalker)
+(!fb:film.film.written_by fb:en.charlies_angels)
+(!fb:projects.project.project_focus fb:en.manhattan_project)
+(!fb:government.political_party_tenure.party ((lambda x (fb:government.political_party_tenure.politician (var x))) fb:en.grover_cleveland))
+(!fb:measurement_unit.integer_range.high_value (!fb:aviation.aircraft_model.passengers fb:en.cessna_citation_x))
+(!fb:organization.organization.date_founded fb:en.matsushita_electric_industrial_co)
+(!fb:olympics.olympic_medal_honor.medalist (and ( (lambda x (fb:olympics.olympic_medal_honor.event (var x))) fb:en.tennis_at_the_1896_summer_olympics_mens_singles) ((lambda x (fb:olympics.olympic_medal_honor.medal (var x))) fb:en.gold_medal)))
+(!fb:award.award_honor.year (and ((lambda x (fb:award.award_honor.award (var x))) fb:en.hugo_award_for_best_novel) ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.harry_potter_and_the_goblet_of_fire)))
+(count (!fb:base.dinosaur.dinosaur_location.dinosaur_s fb:en.north_america))
+(!fb:medicine.disease.parent_disease fb:en.stroke)
+(!fb:film.film.directed_by fb:en.13_going_on_30)
+(!fb:soccer.football_roster_position.team ((lambda x (fb:soccer.football_roster_position.player (var x))) fb:en.dennis_bergkamp))
+(count (!fb:military.military_command.military_conflict ((lambda x (fb:military.military_command.military_commander (var x))) fb:en.benito_mussolini)))
+(!fb:architecture.architect.structures_designed fb:en.frank_lloyd_wright)
+(!fb:location.location.time_zones fb:en.illinois)
+(!fb:tv.regular_tv_appearance.actor ((lambda x (fb:tv.regular_tv_appearance.series (var x))) fb:en.sesame_street))
+(!fb:book.book.characters fb:en.to_kill_a_mockingbird)
+(!fb:martial_arts.martial_artist.martial_arts_students fb:en.bruce_lee)
+(!fb:biology.organism.height_meters fb:en.seabiscuit)
+(!fb:boxing.match_boxer_relationship.boxer (and ((lambda x (fb:boxing.match_boxer_relationship.winner_won (var x))) true) ((lambda x (fb:boxing.match_boxer_relationship.match (var x))) fb:en.ali-frazier_ii)))
+(!fb:automotive.trim_level.engine fb:m.0h33xbs)
+(count (!fb:common.topic.alias fb:en.matsushita_electric_industrial_co))
+(!fb:music.artist.genre fb:en.lil_hardin_armstrong)
+(!fb:finance.currency.currency_code fb:en.japanese_yen)
+(!fb:tv.tv_series_episode.next_episode fb:en.the_psychiatrist)
+(!fb:business.employment_tenure.person (and ((lambda x (fb:business.employment_tenure.company (var x))) fb:en.gap_inc) ((lambda x (fb:business.employment_tenure.title (var x))) fb:en.president)))
+(!fb:chemistry.chemical_element.chemical_series fb:en.tungsten)
+(count (!fb:fictional_universe.fictional_setting.works_set_here fb:en.moon))
+(!fb:organization.organization.date_founded fb:en.j_c_penney)
+(!fb:fictional_universe.work_of_fiction.setting fb:en.the_magicians_nephew)
+(!fb:broadcast.content.producer fb:en.nbc_meet_the_press_video)
+(!fb:people.deceased_person.date_of_death fb:en.jack_albertson)
+(fb:tv.tv_program.program_creator fb:en.hugh_laurie)
+(count (!fb:biology.breed_registration.breed (and ((lambda x (fb:biology.breed_registration.breed_group (var x))) fb:en.sporting_group) ((lambda x (fb:biology.breed_registration.registry (var x))) fb:en.american_kennel_club))))
+(!fb:measurement_unit.dated_integer.number (!fb:protected_sites.protected_site.annual_visitors fb:en.mammoth_cave_national_park))
+(!fb:zoos.zoo.num_animals fb:en.london_zoo)
+(!fb:location.location.containedby fb:en.independence_hall)
+(!fb:people.person.date_of_birth fb:en.mark_mckinney)
+(!fb:book.periodical_subject.periodicals fb:en.computer_science)
+(!fb:measurement_unit.dated_money_value.valid_date ((lambda x (!fb:business.business_operation.revenue (var x))) fb:en.motorola))
+(count (!fb:common.topic.alias fb:en.prostate_cancer))
+(!fb:tv.tv_program.program_creator fb:m.053x52)
+(!fb:law.constitutional_amendment.proposed_by fb:en.fifth_amendment_to_the_united_states_constitution)
+(!fb:computer.software.languages_used fb:en.aol_instant_messenger)
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.sesame_street)))
+(!fb:baseball.baseball_team.division fb:en.st_louis_cardinals)
+(count (!fb:law.court.legal_cases fb:en.supreme_court_of_the_united_states))
+(!fb:automotive.company.make_s fb:en.ford_motor_company)
+(fb:film.film.subjects fb:en.apollo_11)
+(!fb:book.book_subject.works fb:en.art_deco)
+(!fb:location.country.official_language fb:en.mauritania)
+(!fb:transportation.road.major_cities fb:en.us_interstate_5)
+(count (!fb:interests.collection.collector ((lambda x (fb:interests.collection.category (var x))) fb:en.automobile)))
+(count (!fb:geology.rock_type.parent_rock_type fb:en.igneous_rock))
+(!fb:engineering.piston_engine.piston_configuration fb:en.ford_model_t_engine)
+(!fb:digicams.camera_storage_type.compatible_cameras fb:en.sdhc_card)
+(!fb:location.location.containedby fb:m.019zhn)
+(!fb:ice_hockey.hockey_conference.divisions fb:en.western_conference)
+(!fb:meteorology.tropical_cyclone.highest_winds fb:en.hurricane_katrina)
+(!fb:boats.ship.length_overall fb:m.0b_h31m)
+(!fb:rail.locomotive_class.introduced fb:en.mark_vii_monorail)
+(!fb:location.location.containedby fb:en.walden_pond)
+(fb:medicine.disease.symptoms fb:en.fatigue)
+(fb:geology.geological_formation.formed_during_period fb:en.barremian)
+(!fb:measurement_unit.dated_money_value.amount ((lambda x (!fb:business.business_operation.operating_income (var x))) fb:en.j_c_penney))
+(!fb:religion.religion.includes fb:en.judaism)
+(count (!fb:film.performance.film ((lambda x (fb:film.performance.actor (var x))) fb:en.ron_glass)))
+(!fb:boats.ship.place_built fb:en.uss_constitution)
+(!fb:medicine.disease.treatments fb:en.leukemia)
+(!fb:internet.website.category fb:en.windows_live_search)
+(!fb:broadcast.content.production_start fb:en.the_standard_school_broadcast)
+(!fb:amusement_parks.park.rides fb:en.six_flags_america)
+(!fb:music.artist.origin fb:en.omarion_grandberry)
+(count (!fb:music.artist.track fb:en.the_band))
+(!fb:book.contents.work ((lambda x (fb:book.contents.publication (var x))) fb:en.frontier_times_1967_july))
+(!fb:fictional_universe.fictional_character.species fb:en.spock)
+(count (!fb:royalty.chivalric_order_membership.recipient (and ((lambda x (fb:royalty.chivalric_order_membership.order (var x))) fb:en.order_of_the_garter) ((lambda x (fb:royalty.chivalric_order_membership.title (var x))) fb:en.knight_of_the_garter))))
+(!fb:film.film.initial_release_date fb:en.charlies_angels)
+(!fb:education.grade_level.typical_age_minimum fb:en.second_grade)
+(!fb:protected_sites.protected_site.date_established fb:en.yosemite_national_park)
+(!fb:celebrities.substance_abuse_problem.substance ((lambda x (fb:celebrities.substance_abuse_problem.celebrity (var x))) fb:en.robert_downey_jr))
+(!fb:interests.collection.category ((lambda x (fb:interests.collection.collector (var x))) fb:en.elizabeth_ii_of_the_united_kingdom))
+(!fb:business.company_brand_relationship.company ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.doritos))
+(count (!fb:geology.rock_type.sub_types fb:en.metamorphic_rock))
+(!fb:fictional_universe.fictional_character.species fb:en.the_doctor)
+(!fb:measurement_unit.money_value.amount (!fb:automotive.trim_level.msrp fb:m.0hgwnr4))
+(count (!fb:award.award_nomination.award ((lambda x (fb:award.award_nomination.nominated_for (var x))) fb:en.the_nutty_professor_1996)))
+(!fb:business.competitive_space_mediator.company ((lambda x (fb:business.competitive_space_mediator.space (var x))) fb:en.smartphone))
+(count (fb:opera.opera.language fb:en.french))
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.earth))
+(!fb:opera.opera_director.operas_directed fb:en.jonathan_miller)
+(!fb:fashion.garment.more_specialized_forms fb:en.hat)
+(!fb:award.award_honor.award (and ((lambda x (fb:award.award_honor.year (var x))) (date 1968 -1 -1)) ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.jack_albertson)))
+(!fb:celebrities.supercouple.partners fb:en.tomkat)
+(!fb:amusement_parks.ride.area fb:en.space_mountain)
+(!fb:film.film.music fb:en.titanic_special_edition_dvd)
+(!fb:aviation.aircraft_ownership_count.aircraft_owner ((lambda x (fb:aviation.aircraft_ownership_count.aircraft_model (var x))) fb:en.f-5_freedom_fighter))
+(!fb:medicine.disease.causes fb:en.syphillis)
+(!fb:music.artist.genre fb:en.b12)
+(!fb:fashion.designer_label_association.designer ((lambda x (fb:fashion.designer_label_association.label (var x))) fb:en.bill_blass_limited))
+(!fb:people.deceased_person.date_of_death fb:en.john_f_kennedy)
+(!fb:government.us_president.vice_president fb:en.woodrow_wilson)
+(!fb:organization.organization.date_founded fb:en.borders_group)
+(!fb:boxing.match_boxer_relationship.boxer ((lambda x (fb:boxing.match_boxer_relationship.match (var x))) fb:en.the_battle_of_the_champions))
+(!fb:tv.tv_regular_personal_appearance.person (and (and ((lambda x (fb:tv.tv_regular_personal_appearance.program (var x))) fb:en.cbs_evening_news) ((lambda x (fb:tv.tv_regular_personal_appearance.appearance_type (var x))) fb:en.co_host)) ((lambda x (fb:tv.tv_regular_personal_appearance.from (var x))) (date 1993 -1 -1))))
+(!fb:award.award_honor.honored_for (and ((lambda x (fb:award.award_honor.award (var x))) fb:en.grammy_award_for_best_spoken_word_album) ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.barack_obama)))
+(count (!fb:common.topic.alias fb:en.omarion_grandberry))
+(!fb:wine.wine.percentage_alcohol fb:en.g_h_mumm_cordon_rouge_brut)
+(count (!fb:finance.currency.countries_used fb:en.indian_rupee))
+(!fb:boats.ship.launched fb:en.uss_croaker)
+(!fb:film.film.produced_by fb:en.13_going_on_30)
+(!fb:finance.currency.currency_code fb:en.australian_dollar)
+(!fb:music.composition.composer fb:m.02knmd5)
+(!fb:media_common.adapted_work.adaptations fb:en.the_wonderful_wizard_of_oz)
+(!fb:physics.particle.generation fb:en.down_quark)
+(!fb:amusement_parks.ride.max_speed fb:en.kingda_ka)
+(!fb:people.person.place_of_birth fb:en.ron_glass)
+(!fb:award.ranking.item ( (lambda x (fb:award.ranking.list (var x))) fb:en.rolling_stones_100_greatest_guitarists_of_all_time))
+(!fb:people.person.religion fb:en.pablo_picasso)
+(!fb:business.company_brand_relationship.company ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.easy_cheese))
+(!fb:cvg.game_performance.character ((lambda x (fb:cvg.game_performance.game (var x))) fb:en.sonic_rush))
+(!fb:comic_books.comic_book_series.created_by fb:en.runaways)
+(!fb:fashion.fiber.textiles_made_from_this_fiber fb:en.cotton)
+(!fb:tv.tv_program.theme_song fb:en.sesame_street)
+(!fb:award.award_honor.honored_for ( (lambda x (fb:award.award_honor.award (var x))) fb:en.golden_globe_award_for_best_motion_picture_-_drama))
+(!fb:medicine.disease.causes fb:en.heart_failure)
+(count (!fb:film.performance.character ((lambda x (fb:film.performance.film (var x))) fb:en.charlies_angels)))
+(!fb:boats.ship.ship_class fb:en.uss_cobia)
+(count (!fb:tv.tv_producer_term.program ((lambda x (fb:tv.tv_producer_term.producer (var x))) fb:en.jerry_seinfeld)))
+(!fb:geology.rock_type.formations fb:en.quartzite)
+(!fb:biology.gene_ontology_group.description fb:en.rna_binding)
+(!fb:music.artist.active_start fb:en.massive_attack)
+(!fb:projects.project.planned_completion_date fb:m.0fq7hj3)
+(!fb:organization.organization.founders fb:en.girl_scouts_of_the_usa)
+(count (!fb:business.company_product_relationship.consumer_product (!fb:business.consumer_company.products fb:en.mattel)))
+(!fb:internet.blog.started fb:en.techvibes)
+(!fb:government.election.winner fb:en.united_states_presidential_election_1964)
+(count (fb:location.location.containedby fb:en.north_america))
+(count (fb:film.film.subjects fb:en.antarctica))
+(!fb:organization.organization.date_founded fb:en.green_party)
+(!fb:rail.railway.closed fb:en.princetown_railway)
+(!fb:comic_strips.comic_strip.characters fb:en.peanuts)
+(!fb:finance.exchange_rate.target_of_exchange ((lambda x (fb:finance.exchange_rate.source_of_exchange (var x))) fb:en.danish_krone))
+(!fb:book.written_work.part_of_series fb:en.a_wrinkle_in_time)
+(count (!fb:soccer.football_position.players fb:en.goalkeeper_football))
+(!fb:computer.software_developer.software fb:en.oracle_corporation)
+(!fb:spaceflight.astronaut.space_time_minutes fb:en.alan_shepard)
+(count (!fb:ice_hockey.hockey_position.players fb:m.02qvdc))
+(!fb:business.customer.supplier fb:en.wells_fargo)
+(!fb:music.group_membership.member ((lambda x (fb:music.group_membership.group (var x))) fb:en.the_soul_stirrers))
+(!fb:sports.sports_team.arena_stadium fb:en.denver_spurs)
+(!fb:award.award_honor.award_winner (and ((lambda x (fb:award.award_honor.award (var x))) fb:en.academy_award_for_best_picture) ((lambda x (fb:award.award_honor.year (var x))) (date 2010 -1 -1))))
+(!fb:medicine.medical_specialty.hospitals_with_this_specialty fb:en.cardiology)
+(!fb:baseball.baseball_player.hall_of_fame_induction fb:en.henry_aaron)
+(!fb:internet.blogger.blog fb:en.robert_scoble)
+(!fb:organization.organization.date_founded fb:en.girl_scouts_of_the_usa)
+(!fb:chemistry.chemical_element.atomic_number fb:en.silicon)
+(!fb:time.event.start_date fb:en.renaissance)
+(!fb:people.person.date_of_birth fb:en.danny_devito)
+(!fb:measurement_unit.dated_money_value.amount ((lambda x (!fb:film.film.estimated_budget (var x))) fb:en.transformers))
+(!fb:book.newspaper.circulation_areas fb:en.the_guardian)
+(!fb:food.beer.beer_style fb:en.miller_lite)
+(!fb:astronomy.star.temperature_k fb:m.0kjyrc7)
+(!fb:music.artist.genre fb:en.dave_grohl)
+(!fb:finance.currency.currency_code fb:en.singapore_dollar)
+(!fb:award.award_honor.honored_for ((lambda x (fb:award.award_honor.award (var x))) fb:m.04d215m))
+(!fb:biology.organism_classification.scientific_name fb:en.domesticated_horse)
+(!fb:influence.influence_node.influenced fb:en.leadbelly)
+(count (!fb:film.performance.film ((lambda x (fb:film.performance.actor (var x))) fb:en.hayden_panettiere)))
+(!fb:finance.currency.currency_code fb:en.swedish_krona)
+(!fb:ice_hockey.hockey_team.coach fb:en.toronto_maple_leafs)
+(!fb:film.film.produced_by fb:en.titanic_special_edition_dvd)
+(count (!fb:freebase.type_profile.equivalent_topic fb:location.citytown))
+(!fb:dining.cuisine.dishes fb:m.01v7z)
+(!fb:book.magazine_issue.cover_artist fb:en.batman_477)
+(count (!fb:finance.currency.countries_used fb:en.euro))
+(!fb:meteorology.tropical_cyclone_season.total_storms fb:en.2005_atlantic_hurricane_season)
+(!fb:meteorology.tropical_cyclone_season.strongest_storm fb:en.1992_atlantic_hurricane_season)
+(!fb:computer.computer.discontinued fb:en.apple_i)
+(!fb:boxing.boxing_title_tenure.champion ((lambda x (fb:boxing.boxing_title_tenure.title (var x))) fb:m.0chgh2j))
+(!fb:martial_arts.martial_artist.martial_arts_students fb:en.yip_man)
+(!fb:basketball.basketball_coach.season_losses fb:en.sean_miller_1968)
+(!fb:book.written_work.author fb:m.067y_k7)
+(!fb:people.person.parents fb:en.ferdinand_ii_holy_roman_emperor)
+(!fb:rail.railway_operator_relationship.operator ((lambda x (fb:rail.railway_operator_relationship.railway (var x))) fb:m.04rsv0))
+(!fb:base.popstra.fashion_choice.designer ((lambda x (fb:base.popstra.fashion_choice.fashion_wearer (var x))) fb:en.sarah_jessica_parker))
+(!fb:award.award_honor.award ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.lost))
+(!fb:dining.cuisine.ingredients fb:m.09y2k2)
+(!fb:boats.ship_class.max_speed_knots fb:en.collins_class_submarine)
+(!fb:military.armed_force.military_combatant fb:en.navy_dept)
+(!fb:soccer.football_match.teams fb:en.fa_cup_final_1973)
+(count (!fb:american_football.football_historical_roster_position.team ( (lambda x (fb:american_football.football_historical_roster_position.player (var x))) fb:en.jim_thorpe)))
+(!fb:religion.religion.sacred_sites fb:en.sunni_islam)
+(!fb:business.company_brand_relationship.company ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.country_time))
+(!fb:food.beer_country_region.beers_from_here fb:en.germany)
+(!fb:finance.currency.currency_code fb:en.indonesian_rupiah)
+(!fb:interests.hobbyist.hobbies fb:en.sarah_jessica_parker)
+(!fb:fictional_universe.school_in_fiction.students_graduates fb:en.university_of_oxford)
+(!fb:event.disaster.fatalities fb:en.boston_molasses_disaster)
+(!fb:basketball.basketball_player.position_s fb:en.keyon_dooling)
+(count (!fb:base.academyawards.host_of_oscar_show.oscar_show_hosted fb:en.frank_sinatra))
+(!fb:event.speech_or_presentation.event ((lambda x (fb:event.speech_or_presentation.presented_work (var x))) fb:en.cross_of_gold_speech))
+(!fb:meteorology.tropical_cyclone.formed fb:en.hurricane_andrew)
+(!fb:engineering.engine.designer fb:en.rolls-royce_welland)
+(count (fb:medicine.cancer_center.comprehensive true))
+(count (!fb:music.artist.album fb:en.fleet_foxes))
+(count (!fb:common.topic.alias fb:en.us))
+(!fb:film.performance.actor ((lambda x (fb:film.performance.character (var x))) fb:m.0clpml))
+(!fb:organization.organization.slogan fb:en.bmw)
+(!fb:celebrities.substance_abuse_problem.end (and ((lambda x (fb:celebrities.substance_abuse_problem.celebrity (var x))) fb:en.robin_williams) ((lambda x (fb:celebrities.substance_abuse_problem.substance (var x))) fb:en.cocaine)))
+(!fb:common.image.size fb:m.0kk92b)
+(!fb:engineering.battery_size_cell_variation.voltage (and ((lambda x (fb:engineering.battery_size_cell_variation.cell_type (var x))) fb:en.alkaline_battery) ((lambda x (fb:engineering.battery_size_cell_variation.size (var x))) fb:en.aa_battery)))
+(count (!fb:medicine.disease.stages fb:en.breast_cancer))
+(!fb:tv.tv_program.languages fb:m.014v3t)
+(!fb:exhibitions.exhibition_run.opened_on (and ((lambda x (fb:exhibitions.exhibition_run.exhibition (var x))) fb:m.04d14h7) ((lambda x (fb:exhibitions.exhibition_run.venue (var x))) fb:en.philadelphia_museum_of_art)))
+(count (!fb:military.armed_force.units fb:en.u_army))
+(!fb:film.film.produced_by fb:en.the_nutty_professor_1996)
+(count (!fb:media_common.netflix_genre.titles fb:en.documentary))
+(!fb:government.government_position_held.office_holder (and ( (lambda x (fb:government.government_position_held.office_position_or_title (var x))) fb:en.united_states_senator) ((lambda x (fb:government.government_position_held.district_represented (var x))) fb:en.colorado)))
+(count (!fb:cvg.musical_game_song_relationship.song ((lambda x (fb:cvg.musical_game_song_relationship.game (var x))) fb:en.guitar_hero_aerosmith)))
+(!fb:basketball.basketball_roster_position.number ((lambda x (fb:basketball.basketball_roster_position.player (var x))) fb:en.lamarcus_aldridge))
+(!fb:geology.rock_type.sub_types fb:en.coal)
+(count (!fb:media_common.literary_genre.books_in_this_genre fb:en.computer_programming))
+(!fb:time.event.locations fb:en.the_rolling_stones_2009_concert_tour)
+(!fb:physics.particle.electric_charge fb:en.proton)
+(!fb:computer.computer.introduced fb:en.macintosh)
+(count (!fb:media_common.dedication.work_dedicated (and ((lambda x (fb:media_common.dedication.dedicated_to (var x))) fb:en.joseph_haydn) ((lambda x (fb:media_common.dedication.dedicated_by (var x))) fb:en.wolfgang_amadeus_mozart))))
+(!fb:film.film.subjects fb:en.13_going_on_30)
+(!fb:influence.influence_node.influenced_by fb:en.stephen_fry)
+(!fb:film.film.costume_design_by fb:en.bruce_almighty)
+(!fb:tv.tv_series_episode.writer fb:en.straight_and_true) \ No newline at end of file
diff --git a/data/free917/free917v2.dev.tok.de b/data/free917/free917v2.dev.tok.de
new file mode 100644
index 0000000..52f9b5e
--- /dev/null
+++ b/data/free917/free917v2.dev.tok.de
@@ -0,0 +1,620 @@
+an welcher institution war marshall hall ein professor
+mit wie vielen firmen wird auf der nyse gehandelt
+was ist die adresse des hauptsitzes von apple , inc .
+was war der preis der ersten x-men ausgabe
+welche ausgabe von sandmann ist ein traum von tausend katzen
+wie viele menschen haben das sinken der titanik überlebt
+bei welchen olympischen spielen hat ägypten teilgenommen
+wie viele prominenten waren im betty ford center
+wie alt sollte man sein , um monopoly spielen zu können
+wie viele teilchen der ersten generation gibt es
+wann wurde der erste zusatzartikel ratifiziert
+wie viele mannschaften nehmen an der uefa teil
+wer sind die linebackers bei den chicago bears
+an was ist bertrand russell gestorben
+wie lange dauert die fahrt im spuk herrenhaus in disneyland
+was für eine art von tee ist grüner tee
+zu welchem autobahnsystem gehört die us route 101
+welcher liga gehört real madrid an
+wie viel hat eine canon powershot tx1 gekostet als sie herausgekommen ist
+welche gebiete werden von dem lse abgedeckt
+wie viele leute beschäftigt borders
+auf welchem rang landete monsanto im fortune 500 in 2000
+wie viele prothetische maskenbildner arbeiteten an 28 tage später
+wie viele schiffe hat nathanael herreshoff entworfen
+wer verwaltet fulham f. c.
+wann wurde der fänger im roggen veröffentlicht
+wie viele steinformationen wurden während der kreidezeit geformt
+welches sind die herstellerwerke von bmw
+wie heißen ein paar judo kämpfer
+was ist die durchschnittstemperatur in sydney im august
+für welche gebiete ist das gericht von chancery zuständig
+wann ist der berg fuji das letzte mal ausgebrochen
+wie hoch ist westminster abbey
+wann wurde wells fargo gegründet
+wann wurde hey arnold ! eingestellt
+wann hat christopher higgins aufgehört für die montreal canadiens zu spielen
+aus was ist der schiffsrumpf der james craig gemacht
+wie viele haustiere besaß john f kennedy
+wie viele stockwerke hat das weiße haus
+in welcher comic ausgabe ist kitty pryde das erste mal erschienen
+was sind die gottheiten im hinduismus
+wer hat das iphone entworfen
+unter wie vielen anderen namen ist jerry seinfeld bekannt
+was ist die geographische breite und länge des eiffelturms
+wie viele besucher bekommt das magic kingdom pro jahr
+wie viele filmauftritte hatte beyonce
+wer stellt den specialized stumpjumper her
+welche art von brennstoff kann ein 4 zylinder motor benutzen
+welche große historische ereignisse geschahen in afrika
+was für ein fahrzeuggetriebe hat ein 2011er honda jazz
+was ist das reinvermögen von angelina jolie
+welche konferenzen sponsort google
+was ist die umlaufzeit des mondes
+wo hat der barosaurus gelebt
+wer hat eine reihe betrüblicher ereignisse geschrieben
+zu welchem genre gehört doonesbury
+welchem religiösen orden gehört das kloster kirkstall an
+in welcher zeitlichen periode wurde der uluru geformt
+welche blogs sind auf deutsch
+was für eine art kleidungsstück sind knickerbockers
+was ist die adresse der öffentlichen mitchell bücherei
+welchem genre gehört 8 mile an
+wie viele arten von dinosaurier gab es in afrika
+wer ist der cheftrainer von den chicago bulls
+wen hat nathan fillion in halo : reach gesprochen
+was ist das motto des orden vom goldenen vlies
+was ist die verkaufsgrundfläche des dubai marina einkaufszentrum
+wer hat die uss nautilus gebaut
+wo ist nathan smith gestorben
+wer besitzt flickr
+wer hat das spiel des lebens entworfen
+welche medaille erhielt graeme brown bei den olympischen sommerspielen 2004
+was ist das symbol für den yen
+welche themengebiete sind identisch us county
+was ist der ursprung des fluss mississippi
+wie viele prominenten wurden wegen drunkenheit am steuer angeklagt
+wie viele erweiterungspakete hat die sims
+was ist die religion von ron glass
+aus was ist der cape may leuchtturm
+was ist das thema des source report
+wo wurde jerry seinfeld geboren
+um was geht es bei roe v. wade
+auf welcher position spielt craig adams
+bei wie vielen plattenfirmen war omarion unter vertrag
+welche auszeichnung hat danny devito 1981 gewonnen
+in welchen größen gibt es das pilsner urquell
+wie viele hauptrollen hatte jack albertson
+wann wurde das airspeed oxford das erste mal geflogen
+wann ist der filmstart von 2 fast 2 furious
+welche dateiformate werden vom iphone unterstützt
+wo liegt der international flughafen tempelhof
+welche sprachen hat microsoft konzipiert
+welche werke hat anthony payne vollendet
+wie viele auszeichnungen hat die titanik gewonnen
+wie wird die plastiki angetrieben
+wo fand die erste weltweite science fiction zusammenkunft statt
+aus was wird serge hergestellt
+wer veranstaltete 2003 die kricket weltmeisterschaft
+wann ist secretariat gestorben
+wann ist die galileo raumsonde gestartet
+wann wurde savealot gegründet
+wie viele leute können die siedler von catan spielen
+wie viele austellungen über leonardo da vinci gab es
+welche gebäude wurden am 11. september zerstört
+wie viele dinosaurier arten sind aus afrika
+seit wann ist das kloster von st. gall als unesco weltkulturerbe verzeichnet
+was ist das leistungsvermögen eines rolls royce merlin
+was sind die nebenwirkungen von morphin
+was ist der siedepunkt von wasser
+von wem ist das drehbuch des verrückten professor
+welche altersfreigabe hat big daddy
+wann begann michael jackson seine solokarriere
+wann ist tutankhamun gestorben
+wann wurden die vereinten nationen gegründet
+wer sind die vermarkter von bruce almighty
+wann erschien bruce almighty
+was war das budget von edward scissorhands
+wer besitzt wxpn
+was war der architekturstil von walter gropius
+wie viele betten hat das mclean krankenhaus
+was sind einige gato klasse u-boote
+was ist die maximale höhenlage von stratus wolken
+wieviele mathematikkonferenzen gibt es
+durch was ernährte sich der ceratopsia
+welcher richter führte den vorsitz bei staat gegen kelly
+in welcher stadt ist der hauptsitz von h &amp; r block
+was ist die höchste erhebung im skigebiet des berg elk
+was ist die konsistenz von brie käse
+wie viele schulen haben einen bieber als maskottchen
+wer schuf die sesamstraße
+wie viele filmauftritte hat jerry seinfeld
+wie viele spin-offs hat die sesamstraße
+wie viele verschiedene produkte produziert gsusa
+wer führte bei meine braut , ihr vater und ich regie
+wann wurde omarion geboren
+was sind einige französische restaurants
+wer publiziert das journal of abnormal psychology
+auf welchem sender lief die sesamstraße ursprünglich
+was sind die monde jupiters
+welche austellungen gibt es im zoologischen park arignar anna
+wo wurde der neanderthaler 1 gefunden
+von welchem radioprogramm ist a right to death eine episode
+zu welcher kategorie von kampfkunst gehört tai chi chuan
+wie viele religionen verehren einen gott
+was sind die unterdisziplinen der ingenieurwissenschaften
+was ist die branche von target
+wie viele länder benutzen den australischen dollar
+welche software hat claris entwickelt
+welche busunternehmen operieren busse in paris
+wann wurde porgy and bess das erste mal aufgeführt
+wie viele leute wurden von socrates beeinflusst
+wie viele landebahnen hat der internationale flughafen von san francisco
+welche farbe spielte adolf anderssen bei der unsterblichen partie
+wann wurde der boston herald das erste mal herausgebracht
+ist die universität lima staatlich oder privat
+in welchen austellungen war die klinik gross zu sehen
+wie sehen cirrus wolken aus
+wer spielte die partie des jahrhunderts
+wie viele länder nahmen an den olympischen winterspielen 2006 teil
+in wie vielen fernsehserien hatte danny devito eine hauptrolle
+welche auszeichnungen gewann der englische patient
+wer entwarf den ford mustang erster generation
+wo spielt der hobbit
+wer hat neon entdeckt
+was sind einige britische lokomotiven der klasse 52 züge
+welche nummer hatte david akers bei den philadelphia eagles
+in wie vielen sendungen war hayden panettiere
+wie viele kostenlose austellungen gab es im science museum
+wie ist samuel beckett gestorben
+was für eine art von infektion ist syphilis
+was ist die fläche afrikas
+wie lang sind adventure time episoden
+wer entwarf den hawker sea hawk
+wann wurde der oberste gerichtshof australiens gegründet
+wer braut pauwel kwak
+wann gewann alles ist erleuchtet den guardian first book award
+für welche fluggesellschaften ist der londoner heathrow flughafen ein drehkreuz
+wer sind ein paar namenhafte agnostische figuren
+welche linien betreibt die londoner oberirdische bahn
+wie viele richter hatte das oberste zivilgericht
+unter welchen anderen namen sind die vereinten nationen bekannt
+wo ist taekwondo entstanden
+was ist die fläche nordamerikas
+seit wann wird das arabische alphabet benutzt
+wie lang ist die mexikanische bundesstraße 1
+wie viele schulen haben eine sigma phi epsilon verbindung
+wer waren die astronauten bei der apollo 12 mission
+wie viele menschen wurden von karl marx beeinflusst
+wie viele canon digitalkameras gibt es
+was ist die originalsprache von mister aufziehvogel
+was ist das symbol der währung der usa
+wie viele militärische einheiten stammen aus delaware
+wie viele leute hatten den titel großmeister des annunziaten orden inne
+wie viele einkaufszentren besitzt oxford properties
+welche qualifikationen hat woody strode in seishindo kenpo
+was ist die ein buchstabe lange abkürzung für tryptophan
+wo werden dravidische sprachen gesprochen
+wie viele bücher hat die öffentliche bücherei von detroit
+wie viele arten von fußbekleidung gibt es
+in welchem park befindet sich splash mountain
+welches ist die religion von danny devito
+welche kräfte hat sonic der igel
+wie viele gewinne konnte larry bird in seiner karriere verbuchen
+was sind die symptome der motoneuronerkrankung
+was war der letzte veröffentlichungstag des lux radio theater
+wie viele grammy awards erhielt beyonce in ihrer sängerkarriere
+in welcher sprache ist lohengrin
+welche x-men ausgaben haben iceman auf dem deckblatt
+welche nummer hat kevin youkilis bei den bostoner red sox
+was sind die symptome des prostatakrebs
+wer erschuf charlie brown
+welche art von zug war heavy harry
+was für ein typ von fahrrad ist ein bianchi pista
+wie viele sendungen strahlt das blogtalkradio aus
+für welche marke entwirft julien fournie
+wie hoch sind die niagara fälle
+wer spielt zur zeit für die san jose sharks
+was sind die überlebenschance bei prostatakrebs
+wie viele nominierungen für auszeichnungen hatte danny devito
+wann wurde charlie sheen in die thousand oaks rehabilitationseinrichtung aufgenommen
+welche bowling techniken benutzt matthew hayden
+was ist der schwerpunkt des last minute blogs
+wie viele spitznamen hat shaquille o &apos; neal
+in welcher liga spielen die st. louis blues
+wer verwaltete liverpool f.c. von 2004 bis juni 2010
+welche höhenrestriktion hat die roller soaker
+was ist das währungssymbol des kanadischen dollar
+was ist die gesamtfläche der antarktis
+wie viele spiele spielte donovan mcnabb in der saison 2008
+wie viele x-men ausgabe gibt es
+in wie vielen ländern wird der euro benutzt
+wie viele menschen waren bei dem fifa finale der weltmeisterschaft 2006
+wie viele auszeichnungen gewann danny devito
+aus wie vielen inseln bestehen die antillen
+welche stadt ist dem berg snowshoe am nächsten
+wie groß ist jerry seinfeld
+wie viele karten werden benötigt um canasta zu spielen
+wie viele spiele gibt es in der final fantasy serie
+was sind spitznamen für new york
+was ist der kraftstoffverbrauch des 2007er honda civic ima auf der autobahn
+wer ist der entwickler der sprache java
+wie viele geschwindigkeiten hat eine panasonic dx3000
+wann wurde joni mitchell in die rock and roll hall of fame aufgenommen
+wo wurde william shakespeare geboren
+was sind die dimensionen des matrix reloaded bild
+wie viele test konferenzen hat rudi koertzen geleitet
+welche religionen zweigen vom römischen katholizismus ab
+wer entwickelte den polio impfstoff
+wer malte die mona lisa
+wie viele kollektionen besaß barry halper
+wer schreibt den dabble blog
+wer sind die bauhaus architekten
+wie viele mannschaften hat curly lambeau trainiert
+wie viele außenstellen hat die öffentliche bücherei von vancouver
+in welcher stadt befindet sich die may main bibliothek
+welche reiseführer gibt es für san fransisco
+wie heißen ein paar psychologie journale
+wo wurde das kepler raumschiff gestartet
+wie viele filmschauspieler gibt es auf freebase
+wann lief a prairie home companion das erste mal
+zu welchem genre gehört meine braut , ihr vater und ich
+was ist die maximale geschwindigkeit des gloster meteors
+wie viele länder gehören der europäischen union an
+wann wurde civilization veröffentlicht
+auf welchem sender lief gilligans insel zuerst
+welche serie schrieb tamora pierce
+wer trug die gettysburg address vor
+was ist das maskottchen der bostoner red sox
+wann wurde cathy lander der fünfte grad des schwarzen gürtel in seishindo kenpo verliehen
+wie viele orte gibt es auf freebase
+wer sind die sponsoren des gatorades major
+was ist der kraftstoffverbrauch der 2008er hyundai accent gls limousine in der stadt
+wo wird between the lines produziert
+auf welcher position spielt ray lewis zur zeit für die baltimore ravens
+wem wurde der unsichtbare mann gewidmet
+wie wird syphilis übertragen
+welche charaktere singen im sopran in tristan und isolde
+wie viele arabische dialekte gibt es
+wann öffnete invertigo
+was ist der schmelzpunkt von gold
+aus was besteht der denker
+wen spielte jun matsumoto in hana yori dango
+wie viele autos befinden sich in der auto kollektion von jay leno
+wann öffnete coronet peak
+auf welcher serie basiert game of thrones
+um was ging es bei der science of survival ausstellung
+wie viele straftaten beging lindsey lohan
+wie viele menschen besuchen die öffentliche bücherei new yorks jährlich
+wie vielen comic geschichten verlieh adrienne farbe
+welche spiele gewann garry kasparov
+wie groß muss man sein , um bei dem american eagle mitfahren zu dürfen
+wer ist der cheftrainer der pittsburgh steelers
+welche beschwerden behandelt aspirin
+für welche mannschaft spielt fedor tyutin
+in wie vielen tv sendungen war ron glass zu sehen
+wie viele schiffe wurden von bath iron works gebaut
+wer wurde 2011 für den academy award als bester regisseur nominiert
+welcher buchstabe bedeutet &quot; ich werde zurückkommen &quot;
+was ist die sexuelle orientierung von britney spears
+wie viele motoren hat eine 4er kolbenreihenmotor
+welche spieler schossen 2006 bei dem finale der fifa weltmeisterschaft tore
+wie viele athleten gewannen eine olympische goldmedaille
+welche filme wurde als beliebteste komödie nominiert
+wer lebte in fallingwater
+wer entwickelte capri sun
+welche hütten gibt es im alta skigebiet
+hat die canon powershot a75 einen orientierungssensor
+wie lang ist die laufzeit von titanik
+welche mannschaft trainiert mike brown
+welche mannschaft verwaltet joe girardi zur zeit
+wer ist der vorstandsvorsitzenden von apple
+wie viele kommandeure gab es im sezessionskrieg
+wann begann francesco sabatini auf der puerta de san vicente zu arbeiten
+wann begann martin margiela für herm zu entwerfen
+wer führte die regie bei 2 fast 2 furious
+wie viele sprachen erfand jrr tolkein
+welche teleskope hat das lowell observatorium
+wie lang ist die tokyu tamagawa linie
+wer war 1948 der nachrichtensprecher bei den cbs abendnachrichten
+von wem stammt die musik in bruce almighty
+aus wie vielen episoden besteht die sesamstraße
+was ist die gesamtfläche australiens
+wie viele staffeln gibt es von der sesamstraße
+wer erschuf superman
+was ist die spiellaufzeit von meine braut , ihr vater und ich
+wer war der besetzungschef von meine braut , ihr vater und ich
+wie viele ipod generationen gibt es
+wie viele auszeichnungen gewann jack albertson
+seit wann ist die kalifornische möwe der staatsvogel von utah
+unter welchem namen sind die new york giants noch bekannt
+wann wurde universal studios japan eröffnet
+wie viele personen arbeiteten an dem entwurf und an der konstruktion der golden gate brücke
+gibt es bei doom einen mehrspielermodus
+wann wurde starbucks gegründet
+wie hoch war der finanzielle schaden bei dem feuer in toronto 1904
+welche zeitung publiziert die carnegie mellon
+wie viele schulen sind im schulgebiet von philadelphia
+bei welchen rehabilitierungsanstalten war jerry garcia schon
+wie viele gewinner des peabody awards gibt es
+wie viele spiele gibt es für den nintendo ds
+wer erfand scrabble
+wo wurde die armory show ausgestellt
+in welchem stadium spielen die phillies
+wer war der regisseur von der verrückte professor
+was ist der spin eines positron
+wie viele marken besitzt sara lee
+wer war der 22. präsident
+zu welchem genre gehört der hund von baskerville
+was ist die trockenmasse des hubble weltraumteleskops
+was sind einige beispiele für rennräder
+welche teilchen gibt es in der lepton klasse
+welcher kategorie gehört der film domain an
+aus was für einer art gestein besteht der gruta das torres
+welchen prozessor hatte apple ii
+wann ist der geburtstag von jerry seinfeld
+in welcher sprache ist der tagliablog
+wer produzierte die drei doktoren
+wer stellte die raumfähre discovery her
+was ist die bevölkerungszahl von asien
+wie viele gebiete waren von dem hurrikan ivan betroffen
+wann wurde kid &apos; s corner das erste mal ausgestrahlt
+was ist das währungszeichen des mexikanischen peso
+welche sprachen verwenden die bengali schrift
+wie hoch ist der mount everest
+wer sind die moderatoren von car talk
+wo wurde henry iii beerdigt
+wer stellte die t-38 talon her
+welche auszeichnung verleiht das royal institute of british architects
+wie viele orden gründete königin victoria
+was war die rolle von robert oppenheimer beim manhattan projekt
+wer sind die momentanen spieler der los angeles dodgers
+welche religion begründete martin luther
+welcher charakter wurde in der gotham city geboren
+wie viele proteine beinhaltet quinoa
+wann wurde der film big daddy veröffentlicht
+welche stadt veranstaltete 1948 die olympischen sommerspiele
+wie viele biere gibt es auf freebase
+wann wurde target gegründet
+wie viele länder benutzen das geld des vereinigten königreichs
+was sind die farbe der columbia universität
+welches instrument spielte lightnin &apos; hopkins
+was sind die bräuche des sikhismus
+wie viele menschen bloggen auf beyond robson
+aus wie vielen industrien besteht walmart
+was ist die bevölkerungszahl von iowa
+wo hält die market-frankford linie an
+was sind die unterklassen der boson klasse
+wie lange ist die golden gate bridge
+wie viele boote besitzt die royal navy
+wo wurde luke skywalker geboren
+von wem war die geschichte drei engel für charlie
+um was ging es bei dem manhattan projekt
+welcher partei gehörte grover cleveland an
+was ist die passagierkapazität der cessna citation x
+wann wurde die panasonic corporation gegründet
+wer erhielt die goldmedaille bei dem tennis einzelspiel der männer bei den olympischen sommerspielen 1896
+in welchem jahr gewann harry potter und der feuerkelch den hugo award für den besten roman
+wie viele dinosaurierarten gibt es in nordamerika
+was ist die übergeordnete krankheit eines schlaganfalls
+wer führte bei übernacht 30 regie
+für welche mannschaft spielt dennis bergkamp
+in wie vielen militärischen konflikte hatte mussolini das kommando
+wie viele werke erschuf frank lloyd wright
+in welcher zeitzone ist illinois
+wer sind die hauptdarsteller der sesamstraße
+wer sind die charaktere in wer die nachtigall stört
+wer sind die schüler von bruce lee
+wie groß war seabiscuit
+wer gewann den kamp muhammad ali gegen joe frazier ii
+welcher motor ist in einem 2010er ferrari california
+unter wie vielen andere namen ist die panasonic corporation bekannt
+welches genere repräsentierte lil hardin armstrong
+was ist das währungssymbol des japanischen yen
+wie hieß die episode von fawlty towers nach der psychiater
+wer ist der vorstandsvorsitzenden von gap , inc .
+welcher serie gehört tungsten an
+wie viele arbeiten fanden auf dem mond statt
+wann wurde jcpenney gegründet
+was ist der schauplatz von das wunder von narnia
+wer produziert meet the press
+wann starb jack albertson
+welches tv programm erschuf hugh laurie
+wie viele rassen sind in der sporting group des american kennel clubs
+wie viele besucher hat der mammoth cave national park in einem jahr
+wie viele tiere gibt es im londoner zoo
+wo befindet sich die independence hall
+wann erblickte mark mckinney das licht der welt
+wie heißen einige zeitschriften über informatik
+in welchem jahr hatte motorola die höchsten einnahmen
+unter wie vielen andere namen ist prostatakrebs bekannt
+wer sind die erschaffer der teenage mutant ninja turtles
+wer schlug den 5. zusatzartikel vor
+welche programmiersprachen wurden für den aol instant messenger benutzt
+wie viele auszeichnungen gewann die sesamstraße
+in welcher liga sind die st. louis cardinals
+wie viele fälle gab es für den obersten gerichtshof der us
+welche automarken hat ford
+wie heißen ein paar filme über die apollo 11 mission
+wie heißen einige bücher über art déco
+was ist die offizielle sprache von mauritanien
+durch welche städte führt die us bundesstraße 5
+wie viele menschen sammeln autos
+wie viele elterntypen hat magmatisches gestein
+was ist die konfiguration des kolbenreihenmotors eines ford modell t motors
+welche digitalkameras benutzen sdhc karten
+wo ist die uss alabama im moment verankert
+wie heißen die ligen der western conference der nhl
+wie hoch waren die höchsten windgeschwindigkeiten des hurrikans katrina
+was ist die gesamtlänge des tahina
+wann wurde die mark vii monorail vorgestellt
+wo befindet sich der walden teich
+welcher krankheit hat erschöpfung als symptom
+welche gesteinsformationen wurden in der barremium zeit geformt
+was ist das betriebseinkommen von jcpenney
+welche arten des judentum gibt es
+wie viele filmauftritte hatte ron glass
+wo wurde die uss constitution erbaut
+welche behandlungsmethoden gibt es für leukämie
+was für eine art webseite ist bing
+wann begann standard school broadcast seine produktion
+welche fahrgeschäfte gibt es bei six flags america
+wo begann die musikalische karriere von omarion
+wie viele titel hat the band aufgenommen
+welche artikel befinden sich in der frontier times ausgabe vom juli 1967
+zu welcher gattung gehört spock
+wie viele ritter des hosenbandorden hatte der hosenbandorden
+wann wurde drei engel für charlie herausgebracht
+in welchem alter beginnen kinder in der regel die zweite klasse
+wann wurde der yosemite nationalpark zum schutzgebiet erklärt
+welche substanzen missbrauchte robert downey jr
+was sammelte elizabeth ii
+wer besaß doritos
+wie viele unterklassen des metamorphes gestein gibt es
+was für eine art lebewesen ist der doktor
+was kostet ein 2012er jeep wrangler sport
+wie viele nominierungen hatte der verrückte professor
+welche firmen stellen smartphones her
+wie viele französische opern gibt es
+wie hoch ist die bevölkerung der menschen auf erden
+welche opern dirigierte jonathan miller
+wie heißen einige arten von hüten
+welchen award gewann jack albertson 1968
+wer denkt sich tomkat aus
+in welchem gebiet von disneyland befindet sich der space mountain
+von wem war die musik in titanik
+welche militärischen teilskräfte benutzen die f-5 freedom fighter
+was sind die ursachen von syphilis
+welchem musikgenre gehört b12 an
+wer entwirft für bill blass limited
+wann starb john f kennedy
+wer war der vizepräsident von woodrow wilson
+wann wurde borders gegründet
+wer kämpfte im kampf der champions
+wer war der ko - moderator bei den cbs abendnachrichten im jahr 1993
+für welche alben gewann barack obama einen grammy award für das bestgesprochene wortalbum
+unter wie vielen anderen namen ist omarion bekannt
+wie hoch ist der alkoholgehalt eines g.h. mumm cordon rouge brut
+wie viele länder nutzen den indischen rupee
+wann startete die uss croaker
+wer ist der produzent von 30 über nacht
+was ist das zeichen des australischen dollar
+wer komponierte das lied ship of fools
+wie heißen einige erarbeitungen von der zauberer von oz
+welcher generation von teilchen gehört das down quark an
+was ist die maximale geschwindigkeit von kingda ka
+wo wurde ron glass geboren
+wer war der beste gitarrist aller zeiten der rolling stones in 2003
+welcher religion gehörte pablo picasso an
+wer besitzt easy cheese
+welche charaktere kann man bei sonic rush spielen
+wer erschuf die runaways comic reihe
+welche textilien werden aus baumwolle hergestellt
+wie heißt die titelmelodie von sesamstraße
+welche filme gewannen den golden globe award für den besten drama film
+was sind die ursachen eines herzinfarkts
+wie viele hauptcharaktere hat drei engel für charlie
+zu welcher schiffsklasse gehört die uss cobia
+wie viele tv sendungen produzierte jerry seinfeld
+welche felsformationen sind aus quartzit
+was ist eine rna bindung
+wann wurde die band massive attack gegründet
+wann soll die restaurierung des rijksmuseums voraussichtlich ende
+wer gründete gsusa
+wie viele produkte produzierte mattel
+wann wurde techvibes gegründet
+wer gewann 1964 die präsidentenwahl in den vereinigten staaten
+wie viele länder gibt es in nordamerika
+wie viele filme gibt es über die antarktis
+wann wurde die green party gegründet
+wann wurde die princetown bahnlinie geschlossen
+wer sind die charaktere in die peanuts
+wie viele dänische kronen ist ein us dollar wert
+teil welcher serie ist die zeitfalte
+wie viele fußballspieler sind torhüter
+welche software hat oracle herausgebracht
+wie viel zeit verbrachte alan shepard im weltall
+wie viele hockey spieler spielen center
+wer ist der kreditor der well fargo
+wer waren die bandmitglieder der soul stirrers
+wo spielen die denver spurs
+wer gewann den preis für den besten film 2010
+welche krankenhäuser sind auf kardiologie spezialisiert
+wann wurde hank aaron in die hall of fame aufgenommen
+welchen blog schreibt robert scoble
+wann wurden die girl scouts of the usa gegründet
+was ist die ordnungszahl von silikon
+wann begann die renaissance
+in welchem jahr wurde danny devito geboren
+was kostete die produktion von transformers
+wo wird the guardian herausgegeben
+welche art von bier ist miller lite
+was ist die temperatur des polarstern
+was sind die musikalischen genres von dave grohl
+was ist das währungssymbol des singapur-dollar
+welche filme gewannen den ascap film und fernsehen musik award für die meisten aufgeführten lieder in einem film
+was ist der wissenschaftliche name für ein pferd
+welche künstler wurden von lead belly beeinflusst
+in wie vielen filmproduktionen erschien hayden panettiere
+was ist das währungssymbol für schwedische kronen
+wer trainiert die toronto maple leafs
+von wem wurde titanik produziert
+wie viele themengebiete sind identisch zu großstadt / stadt / dorf
+wie heißen einige cajun gerichte
+wer entwarf das titelbild für batman nummer 477
+wie viele länder nutzen den euro
+wie viele stürme gab es in der atlantischen hurrikan saison 2005
+was war der stärkste sturm der atlantischen hurrikan saison 1992
+seit wann wird apple i nicht mehr verkauft
+wer waren die inhaber des titles wba world champion
+wer studierte kampfsport unter yip man
+wie oft verlor sean miller in seiner karriere
+wer schrieb travels with my cello
+wer waren die eltern von ferdinand ii
+wer betreibt die silver star bahnstrecke
+welche marke trägt sarah jessica parker
+welche auszeichnungen hat lost gewonnen
+welche zutaten gehören in die italienische küche
+was ist die maximalgeschwindigkeit einen u-boots der collins klasse
+welchem land gehört die royal navy an
+wer spielte im fa cup finale 1973
+für wie viele mannschaften spielte jim thorpe
+was sind heilige städte bei den sunniten
+wer produzierte country time
+wie heißen einige deutschen biere
+was ist das währungssymbol der indonesischen rupiah
+was ist das hobby von sarah jessica parker
+welche erfundenen charaktere besuchten oxford
+wie viele menschen starben bei der melassekatastrophe von boston
+auf welcher position spielt keyon dooling
+wie viele oscar sendungen moderierte frank sinatra
+wo wurde die kreuz aus gold ansprache vorgetragen
+wann entstand der hurrikan andrew
+wer entwarf den rolls-royce welland
+wie viele comprehensive cancer centers gibt es
+wie viele alben veröffentlichte fleet foxes
+wie viele andere namen gibt es für die us amerikanische währung
+wer spielte james bond in den filmen
+was ist das motto von bmw
+wann hörte robin williams auf kokain zunehmen
+wie groß ist das you only live once bild
+was ist die elektrische spannung einer aa alkalischen batterie
+wie viele stadien gibt es für brustkrebs
+welche sprachen werden in der serie firefly gesprochen
+wann war die frida kahlo austellung im kunstmuseum philadelphias
+aus wie vielen einheiten besteht die armee der usa
+von wem wurde der verrückte professor produziert
+wie viele dokumentarfilme gibt es auf netflix
+wer sind die gegewärtigen senatoren colorados
+wie viele lieder gibt es in guitar hero : aerosmith
+was ist lamarcus aldridges nummer
+welche kohlearten gibt es
+wie viele bücher wurden über computer programmierung geschrieben
+wo fand die rolling stones konzert tour 2009 statt
+was ist die elektronische ladung eines protons
+wann wurde macintosh vorgestellt
+wie viele werke widmete mozart joseph haydn
+was ist das thema in 30 über nacht
+von wem wurde stephen fry beeinflusst
+wer hat die kostüme für bruce almighty entworfen
+wer schrieb die episode aufrecht und ehrlich in der serie the wire
diff --git a/data/free917/free917v2.dev.tok.en b/data/free917/free917v2.dev.tok.en
new file mode 100644
index 0000000..3a3d824
--- /dev/null
+++ b/data/free917/free917v2.dev.tok.en
@@ -0,0 +1,620 @@
+at what institutions was marshall hall a professor
+how many companies are traded by the nyse
+what is the address of the apple , inc. headquarters
+what was the cover price of the x-men issue 1
+what issue of sandman is a dream of a thousand cats
+how many people survived the sinking of the titanic
+what olympics has egypt participated in
+what celebrities have gone to the betty ford center
+how old do you have to be to play monopoly
+how many first generation particles are there
+when was the first amendment ratified
+how many teams participate in the uefa
+who are the linebackers on the chicago bears
+what did bertrand russell die of
+how long is the haunted mansion ride at disneyland
+what type of tea is gunpowder tea
+what highway system does us route 101 belong to
+what league is real madrid a member of
+how much did a canon powershot tx1 cost when it was released
+what regions does the lse cover
+how many people does borders employ
+where did monsanto rank on the forune 500 in 2000
+how many prosthetic makeup artists worked on 28 days later
+how many ships has nathanael herreshoff designed
+who manages fulham f. c .
+when was the catcher in the rye first published
+how many rock formations were formed during the cretaceous period
+what are bmw &apos;s manufacturing plants
+who are some practitioners of judo
+what is the average temperature in sydney in august
+over what area does the court of chancery have jurisdiction
+when did mount fuji last erupt
+how tall is westminster abbey
+when was wells fargo founded
+when did hey arnold ! stop running
+when did christopher higgins stop playing for the montreal canadiens
+what is the hull made of on the james craig
+how many pets did john f kennedy own
+how many floors does the white house have
+in which comic book issue did kitty pryde first appear
+what are the deities of hinduism
+who designed the iphone
+how many other names is jerry seinfeld known by
+what are the latitude and longitude of the eiffel tower
+how many visits does the magic kingdom get per year
+how many film performances did beyonce do
+who manufactures the specialized stumpjumper
+what types of fuel does a 4 cylinder engine take
+what major events in history happened in africa
+what is the transmission of a 2011 honda fit
+what is angelina jolie &apos;s net worth
+what conferences does google sponsor
+what is the orbital period of the moon
+where did barosaurus live
+who wrote a series of unfortunate events
+what genre is doonesbury
+what religious order belongs to kirkstall abbey
+during what time period did uluru form
+what blogs are in german
+what type of clothing are knickerbockers
+what is the address of the mitchell public library
+what genres did 8 mile consist of
+how many types of dinosaurs were there in africa
+who is the head coach of the chicago bulls
+who did nathan fillion voice in halo : reach
+what is the motto of the order of the golden fleece
+what is the retail floor space of the dubai marina mall
+who built the uss nautilus
+where did nathan smith die
+who owns flickr
+who designed the game of life
+what medal did graeme brown receive at the 2004 summer olympics
+what is the symbol for yen
+what topics are equivalent to us county
+what is the origin of the mississippi river
+how many celebrities have been charged with driving under the influence
+how many expansion packs does the sims have
+what is ron glass &apos; s religion
+what is the cape may lighthouse made of
+what is the subject of the source report
+where was jerry seinfeld born
+what was roe v. wade about
+what position does craig adams play
+how many record labels was omarion under
+in 1981 what award did danny devito win
+what sizes does pilsner urquell come in
+how many starring tv roles did jack albertson have
+when was the airspeed oxford first flown
+what is the release date for 2 fast 2 furious
+what are the file formats supported by the iphone
+where is the tempelhof international airport located
+what languages has microsoft designed
+what works did anthony payne finish
+how many awards did titanic win
+how is the plastiki propelled
+where was the 1st world science fiction convention held
+what is serge made out of
+who hosted the 2003 cricket world cup
+when did secretariat die
+when was the galileo spacecraft launched
+when was savealot founded
+how many people can play settlers of catan
+how many exhibitions have there been about leonardo da vinci
+what buildings were destroyed in september 11th
+how many dinosaur species are from africa
+when was the abbey of st. gall listed as an unesco world heritage site
+what is the capacity of a rolls royce merlin
+what are the side effects of morphine
+what is the boiling point of water
+who is the screenplay for the nutty professor by
+what is big daddy rated
+when did michael jackson go solo
+when did tutankhamun die
+when was the united nations founded
+who are the distributors for bruce almighty
+when was bruce almighty released
+what was the budget for edward scissorhands
+who owns wxpn
+what was walter gropius &apos; architectural style
+how many beds does mclean hospital have
+what are some gato class submarines
+what is the maximum altitude of stratus clouds
+how many conferences about mathematics are there
+what diet did ceratopsia have
+what judge presided over state v. kelly
+in what city is h &amp; r block headquartered
+what is the highest elevation at the elk mountain ski area
+what is the texture of brie cheese
+how many schools have a beaver as their mascot
+who created sesame street
+how many film performances does jerry seinfeld have
+how many spin offs does sesame street have
+how many different products does gsusa produce
+who directed meet the parents
+when was omarion born
+what are some french restaurants
+who publishes the journal of abnormal psychology
+what was sesame street &apos; s original network
+what are the moons of jupiter
+what exhibits are there at the arignar anna zoological park
+where was neanderthal 1 found
+what radio program is a right to death an episode of
+what category of martial arts is tai chi chuan
+how many religions worship god
+what are the subdisciplines of engineering
+what is target &apos; s industry
+how many countries use the australian dollar
+what software has claris developed
+what bus operators run buses to paris
+when was porgy and bess first performed
+how many people have been influenced by socrates
+how many runways does the san francisco international airport have
+what color did adolf anderssen play in the immortal game
+when was the boston herald first published
+is the university of lima public or private
+what exhibitions has the gross clinic been in
+what do cirrus clouds look like
+who played in the game of the century
+how many countries participated in the 2006 winter olympics
+how many tv shows did danny devito have a leading role in
+what awards has the english patient won
+who designed the first generation ford mustang
+where is the hobbit set
+who discovered neon
+what are some british locomotive class 52 trains
+what number was david akers on the philadelphia eagles
+how many shows was hayden panettiere on
+how many free exhibits have there been at the science museum
+how did samuel beckett die
+what type of infection is syphilis
+what is africa &apos; s area
+how long are adventure time episodes
+who designed the hawker sea hawk
+when was the high court of australia founded
+who brews pauwel kwak
+when did everything is illuminated win the guardian first book award
+what airlines is the london heathrow airport a hub for
+who are some notable agnostic figures
+what lines does the london overground operate
+how many judges has the high court of justice had
+what other names is the united nations known by
+where did taekwondo originate
+what is the area of north america
+since when has the arabic alphabet been used
+how long is the mexican federal highway 1
+how many schools have a chapter of sigma phi epsilon
+who were the astronauts in the apollo 12 mission
+how many people influenced karl marx
+how many canon digital cameras are there
+what is the original language of the wind-up bird chronicle
+what is the usa money currency code
+how many military units originated in delaware
+how many people have held the title of grand master of the order of the most holy annunciation
+how many malls does oxford properties own
+what qualification does woody strode have in seishindo kenpo
+what is the single letter abreviation for tryptophan
+where are dravidian languages spoken
+how many books does the detroit public library have
+how many kinds of footwear are there
+in what park is splash mountain
+what is danny devito &apos; s religion
+what powers does sonic the hedgehog have
+how many wins has larry bird had in his career
+what are the symptoms of motor neuron disease
+what was the final air date of lux radio theater
+how many grammy awards did beyonce receive in her singing career
+what language is lohengrin in
+which issues of x-men have iceman on the cover
+what number is kevin youkilis on the boston red sox
+what are the symptoms of prostate cancer
+who created charlie brown
+what class of train was heavy harry
+what type of bicycle is a bianchi pista
+how many broadcasts does blogtalkradio distribute
+what label does julien fournie design for
+how high is niagara falls
+who currently plays for the san jose sharks
+what are the survival rates for prostate cancer
+how many award nominations did danny devito have
+when did charlie sheen enter the thousand oaks rehab facility
+what bowling technique does matthew hayden use
+what &apos;s the focus of the last minute blog
+how many nicknames does shaquille o &apos;neal have
+in what division do the st. louis blues play
+who managed liverpool f.c. from 2004 to june 2010
+what is the height restriction on the roller soaker
+what is currency code for the canadian dollar
+what is the area of antarctica
+how many games did donovan mcnabb play in the 2008 season
+how many issues are there in the x-men
+in how many countries is the euro used
+how many people were at the 2006 fifa world cup final
+how many awards did danny devito win
+how many islands are in the antilles
+what is the closet city to snowshoe mountain
+how tall is jerry seinfeld
+how many cards do you need to play canasta
+how many games are in the final fantasy series
+what are nicknames for new york
+what is the highway fuel economy of a 2007 honda civic hybrid
+who is the developer of java language
+how many speeds does a panasonic dx3000 have
+when was joni mitchell inducted into the rock and roll hall of fame
+where was william shakespeare born
+what are the dimensions of the matrix reloaded image
+how many test conferences has rudi koertzen refereed
+what religions branched from roman catholicism
+who developed the polio vaccine
+who painted the mona lisa
+how many collections did barry halper have
+who writes the dabble blog
+who are some bauhaus architects
+how many teams has curly lambeau coached
+how many branches does the vancouver public library have
+what city is the ben may main library in
+what guidebooks are there for san francisco
+what are some psychology journals
+where was the kepler spacecraft launched
+how many film actors are there on freebase
+when did a prairie home companion first air
+what genres does meet the parents consist of
+what is the max speed of a gloster meteor
+how many countries are in the european union
+when was civilization first released
+on what network was gilligan _ s island first aired
+what series did tamora pierce write
+who presented the gettysburg address
+what is the mascot of the boston red sox
+when was cathy landers certified as a fifth degree black belt in seishindo kenpo
+how many locations are there on freebase
+who are gatorade &apos; s major sponsors
+what is the fuel economy of a 2008 hyundai accent gls sedan in the city
+where is between the lines produced
+what positon does ray lewis currently play for the baltimore ravens
+to whom is invisible man dedicated
+how is syphilis transmitted
+what characters sing soprano in tristan and isolde
+how many dialects of arabic are there
+when did invertigo open
+what is the melting point of gold
+what is the thinker made of
+who did jun matsumoto play in hana yori dango
+how many cars are in jay leno &apos;s car collection
+when did coronet peak open
+what series was game of thrones adapted from
+what was the science of survival exhibit about
+how many legal offences has lindsey lohan committed
+how many people visit the new york public library annually
+how many comic stories has adrienne roy colored
+what games has garry kasparov won
+how tall do you have to be to ride the american eagle
+\ ufeffwho is the head coach of the pittsburgh steelers
+what conditions does aspirin treat
+for what team does fedor tyutin play
+how many tv shows was ron glass in
+how many ships were built by bath iron works
+who was nominated for the academy award for best director in 2011
+what character says &quot; i &apos;ll be back &quot;
+what is britney spears &apos; sexual orientation
+how many engines have a straight-4 piston configuration
+what players scored in the 2006 fifa world cup final
+how many athletes have gotten an olympic gold medal
+what movies were nominated for favorite comedy movie
+who lived in fallingwater
+who developed capri sun
+what lodges are in the alta ski area
+does the canon powershot a75 have an orientation sensor
+how long is titanic &apos; s runtime
+what team does mike brown coach
+what team does joe girardi currently manage
+who is the ceo of apple
+how many commanders were there in the civil war
+when did francesco sabatini start working on the puerta de san vicente
+when did martin margiela start designing for herm
+who directed 2 fast 2 furious
+how many languages has jrr tolkein created
+what telescopes does the lowell observatory have
+how long is the tokyu tamagawa line
+who was the newscaster in 1948 on cbs evening news
+who is the music by in bruce almighty
+how many episodes does sesame street have
+what is the area of australia
+how many seasons of sesame street are there
+who created superman
+what is the runtime for meet the parents
+who was the casting director for meet the parents
+how many generations of the ipod are there
+how many awards did jack albertson win
+since when has the california gull been the state bird of utah
+what are the new york giants also known as
+when was universal studios japan opened
+how many people worked on the design and construction of the golden gate bridge
+does doom have a multiplayer mode
+when was starbucks founded
+how much money in damages did the 1904 toronto fire cost
+what newspapers does carnegie mellon publish
+how many schools are in the school district of philadelphia
+what rehab facilities has jerry garcia gone to
+how many peabody award winners are there
+how many games are there for nintendo ds
+who invented scrabble
+where was the armory show exhibited
+what stadium do the phillies play in
+who was the director of the nutty professor
+what is the spin of a positron
+how many brands does sara lee own
+who was the 22nd president
+what genre is the hound of the baskervilles
+what is the dry mass of the hubble space telescope
+what are some examples of a road bike
+what particles are in the lepton family
+what category does the film domain belong to
+what rock is gruta das torres made of
+what processor did the apple ii use
+when is jerry seinfeld &apos; s birthday
+what language is tagliablog in
+who produced the three doctors
+who manufactured the space shuttle discovery
+what is the population of asia
+how many areas were affected by hurricane ivan
+when was kid _ s corner first broadcast
+what is currency code for the mexican peso
+what languages use bengali script
+how tall is mount everest
+who are the hosts of car talk
+where was henry iii buried
+who manufactures the t-38 talon
+what award does the royal institute of british architects present
+how many orders did queen victoria found
+what was robert oppenheimer &apos;s role in the manhattan project
+who are the players currently on the los angeles dodgers
+what religion did martin luther found
+what character was born in gotham city
+how much protein is in quinoa
+when was the movie big daddy released
+what city hosted the 1948 summer olympics
+how many beers are there on freebase
+when was target founded
+how many countries use uk money
+what are columbia university &apos;s colors
+what instrument did lightnin &apos; hopkins play
+what are the practices of sikhism
+how many people blog on beyond robson
+how many industries does walmart consist of
+what is the population in iowa
+where does the market-frankford line stop
+what are the subclasses of the boson class
+how long is the golden gate bridge
+how many boats does the royal navy own
+where was luke skywalker born
+who was the story of charlie _ s angels by
+what was the manhattan project about
+what party did grover cleveland belong to
+what is the passenger capacity of a cessna citation x
+when was panasonic corporation founded
+who got the gold medal in men _ s singles tennis at the 1896 summer olympics
+in what year did harry potter and the goblet of fire win the hugo award for best novel
+how many dinosaur species are there in north america
+what is the parent disease of a stroke
+who directed 13 going on 30
+what team does dennis bergkamp play for
+in how many military conflicts did mussolini command
+what structures did frank lloyd wright design
+in what time zone is illinois
+who are the main cast members of sesame street
+who are the characters in to kill a mockingbird
+who are the students of bruce lee
+how tall was seabiscuit
+who won muhammad ali vs. joe frazier ii
+what is the engine in a 2010 ferrari california
+how many other names is panasonic corporation known by
+what genre did lil hardin armstrong represent
+what is currency code for the japanese yen
+what was the fawlty towers episode after the psychiatrist
+who is the president of gap , inc .
+what chemical series is tungsten in
+how many works have been set on the moon
+when was jcpenney founded
+what is the setting of the magician _ s nephew
+who produces meet the press
+when did jack albertson die
+what tv programs has hugh laurie created
+how many breeds are in the sporting group of the american kennel club
+how many visitors does mammoth cave national park get in a year
+how many animals are there at the london zoo
+where is independence hall located
+when was mark mckinney born
+what are some periodicals on computer science
+in what year did motorola have the most revenue
+how many other names is prostate cancer known as
+who are the creators of teenage mutant ninja turtles
+who proposed the fifth amendment
+what programming languages were used for aol instant messenger
+how many awards did sesame street win
+in what division are the st. louis cardinals
+how many us supreme court cases have there been
+what makes does ford have
+what are some films on the apollo 11 mission
+what are some books about art deco
+what is the official language of mauritania
+what cities does us interstate 5 pass
+how many people collect automobiles
+how many parent types does igneous rock have
+what is the piston configuration of a ford model t engine
+what digital cameras take an sdhc card
+where is the uss alabama currently moored
+what are the divisions of the western conference of the nhl
+what were the highest wind speeds in hurricane katrina
+how long overall is the tahina
+when was the mark vii monorail introduced
+where is walden pond located
+what diseases is fatigue a symptom of
+what rock formations formed in the barremian period
+what is jcpenney &apos; s operating income
+what types of judaism are there
+how many film performances did ron glass do
+where was the uss constitution built
+what treatments are there for leukemia
+what kind of website is bing
+when did the standard school broadcast start production
+what are the rides at six flags america
+where did omarion &apos; s musical career begin
+how many tracks has the band recorded
+what articles are in the july 1967 issue of frontier times
+what species is spock
+how many knights of the garter did the order of the garter have
+when did charlie _ s angels come out
+at what age to kids usually start second grade
+when was yosemite national park designated as a protected place
+what substancs has robert downey jr abused
+what did elizabeth ii collect
+who owned doritos
+how many sub-types of metamorphic rock are there
+what species is the doctor
+what is the price of a 2012 jeep wrangler sport
+how many nominations did nutty professor have
+what companies produce smartphones
+how many french operas are there
+what is the population of the people on the earth
+what opera did jonathan miller direct
+what are some types of hats
+what award did jack albertson win in 1968
+who makes up tomkat
+what area of disneyland is space mountain in
+who was the music by in titanic
+what military branches use the f-5 freedom fighter
+what are the causes of syphilis
+what genre of music is b12
+who designs for bill blass limited
+when did john f kennedy die
+who was vice president to woodrow wilson
+when was borders founded
+who fought in the the battle of the champions
+who was the cohost in 1993 on cbs evening news
+for what albums did barack obama win a grammy award for best spoken word album
+how many other names is omarion known by
+what percent alcohol is a g.h. mumm cordon rouge brut
+how many countries use the indian rupee
+when was the uss croaker launched
+who is the producer for 13 going on 30
+what is the australian dollar code
+who composed the song ship of fools
+what are some adaptations of the wonderful wizard of oz
+what generation of matter is a down quark
+what is the max speed of kingda ka
+what is ron glass &apos; s place of birth
+who was rolling stones &apos; greatest guitarist of all time in 2003
+what religion was pablo picasso
+who is the owner of easy cheese
+which characters are playable in sonic rush
+who created the runaways comic book series
+what textiles are made from cotton
+what is the theme song of sesame street
+what movies won the golden globe award for best drama film
+what are the causes of a heart attack
+how many main characters did charlie _ s angels have
+what ship class is the uss cobia
+how many tv shows did jerry seinfeld produce
+what rock formations are made of quartzite
+what is rna binding
+when did the band massive attack form
+when is the restoration of the rijksmuseum supposed to finish
+who founded gsusa
+how many products has mattel produced
+when was techvibes started
+who won the 1964 united states presidential election
+how many countries are within north america
+how many films are there on antarctica
+when was the green party founded
+when did the princetown railway close
+who are the characters in peanuts
+how much danish kroner is a us dollar worth
+what series is a wrinkle in time a part of
+how many soccer players are goalkeepers
+what software has oracle designed
+how much time did alan shepard spend in space
+how many hockey players play center
+who is wells fargo &apos; s supplier
+who were the members of the soul stirrers
+where do the denver spurs play
+who won best movie of 2010
+what hospitals specialize in cardiology
+when was hank aaron inducted into the hall of fame
+what blog does robert scoble write
+when was girl scouts of the usa founded
+what is the atomic number of silicon
+when did the renaissance begin
+what year was danny devito born
+how much did transformers cost to produce
+where is the guardian circulated
+what type of beer is miller lite
+what is the temperature of polaris
+what are dave grohl &apos; s musical genres
+what is currency code for the singapore dollar
+what movies won ascap film and television music awards for most performed songs from motion pictures
+what is the scientific name for a horse
+what artists are influenced by lead belly
+how many film productions did hayden panettiere appear in
+what is currency code for the swedish krona
+who coaches the toronto maple leafs
+who was titanic produced by
+how many topics are equivalent to city / town / village
+what are some cajun dishes
+who did the cover art for batman # 477
+how many countries use euros
+how many storms were in the 2005 atlantic hurricane season
+what was the strongest storm in the 1992 atlantic hurricane season
+when did the apple i stop being sold
+who has held the title of wba world champion
+who studied martial arts under yip man
+how many losses has sean miller had in his career
+who wrote travels with my cello
+who were the parents of ferdinand ii
+who operates the silver star railway
+what labels does sarah jessica parker wear
+what awards has lost won
+what ingredients are in italian cuisine
+what is the max speed of a collins class submarine
+what country does the royal navy belong to
+who played in the 1973 fa cup final
+how many teams did jim thorpe play for
+what are sacred sites in sunni islam
+who produced country time
+what are some german beers
+what is the currency code for the indonesian rupiah
+what is sarah jessica parker &apos;s hobby
+what fictional characters have attended oxford
+how many people died in the boston molasses disaster
+what position does keyon dooling play
+how many oscar shows did frank sinatra host
+where was the cross of gold speech presented
+when did hurricane andrew form
+who designed the rolls-royce welland
+how many cancer centers are comprehensive
+how many albums has fleet foxes released
+how many other names are there for the usa _ s currency
+who has portrayed james bond in film
+what is the slogan of bmw
+when did robin williams stop abusing cocaine
+how tall is the you only live once image
+what is the voltage of a aa alkaline battery
+how many stages of breast cancer are there
+what languages are spoken in firefly
+when was the frida kahlo exhibit at the philadelphia art museum
+how many units does the us army have
+who was the nutty professor produced by
+how many documentaries are there on netflix
+who are the current senators of colorado
+how many songs are there for guitar hero : aerosmith
+what is lamarcus aldridge &apos;s number
+what are the sub-types of coal
+how many books are there written on computer programming
+where did the rolling stones 2009 concert tour take place
+what is the electric charge of a proton
+when was macintosh introduced
+how many works did mozart dedicate to joseph haydn
+what is the subject of 13 going on 30
+who has influenced stephen fry
+who is the costume designer for bruce almighty
+who wrote the episode straight and true of the wire
diff --git a/data/free917/free917v2.test.gold b/data/free917/free917v2.test.gold
new file mode 100644
index 0000000..87877c8
--- /dev/null
+++ b/data/free917/free917v2.test.gold
@@ -0,0 +1,264 @@
+(number 5)
+(number 224)
+(name fb:en.ipod_classic "iPod classic") (name fb:en.ipod_touch "iPod touch") (name fb:en.ipod_shuffle "iPod shuffle") (name fb:en.ipod_nano "iPod nano") (name fb:en.ipod_mini "iPod mini")
+(date 1889 6 -1)
+(date 1962 -1 -1)
+(name fb:en.japan Japan)
+(name fb:en.eric_idle "Eric Idle")
+(string "Do You Yahoo!?")
+(number 9856303) (number 9153489) (number 10895785) (number 11041266) (number 10625700) (number 9861823) (number 9870234) (number 10796493) (number 10203008) (number 10376133)
+(name fb:en.chase_gabbard "Chase Gabbard") (name fb:en.herb_baumeister "Herb Baumeister") (name fb:m.05snxnn "Bill Moran")
+(name fb:en.san_francisco_public_library "San Francisco Public Library")
+(name fb:m.0j1cpfg "Lilienthal Observatory")
+(number 738199000) (number 485000000) (number 641000000) (number 423000000) (number 594000000) (number 320000000) (number 731000000) (number 579000000) (number 739165030) (number 530000000)
+(name fb:en.heavyweight Heavyweight)
+(name fb:en.iwatani_toru "Tōru Iwatani")
+(date 1469 -1 -1)
+(name fb:en.deltiology Deltiology)
+(date 1982 -1 -1)
+(number 240 fb:en.horsepower)
+(date 2007 6 29)
+(name fb:en.judo Judo)
+(name fb:en.emanuel_schikaneder "Emanuel Schikaneder")
+(name fb:m.04p4xr0 "SNL - 24.4")
+(name fb:m.075rnyj "Nicholas Flamel")
+(number 363)
+(number 52300000) (number 187400000) (number 1206000000) (number 12075000000.000) (number 8684000000.000) (number 81700000) (number 13436000000.000) (number 577300000) (number 3763000000.000)
+(string GBP)
+(number 3 fb:en.inch)
+(number 4)
+(number 10)
+(name fb:en.reykjavik_iceland Reykjavik)
+(name fb:en.tokyo_metro "Tokyo Metro") (name fb:en.rinkai_line "Tokyo Waterfront Area Rapid Transit Rinkai Line") (name fb:en.east_japan_railway_company "East Japan Railway Company") (name fb:en.tokyo_metropolitan_bureau_of_transportation "Tokyo Metropolitan Bureau of Transportation")
+(number 10180000 fb:en.square_kilometer)
+(number 35)
+(name fb:en.bicalutamide Bicalutamide) (name fb:en.goserelin Goserelin) (name fb:en.high_intensity_focused_ultrasound "High-intensity focused ultrasound") (name fb:en.palliative_care "Palliative care") (name fb:en.hormone_therapy "Hormone therapy") (name fb:en.radiation_therapy "Radiation therapy") (name fb:en.cryotherapy Cryotherapy) (name fb:en.chemotherapy Chemotherapy) (name fb:en.cryosurgery Cryosurgery) (name fb:en.gene_therapy "Gene therapy")
+(name fb:en.spain Spain) (name fb:en.andorra Andorra) (name fb:en.western_sahara "Western Sahara")
+(string ESP)
+(number 8)
+(name fb:en.san_francisco-oakland_bay_bridge "San Francisco-Oakland Bay Bridge") (name fb:en.richmond-san_rafael_bridge "Richmond–San Rafael Bridge") (name fb:en.dumbarton_bridge "Dumbarton Bridge") (name fb:en.san_mateo-hayward_bridge "San Mateo–Hayward Bridge") (name fb:en.eastern_span_replacement_of_the_san_francisco-oakland_bay_bridge "Eastern span replacement of the San Francisco–Oakland Bay Bridge")
+(number 68)
+(name fb:en.pacific_rim_national_park_reserve "Pacific Rim National Park Reserve") (name fb:en.gulf_islands_national_park_reserve "Gulf Islands National Park Reserve")
+(name fb:en.fumio_demura "Fumio Demura") (name fb:en.rod_kobayashi "Rod Kobayashi")
+(date 2005 8 21)
+(number 38)
+(number 6)
+(string "Sugar and Spice") (string "13 Going On 30") (string "Suddenly 30") (string "13 Love 30")
+(number 7)
+(name fb:m.0ncnxfr "Santiago Roces")
+(name fb:en.11_ursae_minoris "11 Ursae Minoris") (name fb:en.lambda_ursae_minoris "Lambda Ursae Minoris") (name fb:en.eta_ursae_minoris "Eta Ursae Minoris") (name fb:en.gamma_ursae_minoris "Gamma Ursae Minoris") (name fb:en.beta_ursae_minoris "Beta Ursae Minoris") (name fb:en.hd_150706 "HD 150706") (name fb:en.epsilon_ursae_minoris "Epsilon Ursae Minoris") (name fb:en.theta_ursae_minoris "Theta Ursae Minoris") (name fb:m.02x8m_y Calvera) (name fb:en.delta_ursae_minoris "Delta Ursae Minoris")
+(number 4)
+(name fb:en.stumpjumper "Specialized Stumpjumper") (name fb:en.2003_rocky_mountain_elevation "2003 Rocky Mountain Elevation") (name fb:m.0cvm6d9 "Kona Cinder Cone") (name fb:m.0rzd57c "S-Works Epic Carbon 29 XTR (2013)")
+(number 41)
+(name fb:en.colleen_atwood "Colleen Atwood")
+(name fb:en.canadian_rockies "Canadian Rockies")
+(name fb:en.empire_landmark_hotel "Empire Landmark Hotel") (name fb:en.the_dominion_hotel "The Dominion Hotel") (name fb:en.the_fairmont_hotel_vancouver "Hotel Vancouver") (name fb:en.st_regis_hotel_vancouver "St. Regis Hotel Vancouver") (name fb:en.the_fairmont_waterfront "The Fairmont Waterfront") (name fb:en.metropolitan_hotel_vancouver "Metropolitan Hotel Vancouver") (name fb:en.opus_hotel "Opus Hotel") (name fb:en.marriott_vancouver_pinnacle_downtown "Marriott Vancouver Pinnacle Downtown") (name fb:en.budget_inn_patricia_hotel "Budget Inn Patricia Hotel") (name fb:en.comfort_inn_downtown_vancouver "Comfort Inn Downtown Vancouver")
+(date 1901 -1 -1)
+(number 31)
+(number 8)
+(name fb:en.united_kingdom_of_great_britain_and_ireland "United Kingdom") (name fb:en.ireland Ireland) (name fb:en.australia Australia) (name fb:en.new_zealand "New Zealand")
+(name fb:en.kraft_foods "Kraft Foods")
+(number 0)
+(date 1859 -1 -1)
+(name fb:m.0chgh2j "WBA World Champion")
+(number 250)
+(number 14)
+(name fb:m.05z1_ Python) (name fb:en.web_development "Web development") (name fb:en.computer_programming "Computer programming") (name fb:en.computer_networking "Computer networking")
+(number 15)
+(name fb:en.royal_thai_army "Royal Thai Army") (name fb:en.royal_thai_air_force "Royal Thai Air Force") (name fb:en.royal_thai_navy "Royal Thai Navy")
+(name fb:en.taekwondo Taekwondo) (name fb:en.tai_chi_chuan "T'ai chi ch'uan") (name fb:en.american_kenpo "American Kenpo") (name fb:en.hapkido Hapkido)
+(date 1967 -1 -1)
+(number 3)
+(number 33)
+(date 2005 -1 -1)
+(name fb:en.shale Shale)
+(date 2006 12 9)
+(number 1)
+(date 1959 -1 -1)
+(number 15)
+(name fb:en.pg_13_usa "PG-13 (USA)")
+(name fb:en.aberdeen_washington Aberdeen)
+(number 11)
+(name fb:en.transmitter_station "Transmitter station") (name fb:en.observation_tower "Observation tower")
+(number 3)
+(number 3)
+(name fb:en.boston_university "Boston University")
+(name fb:en.stargate_sg_1_season_2 "Stargate SG-1 - Season 2")
+(name fb:en.gordon_bowker "Gordon Bowker") (name fb:en.jerry_baldwin "Jerry Baldwin") (name fb:en.zev_siegel "Zev Siegl")
+(name fb:en.shawn_horcoff "Shawn Horcoff")
+(name fb:en.bernard_marcus "Bernard Marcus") (name fb:en.arthur_blank "Arthur Blank")
+(name fb:en.gaelic_irish Irish) (name fb:en.breton_language Breton) (name fb:en.welsh_language "Welsh Language")
+(name fb:en.forget-me-not Forget-me-not)
+(name fb:en.adventureland Adventureland) (name fb:en.tomorrowland Tomorrowland) (name fb:en.new_orleans_square "New Orleans Square") (name fb:en.mickeys_toontown "Mickey's Toontown") (name fb:en.main_street_u_s_a "Main Street, U.S.A.") (name fb:en.critter_country "Critter Country") (name fb:en.frontierland Frontierland) (name fb:en.fantasyland Fantasyland)
+(boolean false)
+(name fb:en.china China)
+(name fb:en.third_baseman "Third baseman")
+(name fb:en.nonsporting_group "Non-Sporting Group")
+(name fb:en.france France)
+(number 13)
+(name fb:en.world_circuit "World Circuit")
+(name fb:en.chicago_bulls "Chicago Bulls")
+(number 200000000) (number 1032532974) (number 286729000) (number 229895000) (number 1000010000) (number 368148000) (number 811101000) (number 482803000) (number 635287000) (number 1022234000)
+(name fb:en.zinc_58 Zinc-58) (name fb:en.zinc_80 Zinc-80) (name fb:en.zinc_76 Zinc-76) (name fb:en.zinc_75 Zinc-75) (name fb:en.zinc_81 Zinc-81) (name fb:m.05_db8x Zinc-68) (name fb:en.zinc_54 Zinc-54) (name fb:en.zinc_59 Zinc-59) (name fb:en.zinc_77 Zinc-77) (name fb:m.05_dbjd Zinc-67)
+(name fb:en.marvel_comics "Marvel Comics")
+(number 1000 fb:en.meter)
+(date 1997 11 1)
+(name fb:m.04_7dzf "David H. Koch Institute for Integrative Cancer Research at MIT") (name fb:en.purdue_university_cancer_center "Purdue University Cancer Center") (name fb:en.salk_institute_cancer_center "Salk Institute Cancer Center") (name fb:en.cancer_research_center_of_hawaii "Cancer Research Center of Hawaii") (name fb:en.cancer_center_at_the_burnham_institute "Cancer Center at the Burnham Institute") (name fb:en.cancer_center_at_cold_spring_harbor_laboratory "Cancer Center at Cold Spring Harbor Laboratory") (name fb:en.wistar_institute_cancer_center "Wistar Institute Cancer Center") (name fb:en.the_jackson_laboratory_cancer_center "The Jackson Laboratory Cancer Center")
+(name fb:m.0c0l1tk "Everywhere You Look")
+(name fb:en.image_differencing "Image differencing") (name fb:en.mathematical_prediction "Mathematical prediction")
+(name fb:en.gphone Android) (name fb:en.openbsd OpenBSD) (name fb:en.cross-platform Cross-platform) (name fb:en.microsoft_windows "Microsoft Windows") (name fb:en.linux GNU/Linux) (name fb:en.mac_os_x "OS X") (name fb:en.linux_kernel "Linux kernel")
+(number 10)
+(name fb:en.april_kelly "April Kelly") (name fb:en.mel_tolkin "Mel Tolkin") (name fb:en.george_eckstein "George Eckstein") (name fb:m.0h5spq3 "Ernest Chambers") (name fb:en.ken_hecht "Ken Hecht") (name fb:en.bob_brunner "Bob Brunner") (name fb:m.09j_g4x "Jim Parker") (name fb:en.burt_metcalfe "Burt Metcalfe") (name fb:en.john_rappaport "John Rappaport") (name fb:en.dennis_koenig "Dennis Koenig")
+(name fb:en.kraft_foods "Kraft Foods")
+(date 2004 2 4)
+(name fb:en.midfielder Midfielder) (name fb:en.attacker Forward)
+(number 8)
+(name fb:en.middle-earth Middle-earth) (name fb:en.arda Arda) (name fb:en.rivendell Rivendell) (name fb:en.bag_end "Bag End") (name fb:en.lorien Lothlórien)
+(number 8)
+(date 1977 10 28)
+(number 11)
+(number 5296210000.000) (number 3331760000.000) (number 6894380000.000) (number 5383010000.000) (number 5548910000.000) (number 5631060000.000) (number 6973740000.000) (number 6737190000.000) (number 4144150000.000) (number 5028660000.000)
+(number 7)
+(number 0)
+(name fb:en.drew_barrymore "Drew Barrymore") (name fb:en.leonard_goldberg "Leonard Goldberg") (name fb:en.nancy_juvonen "Nancy Juvonen")
+(name fb:en.franz_xaver_sussmayr "Franz Xaver Süssmayr")
+(number 5)
+(number 358)
+(name fb:en.fredrick_church "Fredrick Church") (name fb:en.frank_prior "Frank Prior")
+(name fb:en.king_bowser "King Koopa") (name fb:en.luigi Luigi) (name fb:en.mario Mario) (name fb:en.princess_peach "Princess Peach")
+(name fb:en.assassination Assassination) (name fb:en.assassination_by_firearm "Assassination by firearm")
+(name fb:m.06mq7 Science) (name fb:m.04sh3 Medicine)
+(number 11)
+(number 4)
+(number 4)
+(number 24)
+(name fb:en.easter Easter) (name fb:en.christmas Christmas) (name fb:en.easter_monday "Easter Monday") (name fb:en.shrove_tuesday "Shrove Tuesday") (name fb:en.palm_sunday "Palm Sunday") (name fb:en.mothering_sunday "Mothering Sunday") (name fb:en.maundy_thursday "Maundy Thursday") (name fb:en.good_friday "Good Friday")
+(name fb:en.mcg "Joseph McGinty Nichol")
+(name fb:en.colorectal_cancer "Colorectal cancer")
+(date 1440 -1 -1)
+(name fb:en.brownsville_brooklyn Brownsville) (name fb:en.brooklyn_navy_yard "Brooklyn Navy Yard") (name fb:en.jamaica_new_york Jamaica) (name fb:en.meatpacking_district_manhattan "Meatpacking District") (name fb:en.long_island_city_queens "Long Island City") (name fb:en.bedford_stuyvesant_brooklyn Bedford-Stuyvesant) (name fb:en.fresh_meadows_queens "Fresh Meadows") (name fb:en.huguenot_staten_island Huguenot) (name fb:en.harlem Harlem) (name fb:en.marble_hill_manhattan "Marble Hill")
+(number 20)
+(number 17840000 fb:en.square_kilometer)
+(number 36994)
+(name fb:en.kansas_city_chiefs "Kansas City Chiefs")
+(number 564)
+(name fb:en.the_golden_isles "Golden Isles of Georgia")
+(number 3)
+(name fb:en.australopithecus_afarensis "Australopithecus afarensis")
+(number 1)
+(name fb:en.great_fire_of_london "Great Fire of London")
+(name fb:en.piano Piano) (name fb:en.guitar Guitar)
+(name fb:en.the_last_battle "The Last Battle") (name fb:en.the_horse_and_his_boy "The Horse and His Boy") (name fb:en.the_magicians_nephew "The Magician's Nephew") (name fb:en.the_lion_the_witch_and_the_wardrobe "The Lion, the Witch and the Wardrobe") (name fb:en.prince_caspian "Prince Caspian") (name fb:en.the_silver_chair "The Silver Chair") (name fb:en.the_voyage_of_the_dawn_treader "The Voyage of the Dawn Treader")
+(name fb:en.superman Superman) (name fb:en.james_gordon "James Gordon") (name fb:m.0p6vc Joker) (name fb:en.batman Batman) (name fb:en.robin Robin)
+(name fb:en.tudor_dynasty "Tudor dynasty")
+(number 8000000)
+(number 225)
+(boolean false)
+(name fb:en.taxi Taxi)
+(name fb:en.mickey_arthur "Mickey Arthur")
+(name fb:en.tao_te_ching "Tao Te Ching") (name fb:en.zhuangzi Zhuangzi) (name fb:en.i_ching "I Ching") (name fb:en.daozang Daozang)
+(name fb:en.curtis_hanson "Curtis Hanson")
+(number 4)
+(date 1962 -1 -1)
+(name fb:en.nick_hill "Nick Hill") (name fb:en.alan_autry "Alan Autry") (name fb:en.brian_brohm "Brian Brohm") (name fb:en.brett_favre "Brett Favre") (name fb:en.bart_starr "Bart Starr") (name fb:en.mark_brunell "Mark Brunell") (name fb:en.matt_flynn_1985 "Matt Flynn") (name fb:en.ty_detmer "Ty Detmer")
+(number 5)
+(number 10)
+(date 2010 7 15)
+(name fb:en.victorian_gothic "Gothic Revival architecture")
+(number 0)
+(number 94)
+(number 1)
+(date 2004 4 14)
+(date 1950 -1 -1)
+(date 1969 11 10)
+(name fb:en.gary_larson "Gary Larson")
+(name fb:en.cardiovascular_disease "Cardiovascular disease") (name fb:en.stroke Stroke) (name fb:en.meningitis Meningitis) (name fb:en.inflammatory_heart_disease "Inflammatory heart disease") (name fb:en.myocarditis Myocarditis) (name fb:en.leukemia Leukemia) (name fb:en.aids AIDS) (name fb:en.anxiety_disorder "Anxiety disorder") (name fb:en.brain_tumors "Brain tumor") (name fb:en.hypertension Hypertension)
+(name fb:en.civilization_iii "Civilization III") (name fb:en.max_payne "Max Payne") (name fb:en.age_of_empires_iii "Age of Empires III") (name fb:en.age_of_empires_iii_the_asian_dynasties "Age of Empires III: The Asian Dynasties") (name fb:en.age_of_empires_iii_the_war_chiefs "Age of Empires III: The WarChiefs") (name fb:en.halo_combat_evolved "Halo: Combat Evolved") (name fb:en.clive_barkers_undying "Clive Barker's Undying") (name fb:en.zoo_tycoon_2 "Zoo Tycoon 2") (name fb:en.rise_of_nations_thrones_and_patriots "Rise of Nations: Thrones and Patriots")
+(boolean false)
+(number 21)
+(name fb:en.split_decision "Split decision")
+(name fb:m.0nk3wm7 "Angel's Envy") (name fb:en.woodford_reserve "Woodford Reserve")
+(date 1978 -1 -1)
+(date 1991 -1 -1)
+(name fb:en.cattle Cattle)
+(name fb:en.james_cameron "James Cameron")
+(name fb:en.the_rumble_in_the_jungle "The Rumble in the Jungle")
+(number 46)
+(number 17)
+(name fb:en.line_m_nyc_subway "Line M, NYC Subway") (name fb:en.line_d_nyc_subway "Line D, NYC Subway") (name fb:en.line_r_nyc_subway "Line R, NYC Subway") (name fb:en.line_n_nyc_subway "Line N, NYC Subway") (name fb:en.line_s_42nd_street_nyc_subway "Line S - 42nd Street, NYC Subway") (name fb:en.line_q_nyc_subway "Line Q, NYC Subway") (name fb:en.line_l_nyc_subway "Line L, NYC Subway") (name fb:en.line_4_nyc_subway "Line 4, NYC Subway") (name fb:en.line_f_nyc_subway "Line F, NYC Subway") (name fb:en.line_5_nyc_subway "Line 5, NYC Subway")
+(date 1774 -1 -1)
+(date 1945 -1 -1)
+(name fb:en.detroit_red_wings "Detroit Red Wings")
+(number 3)
+(date 2010 5 11)
+(date 2004 2 20)
+(name fb:en.zoologischer_garten_berlin "Berlin Zoological Garden")
+(number 61 fb:en.meter)
+(number 15)
+(boolean false) (boolean false)
+(name fb:en.steve_jobs "Steve Jobs") (name fb:en.jef_raskin "Jef Raskin") (name fb:en.bill_atkinson "Bill Atkinson") (name fb:en.burrell_smith "Burrell Smith") (name fb:en.bud_tribble "Bud Tribble")
+(number 119)
+(name fb:en.inglewood Inglewood)
+(name fb:en.capitoline_hill "Capitoline Hill") (name fb:en.st_peters_basilica "St. Peter's Basilica") (name fb:en.palazzo_chigi "Palazzo Chigi") (name fb:en.spanish_steps "Spanish Steps") (name fb:en.palazzo_spada "Palazzo Spada") (name fb:en.galleria_borghese "Galleria Borghese") (name fb:en.baths_of_caracalla "Baths of Caracalla") (name fb:en.san_nicola_in_carcere "San Nicola in Carcere") (name fb:en.villa_deste "Villa d'Este") (name fb:en.quirinal_palace "Quirinal Palace")
+(name fb:en.coffee Coffee)
+(date 1990 -1 -1)
+(number 4)
+(name fb:en.germanic_languages "Germanic languages") (name fb:en.indo-european_languages "Indo-European languages")
+(number 20)
+(number 14)
+(name fb:en.eta_aquarids "Eta Aquariids") (name fb:en.orionids Orionids)
+(date 1813 1 28)
+(name fb:en.intamin_ag Intamin)
+(name fb:en.batman Batman) (name fb:en.dick_grayson "Dick Grayson")
+(name fb:en.herringbone Herringbone)
+(number 6)
+(number 6)
+(number 376000000)
+(number 32000000)
+(name fb:m.0jp72 J) (name fb:en.cplusplus C++) (name fb:en.supercollider_programming_language SuperCollider) (name fb:m.07sbkfb Java) (name fb:en.groovy Groovy) (name fb:m.07657k "C#") (name fb:en.php PHP) (name fb:en.clu CLU) (name fb:m.02q47bp GOO) (name fb:en.dylan Dylan)
+(name fb:en.joseph_j_rishel "Joseph J. Rishel") (name fb:en.sylvie_patry "Sylvie Patry") (name fb:en.j_patrice_marandel "J.Patrice Marandel") (name fb:en.claudia_einecke "Claudia Einecke")
+(name fb:en.kenya Kenya)
+(name fb:m.0chgh2j "WBA World Champion") (name fb:m.0cj52b7 "WBC World Champion")
+(name fb:en.simcity_ds "SimCity DS") (name fb:m.08p1hc Haunting) (name fb:en.strike_series "Strike series") (name fb:m.0gngh0 Wolf) (name fb:m.026lkl_ "Harry Potter and the Order of the Phoenix") (name fb:en.madden_season_2 "Madden Season 2") (name fb:m.024bd5 "Medal of Honor: Frontline") (name fb:en.need_for_speed_most_wanted "Need for Speed: Most Wanted") (name fb:en.ultima_online_kingdom_reborn "Ultima Online: Kingdom Reborn") (name fb:en.skate_or_die "Skate or Die!")
+(number 26)
+(date 1996 6 27)
+(name fb:en.pg_13_usa "PG-13 (USA)")
+(number 24)
+(name fb:en.floyd_cramer "Floyd Cramer") (name fb:en.jacques_brel "Jacques Brel") (name fb:en.nat_king_cole "Nat King Cole") (name fb:en.alan_jay_lerner "Alan Jay Lerner") (name fb:en.davy_graham "Davy Graham") (name fb:en.eric_gale "Eric Gale") (name fb:en.duke_ellington "Duke Ellington") (name fb:en.ike_quebec "Ike Quebec") (name fb:en.jimmy_carl_black "Jimmy Carl Black") (name fb:en.sarah_vaughan "Sarah Vaughan")
+(name fb:en.suspension_bridge "Suspension bridge")
+(name fb:en.field_hockey "Field hockey")
+(name fb:m.0h13_vx Pheidias) (name fb:en.phidias Phidias) (name fb:en.kallikrates Callicrates) (name fb:en.iktinos Ictinus)
+(number 6)
+(name fb:en.kurt_behrens "Kurt Behrens") (name fb:en.ronny_ackermann "Ronny Ackermann") (name fb:m.0gg6b25 "John Degenkolb") (name fb:en.philipp_zeller "Philipp Zeller") (name fb:en.kevin_kuske "Kevin Kuske") (name fb:en.georg_hettich "Georg Hettich") (name fb:en.jochen_hecht "Jochen Hecht") (name fb:m.0k8m4xt "Katharina Otte") (name fb:en.marcus_popp "Marcus Popp") (name fb:en.christian_reif "Christian Reif")
+(name fb:en.atlanta_braves "Atlanta Braves") (name fb:en.new_york_yankees "New York Yankees") (name fb:en.boston_red_sox "Boston Red Sox")
+(name fb:m.03ntpk "Swimming at the 2004 Summer Olympics – Men's 4 × 200 metre freestyle relay") (name fb:m.03npn4 "Swimming at the 2004 Summer Olympics – Men's 400 metre freestyle") (name fb:m.03nqy2 "Swimming at the 2004 Summer Olympics – Men's 100 metre freestyle") (name fb:m.03nn1d "Swimming at the 2004 Summer Olympics – Men's 200 metre freestyle")
+(number 11.400 fb:en.meter)
+(name fb:en.hugh_obrian_youth_leadership_foundation "Hugh O'Brian Youth Leadership Foundation")
+(name fb:en.sigismund_holy_roman_emperor "Sigismund, Holy Roman Emperor")
+(name fb:en.mario_caldato_jr "Mario Caldato Jr.")
+(number 1)
+(number 23)
+(name fb:en.christiaan_huygens "Christiaan Huygens")
+(number 230000 fb:en.pixel)
+(date 1915 -1 -1)
+(number 280 fb:en.gram)
+(name fb:en.burnage Burnage)
+(number 92)
+(name fb:en.politics_of_the_united_states "Politics of the United States")
+(name fb:en.history History)
+(string "Consumed by the fires of Orodruin (Mount Doom) when Gollum fell in after taking the ring from Frodo.")
+(number 13981)
+(name fb:en.clara_barton "Clara Barton")
+(number 154)
+(name fb:m.02k87p1 Medium)
+(number 14 fb:en.minute)
+(number 2003)
+(name fb:en.neurotransmitter_imbalance "Neurotransmitter imbalance") (name fb:en.genetic_factors "Genetic factors")
+(name fb:en.treponema_pallidum "Treponema pallidum")
+(name fb:en.neil_armstrong "Neil Armstrong")
+(name fb:en.raleigh_chopper "Raleigh Chopper") (name fb:en.raleigh_record "Raleigh Record") (name fb:en.raleigh_burner "Raleigh Burner") (name fb:en.raleigh_grifter "Raleigh Grifter") (name fb:en.raleigh_competition "Raleigh Competition") (name fb:en.raleigh_team_professional "Raleigh Team Professional") (name fb:en.raleigh_professional "Raleigh Professional") (name fb:m.0b9t3l2 "Raleigh International") (name fb:en.raleigh_super_course "Raleigh Super Course") (name fb:en.raleigh_grand_prix "Raleigh Grand Prix")
+(name fb:en.romeo_and_juliet "Romeo and Juliet")
+(name fb:en.zimbabwean_cricket_team "Zimbabwe national cricket team")
+(number 7)
+(name fb:en.steve_bell "Steve Bell") (name fb:en.paula_zahn "Paula Zahn")
+(name fb:en.bob_schieffer "Bob Schieffer") (name fb:en.scott_pelley "Scott Pelley") (name fb:en.russ_mitchell "Russ Mitchell") (name fb:en.dan_rather "Dan Rather") (name fb:en.walter_cronkite "Walter Cronkite") (name fb:en.katie_couric "Katie Couric") (name fb:en.douglas_edwards "Douglas Edwards")
diff --git a/data/free917/free917v2.test.mrl b/data/free917/free917v2.test.mrl
new file mode 100644
index 0000000..4a5c88d
--- /dev/null
+++ b/data/free917/free917v2.test.mrl
@@ -0,0 +1,264 @@
+(count (!fb:tv.tv_producer_term.program ((lambda x (fb:tv.tv_producer_term.producer (var x))) fb:en.danny_devito)))
+(count (fb:location.location.containedby fb:en.south_america))
+(!fb:business.product_line.includes_product_lines fb:en.ipod)
+(!fb:visual_art.artwork.date_completed fb:en.de_sterrennacht)
+(!fb:transportation.road.formed fb:en.interstate_579)
+(!fb:law.constitution.country fb:en.meiji_constitution)
+(!fb:theater.play.lyricist fb:en.spamalot)
+(!fb:organization.organization.slogan fb:m.019rl6)
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.belgium))
+(!fb:organization.organization.founders fb:en.save-a-lot)
+(!fb:library.public_library.library_system fb:en.sunset_branch_library)
+(!fb:astronomy.astronomical_discovery.discovery_site fb:en.3_juno)
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.europe))
+(!fb:boxing.boxing_match.weight_class fb:en.fight_of_the_century)
+(!fb:cvg.computer_videogame.designers fb:en.pac-man)
+(!fb:royalty.order_of_chivalry.date_founded fb:en.order_of_saint_michael)
+(!fb:interests.collection_category.name_of_collection_activity fb:en.postcard)
+(!fb:award.award_nomination.year ((lambda x (fb:award.award_nomination.award_nominee (var x))) fb:en.ron_glass))
+(!fb:automotive.engine.horsepower fb:en.alluminum_alloy_v6)
+(!fb:computer.computer.introduced fb:en.iphone)
+(!fb:martial_arts.martial_arts_certification.art (and ((lambda x (fb:martial_arts.martial_arts_certification.qualification (var x))) fb:en.black_belt) ((lambda x (fb:martial_arts.martial_arts_certification.person (var x))) fb:en.christopher_adams)))
+(!fb:opera.opera.librettist fb:en.the_magic_flute)
+(!fb:base.saturdaynightlive.snl_host.episodes_hosted fb:en.ben_stiller)
+(!fb:fictional_universe.fictional_object.created_by fb:en.philosophers_stone)
+(count (fb:business.business_operation.industry fb:en.automobile))
+(!fb:measurement_unit.dated_money_value.amount ((lambda x (!fb:business.business_operation.net_profit (var x))) fb:en.procter_gamble))
+(!fb:finance.currency.currency_code fb:en.uk)
+(!fb:digicams.digital_camera.lcd_screen_dimensions fb:en.nikon_coolpix_s50)
+(count (!fb:event.speech_or_presentation.presented_work ((lambda x (fb:event.speech_or_presentation.speaker_s (var x))) fb:en.winston_churchill)))
+(count (!fb:religion.religious_text.religious_text_of fb:en.bible))
+(!fb:location.country.capital fb:en.iceland)
+(!fb:travel.travel_destination.local_transportation fb:en.tokyo)
+(!fb:location.location.area fb:en.europe)
+(count (!fb:baseball.baseball_roster_position.player ((lambda x (fb:baseball.baseball_roster_position.team (var x))) fb:en.new_york_mets)))
+(!fb:medicine.disease.treatments fb:en.prostate_cancer)
+(!fb:finance.currency.countries_formerly_used fb:en.spanish_peseta)
+(!fb:finance.currency.currency_code fb:en.spanish_peseta)
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.big_daddy)))
+(!fb:geography.body_of_water.bridges fb:en.san_francisco_bay)
+(count (fb:people.deceased_person.cause_of_death fb:en.poison))
+(!fb:protected_sites.park_system.member_parks fb:en.canadian_national_parks)
+(!fb:martial_arts.martial_artist.instructor fb:en.steven_seagal)
+(!fb:tv.tv_program.air_date_of_final_episode fb:en.six_feet_under)
+(count (!fb:location.location.events fb:en.australia))
+(count (!fb:religion.belief.belief_of fb:en.reincarnation))
+(!fb:common.topic.alias fb:en.13_going_on_30)
+(count (!fb:language.human_language.writing_system fb:en.japanese))
+(!fb:organization.leadership.person (and ((lambda x (fb:organization.leadership.role (var x))) fb:en.chief_executive_officer) ((lambda x (fb:organization.leadership.organization (var x))) fb:en.save-a-lot)))
+(!fb:astronomy.constellation.contains fb:en.ursa_minor)
+(count (!fb:conferences.conference_venue.conferences fb:en.los_angeles_convention_center))
+(!fb:bicycles.bicycle_type.bicycle_models_of_this_type fb:en.mountain_bike)
+(count (!fb:film.performance.film ((lambda x (fb:film.performance.actor (var x))) fb:en.julie_edwards)))
+(!fb:film.film.costume_design_by fb:m.04jpg2p)
+(!fb:geography.mountain.mountain_range fb:en.king_edward_peak)
+(!fb:travel.travel_destination.accommodation fb:en.vancouver_british_columbia)
+(!fb:sports.sports_team.founded fb:en.new_york_yankees)
+(count (!fb:protected_sites.park_system.member_parks fb:en.national_wildlife_refuge))
+(count (!fb:freebase.list.entries fb:m.0599h7b))
+(!fb:food.candy_bar.sold_in fb:en.frys_turkish_delight)
+(!fb:business.company_brand_relationship.company ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.kool-aid))
+(count (!fb:finance.currency.countries_used fb:en.spanish_peseta))
+(!fb:architecture.lighthouse.year_first_lit fb:en.pencarrow_head_lighthouse)
+(!fb:boxing.boxing_sanctioning_body.titles fb:en.world_boxing_association)
+(!fb:zoos.zoo.num_species fb:en.san_francisco_zoo)
+(!fb:boxing.boxing_match.round_match_ended fb:en.thrilla_in_manila)
+(!fb:conferences.conference_series.subject fb:en.pycon)
+(count (!fb:media_common.cause_of_loss.works_lost_this_way fb:en.theft))
+(!fb:military.military_combatant.armed_forces fb:en.thailand)
+(!fb:martial_arts.martial_artist.martial_art fb:en.chris_maden)
+(!fb:award.award_honor.year ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.sgt_peppers_lonely_hearts_club_band))
+(count (!fb:geography.body_of_water.islands fb:en.lake_superior))
+(count (!fb:language.human_language.countries_spoken_in fb:en.spanish))
+(!fb:architecture.museum.established fb:en.ss_great_britain)
+(!fb:geology.geological_formation.type_of_rock fb:en.marcellus_formation)
+(!fb:film.film.initial_release_date fb:en.300_2007)
+(count (!fb:sports.sports_team_season_record.wins (and ((lambda x (fb:sports.sports_team_season_record.season (var x))) fb:en.2008_nfl_season) ((lambda x (fb:sports.sports_team_season_record.team (var x))) fb:en.philadelphia_eagles))))
+(!fb:business.company_brand_relationship.from_date ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.barbie))
+(count (!fb:opera.librettist.libretti fb:en.richardwagner))
+(!fb:film.film.rating fb:en.bruce_almighty)
+(!fb:boats.ship.place_built fb:en.lady_washington)
+(count (!fb:freebase.domain_category.domains fb:en.science_technology))
+(!fb:architecture.building.building_function fb:en.eiffel_tower)
+(count (!fb:people.person.children fb:en.danny_devito))
+(count (!fb:business.business_operation.industry fb:en.the_home_depot))
+(!fb:education.fraternity_sorority.founded_location fb:en.delta_delta_delta)
+(!fb:tv.tv_series_episode.season fb:m.08mpny)
+(!fb:organization.organization.founders fb:en.starbucks)
+(!fb:ice_hockey.hockey_team.captain fb:en.edmonton_oilers)
+(!fb:organization.organization.founders fb:en.the_home_depot)
+(!fb:language.language_family.languages fb:en.celtic_languages)
+(!fb:location.location_symbol_relationship.symbol (and ((lambda x (fb:location.location_symbol_relationship.administrative_division (var x))) fb:en.alaska) ((lambda x (fb:location.location_symbol_relationship.Kind_of_symbol (var x))) fb:en.state_flower)))
+(!fb:amusement_parks.park.areas fb:en.disneyland)
+(!fb:tv.tv_program.currently_in_production fb:en.the_sopranos)
+(!fb:biology.animal_breed.place_of_origin fb:en.chow_chow)
+(!fb:baseball.baseball_player.position_s fb:en.mike_schmidt)
+(!fb:biology.breed_registration.breed_group (and ((lambda x (fb:biology.breed_registration.breed (var x))) fb:en.shar_pei) ((lambda x (fb:biology.breed_registration.registry (var x))) fb:en.american_kennel_club)))
+(!fb:chemistry.chemical_element.discovering_country fb:en.polonium)
+(count (!fb:radio.radio_program.episodes fb:en.taylor_made_piano_a_jazz_history))
+(!fb:music.artist.label fb:en.ali_farka_toure)
+(!fb:basketball.basketball_roster_position.team ((lambda x (fb:basketball.basketball_roster_position.player (var x))) fb:en.richard_hamilton))
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.africa))
+(!fb:chemistry.chemical_element.isotopes fb:en.zinc)
+(!fb:comic_books.comic_book_series.publisher fb:en.the_amazing_spider-man)
+(!fb:geography.glacier.thickness fb:en.aletsch_glacier)
+(!fb:film.film.initial_release_date fb:en.titanic_special_edition_dvd)
+(!fb:medicine.cancer_center_type.centers_of_this_kind fb:en.research_only)
+(!fb:tv.tv_program.theme_song fb:en.full_house)
+(!fb:astronomy.astronomical_discovery.discovery_technique fb:en.pluto)
+(!fb:computer.software_compatibility.operating_system (!fb:computer.software.compatible_oses fb:en.mozilla_firefox))
+(count (!fb:tv.tv_program.seasons fb:en.seinfeld))
+(!fb:award.award_nomination.award_nominee (and ((lambda x (fb:award.award_nomination.year (var x))) (date 1982 -1 -1)) ( (lambda x (fb:award.award_nomination.award (var x))) fb:en.primetime_emmy_award_for_outstanding_comedy_series)))
+(!fb:business.company_brand_relationship.company ((lambda x (fb:business.company_brand_relationship.brand (var x))) fb:en.nutter_butter))
+(!fb:internet.website.launched fb:en.facebook)
+(!fb:soccer.football_player.position_s fb:en.cristiano_ronaldo)
+(count (!fb:games.game_publisher.games_published fb:en.hasbro))
+(!fb:fictional_universe.work_of_fiction.setting fb:en.the_lord_of_the_rings)
+(count (!fb:cricket.cricket_tournament_event.teams fb:en.1979_cricket_world_cup))
+(!fb:music.album.release_date fb:m.02967)
+(count (!fb:computer.software_compatibility.operating_system ((lambda x (fb:computer.software_compatibility.software (var x))) fb:en.adobe_flash)))
+(!fb:measurement_unit.dated_integer.number ((lambda x (!fb:location.statistical_region.population (var x))) fb:en.earth))
+(count (!fb:olympics.olympic_sport.events fb:m.07bs0))
+(count (!fb:biology.amino_acid.rna_codons fb:en.glycine))
+(!fb:film.film.produced_by fb:en.charlies_angels)
+(!fb:media_common.completion_of_unfinished_work.finisher ((lambda x (fb:media_common.completion_of_unfinished_work.unfinished_work (var x))) fb:m.02xtrr))
+(count (!fb:baseball.baseball_historical_managerial_position.team ((lambda x (fb:baseball.baseball_historical_managerial_position.manager (var x))) fb:en.joe_torre)))
+(count (fb:cricket.cricket_bowler.technique fb:en.fast_bowling))
+(!fb:amusement_parks.ride.designer fb:en.giant_dipper)
+(!fb:cvg.game_performance.character ((lambda x (fb:cvg.game_performance.game (var x))) fb:en.super_mario_bros))
+(!fb:people.deceased_person.cause_of_death fb:en.john_f_kennedy)
+(!fb:broadcast.content.genre fb:m.03z9smt)
+(count (!fb:business.employment_tenure.person (!fb:business.employer.employees fb:en.nintendo)))
+(count (!fb:meteorology.cloud.varieties fb:m.0csh5))
+(count (!fb:common.topic.alias fb:en.ron_glass))
+(!fb:ice_hockey.hockey_roster_position.number (and ((lambda x (fb:ice_hockey.hockey_roster_position.team (var x))) fb:en.new_york_rangers) ((lambda x (fb:ice_hockey.hockey_roster_position.player (var x))) fb:en.ryan_callahan)))
+(!fb:religion.religion.holidays fb:en.christianity)
+(!fb:film.film.directed_by fb:en.charlies_angels)
+(!fb:people.deceased_person.cause_of_death fb:en.jack_albertson)
+(!fb:law.invention.date_of_invention fb:en.printing_press)
+(!fb:location.place_with_neighborhoods.neighborhoods fb:en.new_york_ny)
+(count (!fb:martial_arts.martial_art.well_known_practitioner fb:en.karate))
+(!fb:location.location.area fb:en.south_america)
+(count (!fb:protected_sites.natural_or_cultural_site_listing.listed_site ( (lambda x (fb:protected_sites.natural_or_cultural_site_listing.designation (var x))) fb:en.national_register_of_historic_places)))
+(!fb:american_football.football_coach.current_team_head_coached fb:en.andy_reid)
+(count (!fb:protected_sites.governing_body_of_protected_sites.protected_sites_governed fb:en.national_park_service))
+(!fb:geography.island.island_group fb:en.jekyll_island)
+(count (!fb:people.person.children fb:en.jerry_seinfeld))
+(!fb:biology.fossil_specimen.organism fb:m.0gd2g7)
+(count (!fb:measurement_unit.dated_integer.number (!fb:metropolitan_transit.transit_system.daily_riders fb:en.london_underground)))
+(!fb:event.disaster_affected_structure.destroyed_by_disaster fb:en.old_st_pauls_cathedral)
+(!fb:music.group_member.instruments_played fb:en.omarion_grandberry)
+(fb:book.written_work.part_of_series fb:en.the_chronicles_of_narnia)
+(!fb:comic_books.comic_book_series.featured_characters fb:en.batman_the_dark_knight_returns)
+(!fb:royalty.monarch.royal_line fb:en.king_henry_viii_of_england)
+(!fb:measurement_unit.dated_money_value.amount (!fb:amusement_parks.ride.cost fb:en.magnum_xl-200))
+(count (!fb:food.cheese_milk_source.cheeses fb:en.cattle))
+(!fb:exhibitions.exhibition_run.admission_fee (and ((lambda x (fb:exhibitions.exhibition_run.venue (var x))) fb:en.science_museum_great_britain) ((lambda x (fb:exhibitions.exhibition_run.exhibition (var x))) fb:m.046chwc)))
+(!fb:award.award_honor.honored_for (and ((lambda x (fb:award.award_honor.award_winner (var x))) fb:en.danny_devito) ((lambda x (fb:award.award_honor.year (var x))) (date 1981 -1 -1))))
+(!fb:cricket.cricket_team.coach fb:en.australian_cricket_team)
+(!fb:religion.religion.texts fb:en.taoism)
+(!fb:film.film.directed_by fb:en.8_mile)
+(count (!fb:tv.regular_tv_appearance.series ((lambda x (fb:tv.regular_tv_appearance.actor (var x))) fb:en.jerry_seinfeld)))
+(!fb:organization.organization.date_founded fb:en.wal-mart)
+(!fb:american_football.football_historical_roster_position.player (and ( (lambda x (fb:american_football.football_historical_roster_position.position_s (var x))) fb:en.quarterback) ( (lambda x (fb:american_football.football_historical_roster_position.team (var x))) fb:en.green_bay_packers)))
+(count (!fb:ice_hockey.hockey_division.teams fb:en.atlantic_division))
+(count (!fb:radio.radio_subject.programs_with_this_subject fb:m.06mq7))
+(!fb:computer.software.latest_release_date fb:en.microsoft_word)
+(!fb:architecture.structure.architectural_style fb:en.brooklyn_bridge)
+(count (!fb:broadcast.tv_station_owner.tv_stations fb:en.nbc))
+(count (!fb:engineering.engine_category.engines fb:en.turbojet))
+(count (!fb:amusement_parks.ride.inversions fb:en.the_mind_eraser))
+(!fb:film.film.initial_release_date fb:en.13_going_on_30)
+(!fb:architecture.ownership.end_date (and ((lambda x (fb:architecture.ownership.owner (var x))) fb:en.john_j_raskob) ((lambda x (fb:architecture.ownership.structure (var x))) fb:en.empire_state_building)))
+(!fb:tv.tv_program.air_date_of_first_episode fb:en.sesame_street)
+(!fb:comic_strips.comic_strip_creator_duration.creator_of_strip ((lambda x (fb:comic_strips.comic_strip_creator_duration.comic_strip (var x))) fb:en.the_far_side))
+(fb:medicine.disease.symptoms fb:en.severe_headache)
+(!fb:cvg.cvg_developer.games_developed fb:en.macsoft_games)
+(!fb:engineering.battery_cell_type.rechargeable fb:en.lithium_battery)
+(count (fb:people.deceased_person.cause_of_death fb:en.skiing_accident))
+(!fb:boxing.boxing_match.decision fb:m.0j24b7h)
+(!fb:distilled_spirits.spirit_producing_region.distilleries fb:en.kentucky)
+(!fb:organization.organization.date_founded fb:en.the_home_depot)
+(!fb:music.artist.active_end fb:m.016f2t)
+(!fb:food.cheese.source_of_milk fb:en.mascarpone)
+(!fb:film.film.directed_by fb:en.titanic_special_edition_dvd)
+(!fb:boxing.boxing_title.matches_with_this_title_at_stake fb:m.0cj52b7)
+(count (!fb:soccer.football_player_match_participation.player ( (lambda x (fb:soccer.football_player_match_participation.match (var x))) fb:en.2010_fifa_world_cup_final)))
+(count (!fb:celebrities.substance_abuse_problem.celebrity ((lambda x (fb:celebrities.substance_abuse_problem.substance (var x))) fb:en.cocaine)))
+(!fb:metropolitan_transit.transit_system.transit_lines fb:en.new_york_city_subway)
+(!fb:chemistry.chemical_element.discovery_date fb:en.oxygen)
+(!fb:broadcast.content.production_end fb:en.easy_aces)
+(!fb:ice_hockey.hockey_coach.current_team fb:en.mike_babcock)
+(count (!fb:projects.project_participation.participant (and ( (lambda x (fb:projects.project_participation.project (var x))) fb:en.design_and_construction_of_the_plymouth_breakwater) ((lambda x (fb:projects.project_participation.role (var x))) fb:en.engineer))))
+(!fb:digicams.digital_camera.released fb:m.0cp1pcv)
+(!fb:radio.radio_program.final_broadcast fb:en.letter_from_america)
+(!fb:zoos.animal_captivity.zoo ((lambda x (fb:zoos.animal_captivity.animal (var x))) fb:m.02q470c))
+(!fb:amusement_parks.ride.drop fb:m.0b6_sx)
+(count (fb:film.film.produced_by fb:en.tim_burton))
+(!fb:boxing.match_boxer_relationship.winner_won ((lambda x (fb:boxing.match_boxer_relationship.boxer (var x))) fb:en.jack_dempsey))
+(!fb:computer.computer.key_designers fb:en.macintosh)
+(count (!fb:award.award_honor.award_winner ((lambda x (fb:award.award_honor.award (var x))) fb:en.nobel_peace_prize)))
+(!fb:people.person.place_of_birth fb:en.omarion_grandberry)
+(!fb:travel.travel_destination.tourist_attractions fb:en.rome)
+(!fb:location.imports_exports_by_industry.industry ((lambda x (!fb:location.statistical_region.major_exports (var x))) fb:en.madagascar))
+(!fb:projects.project.actual_completion_date fb:m.0jb4_0h)
+(count (!fb:common.topic.alias fb:en.j_c_penney))
+(!fb:language.human_language.language_family fb:en.afrikaans)
+(!fb:wine.grape_variety_composition.percentage (and ((lambda x (fb:wine.grape_variety_composition.wine (var x))) fb:en.1966_chateau_latour) ((lambda x (fb:wine.grape_variety_composition.grape_variety (var x))) fb:en.merlot)))
+(count (!fb:location.location.events fb:en.south_america))
+(!fb:astronomy.comet.meteor_shower_spawned fb:en.comet_halley)
+(!fb:book.written_work.date_of_first_publication fb:en.pride_and_prejudice)
+(!fb:amusement_parks.ride.manufacturer fb:en.millennium_force)
+(!fb:comic_books.comic_book_issue.characters_on_cover fb:en.batman_1)
+(!fb:fashion.textile.weave fb:en.tweed)
+(count (!fb:projects.project_participation.project (and ((lambda x (fb:projects.project_participation.participant (var x))) fb:en.james_walker) ((lambda x (fb:projects.project_participation.role (var x))) fb:en.design_engineer))))
+(count (!fb:award.award_honor.award ((lambda x (fb:award.award_honor.honored_for (var x))) fb:en.8_mile)))
+(!fb:measurement_unit.dated_integer.number (!fb:religion.religion.number_of_adherents fb:en.buddhism))
+(!fb:measurement_unit.dated_money_value.amount (!fb:projects.project.actual_cost fb:en.initial_design_and_construction_of_taj_mahal))
+(!fb:computer.programming_language_paradigm.languages fb:en.object-oriented_programming)
+(!fb:exhibitions.exhibition.curators fb:en.renoir_in_the_20th_century)
+(!fb:olympics.olympic_athlete_affiliation.country (and ((lambda x (fb:olympics.olympic_athlete_affiliation.olympics (var x))) fb:en.2000_summer_olympics) ((lambda x (fb:olympics.olympic_athlete_affiliation.athlete (var x))) fb:en.bernard_lagat)))
+(!fb:boxing.boxing_match.titles_at_stake fb:en.the_rumble_in_the_jungle)
+(!fb:cvg.cvg_developer.games_developed fb:en.electronic_arts)
+(count (!fb:business.shopping_center.store fb:en.nittany_mall))
+(!fb:film.film.initial_release_date fb:en.the_nutty_professor_1996)
+(!fb:film.film.rating fb:en.the_nutty_professor_1996)
+(count (!fb:film.performance.film ((lambda x (fb:film.performance.actor (var x))) fb:en.jack_albertson)))
+(fb:people.deceased_person.cause_of_death fb:en.lung_cancer)
+(!fb:transportation.bridge.bridge_type fb:en.manhattan_bridge)
+(!fb:olympics.olympic_athlete_affiliation.sport (and ((lambda x (fb:olympics.olympic_athlete_affiliation.athlete (var x))) fb:m.04dnjr9) ((lambda x (fb:olympics.olympic_athlete_affiliation.olympics (var x))) fb:en.1992_summer_olympics)))
+(!fb:architecture.structure.architect fb:en.parthenon)
+(count (!fb:royalty.royal_line.monarchs_from_this_line fb:en.tudor_dynasty))
+(!fb:olympics.olympic_athlete_affiliation.athlete ((lambda x (fb:olympics.olympic_athlete_affiliation.country (var x))) fb:en.germany))
+(!fb:baseball.baseball_historical_roster_position.team ((lambda x (fb:baseball.baseball_historical_roster_position.player (var x))) fb:en.babe_ruth))
+(!fb:olympics.olympic_medal_honor.event (and ((lambda x (fb:olympics.olympic_medal_honor.olympics (var x))) fb:en.2004_summer_olympics) ((lambda x (fb:olympics.olympic_medal_honor.medalist (var x))) fb:en.ian_thorpe)))
+(!fb:aviation.aircraft_model.wingspan fb:en.eclipse_500)
+(!fb:conferences.conference_series.sponsoring_organization fb:m.0hmwcy2)
+(!fb:royalty.order_of_chivalry.founders fb:en.order_of_the_dragon)
+(!fb:music.recording.producer fb:m.0l16j8)
+(count (!fb:skiing.ski_area.number_of_runs fb:en.thunder_ridge_ski_area))
+(!fb:meteorology.tropical_cyclone.direct_fatalities fb:en.hurricane_wilma)
+(!fb:astronomy.astronomical_discovery.discoverer fb:en.rings_of_saturn)
+(!fb:digicams.digital_camera.lcd_pixels fb:en.nikon_d80)
+(!fb:zoos.zoo.opened fb:en.san_diego_zoo)
+(!fb:digicams.digital_camera.weight fb:en.panasonic_lumix_dmc_tz3)
+(!fb:people.person.place_of_birth fb:en.liam_gallagher)
+(count (!fb:food.beer_containment.beer ((lambda x (fb:food.beer_containment.container_type (var x))) fb:en.beverage_can)))
+(!fb:book.periodical.subjects fb:en.the_atlantic_monthly)
+(!fb:radio.radio_program.subjects fb:m.05v0tbd)
+(!fb:fictional_universe.fictional_object.destroyed_by fb:en.one_ring)
+(!fb:measurement_unit.dated_integer.number (!fb:education.educational_institution.total_enrollment fb:en.university_of_iceland))
+(!fb:organization.organization.founders fb:en.american_red_cross)
+(count (!fb:broadcast.radio_station_owner.radio_stations fb:en.cbs_radio))
+(!fb:cricket.cricket_bowler.pace fb:en.ashok_malhotra)
+(!fb:broadcast.podcast_feed.average_media_length fb:en.wireds_gadget_lab_podcast_podcast_feed)
+(count (!fb:military.military_service.military_person (!fb:military.armed_force.personnel fb:en.united_states_navy)))
+(!fb:medicine.disease.causes fb:en.bipolar_disorder)
+(!fb:medicine.disease.causes fb:en.syphillis)
+(!fb:media_common.quotation.author fb:m.06gj5j3)
+(!fb:bicycles.bicycle_manufacturer.bicycle_models fb:en.raleigh_bicycle_company)
+(!fb:media_common.adaptation.adapted_from fb:en.west_side_story)
+(!fb:cricket.cricket_coach.current_team fb:en.alan_butcher)
+(count (!fb:event.speech_or_presentation.presented_work ((lambda x (fb:event.speech_or_presentation.speech_topic (var x))) fb:en.world_war_ii)))
+(!fb:business.employment_tenure.person (and ((lambda x (fb:business.employment_tenure.title (var x))) fb:en.news_presenter) ((lambda x (fb:business.employment_tenure.company (var x))) fb:en.abc_news_washington_dc)))
+(!fb:tv.tv_regular_personal_appearance.person (and ((lambda x (fb:tv.tv_regular_personal_appearance.appearance_type (var x))) fb:en.newscaster) ((lambda x (fb:tv.tv_regular_personal_appearance.program (var x))) fb:en.cbs_evening_news))) \ No newline at end of file
diff --git a/data/free917/free917v2.test.tok.de b/data/free917/free917v2.test.tok.de
new file mode 100644
index 0000000..1098727
--- /dev/null
+++ b/data/free917/free917v2.test.tok.de
@@ -0,0 +1,264 @@
+wie viele fernsehprogramme produzierte danny devito
+wie viele länder gibt es in südamerika
+welche produktlinie beinhaltet der ipod
+wann wurde die sternennacht gemalt
+wann wurde die bundesstraße 579 gebaut
+welches gebiet regierte die meiji verfassung
+wer ist der texter von spamalot
+was ist das motto von yahoo !
+wie groß ist die bevölkerung von belgien
+wer ist der gründer von savealot
+in welchem bibliothekssystem ist die sunset branch library
+wo wurde der 3 juno asteroid entdeckt
+was ist die bevölkerungszahl europas
+welche gewichtsklasse galt beim fight of the century
+wer entwickelte pac-man
+wann wurde der orden von sankt michael gegründet
+wie nennt man das sammeln von postkarten
+in welchem jahr war ron glass ein kandidat für eine auszeichnung
+was ist die pferdestärke eines v6 motors mit aluminiumlegierung
+wann wurde das iphone vorgestellt
+in welcher kampfsportart hat christopher adams einen schwarzen gürtel
+wer war der textdichter der zauberflöte
+welche episode von snl moderierte ben stiller
+wer erschuf den stein der weisen
+wie viele organisationen sind in der automobilindustrie
+was war der reingewinn von procter &amp; gambles im jahr 1955
+was ist das währungssymbol der britischen währung
+wie groß ist der bildschirm einer nikon coolpix s50
+wie viele reden hielt winston churchill
+wie viele religionen benutzen die bibel
+wie heißt die hauptstadt von island
+welche öffentliche verkehrsmittel gibt es in tokyo
+was ist die gesamtfläche europas
+wie viele spieler sind im momentanen kader der new york mets
+was sind die behandlungsmöglichkeiten für prostatakrebs
+wo wurde die peseta als währung genutzt
+was ist das währungssymbol der spanischen peseta
+wie viele auszeichnungen gewann big daddy
+welche brücken führen über die san francisco bay
+wie viele bekannte persönlichkeit starben an vergiftung
+welche parks sind im kanadischen nationalparksystem
+wer lehrte steven seagal
+wann wurde die letzte folge von six feet under ausgestrahlt
+wie viele großereignisse geschahen in australien
+wie viele religionen glauben an die wiedergeburt
+welche anderen namen hat 30 übernacht
+wie viele zeichensystem sind in japan in gebrauch
+wer ist der vorstandsvorsitzender von savealot
+welche sterne sind im kleinen wagen
+wie viele konferenzen fanden im los angeles convention center statt
+wie heißen einige mountain bike modelle
+in wie vielen filmen trat julie andrews auf
+wer entwarf die kostüme für alice im wunderland
+zu welcher bergkette gehört die king edward spitze
+was sind einige hotels in vancouver
+in welchem jahr wurden die ny yankees gegründet
+wie viele nationalparks gehören zu dem national wildlife refuge
+wie viele schauspieler benutzen ihren zweitnamen oder dessen initial
+wo wird turkish delight von fry verkauft
+wer erfand koolaid
+wie viele länder benutzen die spanische peseta
+wann wurde der pencarrow head leuchtturm in betrieb genommen
+welche titel hat die world boxing association
+wie viele tierarten hat der zoo von san francisco
+in welcher runde endete der thrilla in manila
+um was geht es bei pycon
+wie viele werke gingen wegen diebstahls verloren
+was für bewaffnete streitkräfte hat thailand
+welchen kampfsport übt chris maden aus
+in welchem jahr gewann sgt. pepper &apos; s lonely hearts club einen grammy
+wie viele inseln gibt es im oberen see
+in wie vielen ländern wird spanisch gesprochen
+wann wurde die ss great britain als museum eröffnet
+was für eine art von gestein ist die marcellus formation
+wann wurde 300 veröffentlicht
+wie viele siege hatten die philadelphia eagles in der nfl saison 2008
+wann wurde barbie herausgebracht
+wie viele libretti schrieb wagner
+was ist die altersfreigabe von bruce almighty
+wann wurde die lady washington erbaut
+wie viele domänen sind in der science &amp; technology kategorie
+was ist die gebäudefunktion des eiffelturms
+wie viele kinder hat danny devito
+wie viele verschiedene industrien gibt es im home depot
+an welcher schule wurde delta delta delta gegründet
+in welcher staffel von stargate sg-1 ist die folge neue feinde
+wer gründete starbucks
+wer ist der kapitän der edmonton oilers
+wer sind die gründer von home depot
+was sind keltische sprachen
+was ist die staatsblume von alaska
+was sind die themengebiete im disneyland
+in welcher produktion ist momentan sopranos
+woher stammt der chow chow
+auf welcher position spielte mike schmidt
+zu welcher rassengruppe gehört ein shar pei im american kennel club
+wo wurde polonium entdeckt
+wie viele folgen von taylor made piano gab es
+bei welcher plattenfirma war ali farka toure unter vertrag
+für welche mannschaft spielt richard hamilton
+was ist die bevölkerung afrikas
+was sind die isotope von zink
+wer publizierte the amazing spider-man
+wie dick ist der aletschgletscher
+wann war das veröffentlichungsdatum für titanik
+wie heißen einige rein forschungsorientierte krebszentren
+wie heißt die titelmelodie von full house
+wie wurde der pluto entdeckt
+mit welchen versionen des mac os x ist mozilla firefox kompatibel
+wie viele staffeln von seinfeld gibt es
+wer war 1982 für den primetime emmy award für komödie nominiert
+welche firma besitzt nutter butter
+wann wurde facebook ins leben gerufen
+auf welcher position spiel cristiano ronaldo
+wie viele spiele hat hasbro herausgegeben
+in welcher welt spielt herr der ringe
+wie viele mannschaften nahmen an der cricket weltmeisterschaft 1979 teil
+in welchem jahr wurde das album decade veröffentlicht
+mit wie vielen betriebssystemen ist adobe flash kompatibel
+was hoch wird die weltbevölkerung geschätzt
+wie viele tennis ereignisse gibt es bei den olympischen spielen
+wie viele rna kodone hat glycin
+von wem wurde drei engel für charlie produziert
+wer vervollständigte mozarts requiem
+wie viele mannschaften leitete joe torre
+wie viele cricket bowler benutzen fast bowling
+wer entwarf die giant dipper
+welche charaktere gibt es bei super mario bros
+was war die todesursache von john f kennedy
+welchem genre gehört the skeptics &apos; guide to the universe an
+wie viele mitarbeiter hat nintendo
+wie viele arten von cumulus wolken gibt es
+unter wie vielen anderen namen kennt man ron glass
+welche nummer hat ryan callahan bei den new york rangers
+welches sind die christlichen feiertage
+wer führte bei drei engel für charlie regie
+woran starb jack albertson
+wann wurde die buchdruckmaschine erfunden
+wie heißen die stadtteile von new york city
+wie viele leute betreiben karate
+was ist die fläche von südamerika
+wie viele orte sind beim national register of historic places verzeichnet
+welche fußballmannschaft trainiert andy reid zur zeit
+wie viele gebiete werden vom u.s. national park service verwaltet
+zu welcher inselgruppe gehört die jekyll insel
+wie viele kinder hat jerry seinfeld
+welche art von organismus war das fossil von lucy
+wie viele leute nutzen die londoner u-bahn täglich
+in welcher katastrophe wurde die alte kathedrale st pauls zerstört
+welches instrument spielte omarion
+wie heißen die bücher in der serie die chroniken von narnia
+welche charaktere treten in batman : the dark knight returns auf
+was war das fürstenhaus von henry viii
+was kostete es eine magnum xl-200 herzustellen
+wie viele kuhmilch käsesorten gibt es
+kostete die big bang ausstellung im science museum geld
+für was gewann danny devito 1981 eine auszeichnung
+wer trainiert das australische cricket team
+was sind die schriften des daoismus
+wer führte bei 8 mile regie
+in wie vielen fernsehfilmen hatte jerry seinfeld eine hauptrolle
+wann wurde walmart gegründet
+wer war der quarterback für die green bay packers
+wie viele mannschaften spielen in der atlantic division der eastern conference
+wie viele radioprogramme über wissenschaft gibt es
+wann kam die letzte version von microsoft word raus
+welchem baustil ist die brooklyn bridge zuzuschreiben
+wie viele fernsehkanäle besitzt nbc
+wie viele turbojet motoren gibt es
+wie viele inversionen hat die mind eraser
+wann wurde 30 übernacht veröffentlicht
+wann war john j. raskob besitzer des empire state buildings
+an welchem datum wurde die erste folge der sesamstraße ausgestrahlt
+wer entwarf the far side
+welche krankheiten haben kopfschmerzen als symptom
+welche spiele hat macsoft games entwickelt
+kann man lithium batterien aufladen
+wie viele personen starben durch einen skiunfall
+wer gewann bei manny pacquiao vs. timothy bradley
+welche spirituosen werden in kentucky hergestellt
+wann wurde home depot gegründet
+wann löste sich die band japan auf
+auf basis welchen tieres wird mascarpone hergestellt
+wer führte bei titanik regie
+bei welchen aufeinandertreffen stand der wbc weltmeistertitel auf dem spiel
+wie viele personen spielten beim fifa weltmeisterschaftsfinale 2010
+wie viele berühmtheiten haben kokain genommen
+was sind die linien der u-bahn in new york city
+wann wurde sauerstoff entdeckt
+wann wurde easy aces eingestellt
+welche mannschaft trainiert mike babcock
+wie viele ingenieure arbeiteten am entwurf und an der konstruktion der plymouth breakwater
+wann wurde die sony nex-5 veröffentlicht
+wann wurde letter from america das letzte mal ausgestrahlt
+in welchem zoo lebte knut
+was ist der höchste fall bei stealth
+wie viele filme produzierte tim burton
+gewann jack dempsey den long count fight
+wer waren die hauptentwickler von macintosh
+wie viele menschen haben den friedensnobelpreis gewonnen
+wo wurde omarion geboren
+was sind touristenattraktionen in rom
+was sind die hauptexporte madagaskars
+wann war der bau der neuen steubenville brücke zu ende
+wie viele andere namen gibt es für jcpenney
+zu welcher sprachfamilie gehört afrikaans
+wie viel prozent trauben sind in einem 1966er chateau latour grand vin merlot
+wie viele historische ereignisse geschahen in südamerika
+welchen meteorschauer verursachte der komet halley
+wann wurde stolz und vorurteil veröffentlicht
+wer stellte die millenium force her
+welche charaktere waren auf der titelseite vom ersten batman
+welches gewebe wird benutzt um tweed herzustellen
+bei wie vielen projekten war james walker ein konstruktionsingenieur
+wie viele auszeichnungen gewann der film 8 mile
+wie viele menschen gehören dem buddhismus an
+wie viel kostete der bau des taj mahal
+wie heißen einige objektorientierten programmiersprachen
+wer waren die kuratoren für renoir im 20. jahrhundert
+für welches land spielte bernard lagat in den olympischen sommerspielen 2008
+um welchen titel ging es bei dem the rumble in the jungle
+welche spiele hat electronic arts entwickelt
+wie viele geschäfte gibt es im nittany einkaufszentrum
+wann wurde der verrückte professor herausgebracht
+was ist die altersfreigabe von der verrückte professor
+wie viele filmauftritte hatte jack albertson
+welche musiker starben an lungenkrebs
+was für eine art von brücke ist die manhattan brücke
+welche sportart spielte scott anderson bei den olympischen sommerspielen 1992
+wer entwarf das parthenon
+wie viele monarchen gehören zu dem haus tutor
+welche deutschen athleten haben bei den olympischen spielen teilgenommen
+für welche mannschaften spielte babe ruth
+bei welchen wettkämpfen nahm ian thorpe bei den olympischen sommerspielen 2004 teil
+was ist die flügelspanne einer eclipse 500
+wer sponsort die hoby seminare
+wer gründete den drachenorden
+wer produzierte sabotage von den beastie boys
+wie viele pisten hat das thunder ridge skigebiet
+wie viele menschen kamen bei dem hurrikan wilma ums leben
+wer entdeckte die ringe des saturns
+was ist die lcd bildschirmauflösung einer nikon d80
+wann wurde der zoo san diegos geöffnet
+wie schwer ist eine panasonic lumix dmc-tz3
+wo wurde liam gallagher geboren
+wie viele biere werden in einer dose vermarktet
+was ist das thema des atlantic monthly
+um was ging es bei the american past
+wer zerstörte den einen ring
+wie viele studenten gibt es an der universität island
+wer gründete das rote kreuz
+wie viele radiosender besitzt das cbs
+welche bowling art benutzt ashok malhotra
+wie lange dauert der gadget lab podcast von wired
+wie viele politiker haben der kriegsmarine der vereinigten staaten von amerika gedient
+was verursacht die bipolare affektive störung
+was verursacht syphilis
+wer sagte das ist ein kleiner schritt für den menschen , ein riesiger sprung für die menschheit
+was für fahrradmodelle stellt raleigh her
+auf welchem stück basiert die west side story
+welche mannschaft trainiert alan butcher
+wie viele reden wurden über den zweiten weltkrieg gehalten
+wer ist der nachrichtensprecher bei abc 6 news
+wer ist der momentane nachrichtensprecher bei den abendnachrichten auf cbs
diff --git a/data/free917/free917v2.test.tok.en b/data/free917/free917v2.test.tok.en
new file mode 100644
index 0000000..5ebbcef
--- /dev/null
+++ b/data/free917/free917v2.test.tok.en
@@ -0,0 +1,264 @@
+how many tv programs did danny devito produce
+how many countries are in south america
+what product lines does ipod include
+when was starry night painted
+when was interstate 579 formed
+what area did the meiji constitution govern
+who is the lyricist for spamalot
+what is yahoo ! &apos; s slogan
+what is the population of belgium
+who is the founder of savealot
+what library system is the sunset branch library in
+where was the 3 juno asteroid discovered
+what is the population of europe
+what weight class was the fight of the century
+who designed pac-man
+when was the order of saint michael founded
+what is the collection of postcards called
+what year was ron glass an award nominee
+what &apos;s the horsepower of an alluminum-alloy v6 engine
+when was the iphone introduced
+in what martial art does christopher adams have a black belt
+who was the librettist for the magic flute
+what episode of snl did ben stiller host
+who created the philosopher _ s stone
+how many organizations are in the automobile industry
+what was procter &amp; gamble &apos;s net profit in 1955
+what is currency code for uk currency
+how big is the screen on a nikon coolpix s50
+how many speeches did winston churchill give
+how many religions use the bible
+what is the capital of iceland
+what public transportation is there in tokyo
+what is europe &apos; s area
+how many players are in the current roster of the new york mets
+what are the treatments of prostate cancer
+where was the peseta used as currency
+what is the currency code for the spanish peseta
+how many awards did big daddy win
+what bridges go over the san francisco bay
+how many notable people died by poisoning
+what parks are in the canadian national parks system
+who instructed steven seagal
+when did the last episode of six feet under air
+how many major events happened in australia
+how many religions believe in reincarnation
+what other titles does 13 going on 30 have
+how many writing systems are used in japanese
+who is the ceo of savealot
+what starts are in ursa minor
+how many conferences have been held at the los angeles convention center
+what are some mountain bike models
+how many films has julie andrews been in
+who designed the costumes for alice in wonderland
+what mountain range is king edward peak in
+what are some hotels in vancouver
+what year were the ny yankees founded
+how many national parks does the national wildlife refuge have
+how many actors use their middle name or initial
+where is fry _ s turkish delight sold
+who invented koolaid
+how many countries use the spanish peseta
+when was the pencarrow head lighthouse first lit
+what titles does the world boxing association have
+how many species does the san francisco zoo have
+what round did thrilla in manila end
+what is pycon about
+how many works have been lost due to theft
+what armed forces does thailand have
+what martial arts does chris maden practice
+what year did sgt. pepper &apos;s lonely hearts club band win a grammy
+how many islands are there in lake superior
+how many countries is spanish spoken in
+when was the ss great britain established as a museum
+what type of rock is the marcellus formation
+when was 300 released
+how many wins did the philadelphia eagles have in the 2008 nfl season
+when was barbie launched
+how many libretti did wagner write
+what is bruce almighty rated
+where was lady washington built
+how many domains are in the science &amp; technology category
+what is the building function of the eiffel tower
+how many children does danny devito have
+how many different industries are there in home depot
+at what school was delta delta delta founded
+in what season of stargate sg-1 is the episode show and tell
+who started starbucks
+who is the captain of the edmonton oilers
+who are the founders of home depot
+what are the celtic languages
+what is the state flower of alaska
+what are the theme areas at disneyland
+what production is the sopranos currently in
+where does the chow chow originate
+what position did mike schmidt play
+what breed group is a shar pei in the american kennel club
+where was polonium discovered
+how many episodes of taylor made piano were there
+what record label was ali farka toure signed to
+what team does richard hamilton play for
+what is africa &apos; s population
+what are the isotopes of zinc
+who published the amazing spider-man
+how thick is the aletsch glacier
+when was the release date for titanic
+what are some research only cancer centers
+what is the theme song of full house
+how was pluto discovered
+what versions of mac os x is mozilla firefox compatible with
+how many seasons of seinfeld are there
+in 1982 who were the primetieme emmy award for comedy series nominees
+what company owns nutter butter
+when was facebook launched
+what position does cristiano ronaldo play
+how many games has hasbro published
+what universe is the lord of the rings set in
+how many teams participated in the 1979 cricket world cup
+what year was the album decade released
+how many operating systems is adobe flash compatible with
+what is the population estimated in the world
+how many tennis events are there at the olympics
+how many rna codons does glycine have
+who was charlie _ s angels produced by
+who completed mozart _ s requiem
+how many teams did joe torre manage
+how many cricket bowlers use fast bowling
+who designed the giant dipper
+what characters are in super mario bros
+what was john f kennedy &apos; s cause of death
+what is the genre of the skeptics &apos; guide to the universe
+how many employees does nintendo have
+how many types of cumulus clouds are there
+how many other names is ron glass known by
+what number is ryan callahan on the new york rangers
+what are the christian holidays
+who directed charlie _ s angels
+what was jack albertson &apos; s cause of death
+when was the printing press invented
+what are the neighborhoods in new york city
+how many people practice karate
+what is the area of south america
+how many sites are on the national register of historic places
+what football team does andy reid currently coach
+how many protected sites does the u.s. national park service govern
+what island group is jekyll island a part of
+how many children does jerry seinfeld have
+what type of organism was lucy a fossil of
+how many people ride the london underground daily
+in what disaster was old st paul _ s cathedral destroyed
+what instruments did omarion play
+what are the books in the chronicles of narnia series
+what characters are featured in batman : the dark knight returns
+what was henry viii &apos;s royal line
+what was the cost of building the magnum xl-200
+how many cow &apos;s milk cheeses are there
+did the big bang exhibit at the science museum cost money
+what movie did danny devito win an award for in 1981
+who coaches the australian cricket team
+what are the texts of taoism
+who was 8 mile directed by
+how many tv did jerry seinfeld have a starring role in
+when was walmart founded
+who used to be quarterback for the green bay packers
+how many teams are in the atlantic division of the eastern conference
+how many radio programs about science are there
+when was the latest release of microsoft word
+what architectural style is the brooklyn bridge
+how many tv channels does nbc own
+how many turbojet engines are there
+how many inversions does the mind eraser have
+when was 13 going on 30 released
+when did john j. raskob own the empire state building
+what was the date of the first sesame street episode aired
+who created the far side
+what conditions have symptoms including headache
+what games has macsoft games developed
+are lithium batteries rechargable
+how many people died of a skiing accident
+what decision did manny pacquiao vs. timothy bradley end with
+what spirits are produced in kentucky
+when was home depot founded
+when did japan end as a musical group
+what animal does mascarpone cheese come from
+who was titanic directed by
+what matches have had the wbc world champion title at stake
+how many people played in the 2010 fifa world cup final
+how many celebrities have abused cocaine
+what are the lines of the new york city subway
+when was oxygen discovered
+when did easy aces stop being produced
+what team does mike babcock coach
+how many engineers worked on the design and construction of the plymouth breakwater
+when was the sony nex-5 released
+when was letter from america last broadcast
+in what zoo was knut kept
+what is the highest drop on stealth
+how many films has tim burton produced
+did jack dempsey win the long count fight
+who were the key designers of the macintosh
+how many people have won the nobel peace prize
+where was omarion born
+what tourist attractions are in rome
+what are the major exports of madagascar
+when was the construction of new steubenville bridge finished
+how many other names are there for jcpenney
+what language family is afrikaans part of
+what percentage of the grapes in a 1966 chateau latour grand vin are merlot
+how many historical events happened in south america
+what meteor showers has the comet halley spawned
+when was pride and prejudice published
+who manufactured millennium force
+what characters were on the cover of batman # 1
+what sort of weave is used to make tweed
+on how many projects was james walker a design engineer
+how many awards did the movie 8 mile win
+how many people practice buddhism
+how much did the construction of the taj mahal cost
+what are some object-oriented programming languages
+who were the curators for renoir in the 20th century
+for what country did bernard lagat play in the 2000 summer olympics
+what titles were at stake in the the rumble in the jungle
+what games has electronic arts developed
+how many stores are in nittany mall
+when was nutty professor released
+what is the nutty professor rated
+how many film performances did jack albertson do
+what musicians have died of lung cancer
+what type of bridge is the manhattan bridge
+what sport did scott anderson play in the 1992 summer olympics
+who designed the parthenon
+how many monarchs are from the house of tutor
+what german athletes have participated in the olympics
+what teams did babe ruth play for
+in what events did ian thorpe compete in the 2004 summer olympics
+what is the wingspan of an eclipse 500
+who sponsors the hoby seminars
+who founded the order of the dragon
+who produced sabotage by the beastie boys
+how many runs does the thunder ridge ski area have
+how many people died in hurricane wilma
+who discovered the rings of saturn
+what is the lcd screen resolution of a nikon d80
+when was the san diego zoo opened
+how heavy is a panasonic lumix dmc-tz3
+where was liam gallagher born
+how many beers come a can
+what is the subject of the atlantic monthly
+what was the american past about
+who destroyed the one ring
+how many students are there at the university of iceland
+who founded the red cross
+how many radio stations does cbs radio own
+what is ashok malhotra &apos;s bowling pace
+how long is wired _ s gadget lab podcast
+how many politicians have served in the us navy
+what causes bipolar disorder
+what causes syphilis
+who said that _ s one small step for man , one giant leap for mankind
+what bicycle models does raleigh manufacture
+what play was west side story adapted from
+what team does alan butcher coach
+how many speeches have been given about world war ii
+who is the newscaster on abc 6 news
+who is the present newscaster on cbs evening news
diff --git a/example/cdec.ini b/example_free917/cdec.ini
index b9b564d..b9b564d 100644
--- a/example/cdec.ini
+++ b/example_free917/cdec.ini
diff --git a/example_free917/cfg.rb b/example_free917/cfg.rb
new file mode 100644
index 0000000..81a4e59
--- /dev/null
+++ b/example_free917/cfg.rb
@@ -0,0 +1,5 @@
+SEMPRE = '/path/to/sempre'
+TIMEOUT = 60
+CDEC_BIN = '/path/to/cdec/decoder/cdec'
+$cache = Memcached.new('localhost:31337')
+
diff --git a/example_free917/data.en b/example_free917/data.en
new file mode 100644
index 0000000..e8c3c4c
--- /dev/null
+++ b/example_free917/data.en
@@ -0,0 +1,10 @@
+at what institutions was marshall hall a professor
+how many companies are traded by the nyse
+what is the address of the apple , inc. headquarters
+what was the cover price of the x-men issue 1
+what issue of sandman is a dream of a thousand cats
+how many people survived the sinking of the titanic
+what olympics has egypt participated in
+what celebrities have gone to the betty ford center
+how old do you have to be to play monopoly
+how many first generation particles are there
diff --git a/example_free917/data.gold b/example_free917/data.gold
new file mode 100644
index 0000000..8107330
--- /dev/null
+++ b/example_free917/data.gold
@@ -0,0 +1,10 @@
+(name fb:en.ohio_state_university "Ohio State University") (name fb:en.california_institute_of_technology "California Institute of Technology")
+(number 2629)
+(name fb:en.cupertino Cupertino)
+(number 0.120)
+(number 18)
+(number 45)
+(name fb:en.1936_summer_olympics "1936 Summer Olympics") (name fb:en.2008_summer_olympics "2008 Summer Olympics") (name fb:en.1952_summer_olympics "1952 Summer Olympics")
+(name fb:en.stevie_nicks "Stevie Nicks") (name fb:en.keith_urban "Keith Urban") (name fb:en.jerry_garcia "Jerry Garcia")
+(number 8 fb:en.calendar_year)
+(number 7)
diff --git a/example_free917/data.in b/example_free917/data.in
new file mode 100644
index 0000000..e28dab4
--- /dev/null
+++ b/example_free917/data.in
@@ -0,0 +1,10 @@
+<seg grammar="grammar/grammar.0" id="0"> an welcher institution war marshall hall ein professor </seg>
+<seg grammar="grammar/grammar.1" id="1"> mit wie vielen firmen wird auf der nyse gehandelt </seg>
+<seg grammar="grammar/grammar.2" id="2"> was ist die adresse des hauptsitzes von apple , inc . </seg>
+<seg grammar="grammar/grammar.3" id="3"> was war der preis der ersten x-men ausgabe </seg>
+<seg grammar="grammar/grammar.4" id="4"> welche ausgabe von sandmann ist ein traum von tausend katzen </seg>
+<seg grammar="grammar/grammar.5" id="5"> wie viele menschen haben das sinken der titanik überlebt </seg>
+<seg grammar="grammar/grammar.6" id="6"> bei welchen olympischen spielen hat ägypten teilgenommen </seg>
+<seg grammar="grammar/grammar.7" id="7"> wie viele prominenten waren im betty ford center </seg>
+<seg grammar="grammar/grammar.8" id="8"> wie alt sollte man sein , um monopoly spielen zu können </seg>
+<seg grammar="grammar/grammar.9" id="9"> wie viele teilchen der ersten generation gibt es </seg>
diff --git a/example_free917/data.mrl b/example_free917/data.mrl
new file mode 100644
index 0000000..e0fe77f
--- /dev/null
+++ b/example_free917/data.mrl
@@ -0,0 +1,10 @@
+(!fb:education.academic_post.institution (and ((lambda x (fb:education.academic_post.person (var x))) fb:en.marshall_hall) ((lambda x (fb:education.academic_post.position_or_title (var x))) fb:en.professor)))
+(count (!fb:business.stock_ticker_symbol.ticker_symbol (!fb:finance.stock_exchange.companies_traded fb:en.new_york_stock_exchange_inc)))
+(!fb:location.mailing_address.citytown ((lambda x (!fb:organization.organization.headquarters (var x))) fb:en.apple_inc))
+(!fb:measurement_unit.money_value.amount (!fb:comic_books.comic_book_issue.cover_price fb:en.the_x_men_1))
+(!fb:comic_books.comic_book_issue.issue_number fb:en.a_dream_of_a_thousand_cats)
+(count (!fb:event.disaster.survivors fb:en.sinking_of_the_titanic))
+(!fb:olympics.olympic_participating_country.olympics_participated_in fb:en.egypt)
+(!fb:celebrities.rehab.celebrity ((lambda x (fb:celebrities.rehab.rehab_facility (var x))) fb:en.betty_ford_center))
+(!fb:games.game.minimum_age_years fb:en.monopoly_boardgame)
+(count (!fb:physics.subatomic_particle_generation.particles fb:m.0b66f5g))
diff --git a/example_free917/grammar/grammar.0 b/example_free917/grammar/grammar.0
new file mode 100644
index 0000000..c1847e0
--- /dev/null
+++ b/example_free917/grammar/grammar.0
@@ -0,0 +1,584 @@
+[X] ||| [X,1] an ||| [X,1] of ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.8150757069 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] in ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=0.982596647955 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] an ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.66318063218 MaxLexEgivenF=1.71326819859 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] to ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] on ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.31666585526 MaxLexEgivenF=1.09771692314 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.9673380168 MaxLexEgivenF=1.55470020977 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92849476713 MaxLexEgivenF=1.6231715099 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] using ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=3.67432403235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] at ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.20047776507 MaxLexEgivenF=1.14773626008 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] along ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23935665365 MaxLexEgivenF=2.39689114548 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99475434272 MaxLexEgivenF=1.90731095584 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] an ||| [X,1] part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=3.52906860131 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] an ||| [X,1] up to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=3.87063210692 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] an ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] an [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.8150757069 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] in [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=0.982596647955 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] an [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.66318063218 MaxLexEgivenF=1.71326819859 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31666585526 MaxLexEgivenF=1.09771692314 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] using [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=3.67432403235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] at [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.20047776507 MaxLexEgivenF=1.14773626008 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] an [X,2] ||| [X,1] part in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=3.52906860131 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] an [X,2] ||| [X,1] up to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=3.87063210692 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] an [X,2] ||| of [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8150757069 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] an [X,2] ||| to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| an ||| of ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.8150757069 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| in ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=0.982596647955 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| an ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.66318063218 MaxLexEgivenF=1.71326819859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| to ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| on ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.31666585526 MaxLexEgivenF=1.09771692314 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.9663763518 MaxLexEgivenF=1.87299949369 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| for ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.9673380168 MaxLexEgivenF=1.55470020977 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| as ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=2.16942275345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| with ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.92849476713 MaxLexEgivenF=1.6231715099 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| using ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=3.67432403235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| at ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.20047776507 MaxLexEgivenF=1.14773626008 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| along ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23935665365 MaxLexEgivenF=2.39689114548 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| by ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.99475434272 MaxLexEgivenF=1.90731095584 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an ||| located on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31666585526 MaxLexEgivenF=5.20929069817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| an ||| center ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=4.69135737165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=3.26647573501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=3.52906860131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| an ||| every ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=3.97535402801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an ||| up to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=3.87063210692 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| an ||| past ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58073495402 MaxLexEgivenF=3.03239252898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an [X,1] ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| an [X,1] ||| [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31666585526 MaxLexEgivenF=1.09771692314 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| an [X,1] ||| of [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.8150757069 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an [X,1] ||| in [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=0.982596647955 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an [X,1] ||| an [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.66318063218 MaxLexEgivenF=1.71326819859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an [X,1] ||| to [X,1] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an [X,1] ||| on [X,1] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.31666585526 MaxLexEgivenF=1.09771692314 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an [X,1] ||| using [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22126830593 MaxLexEgivenF=3.67432403235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an [X,1] ||| at [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.20047776507 MaxLexEgivenF=1.14773626008 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| an [X,1] ||| part in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66449269189 MaxLexEgivenF=3.52906860131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| an [X,1] ||| up to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50133966517 MaxLexEgivenF=3.87063210692 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| an [X,1] ||| past [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58073495402 MaxLexEgivenF=3.03239252898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] welcher ||| [X,1] of any ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90125587851 MaxLexEgivenF=2.35197370002 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] welcher ||| [X,1] the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] which ||| EgivenFCoherent=0.908919530653 SampleCountF=2.47856649559 CountEF=1.57978359662 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=0.602243044853 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] which type ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=3.50041952835 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] welcher ||| [X,1] who ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=1.54278882551 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25984027851 MaxLexEgivenF=1.2749271931 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36976116696 MaxLexEgivenF=2.97735772955 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] what ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.13146769729 MaxLexEgivenF=1.12365951777 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84709479977 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] any ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.90125587851 MaxLexEgivenF=1.65513843481 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] different ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22388515188 MaxLexEgivenF=3.37529773822 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher ||| [X,1] whichever ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60050616326 MaxLexEgivenF=2.5301996982 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welcher ||| who [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=1.54278882551 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welcher [X,2] ||| [X,2] [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=0.602243044853 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] welcher [X,2] ||| [X,1] of any [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90125587851 MaxLexEgivenF=2.35197370002 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] welcher [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] which [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=0.602243044853 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] which type of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=4.19725479356 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] welcher [X,2] ||| [X,1] who [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=1.54278882551 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] who of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=2.23962409072 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.13146769729 MaxLexEgivenF=1.12365951777 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] any [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.90125587851 MaxLexEgivenF=1.65513843481 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] different [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22388515188 MaxLexEgivenF=3.37529773822 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| [X,1] whichever [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60050616326 MaxLexEgivenF=2.5301996982 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welcher [X,2] ||| the [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] welcher [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welcher [X,2] ||| which [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=0.602243044853 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] welcher [X,2] ||| who [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=1.54278882551 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welcher [X,2] ||| what [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13146769729 MaxLexEgivenF=1.12365951777 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| welcher ||| the ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| which ||| EgivenFCoherent=0.795880017344 SampleCountF=2.47856649559 CountEF=1.69019608003 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=0.602243044853 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| which type ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=3.50041952835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welcher ||| their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.806614849 MaxLexEgivenF=2.4458788125 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| who ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=1.54278882551 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| place ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84606894634 MaxLexEgivenF=2.8981764835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| that ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.25984027851 MaxLexEgivenF=1.2749271931 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36976116696 MaxLexEgivenF=2.97735772955 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| what ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=2.13146769729 MaxLexEgivenF=1.12365951777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| where ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.84709479977 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| names ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.4619484952 MaxLexEgivenF=3.37529773822 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| any ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.90125587851 MaxLexEgivenF=1.65513843481 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher ||| any type , which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=5.76618157717 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-3
+[X] ||| welcher ||| different ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22388515188 MaxLexEgivenF=3.37529773822 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| how ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90968476924 MaxLexEgivenF=1.94393397406 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| whichever ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60050616326 MaxLexEgivenF=2.5301996982 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher ||| when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68065273171 MaxLexEgivenF=2.47220775123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher [X,1] ||| [X,1] what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13146769729 MaxLexEgivenF=1.12365951777 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| welcher [X,1] ||| [X,1] where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84709479977 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| welcher [X,1] ||| the [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=4.17272056262 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher [X,1] ||| which [X,1] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=0.602243044853 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher [X,1] ||| which type of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23324872543 MaxLexEgivenF=4.19725479356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welcher [X,1] ||| who [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=1.54278882551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher [X,1] ||| who of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85015051147 MaxLexEgivenF=2.23962409072 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher [X,1] ||| that [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25984027851 MaxLexEgivenF=1.2749271931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher [X,1] ||| what [X,1] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=2.13146769729 MaxLexEgivenF=1.12365951777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher [X,1] ||| any [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.90125587851 MaxLexEgivenF=1.65513843481 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welcher [X,1] ||| different [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22388515188 MaxLexEgivenF=3.37529773822 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welcher [X,1] ||| whichever [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60050616326 MaxLexEgivenF=2.5301996982 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] institution ||| [X,1] institution ||| EgivenFCoherent=0.38721614328 SampleCountF=2.47856649559 CountEF=2.09342168516 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] institution ||| [X,1] institution that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=2.59821657063 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] institution ||| [X,1] institution practice ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=2.68175313887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] institution ||| [X,1] organisations ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37511468469 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution ||| [X,1] institutions ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.16045943604 MaxLexEgivenF=1.48837976807 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] institution ||| [X,1] born institution ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=3.2838131302 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] institution ||| [X,1] association ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95288926491 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution ||| [X,1] facility ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.60162547955 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution ||| [X,1] art institute ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06988999651 MaxLexEgivenF=4.31481741156 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] institution ||| [X,1] organisation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96964884048 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution ||| institution [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] institution ||| institutional [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89762709129 MaxLexEgivenF=1.75162120284 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] institution [X,2] ||| [X,2] [X,1] institution ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] institution [X,2] ||| [X,2] [X,1] institutions ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16045943604 MaxLexEgivenF=1.48837976807 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] institution [X,2] ||| [X,1] [X,2] institution ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] institution [X,2] ||| [X,1] institution [X,2] ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] institution [X,2] ||| [X,1] institution of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.973754687458 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution [X,2] ||| [X,1] institution to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=1.28922469331 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution [X,2] ||| [X,1] institutions [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16045943604 MaxLexEgivenF=1.48837976807 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] institution [X,2] ||| [X,1] born institution [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=3.2838131302 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] institution [X,2] ||| [X,1] association [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95288926491 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] institution [X,2] ||| [X,1] art institute [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06988999651 MaxLexEgivenF=4.31481741156 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] institution [X,2] ||| institution [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] institution [X,2] ||| institution , [X,2] [X,1] institution ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=1.1644624585 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-4
+[X] ||| institution ||| an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.13611982691 MaxLexEgivenF=1.80277372529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| an institution ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=2.07969314754 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution ||| institution ||| EgivenFCoherent=0.295277666775 SampleCountF=2.47856649559 CountEF=2.18469143082 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution ||| institution that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=2.59821657063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution ||| institution practice ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=2.68175313887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution ||| organisations ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37511468469 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| institutions ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.16045943604 MaxLexEgivenF=1.48837976807 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution ||| born institution ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=3.2838131302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution ||| necessary ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.63276088848 MaxLexEgivenF=2.52977245323 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| association ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95288926491 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| renown ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62013605497 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| practice ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.29236684664 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| body ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44447419142 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| ” ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.06790737858 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution ||| kind ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3951515915 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| institutional ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89762709129 MaxLexEgivenF=1.75162120284 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution ||| concerned ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| facility ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.60162547955 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| art ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33235765343 MaxLexEgivenF=2.00689370795 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution ||| art institute ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06988999651 MaxLexEgivenF=4.31481741156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution ||| affected ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.43440920759 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| each ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.11595426139 MaxLexEgivenF=2.52977245323 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| organisation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96964884048 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| 3 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.15009605595 MaxLexEgivenF=2.70586371228 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| own ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04815684191 MaxLexEgivenF=2.52977245323 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| fact ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.02031984036 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution ||| over ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.13598290844 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| [X,1] institution ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| institution [X,1] ||| institution [X,1] ||| EgivenFCoherent=0.499397649431 SampleCountF=2.47856649559 CountEF=1.98227123304 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.276919422248 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution [X,1] ||| institution of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=0.973754687458 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| institution to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=1.28922469331 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| institutions [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16045943604 MaxLexEgivenF=1.48837976807 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| institution [X,1] ||| born institution [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.56887879071 MaxLexEgivenF=3.2838131302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution [X,1] ||| association [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95288926491 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| practice [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.29236684664 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| body [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44447419142 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| concerned [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=2.40483371662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| institution [X,1] ||| art institute [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06988999651 MaxLexEgivenF=4.31481741156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| institution [X,1] ||| affected [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.43440920759 MaxLexEgivenF=3.00689370795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] war ||| [X,1] &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07656628194 MaxLexEgivenF=3.15940564503 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64035179038 MaxLexEgivenF=3.53007156884 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] was ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] , is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] war ||| [X,1] war ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=1.58387570124 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] invention ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93751789202 MaxLexEgivenF=4.89179940485 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] used ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] rather ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37811825221 MaxLexEgivenF=3.30073479783 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92852189913 MaxLexEgivenF=2.49385337874 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] after ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| was [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] war ||| had [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] war [X,2] ||| [X,1] [X,2] was ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] war [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] was the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=1.77841492176 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] , [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=1.04437469969 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] war [X,2] ||| [X,1] , is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] war [X,2] ||| [X,1] war [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] had [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] were up to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=6.88592038583 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] used [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] after [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| was [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] war [X,2] ||| was [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] war [X,2] ||| had [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| war ||| &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07656628194 MaxLexEgivenF=3.15940564503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64035179038 MaxLexEgivenF=3.53007156884 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98544443832 MaxLexEgivenF=2.5152224478 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| was ||| EgivenFCoherent=0.590630529547 SampleCountF=2.47856649559 CountEF=1.89209460269 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| , ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| , is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war ||| ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92348895934 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| war ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| as ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.87568931612 MaxLexEgivenF=2.16942275345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25297808933 MaxLexEgivenF=1.61281728799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11101246623 MaxLexEgivenF=2.32129714838 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| more ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.16719069982 MaxLexEgivenF=3.04670136484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| had ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| were ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=1.58387570124 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64725813734 MaxLexEgivenF=2.30746818049 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| my ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7523081998 MaxLexEgivenF=3.04054105614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| photography , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56540503752 MaxLexEgivenF=4.59933303187 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war ||| is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| invention ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93751789202 MaxLexEgivenF=4.89179940485 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| could ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97650976486 MaxLexEgivenF=2.47019547799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| environmental ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28780172993 MaxLexEgivenF=4.41467815014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| used ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64832869618 MaxLexEgivenF=2.61995779832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| right before ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80242402117 MaxLexEgivenF=7.01644294363 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war ||| made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37149249636 MaxLexEgivenF=2.65125015657 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| rather ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37811825221 MaxLexEgivenF=3.30073479783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92852189913 MaxLexEgivenF=2.49385337874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| after ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| having ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93014438454 MaxLexEgivenF=3.6130458039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| even ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99775592527 MaxLexEgivenF=3.30073479783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| former ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42127479121 MaxLexEgivenF=3.49385939618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| [X,1] was ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| war [X,1] ||| was [X,1] ||| EgivenFCoherent=0.897337658103 SampleCountF=2.47856649559 CountEF=1.59106460703 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war [X,1] ||| was the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=1.77841492176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| , [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war [X,1] ||| , is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war [X,1] ||| war [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war [X,1] ||| had [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| were up to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=6.88592038583 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| photography , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56540503752 MaxLexEgivenF=4.59933303187 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| used [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| after [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] marshall ||| [X,1] marshall ||| EgivenFCoherent=0.244125144328 SampleCountF=2.47856649559 CountEF=2.23552844691 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=0.112050714256 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] marshall ||| [X,1] marshall ( actor ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=5.46461160005 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] marshall ||| [X,1] marshall ( singer ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=5.46461160005 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] marshall ||| [X,1] marshall ( classical musician ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=7.68471968809 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4 1-5
+[X] ||| [X,1] marshall ||| [X,1] marshall ( disambiguation ) ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=5.16358160439 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] marshall ||| [X,1] m. ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.81657269603 MaxLexEgivenF=2.22010808804 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] marshall ||| marshall ( [X,1] politician ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=4.98749034533 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-3 1-4
+[X] ||| [X,1] marshall [X,2] ||| [X,2] [X,1] marshall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=0.112050714256 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] marshall [X,2] ||| [X,1] marshall [X,2] ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=0.112050714256 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] marshall [X,2] ||| [X,1] m. [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.81657269603 MaxLexEgivenF=2.22010808804 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| marshall ||| ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.21947873036 MaxLexEgivenF=1.4071947314 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| marshall ||| marshall ||| EgivenFCoherent=0.0740007335438 SampleCountF=2.47856649559 CountEF=2.40483371662 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=0.112050714256 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| marshall ||| marshall ( actor ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=5.46461160005 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| marshall ||| marshall ( singer ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=5.46461160005 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| marshall ||| marshall ( classical musician ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=7.68471968809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3 0-4
+[X] ||| marshall ||| marshall ( disambiguation ) ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=5.16358160439 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 0-2 0-3
+[X] ||| marshall ||| deaths ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42012084809 MaxLexEgivenF=2.82216807937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| marshall ||| unsurpassed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51851393988 MaxLexEgivenF=2.82216807937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| marshall ||| m ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.80628174983 MaxLexEgivenF=2.5211380837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| marshall ||| illustration ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75281643119 MaxLexEgivenF=2.82216807937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| marshall ||| 1 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.53621743806 MaxLexEgivenF=2.82216807937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| marshall ||| m. ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.81657269603 MaxLexEgivenF=2.22010808804 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| marshall ||| niet ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75127910398 MaxLexEgivenF=2.82216807937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| marshall [X,1] ||| marshall [X,1] ||| EgivenFCoherent=0.286789556549 SampleCountF=2.47856649559 CountEF=2.19312459835 MaxLexFgivenE=0.17524385492 MaxLexEgivenF=0.112050714256 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| marshall [X,1] ||| m. [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.81657269603 MaxLexEgivenF=2.22010808804 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| [X,1] hall ||| [X,1] hall ||| EgivenFCoherent=0.165367393664 SampleCountF=2.47856649559 CountEF=2.31386722037 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hall ||| [X,1] hall ( politician ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=5.88400408166 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hall ||| [X,1] hall ( soccer ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hall ||| [X,1] hall ( climber ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hall ||| [X,1] hall ( cyclist ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hall ||| [X,1] hall ( governor ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hall ||| [X,1] hall ( playwright ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hall ||| [X,1] hall meeting ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=3.25196542289 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] hall ||| [X,1] halls ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8923729074 MaxLexEgivenF=3.09847066565 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hall ||| hall [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] hall [X,2] ||| [X,2] [X,1] hall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] hall [X,2] ||| [X,1] hall [X,2] ||| EgivenFCoherent=0.427903232049 SampleCountF=2.47856649559 CountEF=2.05307844348 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hall [X,2] ||| [X,1] hall , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.764118371245 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hall [X,2] ||| [X,1] halls [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8923729074 MaxLexEgivenF=3.09847066565 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hall [X,2] ||| hall [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] hall [X,2] ||| hall [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| hall ||| hall ||| EgivenFCoherent=0.132728981035 SampleCountF=2.47856649559 CountEF=2.34635297445 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hall ||| hall ( politician ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=5.88400408166 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hall ||| hall ( soccer ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hall ||| hall ( climber ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hall ||| hall ( cyclist ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hall ||| hall ( governor ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hall ||| hall ( playwright ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=6.36112533638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hall ||| hall meeting ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=3.25196542289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hall ||| part ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23799589277 MaxLexEgivenF=3.09847066565 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hall ||| ship ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.81677141233 MaxLexEgivenF=3.39950066131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hall ||| found ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41067602675 MaxLexEgivenF=3.39950066131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hall ||| halls ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8923729074 MaxLexEgivenF=3.09847066565 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hall ||| lobby ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33833929094 MaxLexEgivenF=2.16905173994 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hall [X,1] ||| hall [X,1] ||| EgivenFCoherent=0.397940008672 SampleCountF=2.47856649559 CountEF=2.08278537032 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.153494757239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hall [X,1] ||| hall , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.669815883544 MaxLexEgivenF=0.764118371245 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hall [X,1] ||| halls [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8923729074 MaxLexEgivenF=3.09847066565 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ein ||| [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] ein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.471278993984 MaxLexEgivenF=2.56014894903 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] an ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] is a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=1.78209277435 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ein ||| [X,1] a ||| EgivenFCoherent=0.744727494897 SampleCountF=2.47856649559 CountEF=1.74036268949 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] one the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ein [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] an [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] one [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] one the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ein [X,2] ||| an [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] ein [X,2] ||| a [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| ein ||| the ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| ein ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.471278993984 MaxLexEgivenF=2.56014894903 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| an ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| a ||| EgivenFCoherent=0.356547323514 SampleCountF=2.47856649559 CountEF=2.12385164097 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| one ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| one the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ein ||| another ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00423874087 MaxLexEgivenF=2.12775821602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ein ||| you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=2.58037474165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ein [X,1] ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ein [X,1] ||| [X,1] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ein [X,1] ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ein [X,1] ||| the [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| ein [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.471278993984 MaxLexEgivenF=2.56014894903 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ein [X,1] ||| an [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| a [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| one [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| one the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ein [X,1] ||| another [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00423874087 MaxLexEgivenF=2.12775821602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] professor ||| [X,1] professor ||| EgivenFCoherent=0.579494163429 SampleCountF=2.47856649559 CountEF=1.90308998699 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.21828893885 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] professor ||| [X,1] a professor ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=1.43513672209 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] professor ||| [X,1] properties ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68627867807 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] professor ||| [X,1] chair ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30920417967 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] professor ||| [X,1] professors &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73539926996 MaxLexEgivenF=4.52967985351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] professor ||| [X,1] prof. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68710225051 MaxLexEgivenF=1.77720610424 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] professor [X,2] ||| [X,2] [X,1] professor ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.21828893885 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] professor [X,2] ||| [X,1] professor [X,2] ||| EgivenFCoherent=0.691791419709 SampleCountF=2.47856649559 CountEF=1.7923916895 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.21828893885 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] professor [X,2] ||| [X,1] professor , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.828912552857 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] professor [X,2] ||| [X,1] professor from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=2.41083446237 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] professor [X,2] ||| [X,1] a professor [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=1.43513672209 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] professor [X,2] ||| [X,1] properties [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68627867807 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] professor [X,2] ||| [X,1] chair [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30920417967 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] professor [X,2] ||| [X,1] professors &apos; [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73539926996 MaxLexEgivenF=4.52967985351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] professor [X,2] ||| [X,1] prof. [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68710225051 MaxLexEgivenF=1.77720610424 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| professor ||| &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.96386200175 MaxLexEgivenF=2.29383590024 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| professor ||| EgivenFCoherent=0.343582346349 SampleCountF=2.47856649559 CountEF=2.13672056716 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.21828893885 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| professor ||| his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.01708031573 MaxLexEgivenF=2.23584395326 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| said ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57722363405 MaxLexEgivenF=2.66181268554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| properties ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68627867807 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| academy ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2776092143 MaxLexEgivenF=2.83790394459 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| religion ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07022263346 MaxLexEgivenF=2.83790394459 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| chair ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30920417967 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| university ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.42376453236 MaxLexEgivenF=2.36078268987 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| professor ||| faculty ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32097667734 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| teaches ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72509452108 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| soon ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04229980741 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| he ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99775517904 MaxLexEgivenF=2.18469143082 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| professors &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73539926996 MaxLexEgivenF=4.52967985351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| professor ||| prof. ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.68710225051 MaxLexEgivenF=1.77720610424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| professor ||| known ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.79495253278 MaxLexEgivenF=2.66181268554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor ||| dr. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3436055081 MaxLexEgivenF=2.83790394459 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| professor [X,1] ||| EgivenFCoherent=0.464284030014 SampleCountF=2.47856649559 CountEF=2.0170333393 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.21828893885 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| professor [X,1] ||| professor , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=0.828912552857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| professor [X,1] ||| professor from [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.452818720226 MaxLexEgivenF=2.41083446237 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| properties [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68627867807 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| chair [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30920417967 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| university [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42376453236 MaxLexEgivenF=2.36078268987 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| faculty [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32097667734 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| teaches [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72509452108 MaxLexEgivenF=3.13893394026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| he [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99775517904 MaxLexEgivenF=2.18469143082 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| professors &apos; [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73539926996 MaxLexEgivenF=4.52967985351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| professor [X,1] ||| prof. [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.68710225051 MaxLexEgivenF=1.77720610424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| professor [X,1] ||| known [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.79495253278 MaxLexEgivenF=2.66181268554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| professor [X,1] ||| dr. [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3436055081 MaxLexEgivenF=2.83790394459 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] an welcher ||| [X,1] and in which ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.89774141733 MaxLexEgivenF=2.53104042868 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] an welcher ||| [X,1] the ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=6.39398886855 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] an welcher ||| [X,1] an welcher ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.93202594447 MaxLexEgivenF=4.24346789679 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] an welcher ||| [X,1] on what ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.44813355255 MaxLexEgivenF=2.22137644091 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] an welcher ||| [X,1] for which ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.20058674224 MaxLexEgivenF=2.15694325462 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] an welcher ||| [X,1] at which ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.4337264905 MaxLexEgivenF=1.74997930493 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] an welcher ||| [X,1] where ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.67994916043 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] an welcher [X,2] ||| [X,1] and in which [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.89774141733 MaxLexEgivenF=2.53104042868 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] an welcher [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=6.39398886855 MaxLexEgivenF=1.2630279698 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] an welcher [X,2] ||| [X,1] an welcher [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.93202594447 MaxLexEgivenF=4.24346789679 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] an welcher [X,2] ||| [X,1] for which [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.20058674224 MaxLexEgivenF=2.15694325462 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] an welcher [X,2] ||| [X,1] at which [X,2] ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.4337264905 MaxLexEgivenF=1.74997930493 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] an welcher [X,2] ||| [X,1] where [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.67994916043 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| an welcher ||| in which ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.89774141733 MaxLexEgivenF=1.58483969281 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher ||| in what ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.79596038918 MaxLexEgivenF=2.10625616572 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| an welcher ||| an welcher ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.93202594447 MaxLexEgivenF=4.24346789679 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher ||| on what ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.44813355255 MaxLexEgivenF=2.22137644091 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| an welcher ||| for which ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.20058674224 MaxLexEgivenF=2.15694325462 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher ||| at which ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.4337264905 MaxLexEgivenF=1.74997930493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| an welcher ||| where ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.67994916043 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| an welcher ||| when ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=5.90192103764 MaxLexEgivenF=2.47220775123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| an welcher [X,1] ||| in which [X,1] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.89774141733 MaxLexEgivenF=1.58483969281 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher [X,1] ||| in what [X,1] ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.79596038918 MaxLexEgivenF=2.10625616572 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| an welcher [X,1] ||| the [X,1] of ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=5.98779626952 MaxLexEgivenF=1.95986323501 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| an welcher [X,1] ||| an welcher [X,1] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.93202594447 MaxLexEgivenF=4.24346789679 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher [X,1] ||| on what [X,1] ||| EgivenFCoherent=1.54406804435 SampleCountF=1.85125834872 CountEF=0.47712125472 MaxLexFgivenE=3.44813355255 MaxLexEgivenF=2.22137644091 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| an welcher [X,1] ||| for which [X,1] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.20058674224 MaxLexEgivenF=2.15694325462 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher [X,1] ||| at which [X,1] ||| EgivenFCoherent=1.36797678529 SampleCountF=1.85125834872 CountEF=0.602059991328 MaxLexFgivenE=3.4337264905 MaxLexEgivenF=1.74997930493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| an welcher [X,1] ||| where [X,1] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=4.67994916043 MaxLexEgivenF=1.70784478533 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| an welcher [X,1] ||| when [X,1] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=5.90192103764 MaxLexEgivenF=2.47220775123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] an [X,2] institution ||| [X,1] in [X,2] institution ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.2333714826 MaxLexEgivenF=1.2595160702 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] institution ||| [X,1] an [X,2] institution ||| EgivenFCoherent=1.20411998266 SampleCountF=1.69019608003 CountEF=0.602059991328 MaxLexFgivenE=2.23205942289 MaxLexEgivenF=1.99018762084 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] institution ||| [X,1] to [X,2] institution ||| EgivenFCoherent=0.903089986992 SampleCountF=1.69019608003 CountEF=0.845098040014 MaxLexFgivenE=2.07021845588 MaxLexEgivenF=0.964050029214 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] institution ||| [X,1] on [X,2] institution ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=1.88554464597 MaxLexEgivenF=1.37463634539 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] institution ||| [X,1] participating in [X,2] institution ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=1.83173487099 MaxLexEgivenF=4.55993833475 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| an [X,1] institution ||| in [X,1] institution ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.2333714826 MaxLexEgivenF=1.2595160702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] institution ||| an [X,1] institution ||| EgivenFCoherent=1.20411998266 SampleCountF=1.69019608003 CountEF=0.602059991328 MaxLexFgivenE=2.23205942289 MaxLexEgivenF=1.99018762084 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] institution ||| to [X,1] institution ||| EgivenFCoherent=0.778151250384 SampleCountF=1.69019608003 CountEF=0.954242509439 MaxLexFgivenE=2.07021845588 MaxLexEgivenF=0.964050029214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] institution ||| on [X,1] institution ||| EgivenFCoherent=1.38021124171 SampleCountF=1.69019608003 CountEF=0.47712125472 MaxLexFgivenE=1.88554464597 MaxLexEgivenF=1.37463634539 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] institution ||| with [X,1] institution ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.49737355784 MaxLexEgivenF=1.90009093215 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] institution ||| participating in [X,1] institution ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=1.83173487099 MaxLexEgivenF=4.55993833475 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| an [X,1] institution [X,2] ||| in [X,1] institution [X,2] ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.2333714826 MaxLexEgivenF=1.2595160702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] institution [X,2] ||| an [X,1] institution [X,2] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.69019608003 CountEF=0.602059991328 MaxLexFgivenE=2.23205942289 MaxLexEgivenF=1.99018762084 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] institution [X,2] ||| to [X,1] institution [X,2] ||| EgivenFCoherent=0.98227123304 SampleCountF=1.69019608003 CountEF=0.778151250384 MaxLexFgivenE=2.07021845588 MaxLexEgivenF=0.964050029214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] institution [X,2] ||| on [X,1] institution [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.69019608003 CountEF=0.47712125472 MaxLexFgivenE=1.88554464597 MaxLexEgivenF=1.37463634539 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] institution [X,2] ||| participating in [X,1] institution [X,2] ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=1.83173487099 MaxLexEgivenF=4.55993833475 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] an [X,2] war ||| [X,1] [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12447361652 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] an [X,2] war ||| [X,1] was at [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10368307566 MaxLexEgivenF=1.58148734576 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] an [X,2] war ||| [X,1] and at [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.87761873373 MaxLexEgivenF=2.70456060996 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] an [X,2] war ||| [X,1] in [X,2] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.56769800248 MaxLexEgivenF=1.41634773364 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] war ||| [X,1] to [X,2] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.40454497576 MaxLexEgivenF=1.12088169265 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] war ||| [X,1] on [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21987116585 MaxLexEgivenF=1.53146800882 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| an [X,1] war ||| was in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56769800248 MaxLexEgivenF=1.41634773364 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| an [X,1] war ||| was at [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10368307566 MaxLexEgivenF=1.58148734576 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| an [X,1] war ||| and at [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.87761873373 MaxLexEgivenF=2.70456060996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| an [X,1] war ||| in [X,1] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.56769800248 MaxLexEgivenF=1.41634773364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] war ||| to [X,1] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.40454497576 MaxLexEgivenF=1.12088169265 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] war ||| on [X,1] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.21987116585 MaxLexEgivenF=1.53146800882 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] war ||| at [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10368307566 MaxLexEgivenF=1.58148734576 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] war [X,2] ||| was in [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56769800248 MaxLexEgivenF=1.41634773364 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| an [X,1] war [X,2] ||| was at [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10368307566 MaxLexEgivenF=1.58148734576 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| an [X,1] war [X,2] ||| , [X,1] for [X,2] had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26334822922 MaxLexEgivenF=3.66267154781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| an [X,1] war [X,2] ||| and at [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.87761873373 MaxLexEgivenF=2.70456060996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| an [X,1] war [X,2] ||| in [X,1] was [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56769800248 MaxLexEgivenF=1.41634773364 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] war [X,2] ||| to [X,1] [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40454497576 MaxLexEgivenF=1.12088169265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| an [X,1] war [X,2] ||| to [X,1] was [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.40454497576 MaxLexEgivenF=1.12088169265 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] war [X,2] ||| on [X,1] was [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.21987116585 MaxLexEgivenF=1.53146800882 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] war [X,2] ||| at [X,1] [X,2] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.10368307566 MaxLexEgivenF=1.58148734576 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| [X,1] an [X,2] hall ||| [X,1] at [X,2] hall ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.87029364861 MaxLexEgivenF=1.30123101732 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| an [X,1] hall ||| at [X,1] hall ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.87029364861 MaxLexEgivenF=1.30123101732 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] hall [X,2] ||| at [X,1] hall [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.87029364861 MaxLexEgivenF=1.30123101732 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] an [X,2] ein ||| [X,1] of [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64952197998 MaxLexEgivenF=1.00859379005 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] in [X,2] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.49893896497 MaxLexEgivenF=1.2943551728 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] an [X,2] ein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13445962616 MaxLexEgivenF=3.58177699261 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] to [X,2] a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.33578593825 MaxLexEgivenF=0.998889131806 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] at [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15481152163 MaxLexEgivenF=2.14190187996 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] at [X,2] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03699496815 MaxLexEgivenF=2.16936430365 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] at [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03492403815 MaxLexEgivenF=1.45949478492 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] ein ||| [X,1] has a range of [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88468180209 MaxLexEgivenF=6.41133190244 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 1-4 3-6
+[X] ||| an [X,1] ein ||| [X,1] , with a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7629410402 MaxLexEgivenF=2.54555364875 IsSingletonF=0 IsSingletonFE=1 ||| 0-2 2-3
+[X] ||| an [X,1] ein ||| of [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64952197998 MaxLexEgivenF=1.00859379005 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| in [X,1] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.49893896497 MaxLexEgivenF=1.2943551728 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| an [X,1] ein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13445962616 MaxLexEgivenF=3.58177699261 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| to [X,1] a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.33578593825 MaxLexEgivenF=0.998889131806 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| at [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15481152163 MaxLexEgivenF=2.14190187996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| at [X,1] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03699496815 MaxLexEgivenF=2.16936430365 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| at [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03492403815 MaxLexEgivenF=1.45949478492 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein ||| range of [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88468180209 MaxLexEgivenF=3.02600916306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| an [X,1] ein ||| upon [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62905958727 MaxLexEgivenF=3.36562616697 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| [X,1] , with a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7629410402 MaxLexEgivenF=2.54555364875 IsSingletonF=0 IsSingletonFE=1 ||| 0-2 2-3
+[X] ||| an [X,1] ein [X,2] ||| in [X,1] a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.49893896497 MaxLexEgivenF=1.2943551728 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| an [X,1] ein [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13445962616 MaxLexEgivenF=3.58177699261 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45567342174 MaxLexEgivenF=0.687130606966 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an [X,1] ein [X,2] ||| to [X,1] a [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.33578593825 MaxLexEgivenF=0.998889131806 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| on [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27099961183 MaxLexEgivenF=1.09771692314 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| an [X,1] ein [X,2] ||| at [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15481152163 MaxLexEgivenF=2.14190187996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| at [X,1] an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03699496815 MaxLexEgivenF=2.16936430365 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| at [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03492403815 MaxLexEgivenF=1.45949478492 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] ein [X,2] ||| range of [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88468180209 MaxLexEgivenF=3.02600916306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| an [X,1] ein [X,2] ||| upon [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62905958727 MaxLexEgivenF=3.36562616697 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] an [X,2] professor ||| [X,1] [X,2] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=2.18282976537 MaxLexEgivenF=0.21828893885 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] an [X,2] professor ||| [X,1] to [X,2] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.9541583854 MaxLexEgivenF=0.905419545816 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] professor ||| [X,1] at [X,2] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.65329648529 MaxLexEgivenF=1.36602519893 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] an [X,2] professor ||| [X,1] contact [X,2] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.82531613925 MaxLexEgivenF=2.39060627185 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| an [X,1] professor ||| to [X,1] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.9541583854 MaxLexEgivenF=0.905419545816 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] professor ||| at [X,1] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.65329648529 MaxLexEgivenF=1.36602519893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] professor ||| contact [X,1] professor ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.82531613925 MaxLexEgivenF=2.39060627185 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] professor [X,2] ||| at [X,1] professor [X,2] ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.65329648529 MaxLexEgivenF=1.36602519893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| an [X,1] professor [X,2] ||| contact [X,1] professor [X,2] ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=1.82531613925 MaxLexEgivenF=2.39060627185 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] welcher institution ||| [X,1] what institution ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.700346488 MaxLexEgivenF=1.40057894002 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] welcher institution [X,2] ||| [X,1] what institution [X,2] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.700346488 MaxLexEgivenF=1.40057894002 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| welcher institution ||| what institution ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.700346488 MaxLexEgivenF=1.40057894002 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| welcher institution [X,1] ||| what institution [X,1] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.700346488 MaxLexEgivenF=1.40057894002 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] welcher [X,2] war ||| [X,1] which [X,2] was ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.13645403602 MaxLexEgivenF=1.03599413053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] welcher [X,2] war ||| [X,1] which was [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.13645403602 MaxLexEgivenF=1.03599413053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| welcher [X,1] war ||| which [X,1] was ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.13645403602 MaxLexEgivenF=1.03599413053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welcher [X,1] war ||| which was [X,1] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.13645403602 MaxLexEgivenF=1.03599413053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| welcher [X,1] war [X,2] ||| which [X,1] was [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.13645403602 MaxLexEgivenF=1.03599413053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welcher [X,1] war [X,2] ||| which was [X,1] [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=3.13645403602 MaxLexEgivenF=1.03599413053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| [X,1] welcher [X,2] ein ||| [X,2] [X,1] which a ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=3.06769499851 MaxLexEgivenF=0.914001569694 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] welcher [X,2] ein ||| [X,1] the [X,2] a ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=5.0071668357 MaxLexEgivenF=1.30592414472 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] welcher [X,2] ein ||| [X,1] which [X,2] the ||| EgivenFCoherent=1.9469432707 SampleCountF=2.25042000231 CountEF=0.47712125472 MaxLexFgivenE=4.187582482 MaxLexEgivenF=1.59640866473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] welcher [X,2] ein ||| [X,1] which [X,2] a ||| EgivenFCoherent=1.77085201164 SampleCountF=2.25042000231 CountEF=0.602059991328 MaxLexFgivenE=3.06769499851 MaxLexEgivenF=0.914001569694 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] welcher [X,2] ein ||| [X,1] what [X,2] a ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=2.96591397037 MaxLexEgivenF=1.43541804261 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| welcher [X,1] ein ||| the [X,1] that a ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=4.09428655159 MaxLexEgivenF=2.58085133781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welcher [X,1] ein ||| the [X,1] a ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=5.0071668357 MaxLexEgivenF=1.30592414472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein ||| which [X,1] the ||| EgivenFCoherent=1.9469432707 SampleCountF=2.25042000231 CountEF=0.47712125472 MaxLexFgivenE=4.187582482 MaxLexEgivenF=1.59640866473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein ||| which [X,1] a ||| EgivenFCoherent=1.64591327503 SampleCountF=2.25042000231 CountEF=0.698970004336 MaxLexFgivenE=3.06769499851 MaxLexEgivenF=0.914001569694 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein ||| what [X,1] a ||| EgivenFCoherent=1.24797326636 SampleCountF=2.25042000231 CountEF=1.04139268516 MaxLexFgivenE=2.96591397037 MaxLexEgivenF=1.43541804261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein ||| any [X,1] are a ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=3.73570215159 MaxLexEgivenF=3.98513725355 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welcher [X,1] ein [X,2] ||| the [X,1] that a [X,2] ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=4.09428655159 MaxLexEgivenF=2.58085133781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welcher [X,1] ein [X,2] ||| the [X,1] a [X,2] ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=5.0071668357 MaxLexEgivenF=1.30592414472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein [X,2] ||| which [X,1] the [X,2] ||| EgivenFCoherent=1.9469432707 SampleCountF=2.25042000231 CountEF=0.47712125472 MaxLexFgivenE=4.187582482 MaxLexEgivenF=1.59640866473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein [X,2] ||| which [X,1] a [X,2] ||| EgivenFCoherent=1.64591327503 SampleCountF=2.25042000231 CountEF=0.698970004336 MaxLexFgivenE=3.06769499851 MaxLexEgivenF=0.914001569694 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein [X,2] ||| what [X,1] a [X,2] ||| EgivenFCoherent=1.29373075692 SampleCountF=2.25042000231 CountEF=1 MaxLexFgivenE=2.96591397037 MaxLexEgivenF=1.43541804261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welcher [X,1] ein [X,2] ||| any [X,1] are a [X,2] ||| EgivenFCoherent=2.24797326636 SampleCountF=2.25042000231 CountEF=0.301029995664 MaxLexFgivenE=3.73570215159 MaxLexEgivenF=3.98513725355 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] institution war ||| [X,1] institution was ||| EgivenFCoherent=0.397940008672 SampleCountF=0.778151250384 CountEF=0.47712125472 MaxLexFgivenE=1.4720841013 MaxLexEgivenF=0.710670507929 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] institution war [X,2] ||| [X,1] institution was [X,2] ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=1.4720841013 MaxLexEgivenF=0.710670507929 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| institution war ||| institution was ||| EgivenFCoherent=0.397940008672 SampleCountF=0.778151250384 CountEF=0.47712125472 MaxLexFgivenE=1.4720841013 MaxLexEgivenF=0.710670507929 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| institution war [X,1] ||| institution was [X,1] ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=1.4720841013 MaxLexEgivenF=0.710670507929 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] institution [X,2] ein ||| [X,1] institution [X,2] an ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.40539599379 MaxLexEgivenF=1.29854746582 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| institution [X,1] ein ||| institution [X,1] an ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.40539599379 MaxLexEgivenF=1.29854746582 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| institution [X,1] ein [X,2] ||| institution [X,1] an [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.40539599379 MaxLexEgivenF=1.29854746582 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] war [X,2] hall ||| [X,1] was [X,2] hall ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=1.57302119413 MaxLexEgivenF=0.587245842919 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| war [X,1] hall ||| was [X,1] hall ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=1.57302119413 MaxLexEgivenF=0.587245842919 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] hall [X,2] ||| was [X,1] hall [X,2] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=1.57302119413 MaxLexEgivenF=0.587245842919 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] war [X,2] ein ||| [X,1] [X,2] was the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85753906715 MaxLexEgivenF=1.42791670556 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] war [X,2] ein ||| [X,1] [X,2] was an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] war [X,2] ein ||| [X,1] [X,2] was a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-3
+[X] ||| [X,1] war [X,2] ein ||| [X,1] was [X,2] an ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] ein ||| [X,1] was [X,2] a ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] ein ||| [X,1] was as [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=2.91493236397 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] war [X,2] ein ||| [X,1] , [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51158724174 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] ein ||| [X,1] has [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01668097427 MaxLexEgivenF=2.16692903433 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| war [X,1] ein ||| [X,1] was the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85753906715 MaxLexEgivenF=1.42791670556 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| war [X,1] ein ||| [X,1] was an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| war [X,1] ein ||| [X,1] was a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-2
+[X] ||| war [X,1] ein ||| was [X,1] an ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ein ||| was [X,1] a ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ein ||| was as [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=2.91493236397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] ein ||| , [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51158724174 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ein ||| war [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98847707283 MaxLexEgivenF=2.19368229598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ein ||| has [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01668097427 MaxLexEgivenF=2.16692903433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ein [X,2] ||| [X,1] was the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85753906715 MaxLexEgivenF=1.42791670556 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| war [X,1] ein [X,2] ||| [X,1] was an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| war [X,1] ein [X,2] ||| [X,1] was a [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-2
+[X] ||| war [X,1] ein [X,2] ||| was [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85753906715 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ein [X,2] ||| was [X,1] an [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ein [X,2] ||| was [X,1] a [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ein [X,2] ||| was an [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73972251367 MaxLexEgivenF=1.45537912925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| war [X,1] ein [X,2] ||| was a [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73765158367 MaxLexEgivenF=0.745509610521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| war [X,1] ein [X,2] ||| was this [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85753906715 MaxLexEgivenF=2.60518550482 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| war [X,1] ein [X,2] ||| , [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51158724174 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ein [X,2] ||| war [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98847707283 MaxLexEgivenF=2.19368229598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ein [X,2] ||| has [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01668097427 MaxLexEgivenF=2.16692903433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] war [X,2] professor ||| [X,1] [X,2] was professor ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=0.652040024531 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] war [X,2] professor ||| [X,1] [X,2] was a professor ||| EgivenFCoherent=1.24303804869 SampleCountF=1.85125834872 CountEF=0.698970004336 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=1.86888780777 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-4
+[X] ||| war [X,1] professor ||| [X,1] was professor ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=0.652040024531 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| war [X,1] professor ||| [X,1] was a professor ||| EgivenFCoherent=1.24303804869 SampleCountF=1.85125834872 CountEF=0.698970004336 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=1.86888780777 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-3
+[X] ||| war [X,1] professor ||| was [X,1] professor ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=0.652040024531 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] professor [X,2] ||| [X,1] was professor [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=0.652040024531 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| war [X,1] professor [X,2] ||| [X,1] was a professor [X,2] ||| EgivenFCoherent=1.24303804869 SampleCountF=1.85125834872 CountEF=0.698970004336 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=1.86888780777 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-3
+[X] ||| war [X,1] professor [X,2] ||| was [X,1] professor [X,2] ||| EgivenFCoherent=1.84509804001 SampleCountF=1.85125834872 CountEF=0.301029995664 MaxLexFgivenE=1.35602403081 MaxLexEgivenF=0.652040024531 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| marshall hall ||| marshall hall ||| EgivenFCoherent=-0 SampleCountF=0.778151250384 CountEF=0.778151250384 MaxLexFgivenE=0.845059738464 MaxLexEgivenF=0.265545471495 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| marshall hall [X,1] ||| marshall hall [X,1] ||| EgivenFCoherent=0.0969100130081 SampleCountF=0.778151250384 CountEF=0.698970004336 MaxLexFgivenE=0.845059738464 MaxLexEgivenF=0.265545471495 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| [X,1] marshall [X,2] ein ||| [X,1] marshall [X,2] a ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.009690128 MaxLexEgivenF=0.423809239097 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| marshall [X,1] ein ||| marshall [X,1] a ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.009690128 MaxLexEgivenF=0.423809239097 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| marshall [X,1] ein [X,2] ||| marshall [X,1] a [X,2] ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.009690128 MaxLexEgivenF=0.423809239097 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ein professor ||| [X,1] a professor ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.28726499331 MaxLexEgivenF=0.530047463691 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ein professor [X,2] ||| [X,1] a professor [X,2] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.28726499331 MaxLexEgivenF=0.530047463691 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| ein professor ||| a professor ||| EgivenFCoherent=0.511883360979 SampleCountF=1.14612803568 CountEF=0.698970004336 MaxLexFgivenE=1.28726499331 MaxLexEgivenF=0.530047463691 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ein professor ||| a teacher ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.73353686864 MaxLexEgivenF=2.97357121038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein professor [X,1] ||| a professor [X,1] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.28726499331 MaxLexEgivenF=0.530047463691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein professor [X,1] ||| a professor from [X,1] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.28726499331 MaxLexEgivenF=2.72259298721 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein professor [X,1] ||| a teacher [X,1] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.73353686864 MaxLexEgivenF=2.97357121038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| an welcher institution ||| on what institution ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=4.01701234326 MaxLexEgivenF=2.49829586316 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| an welcher institution [X,1] ||| on what institution [X,1] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=4.01701234326 MaxLexEgivenF=2.49829586316 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2
diff --git a/example_free917/grammar/grammar.1 b/example_free917/grammar/grammar.1
new file mode 100644
index 0000000..4283c34
--- /dev/null
+++ b/example_free917/grammar/grammar.1
@@ -0,0 +1,1203 @@
+[X] ||| [X,1] mit ||| [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] mit ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.373343246116 MaxLexEgivenF=2.50069977881 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.38501932521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] with ||| EgivenFCoherent=0.613798394599 SampleCountF=2.47856649559 CountEF=1.86923171973 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.18746897556 MaxLexEgivenF=1.43802764107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] only ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=4.3303894197 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit ||| [X,1] within ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=3.18302231191 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit ||| with [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] mit [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] mit [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.373343246116 MaxLexEgivenF=2.50069977881 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.38501932521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] with [X,2] ||| EgivenFCoherent=0.698970004336 SampleCountF=2.47856649559 CountEF=1.78532983501 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] with a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=1.58644688703 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18746897556 MaxLexEgivenF=1.43802764107 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] only [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=4.3303894197 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| [X,1] within [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=3.18302231191 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] mit [X,2] ||| with [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| mit ||| , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| mit ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.373343246116 MaxLexEgivenF=2.50069977881 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| and ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| in ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.38501932521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| to ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| with ||| EgivenFCoherent=0.380211241712 SampleCountF=2.47856649559 CountEF=2.10037054512 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| using ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.81892958487 MaxLexEgivenF=1.93030063497 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| at ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.9504678042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| by ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.18746897556 MaxLexEgivenF=1.43802764107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit ||| use ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44423874588 MaxLexEgivenF=2.24488478028 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| about ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=2.75335743408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| only ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=4.3303894197 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| through ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35149192845 MaxLexEgivenF=2.42426996216 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| within ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=3.18302231191 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit ||| both ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=4.19685051133 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| mit [X,1] ||| , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| mit [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.373343246116 MaxLexEgivenF=2.50069977881 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| of [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.38501932521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| an [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| with [X,1] ||| EgivenFCoherent=0.518079862399 SampleCountF=2.47856649559 CountEF=1.96378782735 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| with a [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.336920308622 MaxLexEgivenF=1.58644688703 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| using [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.81892958487 MaxLexEgivenF=1.93030063497 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| at [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=1.9504678042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| by [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.18746897556 MaxLexEgivenF=1.43802764107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| mit [X,1] ||| about [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=2.75335743408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| only [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=4.3303894197 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| through [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35149192845 MaxLexEgivenF=2.42426996216 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] ||| within [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54286565843 MaxLexEgivenF=3.18302231191 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] wie ||| [X,1] wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] as ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] how ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] like ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such as ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie ||| [X,1] however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie ||| how [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie [X,2] ||| [X,1] wie [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-3
+[X] ||| [X,1] wie [X,2] ||| [X,1] as for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] like [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] such as [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| wie ||| and ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| as ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| what ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2189806527 MaxLexEgivenF=2.55593279611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| how ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| like ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| such as ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie ||| including ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| practically ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| just ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| look like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=4.31044308413 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| wie [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] as ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-2
+[X] ||| wie [X,1] ||| as to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.55648031348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| how [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| like [X,1] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| such as [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| including [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| practically [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] vielen ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23383780859 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] to many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=1.44782536259 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen ||| [X,1] from many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=2.62806561505 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen ||| [X,1] more ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25641388416 MaxLexEgivenF=2.47559473476 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] a ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=3.00506932491 MaxLexEgivenF=1.18850051704 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] a lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=3.1458122582 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen ||| [X,1] a number ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=3.19725363632 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] vielen ||| [X,1] a long ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89167200641 MaxLexEgivenF=3.95757210957 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] vielen ||| [X,1] a wide ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16290821584 MaxLexEgivenF=3.42433491287 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] vielen ||| [X,1] vielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.586996244892 MaxLexEgivenF=2.58801691394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] many ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69239821825 MaxLexEgivenF=2.01398564622 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] plenty ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.86997633111 MaxLexEgivenF=2.43212904098 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] numerous ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.54918391895 MaxLexEgivenF=1.81984988447 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] lots ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46454436227 MaxLexEgivenF=1.99092034215 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=1.95731174117 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] various ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1224889336 MaxLexEgivenF=2.11089565922 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] all ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98458683917 MaxLexEgivenF=1.95500778626 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] multiple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11274859369 MaxLexEgivenF=2.60822030003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] enormous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.79309160018 MaxLexEgivenF=3.75434833571 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] ample ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55022835306 MaxLexEgivenF=3.6294095991 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] great ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97598294371 MaxLexEgivenF=2.57825707666 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen ||| [X,1] surrounding ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.76908178712 MaxLexEgivenF=4.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,2] [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen [X,2] ||| [X,1] an [X,2] number ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=4.75915945183 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] vielen [X,2] ||| [X,1] to many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=1.44782536259 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen [X,2] ||| [X,1] from many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=2.62806561505 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00506932491 MaxLexEgivenF=1.18850051704 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] a lot [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=3.1458122582 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] vielen [X,2] ||| [X,1] a number of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=3.89408890153 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] vielen [X,2] ||| [X,1] a long [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89167200641 MaxLexEgivenF=3.95757210957 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] vielen [X,2] ||| [X,1] many [X,2] ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] plenty [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86997633111 MaxLexEgivenF=2.43212904098 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] plenty of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86997633111 MaxLexEgivenF=3.12896430619 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] numerous [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54918391895 MaxLexEgivenF=1.81984988447 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] lots [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46454436227 MaxLexEgivenF=1.99092034215 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] lot of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=2.65414700638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] various [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1224889336 MaxLexEgivenF=2.11089565922 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] multiple [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11274859369 MaxLexEgivenF=2.60822030003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] enormous [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.79309160018 MaxLexEgivenF=3.75434833571 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] ample [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55022835306 MaxLexEgivenF=3.6294095991 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| [X,1] surrounding [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.76908178712 MaxLexEgivenF=4.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] vielen [X,2] ||| many [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| vielen ||| of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.04777567375 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.23383780859 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| body ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.74550418709 MaxLexEgivenF=3.93043959477 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| more ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25641388416 MaxLexEgivenF=2.47559473476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| a ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=3.00506932491 MaxLexEgivenF=1.18850051704 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| a number ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=3.19725363632 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| vielen ||| a long ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89167200641 MaxLexEgivenF=3.95757210957 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| vielen ||| a wide ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16290821584 MaxLexEgivenF=3.42433491287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| vielen ||| one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.85958681185 MaxLexEgivenF=3.00102066905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| vielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.586996244892 MaxLexEgivenF=2.58801691394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| both ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.389036072 MaxLexEgivenF=3.05537833138 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| many ||| EgivenFCoherent=0.485895179027 SampleCountF=2.47856649559 CountEF=1.9956351946 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| we ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.39610763444 MaxLexEgivenF=2.24469785616 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69239821825 MaxLexEgivenF=2.01398564622 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| plenty ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.86997633111 MaxLexEgivenF=2.43212904098 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| several ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08795054122 MaxLexEgivenF=1.99594114352 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| numerous ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.54918391895 MaxLexEgivenF=1.81984988447 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| lots ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.46454436227 MaxLexEgivenF=1.99092034215 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| lot ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=1.95731174117 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| number ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=2.00875311928 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| big ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13646689047 MaxLexEgivenF=3.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| various ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1224889336 MaxLexEgivenF=2.11089565922 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.14671137288 MaxLexEgivenF=2.26298664188 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| modern ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56613433153 MaxLexEgivenF=3.38637155042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| all ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.98458683917 MaxLexEgivenF=1.95500778626 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen ||| multiple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11274859369 MaxLexEgivenF=2.60822030003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| excessive ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93348728785 MaxLexEgivenF=4.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| enormous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.79309160018 MaxLexEgivenF=3.75434833571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92779332427 MaxLexEgivenF=2.3622378707 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| ample ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55022835306 MaxLexEgivenF=3.6294095991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| park ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66247450375 MaxLexEgivenF=3.53249958609 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| much ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48658985623 MaxLexEgivenF=2.32837960344 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| great ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97598294371 MaxLexEgivenF=2.57825707666 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| surrounding ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.76908178712 MaxLexEgivenF=4.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen ||| friendly ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07333239655 MaxLexEgivenF=2.95271598948 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04777567375 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23383780859 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| an [X,1] number ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=4.75915945183 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| vielen [X,1] ||| a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00506932491 MaxLexEgivenF=1.18850051704 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| a number of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26079950724 MaxLexEgivenF=3.89408890153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| vielen [X,1] ||| a long [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89167200641 MaxLexEgivenF=3.95757210957 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| vielen [X,1] ||| many [X,1] ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=0.96767313477 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen [X,1] ||| we [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.39610763444 MaxLexEgivenF=2.24469785616 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| plenty [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86997633111 MaxLexEgivenF=2.43212904098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| plenty of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86997633111 MaxLexEgivenF=3.12896430619 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| several [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08795054122 MaxLexEgivenF=1.99594114352 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| numerous [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.54918391895 MaxLexEgivenF=1.81984988447 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen [X,1] ||| lots [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46454436227 MaxLexEgivenF=1.99092034215 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| vielen [X,1] ||| lot [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=1.95731174117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| lot of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84055319129 MaxLexEgivenF=2.65414700638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| various [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1224889336 MaxLexEgivenF=2.11089565922 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.14671137288 MaxLexEgivenF=2.26298664188 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| modern [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56613433153 MaxLexEgivenF=3.38637155042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| multiple [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11274859369 MaxLexEgivenF=2.60822030003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| excessive [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93348728785 MaxLexEgivenF=4.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| enormous [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.79309160018 MaxLexEgivenF=3.75434833571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92779332427 MaxLexEgivenF=2.3622378707 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| ample [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55022835306 MaxLexEgivenF=3.6294095991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] ||| surrounding [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.76908178712 MaxLexEgivenF=4.23146959043 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] firmen ||| [X,1] ) companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.21956272447 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] firmen ||| [X,1] companies ||| EgivenFCoherent=0.485895179027 SampleCountF=2.47856649559 CountEF=1.9956351946 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] corporations ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.47839671667 MaxLexEgivenF=2.06291363333 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] businesses ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.56660478451 MaxLexEgivenF=1.6859075315 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] firms ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.969744026708 MaxLexEgivenF=1.39299542605 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] business ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95112041032 MaxLexEgivenF=1.92229469244 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] business companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.25022034737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] firmen ||| [X,1] entities ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.20178715082 MaxLexEgivenF=2.74929451036 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] enterprises ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80315351935 MaxLexEgivenF=2.03809004961 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] manufacturies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] company ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.47784967501 MaxLexEgivenF=1.45137775012 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen ||| [X,1] grace ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05614226206 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen ||| companies from [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.52047117845 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,2] [X,1] companies ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] firmen [X,2] ||| [X,1] [X,2] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] firmen [X,2] ||| [X,1] ) companies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.21956272447 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] firmen [X,2] ||| [X,1] companies [X,2] ||| EgivenFCoherent=0.721246399047 SampleCountF=2.47856649559 CountEF=1.76342799356 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] companies [X,2] their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.50734485734 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] firmen [X,2] ||| [X,1] companies , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.938549268942 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] companies in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=1.74872674554 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] corporations [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.47839671667 MaxLexEgivenF=2.06291363333 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] businesses [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.56660478451 MaxLexEgivenF=1.6859075315 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] firms [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.969744026708 MaxLexEgivenF=1.39299542605 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] business companies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.25022034737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] firmen [X,2] ||| [X,1] entities [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20178715082 MaxLexEgivenF=2.74929451036 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] enterprises [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80315351935 MaxLexEgivenF=2.03809004961 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] manufacturies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| [X,1] company [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.47784967501 MaxLexEgivenF=1.45137775012 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] firmen [X,2] ||| companies from [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.52047117845 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| firmen ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.10349299238 MaxLexEgivenF=2.19254552352 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| from companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.52047117845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| firmen ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.85877227197 MaxLexEgivenF=1.85402986088 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.6088521668 MaxLexEgivenF=3.29336255471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| companies ||| EgivenFCoherent=0.334106454466 SampleCountF=2.47856649559 CountEF=2.14612803568 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| companies from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.52047117845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| firmen ||| corporations ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.47839671667 MaxLexEgivenF=2.06291363333 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| businesses ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.56660478451 MaxLexEgivenF=1.6859075315 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| firms ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.969744026708 MaxLexEgivenF=1.39299542605 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| business ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95112041032 MaxLexEgivenF=1.92229469244 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| business companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.25022034737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| firmen ||| firm ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.59262082132 MaxLexEgivenF=2.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| agromet ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| research ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.74405816588 MaxLexEgivenF=3.11727129566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| entities ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.20178715082 MaxLexEgivenF=2.74929451036 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| enterprises ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80315351935 MaxLexEgivenF=2.03809004961 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| manufacturies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| company ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=2.47784967501 MaxLexEgivenF=1.45137775012 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen ||| criteria ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11743702528 MaxLexEgivenF=3.29336255471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| corporate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55522177033 MaxLexEgivenF=2.31563894942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| grace ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05614226206 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99054973393 MaxLexEgivenF=2.88626969474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen [X,1] ||| [X,1] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| firmen [X,1] ||| [X,1] research ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.74405816588 MaxLexEgivenF=3.11727129566 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| firmen [X,1] ||| from companies [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.52047117845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| firmen [X,1] ||| companies [X,1] ||| EgivenFCoherent=0.619788758288 SampleCountF=2.47856649559 CountEF=1.86332286012 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] ||| companies [X,1] their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.50734485734 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| firmen [X,1] ||| companies , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=0.938549268942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen [X,1] ||| companies in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=1.74872674554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen [X,1] ||| corporations [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.47839671667 MaxLexEgivenF=2.06291363333 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] ||| businesses [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.56660478451 MaxLexEgivenF=1.6859075315 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] ||| firms [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.969744026708 MaxLexEgivenF=1.39299542605 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] ||| business companies [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02133483449 MaxLexEgivenF=2.25022034737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| firmen [X,1] ||| entities [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20178715082 MaxLexEgivenF=2.74929451036 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen [X,1] ||| enterprises [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80315351935 MaxLexEgivenF=2.03809004961 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] ||| manufacturies [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=3.59439255038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen [X,1] ||| company [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.47784967501 MaxLexEgivenF=1.45137775012 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] ||| corporate [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55522177033 MaxLexEgivenF=2.31563894942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] wird ||| [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] wird ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450688900237 MaxLexEgivenF=2.73748343854 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] is ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] is being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=3.08292918226 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] wird ||| [X,1] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06110471051 MaxLexEgivenF=2.12379259685 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] will ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] will be ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wird ||| [X,1] does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72169681407 MaxLexEgivenF=2.60212358628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=2.92744304375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] time ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26240059331 MaxLexEgivenF=2.60945362496 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird ||| [X,1] called ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73487039494 MaxLexEgivenF=2.75007256585 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird ||| is [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] wird ||| will [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] wird [X,2] ||| [X,2] [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] wird [X,2] ||| [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] wird [X,2] ||| [X,1] [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] wird [X,2] ||| [X,1] [X,2] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] wird [X,2] ||| [X,1] [X,2] won ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.59065948155 MaxLexEgivenF=2.93912880207 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] wird [X,2] ||| [X,1] [X,2] hosts ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08971923749 MaxLexEgivenF=4.00279788194 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] wird [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] , [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=1.19519000445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] wird [X,2] ||| [X,1] , [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.35651394424 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] wird [X,2] ||| [X,1] wird [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450688900237 MaxLexEgivenF=2.73748343854 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] will [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] will be [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wird [X,2] ||| [X,1] does [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72169681407 MaxLexEgivenF=2.60212358628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] may [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=2.92744304375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] time [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26240059331 MaxLexEgivenF=2.60945362496 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| [X,1] called [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73487039494 MaxLexEgivenF=2.75007256585 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wird [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] wird [X,2] ||| will [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] wird [X,2] ||| will [X,1] [X,2] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-3
+[X] ||| wird ||| , ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird ||| wird ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450688900237 MaxLexEgivenF=2.73748343854 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=2.22419102557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=3.58258147856 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26463665939 MaxLexEgivenF=2.66141542792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| is ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird ||| is being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=3.08292918226 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wird ||| you ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=2.65112360787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird ||| has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06110471051 MaxLexEgivenF=2.12379259685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=3.13233237024 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| will ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird ||| will be ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wird ||| shall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01389089292 MaxLexEgivenF=1.87911813667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72169681407 MaxLexEgivenF=2.60212358628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| accelerates ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54715912133 MaxLexEgivenF=4.3784614959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33548916981 MaxLexEgivenF=1.11833045618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| be fed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33548916981 MaxLexEgivenF=5.19576195642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wird ||| if ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97779183158 MaxLexEgivenF=2.20020417509 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=2.92744304375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| won ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.59065948155 MaxLexEgivenF=2.93912880207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| time ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26240059331 MaxLexEgivenF=2.60945362496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| called ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73487039494 MaxLexEgivenF=2.75007256585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| hosts ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08971923749 MaxLexEgivenF=4.00279788194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird ||| presents ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08549599253 MaxLexEgivenF=3.76303754302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| [X,1] is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| wird [X,1] ||| [X,1] will ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| wird [X,1] ||| [X,1] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| wird [X,1] ||| [X,1] won ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.59065948155 MaxLexEgivenF=2.93912880207 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| wird [X,1] ||| [X,1] hosts ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08971923749 MaxLexEgivenF=4.00279788194 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| wird [X,1] ||| , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird [X,1] ||| , [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=1.19519000445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| wird [X,1] ||| , [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.35651394424 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| wird [X,1] ||| wird [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450688900237 MaxLexEgivenF=2.73748343854 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| where [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=3.58258147856 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| when [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26463665939 MaxLexEgivenF=2.66141542792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| is [X,1] ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.17553536856 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird [X,1] ||| will [X,1] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=0.745890330235 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wird [X,1] ||| will be [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.78059233601 MaxLexEgivenF=1.86422078641 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wird [X,1] ||| does [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72169681407 MaxLexEgivenF=2.60212358628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| accelerates [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54715912133 MaxLexEgivenF=4.3784614959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| be fed [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33548916981 MaxLexEgivenF=5.19576195642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wird [X,1] ||| if [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97779183158 MaxLexEgivenF=2.20020417509 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| may [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3053475876 MaxLexEgivenF=2.92744304375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| time [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26240059331 MaxLexEgivenF=2.60945362496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] ||| called [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73487039494 MaxLexEgivenF=2.75007256585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] auf ||| [X,1] auf ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.391702005558 MaxLexEgivenF=2.5628036812 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] in ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.44426388721 MaxLexEgivenF=0.995541988844 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] to ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.28192514268 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] on ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61277360244 MaxLexEgivenF=1.43330994098 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] at ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.14338728931 MaxLexEgivenF=1.32381992989 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] along ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25966503055 MaxLexEgivenF=2.65037366795 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=3.11161816057 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] auf ||| [X,1] set ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=3.60646818225 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] auf [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.391702005558 MaxLexEgivenF=2.5628036812 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] in [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.44426388721 MaxLexEgivenF=0.995541988844 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.28192514268 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] on a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=1.78452772996 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] at [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.14338728931 MaxLexEgivenF=1.32381992989 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| [X,1] along [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25966503055 MaxLexEgivenF=2.65037366795 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] auf [X,2] ||| in [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44426388721 MaxLexEgivenF=0.995541988844 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] auf [X,2] ||| the [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| auf ||| auf ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.391702005558 MaxLexEgivenF=2.5628036812 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.01351393989 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| in ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.44426388721 MaxLexEgivenF=0.995541988844 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| to ||| EgivenFCoherent=0.864337398 SampleCountF=2.47856649559 CountEF=1.6232492904 MaxLexFgivenE=1.28192514268 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| on ||| EgivenFCoherent=0.613798394599 SampleCountF=2.47856649559 CountEF=1.86923171973 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75624431323 MaxLexEgivenF=1.89604160069 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf ||| for ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.61277360244 MaxLexEgivenF=1.43330994098 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| at ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.14338728931 MaxLexEgivenF=1.32381992989 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| along ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25966503055 MaxLexEgivenF=2.65037366795 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf ||| by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85680232722 MaxLexEgivenF=2.00253308591 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf ||| will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=3.11161816057 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf ||| set ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=3.60646818225 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf [X,1] ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28192514268 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| auf [X,1] ||| auf [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.391702005558 MaxLexEgivenF=2.5628036812 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| of [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.01351393989 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| in [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.44426388721 MaxLexEgivenF=0.995541988844 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.02560000501 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| to [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.28192514268 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| on [X,1] ||| EgivenFCoherent=0.684729565221 SampleCountF=2.47856649559 CountEF=1.79934054945 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| on the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=1.91234378281 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf [X,1] ||| on a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.553454733272 MaxLexEgivenF=1.78452772996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf [X,1] ||| for [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61277360244 MaxLexEgivenF=1.43330994098 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| at [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.14338728931 MaxLexEgivenF=1.32381992989 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf [X,1] ||| along [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25966503055 MaxLexEgivenF=2.65037366795 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| [X,1] der ||| [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of the ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] the ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] to the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] der [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| der ||| der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| der ( sumer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=9.74601791977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| der ||| of ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| of the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der ||| of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| the ||| EgivenFCoherent=0.431798275933 SampleCountF=2.47856649559 CountEF=2.04921802267 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=4.3949981849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| der [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| of [X,1] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| of the [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| the [X,1] ||| EgivenFCoherent=0.651046452019 SampleCountF=2.47856649559 CountEF=1.83250891271 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] nyse ||| [X,1] nyse ||| EgivenFCoherent=0.215317882457 SampleCountF=2.04532297879 CountEF=1.83250891271 MaxLexFgivenE=0.328760337609 MaxLexEgivenF=0.137868620687 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] nyse [X,2] ||| [X,2] [X,1] nyse ||| EgivenFCoherent=2.04139268516 SampleCountF=2.04532297879 CountEF=0.301029995664 MaxLexFgivenE=0.328760337609 MaxLexEgivenF=0.137868620687 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] nyse [X,2] ||| [X,1] nyse [X,2] ||| EgivenFCoherent=0.228479328515 SampleCountF=2.04532297879 CountEF=1.81954393554 MaxLexFgivenE=0.328760337609 MaxLexEgivenF=0.137868620687 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| nyse ||| nyse ||| EgivenFCoherent=0.154901959986 SampleCountF=2.04532297879 CountEF=1.89209460269 MaxLexFgivenE=0.328760337609 MaxLexEgivenF=0.137868620687 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| nyse ||| been ||| EgivenFCoherent=2.04139268516 SampleCountF=2.04532297879 CountEF=0.301029995664 MaxLexFgivenE=4.88874096068 MaxLexEgivenF=2.09691001301 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| nyse ||| monitoring ||| EgivenFCoherent=2.04139268516 SampleCountF=2.04532297879 CountEF=0.301029995664 MaxLexFgivenE=3.52878819177 MaxLexEgivenF=2.09691001301 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| nyse ||| american ||| EgivenFCoherent=1.74036268949 SampleCountF=2.04532297879 CountEF=0.47712125472 MaxLexFgivenE=3.73235354551 MaxLexEgivenF=1.79588001734 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| nyse [X,1] ||| nyse [X,1] ||| EgivenFCoherent=0.178069825038 SampleCountF=2.04532297879 CountEF=1.86923171973 MaxLexFgivenE=0.328760337609 MaxLexEgivenF=0.137868620687 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| nyse [X,1] ||| american [X,1] ||| EgivenFCoherent=1.74036268949 SampleCountF=2.04532297879 CountEF=0.47712125472 MaxLexFgivenE=3.73235354551 MaxLexEgivenF=1.79588001734 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| [X,1] gehandelt ||| [X,1] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.50656816512 MaxLexEgivenF=2.33579210192 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gehandelt ||| [X,1] are traded ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gehandelt ||| [X,1] traded ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gehandelt ||| [X,1] acted ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gehandelt ||| [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.69019608003 MaxLexEgivenF=2.81291335664 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gehandelt ||| [X,1] trade ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.94093132352 MaxLexEgivenF=1.7337321106 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gehandelt ||| [X,1] take action ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23789545464 MaxLexEgivenF=4.92685670895 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gehandelt ||| are traded [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] gehandelt ||| traded [X,1] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] gehandelt ||| traded [X,1] on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=1.9990758596 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 1-2
+[X] ||| [X,1] gehandelt ||| traded in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.06936159147 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] gehandelt ||| traded on [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=1.9990758596 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] gehandelt ||| acted [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] gehandelt ||| done [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33379980671 MaxLexEgivenF=2.21085336531 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] gehandelt [X,2] ||| [X,2] [X,1] traded ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] gehandelt [X,2] ||| [X,2] traded [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| [X,2] acted [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| [X,2] done [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33379980671 MaxLexEgivenF=2.21085336531 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] [X,2] traded ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] [X,2] trading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39784348806 MaxLexEgivenF=1.55764085154 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] [X,2] trafficked ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49136169383 MaxLexEgivenF=2.81291335664 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] traded [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] acted [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] trade [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.94093132352 MaxLexEgivenF=1.7337321106 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| [X,1] take action , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23789545464 MaxLexEgivenF=5.53748032296 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gehandelt [X,2] ||| are traded [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| traded [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] gehandelt [X,2] ||| traded [X,1] [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] gehandelt [X,2] ||| traded [X,1] [X,2] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-3
+[X] ||| [X,1] gehandelt [X,2] ||| traded in [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.06936159147 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| traded on [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=1.9990758596 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] gehandelt [X,2] ||| acted [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] gehandelt [X,2] ||| trading [X,2] conducted [X,1] means ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39784348806 MaxLexEgivenF=6.88243756916 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 1-4
+[X] ||| gehandelt ||| an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.56208855919 MaxLexEgivenF=2.03476210626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.1468783102 MaxLexEgivenF=1.35051535874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.55994251566 MaxLexEgivenF=2.33579210192 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.50656816512 MaxLexEgivenF=2.33579210192 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.32038136051 MaxLexEgivenF=1.53415975569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| are traded ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| gehandelt ||| been ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.742612925 MaxLexEgivenF=1.66678532096 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt ||| traded ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt ||| traded in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=2.06936159147 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gehandelt ||| traded on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=1.9990758596 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gehandelt ||| acted ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt ||| generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.69019608003 MaxLexEgivenF=2.81291335664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| trade ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.94093132352 MaxLexEgivenF=1.7337321106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt ||| trading ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.39784348806 MaxLexEgivenF=1.55764085154 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt ||| investors ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02551067285 MaxLexEgivenF=2.51188336098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| take action ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23789545464 MaxLexEgivenF=4.92685670895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gehandelt ||| trafficked ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49136169383 MaxLexEgivenF=2.81291335664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt ||| change ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.79248507612 MaxLexEgivenF=2.33579210192 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt ||| done ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33379980671 MaxLexEgivenF=2.21085336531 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt [X,1] ||| [X,1] been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.742612925 MaxLexEgivenF=1.66678532096 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gehandelt [X,1] ||| [X,1] traded ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| gehandelt [X,1] ||| [X,1] acted ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gehandelt [X,1] ||| [X,1] trading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39784348806 MaxLexEgivenF=1.55764085154 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gehandelt [X,1] ||| [X,1] trafficked ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49136169383 MaxLexEgivenF=2.81291335664 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gehandelt [X,1] ||| [X,1] done ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33379980671 MaxLexEgivenF=2.21085336531 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gehandelt [X,1] ||| traded [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.727184601888 MaxLexEgivenF=0.648560500858 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt [X,1] ||| acted [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36623612372 MaxLexEgivenF=1.41497334797 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt [X,1] ||| trade [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.94093132352 MaxLexEgivenF=1.7337321106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gehandelt [X,1] ||| trading [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39784348806 MaxLexEgivenF=1.55764085154 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt [X,1] ||| investors [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02551067285 MaxLexEgivenF=2.51188336098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gehandelt [X,1] ||| take action , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23789545464 MaxLexEgivenF=5.53748032296 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| [X,1] mit wie ||| [X,1] as ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=2.45856013622 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] mit wie ||| [X,1] with as ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.25261478641 MaxLexEgivenF=0.913774146216 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] mit wie ||| [X,1] with how ||| EgivenFCoherent=1.1303337685 SampleCountF=1.44715803134 CountEF=0.47712125472 MaxLexFgivenE=0.724982776825 MaxLexEgivenF=1.26811293466 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] mit wie ||| [X,1] how ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.93092812664 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] mit wie [X,2] ||| [X,1] as [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=2.45856013622 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] mit wie [X,2] ||| [X,1] with as [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.25261478641 MaxLexEgivenF=0.913774146216 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] mit wie [X,2] ||| [X,1] with how [X,2] ||| EgivenFCoherent=1.1303337685 SampleCountF=1.44715803134 CountEF=0.47712125472 MaxLexFgivenE=0.724982776825 MaxLexEgivenF=1.26811293466 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] mit wie [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.93092812664 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| mit wie ||| with as ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.25261478641 MaxLexEgivenF=0.913774146216 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| mit wie ||| with how ||| EgivenFCoherent=0.954242509439 SampleCountF=1.44715803134 CountEF=0.602059991328 MaxLexFgivenE=0.724982776825 MaxLexEgivenF=1.26811293466 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| mit wie [X,1] ||| with as [X,1] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.25261478641 MaxLexEgivenF=0.913774146216 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| mit wie [X,1] ||| with how [X,1] ||| EgivenFCoherent=0.954242509439 SampleCountF=1.44715803134 CountEF=0.602059991328 MaxLexFgivenE=0.724982776825 MaxLexEgivenF=1.26811293466 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] , with [X,2] many ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.30459344339 MaxLexEgivenF=1.41574280933 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-4
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] mit [X,2] vielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.960339491008 MaxLexEgivenF=5.08871669275 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] and [X,2] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5105387932 MaxLexEgivenF=1.3817208274 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] and [X,2] world-famous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89504817654 MaxLexEgivenF=4.57561033497 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] in [X,2] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5105387932 MaxLexEgivenF=1.82053941674 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] with [X,2] a lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17747349992 MaxLexEgivenF=3.515411362 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] with [X,2] a dazzling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55440425284 MaxLexEgivenF=5.4885392156 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] with [X,2] many ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.30459344339 MaxLexEgivenF=0.805119195319 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] with [X,2] lots ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80146467089 MaxLexEgivenF=2.36051944594 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] with [X,2] lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17747349992 MaxLexEgivenF=2.32691084496 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] vielen ||| [X,1] with [X,2] various ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45940924222 MaxLexEgivenF=2.48049476302 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| mit [X,1] vielen ||| mit [X,1] vielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.960339491008 MaxLexEgivenF=5.08871669275 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| and [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5105387932 MaxLexEgivenF=1.3817208274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| and [X,1] world-famous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89504817654 MaxLexEgivenF=4.57561033497 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| in [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5105387932 MaxLexEgivenF=1.82053941674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| with [X,1] a lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17747349992 MaxLexEgivenF=3.515411362 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] vielen ||| with [X,1] a dazzling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55440425284 MaxLexEgivenF=5.4885392156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] vielen ||| with [X,1] many ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=1.30459344339 MaxLexEgivenF=0.805119195319 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| with [X,1] lots ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80146467089 MaxLexEgivenF=2.36051944594 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| with [X,1] lot ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.17747349992 MaxLexEgivenF=2.32691084496 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| with [X,1] various ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45940924222 MaxLexEgivenF=2.48049476302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| with [X,1] large number ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.59771981586 MaxLexEgivenF=4.97635335793 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] vielen ||| using [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78660271964 MaxLexEgivenF=2.3658207265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| by [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15514211033 MaxLexEgivenF=1.8735477326 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| has [X,1] numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06760341447 MaxLexEgivenF=3.84773521182 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen ||| featuring [X,1] many , many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58785652687 MaxLexEgivenF=4.26551055329 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| mit [X,1] vielen [X,2] ||| [X,1] many [X,2] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30459344339 MaxLexEgivenF=0.805119195319 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| mit [X,1] vielen [X,2] ||| and [X,1] many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5105387932 MaxLexEgivenF=1.3817208274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| in [X,1] many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5105387932 MaxLexEgivenF=1.82053941674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] a lot of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17747349992 MaxLexEgivenF=4.21224662721 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] a dazzling [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55440425284 MaxLexEgivenF=5.4885392156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] many [X,2] ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.30459344339 MaxLexEgivenF=0.805119195319 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] lots of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80146467089 MaxLexEgivenF=3.05735471115 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] lot of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17747349992 MaxLexEgivenF=3.02374611017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] various [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45940924222 MaxLexEgivenF=2.48049476302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| with [X,1] large number of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.59771981586 MaxLexEgivenF=5.67318862314 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] vielen [X,2] ||| using [X,1] many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78660271964 MaxLexEgivenF=2.3658207265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| by [X,1] many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15514211033 MaxLexEgivenF=1.8735477326 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| has [X,1] numerous [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06760341447 MaxLexEgivenF=3.84773521182 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] vielen [X,2] ||| featuring [X,1] many , many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58785652687 MaxLexEgivenF=4.26551055329 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] [X,2] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] and [X,2] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.2741263908 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] of [X,2] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.02476092014 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] companies ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=0.697524758727 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] businesses ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90352509313 MaxLexEgivenF=2.05550663529 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] firms ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.30666433533 MaxLexEgivenF=1.76259452985 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] company company ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81476998363 MaxLexEgivenF=3.27235460403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] producer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.69237182875 MaxLexEgivenF=3.96399165417 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] partners ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.58445169486 MaxLexEgivenF=3.26502164983 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] engineering ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67016600758 MaxLexEgivenF=3.48687039945 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with [X,2] other companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=3.14578927342 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] mit [X,2] firmen ||| [X,1] with the [X,2] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=2.04218859481 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] mit [X,2] firmen ||| with [X,1] [X,2] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=0.697524758727 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| mit [X,1] firmen ||| and [X,1] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.2741263908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| of [X,1] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.02476092014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] companies ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=0.697524758727 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] businesses ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90352509313 MaxLexEgivenF=2.05550663529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] firms ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.30666433533 MaxLexEgivenF=1.76259452985 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] company company ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81476998363 MaxLexEgivenF=3.27235460403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] firmen ||| with [X,1] producer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.69237182875 MaxLexEgivenF=3.96399165417 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] partners ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.58445169486 MaxLexEgivenF=3.26502164983 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] engineering ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67016600758 MaxLexEgivenF=3.48687039945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen ||| with [X,1] other companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=3.14578927342 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] firmen ||| with the [X,1] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=2.04218859481 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| mit [X,1] firmen ||| having [X,1] enterprises ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.18146283616 MaxLexEgivenF=4.9358308093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| [X,2] with [X,1] companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=0.697524758727 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-3
+[X] ||| mit [X,1] firmen [X,2] ||| and [X,1] companies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.2741263908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| of [X,1] companies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.02476092014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| with [X,1] [X,2] companies ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=0.697524758727 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| mit [X,1] firmen [X,2] ||| with [X,1] companies [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=0.697524758727 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| with [X,1] companies , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=1.30814837273 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| with [X,1] firms [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.30666433533 MaxLexEgivenF=1.76259452985 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| with [X,1] partners [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.58445169486 MaxLexEgivenF=3.26502164983 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| with the [X,1] companies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35825514311 MaxLexEgivenF=2.04218859481 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| mit [X,1] firmen [X,2] ||| having [X,1] enterprises [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.18146283616 MaxLexEgivenF=4.9358308093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] firmen [X,2] ||| companies [X,2] in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56420049292 MaxLexEgivenF=1.71294498015 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| [X,1] mit [X,2] wird ||| [X,1] mit [X,2] wird ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.824032146353 MaxLexEgivenF=5.23818321735 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] wird ||| [X,1] to [X,2] users ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84821324603 MaxLexEgivenF=4.7497887096 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] wird ||| [X,1] with [X,2] , will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.72611304803 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] mit [X,2] wird ||| [X,1] with [X,2] is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.51245567718 MaxLexEgivenF=0.954165494233 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] wird ||| [X,1] with [X,2] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.11548943403 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] wird ||| [X,1] by [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36300434412 MaxLexEgivenF=2.02259403151 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| mit [X,1] wird ||| mit [X,1] wird ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.824032146353 MaxLexEgivenF=5.23818321735 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] wird ||| to [X,1] users ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84821324603 MaxLexEgivenF=4.7497887096 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird ||| with [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.64226789622 MaxLexEgivenF=0.980222717798 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] wird ||| with [X,1] , will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.72611304803 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] wird ||| with [X,1] is ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.51245567718 MaxLexEgivenF=0.954165494233 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] wird ||| with [X,1] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.11548943403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] wird ||| with [X,1] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=2.2338198902 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] wird ||| by [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36300434412 MaxLexEgivenF=2.02259403151 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird ||| including [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.50455921497 MaxLexEgivenF=3.08055523829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| mit [X,1] wird [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.824032146353 MaxLexEgivenF=5.23818321735 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| to [X,1] users [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84821324603 MaxLexEgivenF=4.7497887096 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| with [X,1] [X,2] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.11548943403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| mit [X,1] wird [X,2] ||| with [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64226789622 MaxLexEgivenF=0.980222717798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| with [X,1] , will [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.72611304803 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] wird [X,2] ||| with [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51245567718 MaxLexEgivenF=0.954165494233 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| with [X,1] will [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=1.11548943403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| with [X,1] will be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11751264463 MaxLexEgivenF=2.2338198902 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] wird [X,2] ||| by [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36300434412 MaxLexEgivenF=2.02259403151 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] wird [X,2] ||| including [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.50455921497 MaxLexEgivenF=3.08055523829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] mit [X,2] auf ||| [X,1] with [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6188454513 MaxLexEgivenF=1.07048933383 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] auf ||| [X,1] with [X,2] on ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=0.937279050515 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] auf ||| [X,1] with a [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=2.15412683375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] mit [X,2] auf ||| [X,1] has [X,2] over ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72999388282 MaxLexEgivenF=4.12491833643 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| mit [X,1] auf ||| with [X,1] to ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.6188454513 MaxLexEgivenF=1.07048933383 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] auf ||| with [X,1] on ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=0.937279050515 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] auf ||| with [X,1] over ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54849469592 MaxLexEgivenF=2.46663211287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] auf ||| with a [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=2.15412683375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| mit [X,1] auf ||| has [X,1] over ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72999388282 MaxLexEgivenF=4.12491833643 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] auf [X,2] ||| [X,1] on [X,2] , and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0963203917 MaxLexEgivenF=2.1245042966 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-4
+[X] ||| mit [X,1] auf [X,2] ||| with [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2722238633 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] auf [X,2] ||| with [X,1] to [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.6188454513 MaxLexEgivenF=1.07048933383 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] auf [X,2] ||| with [X,1] on [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=0.937279050515 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] auf [X,2] ||| with [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=2.2819428866 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] auf [X,2] ||| with [X,1] over [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54849469592 MaxLexEgivenF=2.46663211287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] auf [X,2] ||| with a [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.890375041894 MaxLexEgivenF=2.15412683375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| mit [X,1] auf [X,2] ||| has [X,1] over [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72999388282 MaxLexEgivenF=4.12491833643 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] mit [X,2] der ||| [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20228170289 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] mit [X,2] der ||| [X,1] mit [X,2] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.62559606051 MaxLexEgivenF=4.76196556258 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] der ||| [X,1] in [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24359521137 MaxLexEgivenF=2.04032772044 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] der ||| [X,1] with [X,2] of ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.03764986156 MaxLexEgivenF=1.02490749901 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] mit [X,2] der ||| [X,1] with [X,2] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.996336353079 MaxLexEgivenF=1.31284533722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] mit [X,2] der ||| [X,1] with [X,2] the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.996336353079 MaxLexEgivenF=0.657536941993 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| mit [X,1] der ||| mit [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.62559606051 MaxLexEgivenF=4.76196556258 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] der ||| in [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24359521137 MaxLexEgivenF=2.04032772044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] der ||| with [X,1] of ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.03764986156 MaxLexEgivenF=1.02490749901 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] der ||| with [X,1] of the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.996336353079 MaxLexEgivenF=1.31284533722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] der ||| with [X,1] the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.996336353079 MaxLexEgivenF=0.657536941993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] der ||| by [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8881985285 MaxLexEgivenF=2.09333603629 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] der [X,2] ||| in [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24359521137 MaxLexEgivenF=2.04032772044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] der [X,2] ||| with [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47109352089 MaxLexEgivenF=0.369599103791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| mit [X,1] der [X,2] ||| with [X,1] of [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.03764986156 MaxLexEgivenF=1.02490749901 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| mit [X,1] der [X,2] ||| with [X,1] of the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.996336353079 MaxLexEgivenF=1.31284533722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| mit [X,1] der [X,2] ||| with [X,1] the [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.996336353079 MaxLexEgivenF=0.657536941993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] mit [X,2] gehandelt ||| acted [X,1] with [X,2] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=1.70315643234 MaxLexEgivenF=1.78457245176 IsSingletonF=1 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| mit [X,1] gehandelt ||| traded to [X,1] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.27005026032 MaxLexEgivenF=1.66086577192 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| mit [X,1] gehandelt ||| traded with [X,1] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=1.06410491051 MaxLexEgivenF=1.01815960465 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| mit [X,1] gehandelt [X,2] ||| [X,2] traded to [X,1] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.27005026032 MaxLexEgivenF=1.66086577192 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| mit [X,1] gehandelt [X,2] ||| [X,2] traded with [X,1] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=1.06410491051 MaxLexEgivenF=1.01815960465 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| [X,1] wie vielen ||| [X,1] how many ||| EgivenFCoherent=0.42842933082 SampleCountF=1.77815125038 CountEF=1.36172783602 MaxLexFgivenE=1.35573560297 MaxLexEgivenF=1.3340339224 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie vielen [X,2] ||| [X,1] how many [X,2] ||| EgivenFCoherent=0.42842933082 SampleCountF=1.77815125038 CountEF=1.36172783602 MaxLexFgivenE=1.35573560297 MaxLexEgivenF=1.3340339224 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie vielen [X,2] ||| number of [X,2] [X,1] which ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=4.62069919982 MaxLexEgivenF=4.91068455434 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-4
+[X] ||| wie vielen ||| as many ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.88336761256 MaxLexEgivenF=0.979695133953 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie vielen ||| how many ||| EgivenFCoherent=0.293730756922 SampleCountF=1.77815125038 CountEF=1.49136169383 MaxLexFgivenE=1.35573560297 MaxLexEgivenF=1.3340339224 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie vielen ||| like many others ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.58255277053 MaxLexEgivenF=4.39740762212 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie vielen ||| just how many ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.35573560297 MaxLexEgivenF=3.63165079183 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie vielen [X,1] ||| [X,1] like many others ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.58255277053 MaxLexEgivenF=4.39740762212 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2 1-3
+[X] ||| wie vielen [X,1] ||| as many [X,1] ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.88336761256 MaxLexEgivenF=0.979695133953 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie vielen [X,1] ||| how many [X,1] ||| EgivenFCoherent=0.293730756922 SampleCountF=1.77815125038 CountEF=1.49136169383 MaxLexFgivenE=1.35573560297 MaxLexEgivenF=1.3340339224 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie vielen [X,1] ||| just how many [X,1] ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.35573560297 MaxLexEgivenF=3.63165079183 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| [X,1] wie [X,2] firmen ||| [X,1] ) and as [X,2] companies ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=1.93702931228 MaxLexEgivenF=3.70993850277 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 3-5
+[X] ||| [X,1] wie [X,2] firmen ||| [X,1] how [X,2] companies ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=1.40939730269 MaxLexEgivenF=1.22643948581 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] firmen ||| [X,1] like [X,2] companies ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=1.63621447025 MaxLexEgivenF=1.33709719605 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] firmen ||| [X,1] such as [X,2] companies ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=1.61685086754 MaxLexEgivenF=1.86096243531 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] firmen ||| as [X,1] companies ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=1.93702931228 MaxLexEgivenF=0.87210069736 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen ||| how [X,1] companies ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=1.40939730269 MaxLexEgivenF=1.22643948581 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen ||| how [X,1] allowed ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=3.89907637047 MaxLexEgivenF=4.19187638558 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen ||| like [X,1] companies ||| EgivenFCoherent=1.43136376416 SampleCountF=1.91381385238 CountEF=0.602059991328 MaxLexFgivenE=1.63621447025 MaxLexEgivenF=1.33709719605 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen ||| such as [X,1] companies ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=1.61685086754 MaxLexEgivenF=1.86096243531 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] firmen [X,2] ||| how [X,1] companies [X,2] ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=1.40939730269 MaxLexEgivenF=1.22643948581 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen [X,2] ||| how [X,1] allowed to [X,2] ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=3.89907637047 MaxLexEgivenF=5.20418165664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen [X,2] ||| like [X,1] companies [X,2] ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=1.63621447025 MaxLexEgivenF=1.33709719605 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] firmen [X,2] ||| such as [X,1] companies [X,2] ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=1.61685086754 MaxLexEgivenF=1.86096243531 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] wie [X,2] wird ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.844274523365 MaxLexEgivenF=5.26573123444 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] as [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6962868138 MaxLexEgivenF=1.29006537266 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] as is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09122984635 MaxLexEgivenF=1.12874143287 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] how [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56359783676 MaxLexEgivenF=1.48308022131 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] how [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=1.64440416111 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] how [X,2] will be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=2.76273461729 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] how the [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=2.98906799719 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] like [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79041500433 MaxLexEgivenF=1.59373793156 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] wird ||| [X,1] such as [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37610836906 MaxLexEgivenF=2.27892711061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] wird ||| wie [X,1] wird ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.844274523365 MaxLexEgivenF=5.26573123444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| as [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6962868138 MaxLexEgivenF=1.29006537266 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| as [X,1] shall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.9295853707 MaxLexEgivenF=2.4232931791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| as is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09122984635 MaxLexEgivenF=1.12874143287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] wird ||| how [X,1] is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.56359783676 MaxLexEgivenF=1.48308022131 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| how [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41420972147 MaxLexEgivenF=2.60707760557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| how [X,1] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=1.64440416111 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| how [X,1] will be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=2.76273461729 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] wird ||| how the [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=2.98906799719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] wird ||| how does [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56359783676 MaxLexEgivenF=4.0852038076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] wird ||| like [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92022722336 MaxLexEgivenF=1.61979515513 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| like [X,1] is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79041500433 MaxLexEgivenF=1.59373793156 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| like [X,1] shall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62877052868 MaxLexEgivenF=2.88828967779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird ||| such as [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37610836906 MaxLexEgivenF=2.27892711061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] wird [X,2] ||| [X,1] as is [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09122984635 MaxLexEgivenF=2.76408530355 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 2-4
+[X] ||| wie [X,1] wird [X,2] ||| wie [X,1] wird [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.844274523365 MaxLexEgivenF=5.26573123444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.22104206538 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] wird [X,2] ||| as [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09122984635 MaxLexEgivenF=1.12874143287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] wird [X,2] ||| as [X,1] , [X,2] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.6962868138 MaxLexEgivenF=1.90068898667 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-4
+[X] ||| wie [X,1] wird [X,2] ||| as the [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09122984635 MaxLexEgivenF=2.47340526895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| wie [X,1] wird [X,2] ||| as is [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09122984635 MaxLexEgivenF=1.12874143287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] wird [X,2] ||| how [X,1] is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.56359783676 MaxLexEgivenF=1.48308022131 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] wird [X,2] ||| how [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41420972147 MaxLexEgivenF=2.60707760557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird [X,2] ||| how [X,1] will [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=1.64440416111 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] wird [X,2] ||| how [X,1] will [X,2] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=2.76273461729 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| wie [X,1] wird [X,2] ||| how [X,1] will be [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16865480421 MaxLexEgivenF=2.76273461729 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] wird [X,2] ||| like [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92022722336 MaxLexEgivenF=1.61979515513 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] wird [X,2] ||| such as [X,1] will [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37610836906 MaxLexEgivenF=2.27892711061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] wie [X,2] auf ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785287628686 MaxLexEgivenF=5.0910514771 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] as [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46914921106 MaxLexEgivenF=1.11185498915 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] as [X,2] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05908176709 MaxLexEgivenF=1.86799497231 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] how [X,2] on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.941517201474 MaxLexEgivenF=1.4661937776 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] such as [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.87744117573 MaxLexEgivenF=2.23392701042 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] such as [X,2] on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14897076632 MaxLexEgivenF=2.1007167271 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] auf ||| [X,1] such as [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20828963549 MaxLexEgivenF=2.96634672135 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] auf ||| wie [X,1] auf ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785287628686 MaxLexEgivenF=5.0910514771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| as [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.359958365 MaxLexEgivenF=1.53971703127 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| as [X,1] on ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.46914921106 MaxLexEgivenF=1.11185498915 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| as [X,1] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05908176709 MaxLexEgivenF=1.86799497231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| how [X,1] on ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.941517201474 MaxLexEgivenF=1.4661937776 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| how [X,1] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53144975751 MaxLexEgivenF=2.22233376076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| like [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16833436904 MaxLexEgivenF=1.57685148784 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| like [X,1] across ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83899215485 MaxLexEgivenF=3.85669873154 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf ||| such as [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.87744117573 MaxLexEgivenF=2.23392701042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf ||| such as [X,1] on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14897076632 MaxLexEgivenF=2.1007167271 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf ||| such as [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20828963549 MaxLexEgivenF=2.96634672135 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf ||| similar as [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46914921106 MaxLexEgivenF=3.54754715758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf [X,2] ||| in [X,2] like [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05914352298 MaxLexEgivenF=2.00471352996 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| wie [X,1] auf [X,2] ||| wie [X,1] auf [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785287628686 MaxLexEgivenF=5.0910514771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| as [X,1] on [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.46914921106 MaxLexEgivenF=1.11185498915 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| as [X,1] on a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46914921106 MaxLexEgivenF=2.32870277239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| as [X,1] at [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05908176709 MaxLexEgivenF=1.86799497231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| how [X,1] on [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.941517201474 MaxLexEgivenF=1.4661937776 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| how [X,1] at [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53144975751 MaxLexEgivenF=2.22233376076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| like [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16833436904 MaxLexEgivenF=1.57685148784 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| like [X,1] across [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83899215485 MaxLexEgivenF=3.85669873154 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf [X,2] ||| such as [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.87744117573 MaxLexEgivenF=2.23392701042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf [X,2] ||| such as [X,1] on [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14897076632 MaxLexEgivenF=2.1007167271 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf [X,2] ||| such as [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20828963549 MaxLexEgivenF=2.96634672135 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] auf [X,2] ||| similar as [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46914921106 MaxLexEgivenF=3.54754715758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] , [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23359530294 MaxLexEgivenF=1.55386984743 IsSingletonF=0 IsSingletonFE=1 ||| 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] , such [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.88742319016 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=2.92150763507 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as is [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] how [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] such as [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] such as [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5
+[X] ||| wie [X,1] der ||| for how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=2.83398773304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der ||| as [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der ||| as [X,1] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as [X,1] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=2.92150763507 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as is [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] der ||| how [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.08879202114 MaxLexEgivenF=1.5538222261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| like [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der ||| like [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| like [X,1] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| such [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.27679957615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| such as [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der ||| such as [X,1] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 2-4
+[X] ||| wie [X,1] der [X,2] ||| for how [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=2.83398773304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| as is [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] der [X,2] ||| how [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.08879202114 MaxLexEgivenF=1.5538222261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| how [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] our [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| such [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.27679957615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72968924532 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 2-4
+[X] ||| wie [X,1] gehandelt [X,2] ||| such as [X,1] [X,2] traded ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.32270063494 MaxLexEgivenF=2.18159728123 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| [X,1] vielen firmen ||| [X,1] many companies ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=0.763445746463 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] vielen firmen ||| [X,1] many firms ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.93741716148 MaxLexEgivenF=1.82851551758 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] vielen firmen ||| [X,1] many other companies ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=3.06549641118 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] vielen firmen [X,2] ||| [X,2] [X,1] many companies ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=0.763445746463 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] vielen firmen [X,2] ||| [X,1] many companies [X,2] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=0.763445746463 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] vielen firmen [X,2] ||| [X,1] many firms [X,2] ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.93741716148 MaxLexEgivenF=1.82851551758 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| vielen firmen ||| many companies ||| EgivenFCoherent=0.602059991328 SampleCountF=1.23044892138 CountEF=0.698970004336 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=0.763445746463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| vielen firmen ||| many firms ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.93741716148 MaxLexEgivenF=1.82851551758 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| vielen firmen ||| many other companies ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=3.06549641118 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| vielen firmen [X,1] ||| many companies [X,1] ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.98900796926 MaxLexEgivenF=0.763445746463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| vielen firmen [X,1] ||| many firms [X,1] ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.93741716148 MaxLexEgivenF=1.82851551758 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] a variety of [X,2] , are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34367026409 MaxLexEgivenF=6.67256476782 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5 3-6
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] many [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.27302072237 MaxLexEgivenF=1.04614370553 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] many [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14320850333 MaxLexEgivenF=1.02008648197 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] many [X,2] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02877784528 MaxLexEgivenF=2.55931268837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] many [X,2] will ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.74826547078 MaxLexEgivenF=1.18141042176 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] many [X,2] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74826547078 MaxLexEgivenF=2.29974087794 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] vielen [X,2] wird ||| [X,1] many [X,2] won ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55833261632 MaxLexEgivenF=3.3746488936 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| vielen [X,1] wird ||| a variety of [X,1] , are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34367026409 MaxLexEgivenF=6.67256476782 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 2-5
+[X] ||| vielen [X,1] wird ||| many [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.27302072237 MaxLexEgivenF=1.04614370553 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird ||| many [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14320850333 MaxLexEgivenF=1.02008648197 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird ||| many [X,1] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02877784528 MaxLexEgivenF=2.55931268837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird ||| many [X,1] will ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.74826547078 MaxLexEgivenF=1.18141042176 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird ||| many [X,1] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74826547078 MaxLexEgivenF=2.29974087794 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| vielen [X,1] wird ||| many [X,1] won ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55833261632 MaxLexEgivenF=3.3746488936 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird ||| many [X,1] involve ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04520620244 MaxLexEgivenF=4.67567888926 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14320850333 MaxLexEgivenF=1.02008648197 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74826547078 MaxLexEgivenF=1.18141042176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27302072237 MaxLexEgivenF=1.04614370553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14320850333 MaxLexEgivenF=1.02008648197 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] has [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02877784528 MaxLexEgivenF=2.55931268837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] will [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.74826547078 MaxLexEgivenF=1.18141042176 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird [X,2] ||| many [X,1] won [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55833261632 MaxLexEgivenF=3.3746488936 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] wird [X,2] ||| numerous [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.85453150654 MaxLexEgivenF=1.81984988447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] vielen [X,2] auf ||| [X,1] the many [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98118707466 MaxLexEgivenF=2.47701919282 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] vielen [X,2] auf ||| [X,1] many [X,2] in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41193702198 MaxLexEgivenF=1.43106208037 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] auf ||| [X,1] many [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24959827745 MaxLexEgivenF=1.13641032157 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] auf ||| [X,1] many [X,2] on ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.52112786804 MaxLexEgivenF=1.00320003825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] auf ||| [X,1] lots of [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01799909554 MaxLexEgivenF=3.25543555408 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] vielen [X,2] auf ||| [X,1] abundance of [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.9210230157 MaxLexEgivenF=4.58374743569 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| vielen [X,1] auf ||| the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.06128961364 MaxLexEgivenF=2.04149910129 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf ||| the many [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98118707466 MaxLexEgivenF=2.47701919282 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| vielen [X,1] auf ||| many [X,1] in ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.41193702198 MaxLexEgivenF=1.43106208037 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf ||| many [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.24959827745 MaxLexEgivenF=1.13641032157 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf ||| many [X,1] on ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.52112786804 MaxLexEgivenF=1.00320003825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf ||| lots of [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01799909554 MaxLexEgivenF=3.25543555408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| vielen [X,1] auf ||| abundance of [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.9210230157 MaxLexEgivenF=4.58374743569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| vielen [X,1] auf [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.06128961364 MaxLexEgivenF=2.04149910129 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf [X,2] ||| the many [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98118707466 MaxLexEgivenF=2.47701919282 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| vielen [X,1] auf [X,2] ||| many [X,1] in [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.41193702198 MaxLexEgivenF=1.43106208037 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf [X,2] ||| many [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.24959827745 MaxLexEgivenF=1.13641032157 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf [X,2] ||| many [X,1] on [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.52112786804 MaxLexEgivenF=1.00320003825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf [X,2] ||| many [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.52112786804 MaxLexEgivenF=2.34786387433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] auf [X,2] ||| lots of [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01799909554 MaxLexEgivenF=3.25543555408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] many [X,2] of ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.6684026877 MaxLexEgivenF=1.09082848675 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] many [X,2] of the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=1.37876632495 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] many [X,2] the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=0.72345792973 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] many [X,2] your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=2.89175603025 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] many [X,2] lake ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=4.40951296369 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] several [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74736658568 MaxLexEgivenF=2.28387898173 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] vielen [X,2] der ||| [X,1] numerous [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20859996341 MaxLexEgivenF=2.10778772267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| vielen [X,1] der ||| many [X,1] of ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.6684026877 MaxLexEgivenF=1.09082848675 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| many [X,1] of the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=1.37876632495 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| vielen [X,1] der ||| many [X,1] the ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=0.72345792973 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| many [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=2.50374808996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| many [X,1] their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=3.06675005999 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| many [X,1] your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=2.89175603025 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| many [X,1] lake ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=4.40951296369 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| several [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74736658568 MaxLexEgivenF=2.28387898173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der ||| numerous [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20859996341 MaxLexEgivenF=2.10778772267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=0.435520091528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=0.72345792973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] of [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.6684026877 MaxLexEgivenF=1.09082848675 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=1.37876632495 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] the [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.62708917923 MaxLexEgivenF=0.72345792973 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] which are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=4.52198838386 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=2.89175603025 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| many [X,1] lake [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10184634704 MaxLexEgivenF=4.40951296369 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| several [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74736658568 MaxLexEgivenF=2.28387898173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| vielen [X,1] der [X,2] ||| numerous [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20859996341 MaxLexEgivenF=2.10778772267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] firmen wird ||| [X,1] companies , ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=3.32668242209 MaxLexEgivenF=0.938549268942 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] firmen wird ||| [X,1] companies will ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.8019271705 MaxLexEgivenF=1.07381598517 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] firmen wird [X,2] ||| [X,1] companies , [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=3.32668242209 MaxLexEgivenF=0.938549268942 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| firmen wird ||| companies , ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=3.32668242209 MaxLexEgivenF=0.938549268942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| firmen wird ||| companies will ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.8019271705 MaxLexEgivenF=1.07381598517 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| firmen wird [X,1] ||| companies , [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=3.32668242209 MaxLexEgivenF=0.938549268942 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] firmen [X,2] auf ||| [X,1] to companies [X,2] ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.30325997717 MaxLexEgivenF=1.02881588497 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] firmen [X,2] auf ||| [X,1] companies [X,2] in ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.4655987217 MaxLexEgivenF=1.32346764378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] auf ||| [X,1] companies [X,2] on ||| EgivenFCoherent=1.75587485567 SampleCountF=2.35983548234 CountEF=0.698970004336 MaxLexFgivenE=1.57478956776 MaxLexEgivenF=0.895605601659 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] auf ||| [X,1] companies [X,2] with ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.95663838917 MaxLexEgivenF=2.04553126315 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] auf ||| [X,1] enterprises [X,2] for ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=3.41592712179 MaxLexEgivenF=3.47139999058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] auf ||| presentation [X,1] companies [X,2] on ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=1.57478956776 MaxLexEgivenF=4.18896815637 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 3-4
+[X] ||| firmen [X,1] auf ||| to companies [X,1] ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.30325997717 MaxLexEgivenF=1.02881588497 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| firmen [X,1] auf ||| firmen [X,1] on ||| EgivenFCoherent=2.05690485134 SampleCountF=2.35983548234 CountEF=0.47712125472 MaxLexFgivenE=0.983579425315 MaxLexEgivenF=3.04812914479 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf ||| companies [X,1] in ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.4655987217 MaxLexEgivenF=1.32346764378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf ||| companies [X,1] on ||| EgivenFCoherent=1.75587485567 SampleCountF=2.35983548234 CountEF=0.698970004336 MaxLexFgivenE=1.57478956776 MaxLexEgivenF=0.895605601659 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf ||| companies [X,1] with ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.95663838917 MaxLexEgivenF=2.04553126315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf ||| enterprises [X,1] for ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=3.41592712179 MaxLexEgivenF=3.47139999058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf ||| enterprises [X,1] at ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.94654080866 MaxLexEgivenF=3.3619099795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf [X,2] ||| [X,1] at [X,2] companies ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.1647221238 MaxLexEgivenF=1.65174558482 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| firmen [X,1] auf [X,2] ||| companies [X,1] in [X,2] ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=2.4655987217 MaxLexEgivenF=1.32346764378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf [X,2] ||| companies [X,1] on [X,2] ||| EgivenFCoherent=1.88081359228 SampleCountF=2.35983548234 CountEF=0.602059991328 MaxLexFgivenE=1.57478956776 MaxLexEgivenF=0.895605601659 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] auf [X,2] ||| enterprises [X,1] for [X,2] ||| EgivenFCoherent=2.357934847 SampleCountF=2.35983548234 CountEF=0.301029995664 MaxLexFgivenE=3.41592712179 MaxLexEgivenF=3.47139999058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] from companies [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=2.80840901665 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] companies [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.72206438742 MaxLexEgivenF=0.983234050158 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] companies [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=1.27117188836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] companies [X,2] the ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=0.615863493137 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] companies [X,2] their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15550804676 MaxLexEgivenF=2.50734485734 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] companies to [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=1.6281687642 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] firmen [X,2] der ||| [X,1] company [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13726571947 MaxLexEgivenF=1.73931558832 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| firmen [X,1] der ||| from companies [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=2.80840901665 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| firmen [X,1] der ||| companies [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.72206438742 MaxLexEgivenF=0.983234050158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] der ||| companies [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=1.27117188836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| firmen [X,1] der ||| companies [X,1] the ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=0.615863493137 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] der ||| companies [X,1] their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15550804676 MaxLexEgivenF=2.50734485734 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] der ||| companies to [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=1.6281687642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| firmen [X,1] der ||| company [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13726571947 MaxLexEgivenF=1.73931558832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] der ||| smes [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.4397333566 MaxLexEgivenF=3.88233038858 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] der [X,2] ||| from companies [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=2.80840901665 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| firmen [X,1] der [X,2] ||| companies [X,1] [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.15550804676 MaxLexEgivenF=0.327925654935 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| firmen [X,1] der [X,2] ||| companies [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=0.615863493137 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| firmen [X,1] der [X,2] ||| companies [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72206438742 MaxLexEgivenF=0.983234050158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] der [X,2] ||| companies [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=1.27117188836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| firmen [X,1] der [X,2] ||| companies [X,1] the [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=0.615863493137 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| firmen [X,1] der [X,2] ||| companies to [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68075087895 MaxLexEgivenF=1.6281687642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| firmen [X,1] der [X,2] ||| businesses [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.70077799678 MaxLexEgivenF=1.6859075315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| firmen [X,1] der [X,2] ||| company [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13726571947 MaxLexEgivenF=1.73931558832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| firmen [X,1] der [X,2] ||| smes [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.4397333566 MaxLexEgivenF=3.88233038858 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wird auf ||| [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85880232087 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] wird auf ||| [X,1] is made on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72899010183 MaxLexEgivenF=3.7767419672 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] wird auf ||| [X,1] will be at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92397962532 MaxLexEgivenF=3.1880407163 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] wird auf ||| [X,1] will ride ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80619234102 MaxLexEgivenF=5.04717255705 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wird auf ||| [X,1] includes the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.24652869241 MaxLexEgivenF=4.69171686773 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wird auf [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85880232087 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] wird auf [X,2] ||| [X,1] is [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72899010183 MaxLexEgivenF=1.15224633717 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] wird auf [X,2] ||| [X,1] is made on a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72899010183 MaxLexEgivenF=4.99358975044 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] wird auf [X,2] ||| [X,1] will ride [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80619234102 MaxLexEgivenF=5.04717255705 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wird auf [X,2] ||| [X,1] includes the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.24652869241 MaxLexEgivenF=4.69171686773 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| wird auf ||| , on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85880232087 MaxLexEgivenF=1.17830356073 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf ||| not only ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.33094759261 MaxLexEgivenF=6.85914353741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf ||| is made on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72899010183 MaxLexEgivenF=3.7767419672 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wird auf ||| will be at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92397962532 MaxLexEgivenF=3.1880407163 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wird auf ||| will ride ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80619234102 MaxLexEgivenF=5.04717255705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf ||| image onto ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81360126608 MaxLexEgivenF=5.92244261131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf ||| aboard ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15645491946 MaxLexEgivenF=3.46513902946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wird auf ||| acts on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.540763407 MaxLexEgivenF=4.45129142095 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wird auf ||| includes the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.24652869241 MaxLexEgivenF=4.69171686773 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf [X,1] ||| is [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72899010183 MaxLexEgivenF=1.15224633717 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| wird auf [X,1] ||| is made on a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72899010183 MaxLexEgivenF=4.99358975044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wird auf [X,1] ||| will ride [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80619234102 MaxLexEgivenF=5.04717255705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf [X,1] ||| image onto [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81360126608 MaxLexEgivenF=5.92244261131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf [X,1] ||| aboard [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15645491946 MaxLexEgivenF=3.46513902946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wird auf [X,1] ||| acts on [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.540763407 MaxLexEgivenF=4.45129142095 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wird auf [X,1] ||| includes the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.24652869241 MaxLexEgivenF=4.69171686773 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] wird [X,2] der ||| [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96476363205 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] wird [X,2] der ||| [X,1] is [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83495141302 MaxLexEgivenF=0.872504228644 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wird [X,2] der ||| [X,1] will [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48132188894 MaxLexEgivenF=1.40119872546 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wird [X,2] der ||| [X,1] includes [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92165824033 MaxLexEgivenF=4.00236142687 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| wird [X,1] der ||| is [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.83495141302 MaxLexEgivenF=0.872504228644 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wird [X,1] der ||| will [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48132188894 MaxLexEgivenF=1.40119872546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] der ||| includes [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92165824033 MaxLexEgivenF=4.00236142687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] der [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30970858083 MaxLexEgivenF=0.584566390442 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wird [X,1] der [X,2] ||| is [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83495141302 MaxLexEgivenF=0.872504228644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] der [X,2] ||| will [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48132188894 MaxLexEgivenF=1.40119872546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] der [X,2] ||| includes [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92165824033 MaxLexEgivenF=4.00236142687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wird [X,2] gehandelt ||| [X,1] is [X,2] listed ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=4.71686494623 MaxLexEgivenF=2.69850974275 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wird [X,2] gehandelt ||| [X,1] is traded on [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.90271997045 MaxLexEgivenF=2.58364225004 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2 3-3
+[X] ||| [X,1] wird [X,2] gehandelt ||| [X,1] are [X,2] traded ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=2.44263080051 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wird [X,2] gehandelt ||| [X,1] will [X,2] traded ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.5077769379 MaxLexEgivenF=1.39445083109 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| wird [X,1] gehandelt ||| is [X,1] listed ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=4.71686494623 MaxLexEgivenF=2.69850974275 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] gehandelt ||| is traded [X,1] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.90271997045 MaxLexEgivenF=1.2331268913 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wird [X,1] gehandelt ||| is traded on [X,1] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.90271997045 MaxLexEgivenF=2.58364225004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 2-2
+[X] ||| wird [X,1] gehandelt ||| are [X,1] traded ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=2.44263080051 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] gehandelt ||| will [X,1] traded ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.5077769379 MaxLexEgivenF=1.39445083109 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] gehandelt [X,2] ||| is [X,1] listed [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=4.71686494623 MaxLexEgivenF=2.69850974275 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] gehandelt [X,2] ||| is traded on [X,1] [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.90271997045 MaxLexEgivenF=2.58364225004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 2-2
+[X] ||| wird [X,1] gehandelt [X,2] ||| are [X,1] traded [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=2.44263080051 MaxLexEgivenF=2.18272025655 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wird [X,1] gehandelt [X,2] ||| will [X,1] traded [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=1.81954393554 CountEF=0.301029995664 MaxLexFgivenE=1.5077769379 MaxLexEgivenF=1.39445083109 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] auf der ||| [X,1] , and on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=2.4124421348 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 2-4
+[X] ||| [X,1] auf der ||| [X,1] , on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=1.46624139893 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] auf der ||| [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71424349282 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] auf der ||| [X,1] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67292998435 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] in the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.10367993167 MaxLexEgivenF=1.28347982705 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] auf der ||| [X,1] to the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.94134118713 MaxLexEgivenF=0.988828068241 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] to a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=1.91773801328 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] to high ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=4.5140318097 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] on the ||| EgivenFCoherent=0.761117911085 SampleCountF=2.47856649559 CountEF=1.7242758696 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=0.855617784926 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] on a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=1.78452772996 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] on its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.81011183877 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] on your ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=3.02391588544 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] on our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.99539968767 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] on special ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=5.71406021356 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] at the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.80280333376 MaxLexEgivenF=1.61175776809 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| [X,1] follow the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48913542059 MaxLexEgivenF=3.74412202501 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der ||| at the [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80280333376 MaxLexEgivenF=2.55500400152 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 1-3 2-4
+[X] ||| [X,1] auf der [X,2] ||| [X,1] , and on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=2.4124421348 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 2-4
+[X] ||| [X,1] auf der [X,2] ||| [X,1] , on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=1.46624139893 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] auf der [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71424349282 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] auf der [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67292998435 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] in the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.10367993167 MaxLexEgivenF=1.28347982705 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] auf der [X,2] ||| [X,1] to the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.94134118713 MaxLexEgivenF=0.988828068241 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] to a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=1.91773801328 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] to high [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=4.5140318097 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on the [X,2] ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=0.855617784926 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=1.78452772996 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on a [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25418428621 MaxLexEgivenF=2.43983612519 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-4
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.81011183877 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on your [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=3.02391588544 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on our [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.99539968767 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] on special [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=5.71406021356 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] at the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.80280333376 MaxLexEgivenF=1.61175776809 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| [X,1] follow the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48913542059 MaxLexEgivenF=3.74412202501 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] auf der [X,2] ||| at the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80280333376 MaxLexEgivenF=2.55500400152 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 1-3 2-4
+[X] ||| [X,1] auf der [X,2] ||| at he [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27756050158 MaxLexEgivenF=5.18617953222 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| auf der ||| auf der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.643954819952 MaxLexEgivenF=4.82406946498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71424349282 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| auf der ||| of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67292998435 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| in the ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=2.10367993167 MaxLexEgivenF=1.28347982705 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| in a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57843709948 MaxLexEgivenF=2.21238977208 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68501604947 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| auf der ||| to ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| auf der ||| to the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.94134118713 MaxLexEgivenF=0.988828068241 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| to a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=1.91773801328 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| to high ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=4.5140318097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| on the ||| EgivenFCoherent=0.537602002101 SampleCountF=2.47856649559 CountEF=1.94448267215 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=0.855617784926 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| on a ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=1.78452772996 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| on its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.81011183877 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| on your ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=3.02391588544 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| on our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.99539968767 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| on special ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=5.71406021356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8904175255 MaxLexEgivenF=1.89604160069 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| auf der ||| for the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27218964689 MaxLexEgivenF=1.72124777918 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| with the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.59471959913 MaxLexEgivenF=2.00554344641 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| at the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.80280333376 MaxLexEgivenF=1.61175776809 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| at he ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27756050158 MaxLexEgivenF=5.18617953222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| by the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51621837168 MaxLexEgivenF=2.29047092411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| over the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.87099043176 MaxLexEgivenF=2.38497084728 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der ||| about the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.54448337659 MaxLexEgivenF=2.90113940311 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der ||| follow the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48913542059 MaxLexEgivenF=3.74412202501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71424349282 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| auf der [X,1] ||| of the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67292998435 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| in the [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.10367993167 MaxLexEgivenF=1.28347982705 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| in a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57843709948 MaxLexEgivenF=2.21238977208 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| to [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=0.700890230039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| auf der [X,1] ||| to the [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.94134118713 MaxLexEgivenF=0.988828068241 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| to a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=1.91773801328 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| to high [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41609835495 MaxLexEgivenF=4.5140318097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| on [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=0.567679946724 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| auf der [X,1] ||| on the [X,1] ||| EgivenFCoherent=0.625862906001 SampleCountF=2.47856649559 CountEF=1.85733249643 MaxLexFgivenE=1.21287077773 MaxLexEgivenF=0.855617784926 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| on a [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=1.78452772996 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| on a [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25418428621 MaxLexEgivenF=2.43983612519 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-3
+[X] ||| auf der [X,1] ||| on its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.81011183877 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| on your [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=3.02391588544 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| on our [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=2.99539968767 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| on special [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68762794554 MaxLexEgivenF=5.71406021356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| at [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27756050158 MaxLexEgivenF=1.32381992989 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| auf der [X,1] ||| at the [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.80280333376 MaxLexEgivenF=1.61175776809 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| at he [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27756050158 MaxLexEgivenF=5.18617953222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| by the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51621837168 MaxLexEgivenF=2.29047092411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| over the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.87099043176 MaxLexEgivenF=2.38497084728 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| auf der [X,1] ||| follow the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48913542059 MaxLexEgivenF=3.74412202501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] auf [X,2] gehandelt ||| [X,1] at [X,2] acted ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=2.50962341302 MaxLexEgivenF=2.73879327786 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] auf [X,2] gehandelt ||| [X,1] being traded on [X,2] ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=1.28063933516 MaxLexEgivenF=3.72812380856 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 3-2 1-3
+[X] ||| [X,1] auf [X,2] gehandelt ||| traded on [X,2] [X,1] ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=1.28063933516 MaxLexEgivenF=1.21624044758 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-1
+[X] ||| auf [X,1] gehandelt ||| at [X,1] acted ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=2.50962341302 MaxLexEgivenF=2.73879327786 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| auf [X,1] gehandelt ||| being traded on [X,1] ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=1.28063933516 MaxLexEgivenF=3.72812380856 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 0-2
+[X] ||| auf [X,1] gehandelt ||| traded on [X,1] ||| EgivenFCoherent=1.21307482531 SampleCountF=1.69897000434 CountEF=0.602059991328 MaxLexFgivenE=1.28063933516 MaxLexEgivenF=1.21624044758 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1
+[X] ||| auf [X,1] gehandelt [X,2] ||| [X,2] traded on [X,1] ||| EgivenFCoherent=1.21307482531 SampleCountF=1.69897000434 CountEF=0.602059991328 MaxLexFgivenE=1.28063933516 MaxLexEgivenF=1.21624044758 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2
+[X] ||| auf [X,1] gehandelt [X,2] ||| at [X,1] acted [X,2] ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=2.50962341302 MaxLexEgivenF=2.73879327786 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| auf [X,1] gehandelt [X,2] ||| being traded on [X,1] [X,2] ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=1.28063933516 MaxLexEgivenF=3.72812380856 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 0-2
+[X] ||| [X,1] der nyse ||| [X,1] of nyse ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.02948989054 MaxLexEgivenF=0.79317701591 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der nyse ||| [X,1] the nyse ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=0.988176382066 MaxLexEgivenF=0.425806458889 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der nyse [X,2] ||| [X,2] [X,1] the nyse ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=0.988176382066 MaxLexEgivenF=0.425806458889 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der nyse [X,2] ||| [X,1] of nyse [X,2] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.02948989054 MaxLexEgivenF=0.79317701591 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der nyse [X,2] ||| [X,1] the nyse [X,2] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=0.988176382066 MaxLexEgivenF=0.425806458889 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| der nyse ||| of nyse ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.02948989054 MaxLexEgivenF=0.79317701591 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der nyse ||| the nyse ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=0.988176382066 MaxLexEgivenF=0.425806458889 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der nyse [X,1] ||| of nyse [X,1] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.02948989054 MaxLexEgivenF=0.79317701591 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der nyse [X,1] ||| the nyse [X,1] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=0.988176382066 MaxLexEgivenF=0.425806458889 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] der [X,2] gehandelt ||| [X,2] trading [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=3.53201670033 MaxLexEgivenF=1.55764085154 IsSingletonF=0 IsSingletonFE=1 ||| 3-1
+[X] ||| [X,1] der [X,2] gehandelt ||| [X,1] of [X,2] traded ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.42791415482 MaxLexEgivenF=1.30386889608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] gehandelt ||| [X,1] the [X,2] traded ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.38660064635 MaxLexEgivenF=0.936498339061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] gehandelt ||| traded [X,1] the [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.38660064635 MaxLexEgivenF=0.936498339061 IsSingletonF=0 IsSingletonFE=0 ||| 3-0 1-2
+[X] ||| [X,1] der [X,2] gehandelt ||| acted [X,1] the [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=2.02565216818 MaxLexEgivenF=1.70291118617 IsSingletonF=0 IsSingletonFE=0 ||| 3-0 1-2
+[X] ||| [X,1] der [X,2] gehandelt ||| listed [X,1] the [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=4.20074562212 MaxLexEgivenF=2.40188119051 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| der [X,1] gehandelt ||| of [X,1] traded ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.42791415482 MaxLexEgivenF=1.30386889608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gehandelt ||| the [X,1] traded ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.38660064635 MaxLexEgivenF=0.936498339061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gehandelt ||| the [X,1] acted ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.02565216818 MaxLexEgivenF=1.70291118617 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gehandelt [X,2] ||| of [X,1] traded [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.42791415482 MaxLexEgivenF=1.30386889608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gehandelt [X,2] ||| the [X,1] traded [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.38660064635 MaxLexEgivenF=0.936498339061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gehandelt [X,2] ||| the [X,1] acted [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.02565216818 MaxLexEgivenF=1.70291118617 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] mit wie vielen ||| [X,1] with how many ||| EgivenFCoherent=0.954242509439 SampleCountF=1 CountEF=0.301029995664 MaxLexFgivenE=1.69265591159 MaxLexEgivenF=1.70363302619 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] mit wie vielen ||| [X,1] how many ||| EgivenFCoherent=0.954242509439 SampleCountF=1 CountEF=0.301029995664 MaxLexFgivenE=2.89860126141 MaxLexEgivenF=1.3340339224 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2
+[X] ||| [X,1] mit wie vielen [X,2] ||| [X,1] with how many [X,2] ||| EgivenFCoherent=0.954242509439 SampleCountF=1 CountEF=0.301029995664 MaxLexFgivenE=1.69265591159 MaxLexEgivenF=1.70363302619 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] mit wie vielen [X,2] ||| [X,1] how many [X,2] ||| EgivenFCoherent=0.954242509439 SampleCountF=1 CountEF=0.301029995664 MaxLexFgivenE=2.89860126141 MaxLexEgivenF=1.3340339224 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2
+[X] ||| mit wie vielen ||| with how many ||| EgivenFCoherent=0.954242509439 SampleCountF=1 CountEF=0.301029995664 MaxLexFgivenE=1.69265591159 MaxLexEgivenF=1.70363302619 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| mit wie vielen [X,1] ||| with how many [X,1] ||| EgivenFCoherent=0.954242509439 SampleCountF=1 CountEF=0.301029995664 MaxLexFgivenE=1.69265591159 MaxLexEgivenF=1.70363302619 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| mit [X,1] vielen [X,2] auf ||| with [X,1] many [X,2] on ||| EgivenFCoherent=1.74036268949 SampleCountF=1.74818802701 CountEF=0.301029995664 MaxLexFgivenE=1.85804817666 MaxLexEgivenF=1.37279914204 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| mit [X,1] vielen [X,2] der ||| with [X,1] many [X,2] of ||| EgivenFCoherent=1.93449845124 SampleCountF=2.23804610313 CountEF=0.47712125472 MaxLexFgivenE=2.00532299633 MaxLexEgivenF=1.46042759054 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| mit [X,1] vielen [X,2] der ||| with [X,1] many [X,2] of the ||| EgivenFCoherent=1.93449845124 SampleCountF=2.23804610313 CountEF=0.47712125472 MaxLexFgivenE=1.96400948785 MaxLexEgivenF=1.74836542874 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4 4-5
+[X] ||| mit [X,1] vielen [X,2] der ||| with [X,1] many [X,2] in ||| EgivenFCoherent=2.23552844691 SampleCountF=2.23804610313 CountEF=0.301029995664 MaxLexFgivenE=2.43876665566 MaxLexEgivenF=2.19013852053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| mit [X,1] vielen [X,2] der ||| with [X,1] many [X,2] the ||| EgivenFCoherent=1.39043040689 SampleCountF=2.23804610313 CountEF=0.903089986992 MaxLexFgivenE=1.96400948785 MaxLexEgivenF=1.09305703352 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| mit [X,1] vielen [X,2] der ||| having [X,1] many [X,2] the ||| EgivenFCoherent=2.23552844691 SampleCountF=2.23804610313 CountEF=0.301029995664 MaxLexFgivenE=3.00539849604 MaxLexEgivenF=3.62119868942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| mit [X,1] firmen [X,2] der ||| with [X,1] companies [X,2] of ||| EgivenFCoherent=1.71600334363 SampleCountF=1.7242758696 CountEF=0.301029995664 MaxLexFgivenE=2.05898469605 MaxLexEgivenF=1.35283315395 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| mit [X,1] firmen [X,2] der ||| with [X,1] companies [X,2] the ||| EgivenFCoherent=1.11394335231 SampleCountF=1.7242758696 CountEF=0.698970004336 MaxLexFgivenE=2.01767118757 MaxLexEgivenF=0.985462596929 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| [X,1] mit [X,2] wird auf ||| [X,1] with [X,2] pressuring ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=3.5476400243 MaxLexEgivenF=5.65115058669 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| mit [X,1] wird auf ||| on [X,1] will be at ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=2.87691272771 MaxLexEgivenF=3.75572066303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| mit [X,1] wird auf ||| with [X,1] pressuring ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=3.5476400243 MaxLexEgivenF=5.65115058669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| mit [X,1] wird auf [X,2] ||| on [X,1] will be at [X,2] ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=2.87691272771 MaxLexEgivenF=3.75572066303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| mit [X,1] wird auf [X,2] ||| with [X,1] pressuring [X,2] ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=3.5476400243 MaxLexEgivenF=5.65115058669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| mit [X,1] wird [X,2] der ||| with [X,1] [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30168394068 MaxLexEgivenF=1.31284533722 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 4-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] of [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=1.51092618015 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] in [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=1.85115977377 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] with [X,2] to the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27826149576 MaxLexEgivenF=1.35842717203 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] with [X,2] on the ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.54979108635 MaxLexEgivenF=1.22521688872 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] with [X,2] on a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02454825416 MaxLexEgivenF=2.15412683375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] with [X,2] at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13972364238 MaxLexEgivenF=1.98135687188 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] with [X,2] onto the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50459003156 MaxLexEgivenF=3.09776861986 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] using [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0318003626 MaxLexEgivenF=2.7859184199 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| [X,1] by [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40033975329 MaxLexEgivenF=2.293645426 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] mit [X,2] auf der ||| from the [X,1] with [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54979108635 MaxLexEgivenF=3.40919632761 IsSingletonF=0 IsSingletonFE=1 ||| 4-0 4-1 1-3 3-5 4-6
+[X] ||| [X,1] mit [X,2] auf der ||| with [X,2] on the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54979108635 MaxLexEgivenF=1.22521688872 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 4-3
+[X] ||| mit [X,1] auf der ||| of [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=1.51092618015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| in [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=1.85115977377 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| for [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=2.2889277259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44060024029 MaxLexEgivenF=1.65307893084 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] to the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27826149576 MaxLexEgivenF=1.35842717203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] on the ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.54979108635 MaxLexEgivenF=1.22521688872 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] on a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02454825416 MaxLexEgivenF=2.15412683375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] on its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02454825416 MaxLexEgivenF=3.17971094256 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] at the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.13972364238 MaxLexEgivenF=1.98135687188 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| with [X,1] onto the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50459003156 MaxLexEgivenF=3.09776861986 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| using [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0318003626 MaxLexEgivenF=2.7859184199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| at [X,1] at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3456689922 MaxLexEgivenF=2.93557769798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der ||| by [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40033975329 MaxLexEgivenF=2.293645426 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| of [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=1.51092618015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| in [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=1.85115977377 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| for [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75573643616 MaxLexEgivenF=2.2889277259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| with [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44060024029 MaxLexEgivenF=1.65307893084 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| with [X,1] to the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27826149576 MaxLexEgivenF=1.35842717203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| with [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02454825416 MaxLexEgivenF=0.937279050515 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| mit [X,1] auf der [X,2] ||| with [X,1] on the [X,2] ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.54979108635 MaxLexEgivenF=1.22521688872 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| with [X,1] at the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.13972364238 MaxLexEgivenF=1.98135687188 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| with [X,1] onto the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50459003156 MaxLexEgivenF=3.09776861986 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| using [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0318003626 MaxLexEgivenF=2.7859184199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| at [X,1] at the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3456689922 MaxLexEgivenF=2.93557769798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| mit [X,1] auf der [X,2] ||| by [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40033975329 MaxLexEgivenF=2.293645426 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] firmen [X,2] der ||| like [X,1] companies [X,2] the ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=2.29563051471 MaxLexEgivenF=1.62503503426 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] wie [X,2] wird auf ||| [X,1] how [X,2] will affect ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.13036193382 MaxLexEgivenF=4.81765657434 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| wie [X,1] wird auf ||| how [X,1] will affect ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.13036193382 MaxLexEgivenF=4.81765657434 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] wird auf [X,2] ||| how [X,1] will affect [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.13036193382 MaxLexEgivenF=4.81765657434 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] wird [X,2] der ||| [X,1] how will [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86938435715 MaxLexEgivenF=2.29971255633 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 4-4
+[X] ||| wie [X,1] wird [X,2] der ||| wie [X,1] wird [X,2] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09652733776 MaxLexEgivenF=7.52699701822 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] wird [X,2] der ||| as [X,1] shall [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58900141516 MaxLexEgivenF=2.7112310173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] wird [X,2] der ||| how [X,1] will [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86938435715 MaxLexEgivenF=2.29971255633 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] wird [X,2] der ||| like [X,1] , [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57964326782 MaxLexEgivenF=1.90773299333 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] wird [X,2] der ||| such as [X,1] , [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.60159317358 MaxLexEgivenF=2.79896878961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] wie [X,2] auf der ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.03754044308 MaxLexEgivenF=7.35231726087 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] as [X,2] to the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85703566492 MaxLexEgivenF=1.53300311067 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] as [X,2] on the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.12856525552 MaxLexEgivenF=1.39979282735 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] as is [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01937440946 MaxLexEgivenF=3.29798911898 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-5
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] how [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60093324593 MaxLexEgivenF=1.7541316158 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] like [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71855956743 MaxLexEgivenF=2.29265136816 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] auf der ||| [X,1] like [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82775041349 MaxLexEgivenF=1.86478932604 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| wie [X,1] auf der ||| wie [X,1] auf der ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.03754044308 MaxLexEgivenF=7.35231726087 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der ||| as [X,1] to the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85703566492 MaxLexEgivenF=1.53300311067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der ||| as [X,1] on the ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.12856525552 MaxLexEgivenF=1.39979282735 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der ||| as is [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01937440946 MaxLexEgivenF=3.29798911898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| wie [X,1] auf der ||| as e.g. [X,1] , on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12856525552 MaxLexEgivenF=4.45113910405 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 3-5
+[X] ||| wie [X,1] auf der ||| how [X,1] on the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.60093324593 MaxLexEgivenF=1.7541316158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der ||| how [X,1] are on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60093324593 MaxLexEgivenF=3.7723719097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| wie [X,1] auf der ||| like [X,1] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.28780962011 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der ||| like [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71855956743 MaxLexEgivenF=2.29265136816 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der ||| like [X,1] on the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.82775041349 MaxLexEgivenF=1.86478932604 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| wie [X,1] auf der [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.03754044308 MaxLexEgivenF=7.35231726087 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| as [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85703566492 MaxLexEgivenF=1.53300311067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| as [X,1] on the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.12856525552 MaxLexEgivenF=1.39979282735 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| as is [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01937440946 MaxLexEgivenF=3.29798911898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| wie [X,1] auf der [X,2] ||| how [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07569041375 MaxLexEgivenF=1.4661937776 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf der [X,2] ||| how [X,1] on the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.60093324593 MaxLexEgivenF=1.7541316158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| how [X,1] are on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60093324593 MaxLexEgivenF=3.7723719097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| wie [X,1] auf der [X,2] ||| like [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.77465285305 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] auf der [X,2] ||| like [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.28780962011 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| like [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71855956743 MaxLexEgivenF=2.29265136816 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf der [X,2] ||| like [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30250758131 MaxLexEgivenF=1.57685148784 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] auf der [X,2] ||| like [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82775041349 MaxLexEgivenF=1.86478932604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] auf [X,2] gehandelt ||| traded on [X,2] such as [X,1] ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=1.87615536821 MaxLexEgivenF=2.74927722796 IsSingletonF=1 IsSingletonFE=1 ||| 4-0 2-1 0-3 0-4
+[X] ||| [X,1] vielen [X,2] auf der ||| [X,1] many [X,2] of ||| EgivenFCoherent=2.19589965241 SampleCountF=2.19865708695 CountEF=0.301029995664 MaxLexFgivenE=3.68191662759 MaxLexEgivenF=1.09082848675 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] vielen [X,2] auf der ||| [X,1] many [X,2] in the ||| EgivenFCoherent=1.89486965675 SampleCountF=2.19865708695 CountEF=0.47712125472 MaxLexFgivenE=3.07135306644 MaxLexEgivenF=1.71899991857 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] vielen [X,2] auf der ||| [X,1] many [X,2] on the ||| EgivenFCoherent=1.41774840203 SampleCountF=2.19865708695 CountEF=0.845098040014 MaxLexFgivenE=2.1805439125 MaxLexEgivenF=1.29113787645 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] vielen [X,2] auf der ||| [X,1] numerous [X,2] on the ||| EgivenFCoherent=2.19589965241 SampleCountF=2.19865708695 CountEF=0.301029995664 MaxLexFgivenE=2.76205469668 MaxLexEgivenF=2.67546766939 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| vielen [X,1] auf der ||| many [X,1] of ||| EgivenFCoherent=2.19589965241 SampleCountF=2.19865708695 CountEF=0.301029995664 MaxLexFgivenE=3.68191662759 MaxLexEgivenF=1.09082848675 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| vielen [X,1] auf der ||| many [X,1] in the ||| EgivenFCoherent=1.89486965675 SampleCountF=2.19865708695 CountEF=0.47712125472 MaxLexFgivenE=3.07135306644 MaxLexEgivenF=1.71899991857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| vielen [X,1] auf der ||| many [X,1] on the ||| EgivenFCoherent=1.41774840203 SampleCountF=2.19865708695 CountEF=0.845098040014 MaxLexFgivenE=2.1805439125 MaxLexEgivenF=1.29113787645 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| vielen [X,1] auf der ||| numerous [X,1] on the ||| EgivenFCoherent=2.19589965241 SampleCountF=2.19865708695 CountEF=0.301029995664 MaxLexFgivenE=2.76205469668 MaxLexEgivenF=2.67546766939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| vielen [X,1] auf der [X,2] ||| many [X,1] of [X,2] ||| EgivenFCoherent=2.19589965241 SampleCountF=2.19865708695 CountEF=0.301029995664 MaxLexFgivenE=3.68191662759 MaxLexEgivenF=1.09082848675 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| vielen [X,1] auf der [X,2] ||| many [X,1] in the [X,2] ||| EgivenFCoherent=1.89486965675 SampleCountF=2.19865708695 CountEF=0.47712125472 MaxLexFgivenE=3.07135306644 MaxLexEgivenF=1.71899991857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| vielen [X,1] auf der [X,2] ||| many [X,1] on the [X,2] ||| EgivenFCoherent=1.41774840203 SampleCountF=2.19865708695 CountEF=0.845098040014 MaxLexFgivenE=2.1805439125 MaxLexEgivenF=1.29113787645 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| vielen [X,1] auf der [X,2] ||| numerous [X,1] on the [X,2] ||| EgivenFCoherent=2.19589965241 SampleCountF=2.19865708695 CountEF=0.301029995664 MaxLexFgivenE=2.76205469668 MaxLexEgivenF=2.67546766939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] firmen wird [X,2] der ||| [X,1] companies , [X,2] the ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.98609846654 MaxLexEgivenF=1.22648710714 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| firmen wird [X,1] der ||| companies , [X,1] the ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.98609846654 MaxLexEgivenF=1.22648710714 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| firmen wird [X,1] der [X,2] ||| companies , [X,1] the [X,2] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.98609846654 MaxLexEgivenF=1.22648710714 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] wird auf der ||| [X,1] introduces the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.45691835058 MaxLexEgivenF=4.24727002636 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-1 3-2
+[X] ||| [X,1] wird auf der [X,2] ||| [X,1] introduces the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.45691835058 MaxLexEgivenF=4.24727002636 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-1 3-2
+[X] ||| wird auf der ||| introduces the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.45691835058 MaxLexEgivenF=4.24727002636 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-0 2-1
+[X] ||| wird auf der [X,1] ||| introduces the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.45691835058 MaxLexEgivenF=4.24727002636 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-0 2-1
diff --git a/example_free917/grammar/grammar.2 b/example_free917/grammar/grammar.2
new file mode 100644
index 0000000..dd7a9d8
--- /dev/null
+++ b/example_free917/grammar/grammar.2
@@ -0,0 +1,2252 @@
+[X] ||| [X,1] was ||| [X,1] so ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] was ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27564908671 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] which ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] which is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was ||| [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] that which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was ||| [X,1] what ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] how ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] making ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] whatever ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.956891623923 MaxLexEgivenF=2.18237819719 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] was [X,2] ||| [X,1] so [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] so [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=3.13250881669 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] was [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] which [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] which is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was [X,2] ||| [X,1] that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] that which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] making [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| was ||| so ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| was ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| and ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.67873730977 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27564908671 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27958425143 MaxLexEgivenF=2.19254552352 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.51972795331 MaxLexEgivenF=1.83511267626 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| which ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| which is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was ||| which are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=3.20042721407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| that which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was ||| what ||| EgivenFCoherent=0.805023396784 SampleCountF=2.47856649559 CountEF=1.68124123738 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67885718117 MaxLexEgivenF=2.70271348289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| how ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.58944548628 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30578471613 MaxLexEgivenF=2.45741700747 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11058424497 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95817595327 MaxLexEgivenF=3.00058495931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| instance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78639646137 MaxLexEgivenF=4.06128279966 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26710187869 MaxLexEgivenF=2.75664867973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| thing ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.23282177995 MaxLexEgivenF=2.22877388696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| something ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45496028711 MaxLexEgivenF=2.24173886412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| making ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| plus ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61514517178 MaxLexEgivenF=3.60898512867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| whatever ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.956891623923 MaxLexEgivenF=2.18237819719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61692211764 MaxLexEgivenF=2.48149920305 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| but ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144374644 MaxLexEgivenF=2.08203802125 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11058424497 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| was [X,1] ||| so [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| so [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=3.13250881669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| was [X,1] ||| was [X,1] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| as [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51972795331 MaxLexEgivenF=1.83511267626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51972795331 MaxLexEgivenF=3.48264874023 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| which [X,1] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| which is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was [X,1] ||| which are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=3.20042721407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was [X,1] ||| that [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| that which [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was [X,1] ||| what [X,1] ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| what to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=1.66662231996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| how [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| thing [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.23282177995 MaxLexEgivenF=2.22877388696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| thing to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23282177995 MaxLexEgivenF=3.24107915802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| making [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ist ||| [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ist ||| [X,1] that it is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=4.21103790505 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] ist ||| [X,1] is ||| EgivenFCoherent=0.585026652029 SampleCountF=2.47856649559 CountEF=1.89762709129 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] &apos;s ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] has ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] will ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58849412524 MaxLexEgivenF=2.72520274263 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] represents ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] lies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] then ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=3.46010253642 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1330110409 MaxLexEgivenF=2.60808025702 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| is [X,1] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ist ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] ist [X,2] ||| [X,2] [X,1] it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] ist [X,2] ||| [X,1] [X,2] is ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ist [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] , [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.882168521306 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] ist [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=0.625862906001 SampleCountF=2.47856649559 CountEF=1.85733249643 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] &apos;s [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] has [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] will [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] represents [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] lies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| is [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] ist [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ist [X,2] ||| are [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| ist ||| was ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4859335365 MaxLexEgivenF=1.61819584938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ist ||| that it is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=4.21103790505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| ist ||| is ||| EgivenFCoherent=0.273001272064 SampleCountF=2.47856649559 CountEF=2.20682587603 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| &apos;s ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| has ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| has it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=3.12577837004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ist ||| are ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| will ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.53711772071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42866109745 MaxLexEgivenF=2.66552736077 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58849412524 MaxLexEgivenF=2.72520274263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| represents ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| lies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| designed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=3.50888648161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| then ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=3.46010253642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1330110409 MaxLexEgivenF=2.60808025702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| [X,1] and is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=1.21774564317 IsSingletonF=0 IsSingletonFE=1 ||| 0-2
+[X] ||| ist [X,1] ||| [X,1] is ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ist [X,1] ||| [X,1] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.53711772071 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ist [X,1] ||| was [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| is [X,1] ||| EgivenFCoherent=0.52287874528 SampleCountF=2.47856649559 CountEF=1.95904139232 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| &apos;s [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| has [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| will [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| represents [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| lies [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] die ||| [X,1] die ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.334145841525 MaxLexEgivenF=2.38141153645 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] the ||| EgivenFCoherent=0.769551078622 SampleCountF=2.47856649559 CountEF=1.71600334363 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74741180789 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] which ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.638882265302 MaxLexEgivenF=1.53832158324 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] a ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.34273929373 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04397530303 MaxLexEgivenF=2.135553714 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34108561855 MaxLexEgivenF=2.57300138632 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] obtained ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18680190009 MaxLexEgivenF=3.78026147104 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die ||| [X,1] early ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=4.60471274107 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] die [X,2] ||| [X,1] die [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.334145841525 MaxLexEgivenF=2.38141153645 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74741180789 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| [X,1] which [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.638882265302 MaxLexEgivenF=1.53832158324 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34273929373 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| [X,1] its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04397530303 MaxLexEgivenF=2.135553714 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| [X,1] they [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34108561855 MaxLexEgivenF=2.57300138632 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] die [X,2] ||| the [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| die ||| die ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.334145841525 MaxLexEgivenF=2.38141153645 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| the ||| EgivenFCoherent=0.346787486225 SampleCountF=2.47856649559 CountEF=2.13353890837 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.74741180789 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.39277402578 MaxLexEgivenF=2.06758655198 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| which ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.638882265302 MaxLexEgivenF=1.53832158324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14877192502 MaxLexEgivenF=2.31848088704 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=3.10605764583 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| a ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.34273929373 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53689152044 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| this ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.22873149163 MaxLexEgivenF=1.94567647427 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die ||| its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04397530303 MaxLexEgivenF=2.135553714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25867289807 MaxLexEgivenF=2.06457104224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34108561855 MaxLexEgivenF=2.57300138632 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| obtained ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18680190009 MaxLexEgivenF=3.78026147104 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die ||| early ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=4.60471274107 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| die [X,1] ||| die [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.334145841525 MaxLexEgivenF=2.38141153645 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| the [X,1] ||| EgivenFCoherent=0.574031267728 SampleCountF=2.47856649559 CountEF=1.90848501888 MaxLexFgivenE=0.621280927095 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74741180789 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| with [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79514223484 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| which [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.638882265302 MaxLexEgivenF=1.53832158324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die [X,1] ||| a [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.34273929373 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.22873149163 MaxLexEgivenF=1.94567647427 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04397530303 MaxLexEgivenF=2.135553714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25867289807 MaxLexEgivenF=2.06457104224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] ||| they [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34108561855 MaxLexEgivenF=2.57300138632 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] adresse ||| [X,1] place ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.86834534105 MaxLexEgivenF=1.94335564721 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] adresse ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.245387708964 MaxLexEgivenF=1.80160341159 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] address ||| EgivenFCoherent=0.405239247414 SampleCountF=2.47856649559 CountEF=2.07554696139 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] address an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.00559203951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse ||| [X,1] e-mail address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=2.01991775861 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse ||| [X,1] addresses ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75163435511 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] latter ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35391623092 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] email address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=2.07360261757 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse ||| [X,1] agency ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73495976127 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] file ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.97726621243 MaxLexEgivenF=3.39820050722 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] postal address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.35235621852 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse ||| [X,1] location ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.1019369097 MaxLexEgivenF=2.11944690627 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] adress ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.884949761467 MaxLexEgivenF=1.95886781339 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] base ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08278537032 MaxLexEgivenF=2.85413246287 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse ||| [X,1] street address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.10931816983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse ||| [X,1] personal details ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.91824009022 MaxLexEgivenF=5.01824976406 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse ||| [X,1] premises ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74036268949 MaxLexEgivenF=3.09717051156 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse ||| address [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] adresse [X,2] ||| [X,2] [X,1] address ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] adresse [X,2] ||| [X,1] [X,2] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] adresse [X,2] ||| [X,1] [X,2] invite ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62034429975 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] adresse [X,2] ||| [X,1] place [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.86834534105 MaxLexEgivenF=1.94335564721 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] adresse [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.245387708964 MaxLexEgivenF=1.80160341159 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] address [X,2] ||| EgivenFCoherent=0.563307402336 SampleCountF=2.47856649559 CountEF=1.91907809238 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] address , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.865809320972 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] address of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.952020972175 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] address to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=1.26749097802 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] address is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=1.72551995647 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] addresses [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75163435511 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] email address [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=2.07360261757 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse [X,2] ||| [X,1] agency [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73495976127 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] postal address [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.35235621852 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] adresse [X,2] ||| [X,1] location [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.1019369097 MaxLexEgivenF=2.11944690627 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| [X,1] adress [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.884949761467 MaxLexEgivenF=1.95886781339 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse [X,2] ||| address [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| adresse ||| an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.56208855919 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| place ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.86834534105 MaxLexEgivenF=1.94335564721 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse ||| contact information ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88293728591 MaxLexEgivenF=4.46044190829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| if ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94519578708 MaxLexEgivenF=2.58528715058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| adresse ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.245387708964 MaxLexEgivenF=1.80160341159 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse ||| address ||| EgivenFCoherent=0.327902142064 SampleCountF=2.47856649559 CountEF=2.15228834438 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse ||| address an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.00559203951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| e-mail address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=2.01991775861 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| addresses ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75163435511 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse ||| latter ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35391623092 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| email address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=2.07360261757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| agency ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73495976127 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| information ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61812811525 MaxLexEgivenF=2.46878158151 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| destination ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66660306126 MaxLexEgivenF=2.65783781773 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| file ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.97726621243 MaxLexEgivenF=3.39820050722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| postal address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.35235621852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| invite ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62034429975 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| location ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.1019369097 MaxLexEgivenF=2.11944690627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse ||| adress ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.884949761467 MaxLexEgivenF=1.95886781339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| base ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08278537032 MaxLexEgivenF=2.85413246287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| street address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.10931816983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| personal details ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.91824009022 MaxLexEgivenF=5.01824976406 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse ||| premises ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74036268949 MaxLexEgivenF=3.09717051156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse ||| correctly ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.9016399206 MaxLexEgivenF=3.22210924816 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] ||| [X,1] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| adresse [X,1] ||| [X,1] invite ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62034429975 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| adresse [X,1] ||| place [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.86834534105 MaxLexEgivenF=1.94335564721 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] ||| contact information of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88293728591 MaxLexEgivenF=5.1572771735 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse [X,1] ||| adresse [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.245387708964 MaxLexEgivenF=1.80160341159 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] ||| address [X,1] ||| EgivenFCoherent=0.537602002101 SampleCountF=2.47856649559 CountEF=1.94448267215 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] ||| address , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.865809320972 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] ||| address of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=0.952020972175 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] ||| address to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=1.26749097802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] ||| address is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=1.72551995647 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] ||| addresses [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75163435511 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] ||| email address [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=2.07360261757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse [X,1] ||| agency [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73495976127 MaxLexEgivenF=3.69923050288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] ||| destination [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66660306126 MaxLexEgivenF=2.65783781773 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] ||| postal address [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.701586619372 MaxLexEgivenF=3.35235621852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| adresse [X,1] ||| location [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.1019369097 MaxLexEgivenF=2.11944690627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] ||| adress [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.884949761467 MaxLexEgivenF=1.95886781339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] des ||| [X,1] of ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.396823248851 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] des ||| [X,1] of the ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.806515239343 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] des ||| [X,1] des ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.338639944796 MaxLexEgivenF=2.01564274353 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] des ||| [X,1] the ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] des ||| [X,1] at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=2.88144165555 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] des [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.396823248851 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] des [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.806515239343 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] des [X,2] ||| [X,1] of that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=2.71812039723 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] des [X,2] ||| [X,1] des [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.338639944796 MaxLexEgivenF=2.01564274353 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] des [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] des [X,2] ||| [X,1] at the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=2.88144165555 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| des ||| of ||| EgivenFCoherent=0.805023396784 SampleCountF=2.47856649559 CountEF=1.68124123738 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.396823248851 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des ||| of the ||| EgivenFCoherent=0.736758565225 SampleCountF=2.47856649559 CountEF=1.74818802701 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.806515239343 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| des ||| des ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.338639944796 MaxLexEgivenF=2.01564274353 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des ||| the ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des ||| at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=2.88144165555 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| des ||| by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78665716934 MaxLexEgivenF=2.22419102557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| des ||| &apos;s ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.78665716934 MaxLexEgivenF=2.30738482306 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des [X,1] ||| of [X,1] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.396823248851 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des [X,1] ||| of the [X,1] ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=0.806515239343 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| des [X,1] ||| of that [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0121421642 MaxLexEgivenF=2.71812039723 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| des [X,1] ||| des [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.338639944796 MaxLexEgivenF=2.01564274353 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des [X,1] ||| the [X,1] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| des [X,1] ||| at the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35106795438 MaxLexEgivenF=2.88144165555 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| [X,1] hauptsitzes ||| [X,1] headquarters ||| EgivenFCoherent=0.583576585634 SampleCountF=1.38021124171 CountEF=0.845098040014 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=0.609746819994 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hauptsitzes ||| [X,1] headquarters building ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=2.36562167567 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] hauptsitzes ||| [X,1] bank ’ s headquarters ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=4.33330334266 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] hauptsitzes ||| company ’ s [X,1] domicile ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.47421626408 MaxLexEgivenF=5.17840138268 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-2 1-4
+[X] ||| [X,1] hauptsitzes ||| yet contemporary [X,1] head office ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.56661423824 MaxLexEgivenF=6.42143943136 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-3 1-4
+[X] ||| [X,1] hauptsitzes [X,2] ||| [X,1] headquarters [X,2] ||| EgivenFCoherent=0.662757831682 SampleCountF=1.38021124171 CountEF=0.778151250384 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=0.609746819994 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hauptsitzes [X,2] ||| [X,1] headquarters building [X,2] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=2.36562167567 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] hauptsitzes [X,2] ||| company ’ s [X,1] domicile [X,2] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.47421626408 MaxLexEgivenF=5.17840138268 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-2 1-4
+[X] ||| [X,1] hauptsitzes [X,2] ||| yet contemporary [X,1] head office [X,2] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.56661423824 MaxLexEgivenF=6.42143943136 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-3 1-4
+[X] ||| hauptsitzes ||| fact that our head office is situated ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.56661423824 MaxLexEgivenF=11.4035233922 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3 0-4 0-6
+[X] ||| hauptsitzes ||| company residence ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.45788189673 MaxLexEgivenF=2.90968972002 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hauptsitzes ||| headquarters ||| EgivenFCoherent=0.516629796003 SampleCountF=1.38021124171 CountEF=0.903089986992 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=0.609746819994 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hauptsitzes ||| headquarters building ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=2.36562167567 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hauptsitzes ||| mark ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.74004672405 MaxLexEgivenF=1.75587485567 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hauptsitzes ||| main residence ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.45788189673 MaxLexEgivenF=2.90968972002 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hauptsitzes ||| bank ’ s headquarters ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=4.33330334266 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| hauptsitzes [X,1] ||| fact that our head office is situated [X,1] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.56661423824 MaxLexEgivenF=11.4035233922 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3 0-4 0-6
+[X] ||| hauptsitzes [X,1] ||| headquarters [X,1] ||| EgivenFCoherent=0.662757831682 SampleCountF=1.38021124171 CountEF=0.778151250384 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=0.609746819994 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hauptsitzes [X,1] ||| headquarters building [X,1] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.17650467601 MaxLexEgivenF=2.36562167567 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hauptsitzes [X,1] ||| mark [X,1] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.74004672405 MaxLexEgivenF=1.75587485567 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] von ||| [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] von ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] of ||| EgivenFCoherent=0.619788758288 SampleCountF=2.47856649559 CountEF=1.86332286012 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] from ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] for ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] by ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] between ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von ||| for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von [X,2] ||| [X,2] for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] von [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=0.713693261157 SampleCountF=2.47856649559 CountEF=1.77085201164 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=1.70975772428 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] from [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] for [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] by [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] between [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| of [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von [X,2] ||| from [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von [X,2] ||| among [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=3.18132288092 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| von ||| , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| von ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| von ( disambiguation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=9.27546995033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| von ||| of ||| EgivenFCoherent=0.447737477034 SampleCountF=2.47856649559 CountEF=2.03342375549 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| on ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| from ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| for ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| by ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| predicting ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=5.81580015108 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| between ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| among ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=3.18132288092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| mr. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=4.45407231506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| von [X,1] ||| , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| von [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| of [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| of the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=1.70975772428 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| on [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| from [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| for [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| by [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| predicting [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=5.81580015108 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| between [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| among [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=3.18132288092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| mr. [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=4.45407231506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] apple ||| [X,1] apple ||| EgivenFCoherent=0.412663265493 SampleCountF=2.47856649559 CountEF=2.06818586175 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] apple ||| [X,1] apple ( album ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=6.7264916331 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3 1-4
+[X] ||| [X,1] apple ||| [X,1] apple knows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=3.26361455235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] apple ||| [X,1] api ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4325684653 MaxLexEgivenF=2.717670503 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] apple ||| [X,1] display ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62128016755 MaxLexEgivenF=3.01870049867 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] apple ||| apple [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] apple ||| machine [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42435068925 MaxLexEgivenF=2.717670503 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] apple [X,2] ||| [X,2] [X,1] apple ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] apple [X,2] ||| [X,1] [X,2] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] apple [X,2] ||| [X,1] apple [X,2] ||| EgivenFCoherent=0.508638306166 SampleCountF=2.47856649559 CountEF=1.9731278536 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] apple [X,2] ||| [X,1] apple knows [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=3.26361455235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] apple [X,2] ||| [X,1] api [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4325684653 MaxLexEgivenF=2.717670503 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] apple [X,2] ||| apple [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] apple [X,2] ||| apple [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| apple ||| . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.99627262968 MaxLexEgivenF=1.85733249643 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| apple ||| “ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95064066387 MaxLexEgivenF=2.54157924395 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| an ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.38599730013 MaxLexEgivenF=2.36548798489 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| apple ||| &apos;s ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.78719274633 MaxLexEgivenF=1.88836673017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| apple ||| apple ||| EgivenFCoherent=0.236572006437 SampleCountF=2.47856649559 CountEF=2.24303804869 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| apple ||| apple ( album ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=6.7264916331 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3
+[X] ||| apple ||| apple knows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=3.26361455235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| apple ||| post ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.50521783153 MaxLexEgivenF=3.01870049867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| software ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33410510333 MaxLexEgivenF=2.14363923527 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| apple ||| iphone ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61260118817 MaxLexEgivenF=1.55630250077 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| .mac web gallery lets members easily share photos and movies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16435285578 MaxLexEgivenF=26.6654126927 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3 0-4 0-5 0-6 0-7 0-9
+[X] ||| apple ||| api ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4325684653 MaxLexEgivenF=2.717670503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| computer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05696345662 MaxLexEgivenF=2.20578714202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| growth ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.79133970397 MaxLexEgivenF=3.31973049433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| technique ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44388854678 MaxLexEgivenF=3.31973049433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| machine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42435068925 MaxLexEgivenF=2.717670503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| features ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44901531635 MaxLexEgivenF=2.47463245432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| announced ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80939135081 MaxLexEgivenF=2.41664050734 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| display ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62128016755 MaxLexEgivenF=3.01870049867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple ||| $ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11243741732 MaxLexEgivenF=2.41664050734 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple [X,1] ||| [X,1] apple ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| apple [X,1] ||| &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78719274633 MaxLexEgivenF=1.88836673017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple [X,1] ||| apple [X,1] ||| EgivenFCoherent=0.373317533764 SampleCountF=2.47856649559 CountEF=2.10720996965 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| apple [X,1] ||| apple knows [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.385329376847 MaxLexEgivenF=3.26361455235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| apple [X,1] ||| api [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4325684653 MaxLexEgivenF=2.717670503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] , ||| [X,1] , ||| EgivenFCoherent=0.590630529547 SampleCountF=2.47856649559 CountEF=1.89209460269 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] , ||| [X,1] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] , [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=0.651046452019 SampleCountF=2.47856649559 CountEF=1.83250891271 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| , ||| . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=2.33909787868 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , ||| , ||| EgivenFCoherent=0.38721614328 SampleCountF=2.47856649559 CountEF=2.09342168516 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , ||| and ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , ||| to ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.487393411096 MaxLexEgivenF=1.30197103764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , [X,1] ||| , [X,1] ||| EgivenFCoherent=0.585026652029 SampleCountF=2.47856649559 CountEF=1.89762709129 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] inc ||| [X,1] , inc ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.818765680205 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] inc ||| [X,1] inc ||| EgivenFCoherent=0.262277406672 SampleCountF=2.47856649559 CountEF=2.21748394421 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.208142066199 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] inc ||| [X,1] inc. ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.937681614551 MaxLexEgivenF=1.18399572465 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] inc ||| [X,1] scan ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15745676813 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] inc ||| states [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66023285665 MaxLexEgivenF=2.69810054562 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] inc ||| states license [X,1] unless otherwise noted ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2776092143 MaxLexEgivenF=15.0979577513 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-3 1-4 1-5
+[X] ||| [X,1] inc [X,2] ||| [X,1] , inc [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.818765680205 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] inc [X,2] ||| [X,1] inc [X,2] ||| EgivenFCoherent=0.301029995664 SampleCountF=2.47856649559 CountEF=2.17897694729 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.208142066199 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] inc [X,2] ||| [X,1] inc. [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.937681614551 MaxLexEgivenF=1.18399572465 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] inc [X,2] ||| [X,1] scan [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15745676813 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] inc [X,2] ||| states license [X,1] unless otherwise noted [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2776092143 MaxLexEgivenF=15.0979577513 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-3 1-4 1-5
+[X] ||| inc ||| &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.03080879138 MaxLexEgivenF=2.39707054996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc ||| , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.65765747414 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| inc ||| , inc ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.818765680205 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| inc ||| inc ||| EgivenFCoherent=0.217049866735 SampleCountF=2.47856649559 CountEF=2.26245108973 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.208142066199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| inc ||| inc. ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.937681614551 MaxLexEgivenF=1.18399572465 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| inc ||| states ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66023285665 MaxLexEgivenF=2.69810054562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc ||| chromflickr-friendbook ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.954242509439 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc ||| packaging ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55654370848 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc ||| cup ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95182303532 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc ||| scan ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15745676813 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc ||| following ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23598270348 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc [X,1] ||| [X,1] of following ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23598270348 MaxLexEgivenF=3.87205706555 IsSingletonF=0 IsSingletonFE=1 ||| 0-2
+[X] ||| inc [X,1] ||| , inc [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.818765680205 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| inc [X,1] ||| inc [X,1] ||| EgivenFCoherent=0.273001272064 SampleCountF=2.47856649559 CountEF=2.20682587603 MaxLexFgivenE=0.316899550094 MaxLexEgivenF=0.208142066199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| inc [X,1] ||| inc. [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.937681614551 MaxLexEgivenF=1.18399572465 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| inc [X,1] ||| chromflickr-friendbook [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.954242509439 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc [X,1] ||| cup [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95182303532 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| inc [X,1] ||| scan [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15745676813 MaxLexEgivenF=3.17522180034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] . ||| [X,1] . ||| EgivenFCoherent=0.376750709602 SampleCountF=2.47856649559 CountEF=2.10380372096 MaxLexFgivenE=0.0652030022876 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] . ||| [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04150394232 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] . ||| [X,1] ? ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.924825811317 MaxLexEgivenF=2.47950692722 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| . ||| ! ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.593524828844 MaxLexEgivenF=1.99337664801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| . ||| . ||| EgivenFCoherent=0.165367393664 SampleCountF=2.47856649559 CountEF=2.31386722037 MaxLexFgivenE=0.0652030022876 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| . ||| , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.04150394232 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| . ||| ? ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.924825811317 MaxLexEgivenF=2.47950692722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| . ||| ... ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.897277787477 MaxLexEgivenF=2.40837201191 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| . ||| conditions . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.0652030022876 MaxLexEgivenF=3.90056072925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| . ||| coast ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54871709301 MaxLexEgivenF=4.14425006028 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] was ist ||| [X,1] and what is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=1.87206269207 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] was ist ||| [X,1] which is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.12992913381 MaxLexEgivenF=1.45373182746 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was ist ||| [X,1] what is ||| EgivenFCoherent=0.670941280736 SampleCountF=2.47856649559 CountEF=1.81291335664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was ist ||| [X,1] what &apos;s ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.84734714374 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was ist ||| [X,1] what will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.66871810476 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist ||| [X,1] what ’ s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=5.58535050182 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] was ist ||| [X,1] what happens ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05799400289 MaxLexEgivenF=4.37980774664 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist ||| [X,1] where is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06928833551 MaxLexEgivenF=2.97425839019 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist ||| [X,1] how is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34667511856 MaxLexEgivenF=2.33573269761 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] [X,2] what &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84734714374 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] was ist [X,2] ||| [X,1] which is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12992913381 MaxLexEgivenF=1.45373182746 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what [X,2] is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-3
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what is [X,2] ||| EgivenFCoherent=0.684729565221 SampleCountF=2.47856649559 CountEF=1.79934054945 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what &apos;s [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.84734714374 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what will [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.66871810476 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what ’ s [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=5.58535050182 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] was ist [X,2] ||| [X,1] what happens [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05799400289 MaxLexEgivenF=4.37980774664 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] where is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06928833551 MaxLexEgivenF=2.97425839019 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| [X,1] how is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34667511856 MaxLexEgivenF=2.33573269761 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist [X,2] ||| what is [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| was ist ||| which is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.12992913381 MaxLexEgivenF=1.45373182746 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| what is ||| EgivenFCoherent=0.262277406672 SampleCountF=2.47856649559 CountEF=2.21748394421 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| what &apos;s ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.84734714374 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| what has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.5612425104 MaxLexEgivenF=2.16189956957 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89113921504 MaxLexEgivenF=2.1115249093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.66871810476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90759010511 MaxLexEgivenF=3.32598605015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05574463202 MaxLexEgivenF=2.52537803874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what should ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.0875130375 MaxLexEgivenF=3.37951979153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| what makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63202995316 MaxLexEgivenF=3.26239730592 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what ’ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.95775687811 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what ’ s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=5.58535050182 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| was ist ||| what happens ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.05799400289 MaxLexEgivenF=4.37980774664 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| what do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.88202779094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what happened ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62885899594 MaxLexEgivenF=4.10635196358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| what exactly is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=4.40356817023 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| was ist ||| where is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.06928833551 MaxLexEgivenF=2.97425839019 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| how is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.34667511856 MaxLexEgivenF=2.33573269761 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist ||| how does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27540346217 MaxLexEgivenF=4.73585679155 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| how can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42355798908 MaxLexEgivenF=3.93524878014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.06928833551 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| was ist ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.50270454775 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| was ist ||| this is what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=3.36735599758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| was ist ||| can i have installed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.90043871301 MaxLexEgivenF=9.9891299303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 1-3
+[X] ||| was ist ||| whatever is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.43673447316 MaxLexEgivenF=2.45392310449 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist ||| why is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.43415902409 MaxLexEgivenF=2.99370766169 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| [X,1] , what is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=1.53648557021 IsSingletonF=0 IsSingletonFE=1 ||| 0-2 1-3
+[X] ||| was ist [X,1] ||| [X,1] of this is what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=4.06419126279 IsSingletonF=0 IsSingletonFE=1 ||| 0-2 1-3 0-4
+[X] ||| was ist [X,1] ||| [X,1] what &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84734714374 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| was ist [X,1] ||| which is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12992913381 MaxLexEgivenF=1.45373182746 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ist [X,1] ||| what [X,1] is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-2
+[X] ||| was ist [X,1] ||| what is [X,1] ||| EgivenFCoherent=0.286789556549 SampleCountF=2.47856649559 CountEF=2.19312459835 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what is the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=2.27052579228 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what is for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.978861761495 MaxLexEgivenF=2.57339802017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what &apos;s [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.84734714374 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what has [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.5612425104 MaxLexEgivenF=2.16189956957 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89113921504 MaxLexEgivenF=2.1115249093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what will [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.66871810476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what does [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90759010511 MaxLexEgivenF=3.32598605015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05574463202 MaxLexEgivenF=2.52537803874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what should [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.0875130375 MaxLexEgivenF=3.37951979153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what makes [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63202995316 MaxLexEgivenF=3.26239730592 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what ’ [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.95775687811 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what ’ s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=5.58535050182 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| was ist [X,1] ||| what happens [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05799400289 MaxLexEgivenF=4.37980774664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what do [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10366202182 MaxLexEgivenF=2.88202779094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| what happened [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62885899594 MaxLexEgivenF=4.10635196358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| where is [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.06928833551 MaxLexEgivenF=2.97425839019 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| how is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34667511856 MaxLexEgivenF=2.33573269761 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| how can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42355798908 MaxLexEgivenF=3.93524878014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06928833551 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| was ist [X,1] ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.50270454775 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| was ist [X,1] ||| why is [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.43415902409 MaxLexEgivenF=2.99370766169 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| [X,1] was [X,2] die ||| [X,1] which [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27136721167 MaxLexEgivenF=1.42422025296 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] die ||| [X,1] what [X,2] the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=0.896350381698 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] die ||| [X,1] whatever [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57817255102 MaxLexEgivenF=2.42441152998 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] die ||| which [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27136721167 MaxLexEgivenF=1.42422025296 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die ||| what [X,1] the ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=0.896350381698 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] die ||| what [X,1] to the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=1.90865565276 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] die ||| what [X,1] is that the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=3.75833141021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| was [X,1] die ||| what [X,1] your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75769181033 MaxLexEgivenF=2.71888809114 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die ||| what [X,1] take ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1169777086 MaxLexEgivenF=3.79216216962 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die ||| whatever [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57817255102 MaxLexEgivenF=2.42441152998 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die ||| concerning [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55492502826 MaxLexEgivenF=3.23020903412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die [X,2] ||| what [X,1] the [X,2] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=0.896350381698 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] die [X,2] ||| what [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=1.90865565276 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] die [X,2] ||| what [X,1] is that the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12029983935 MaxLexEgivenF=3.75833141021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| was [X,1] die [X,2] ||| what [X,1] take [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1169777086 MaxLexEgivenF=3.79216216962 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die [X,2] ||| whatever [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57817255102 MaxLexEgivenF=2.42441152998 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] die [X,2] ||| concerning [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55492502826 MaxLexEgivenF=3.23020903412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] adresse ||| [X,1] was [X,2] address ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.14282133311 MaxLexEgivenF=1.17460084098 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] adresse ||| [X,1] which [X,2] address ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.35167290395 MaxLexEgivenF=1.43737262713 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] adresse ||| was [X,1] address ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.14282133311 MaxLexEgivenF=1.17460084098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] adresse ||| which [X,1] address ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.35167290395 MaxLexEgivenF=1.43737262713 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] adresse ||| what [X,1] address ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.20060553163 MaxLexEgivenF=0.909502755869 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] adresse [X,2] ||| was [X,1] address [X,2] ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.14282133311 MaxLexEgivenF=1.17460084098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] adresse [X,2] ||| which [X,1] address is [X,2] ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.35167290395 MaxLexEgivenF=2.90770687663 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] adresse [X,2] ||| what [X,1] address [X,2] ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.20060553163 MaxLexEgivenF=0.909502755869 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] des ||| [X,1] . what [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85008686664 MaxLexEgivenF=3.92571948415 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] was [X,2] des ||| [X,1] every of [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.46645335234 MaxLexEgivenF=4.5538993017 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] was [X,2] des ||| [X,1] which [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.66222844877 MaxLexEgivenF=1.57901016901 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] des ||| [X,1] what [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=1.05114029775 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] des ||| [X,1] what [X,2] of the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=1.46083228825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] was [X,2] des ||| [X,1] what &apos;s [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=3.76821711131 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5
+[X] ||| [X,1] was [X,2] des ||| [X,1] meaning [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47200441347 MaxLexEgivenF=3.45842856855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] was [X,2] des ||| [X,1] thus [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45956412413 MaxLexEgivenF=3.56415944096 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] des ||| so what [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=3.67392597092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des ||| in [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2877912509 MaxLexEgivenF=1.81762433946 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des ||| every of [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.46645335234 MaxLexEgivenF=4.5538993017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] des ||| which [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.66222844877 MaxLexEgivenF=1.57901016901 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des ||| what [X,1] of ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=1.05114029775 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des ||| what [X,1] of the ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=1.46083228825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] des ||| what [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85008686664 MaxLexEgivenF=1.0640090394 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des ||| what [X,1] to the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85008686664 MaxLexEgivenF=2.07631431045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] des ||| what was [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=2.38024742226 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des ||| what &apos;s [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=3.76821711131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des ||| concerning [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94578626536 MaxLexEgivenF=3.38499895018 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] des ||| concerning [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94578626536 MaxLexEgivenF=3.79469094067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] des ||| things which [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.529281586 MaxLexEgivenF=4.25526460735 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des ||| meaning [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47200441347 MaxLexEgivenF=3.45842856855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] des ||| thus [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45956412413 MaxLexEgivenF=3.56415944096 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] des [X,2] ||| so what [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=3.67392597092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des [X,2] ||| in [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2877912509 MaxLexEgivenF=1.81762433946 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des [X,2] ||| every of [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.46645335234 MaxLexEgivenF=4.5538993017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] des [X,2] ||| which [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.66222844877 MaxLexEgivenF=1.57901016901 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des [X,2] ||| what [X,1] of [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=1.05114029775 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des [X,2] ||| what [X,1] of the [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=1.46083228825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] des [X,2] ||| what [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85008686664 MaxLexEgivenF=1.0640090394 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] des [X,2] ||| what [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85008686664 MaxLexEgivenF=2.07631431045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] des [X,2] ||| what &apos;s [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51116107646 MaxLexEgivenF=3.76821711131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des [X,2] ||| concerning [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94578626536 MaxLexEgivenF=3.38499895018 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] des [X,2] ||| concerning [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94578626536 MaxLexEgivenF=3.79469094067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] des [X,2] ||| things which [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.529281586 MaxLexEgivenF=4.25526460735 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| was [X,1] des [X,2] ||| meaning [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47200441347 MaxLexEgivenF=3.45842856855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] des [X,2] ||| thus [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45956412413 MaxLexEgivenF=3.56415944096 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] von ||| [X,1] was [X,2] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60267351716 MaxLexEgivenF=2.80784492206 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] von ||| [X,1] which [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.45934329986 MaxLexEgivenF=1.54728080836 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] von ||| [X,1] what [X,2] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.30827592754 MaxLexEgivenF=1.01941093711 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] von ||| [X,1] what [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84781183939 MaxLexEgivenF=1.99898088499 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] von ||| [X,1] what is [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14920072531 MaxLexEgivenF=3.11286249968 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] was [X,2] von ||| [X,1] leading [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08602509202 MaxLexEgivenF=3.42637668786 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] von ||| was [X,1] von ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.60267351716 MaxLexEgivenF=2.80784492206 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| - [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98091972424 MaxLexEgivenF=3.31243333556 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| which [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.45934329986 MaxLexEgivenF=1.54728080836 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| what [X,1] of ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.30827592754 MaxLexEgivenF=1.01941093711 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| what [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84781183939 MaxLexEgivenF=1.99898088499 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| what [X,1] from ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.08130842006 MaxLexEgivenF=1.5687024737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| what is [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14920072531 MaxLexEgivenF=3.11286249968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] von ||| thing [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04207879523 MaxLexEgivenF=2.59386777516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| but [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04070076172 MaxLexEgivenF=2.44713190945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von ||| leading [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08602509202 MaxLexEgivenF=3.42637668786 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| was [X,1] von [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.60267351716 MaxLexEgivenF=2.80784492206 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| - [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98091972424 MaxLexEgivenF=3.31243333556 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| which [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.45934329986 MaxLexEgivenF=1.54728080836 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.84781183939 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] von [X,2] ||| what [X,1] of [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.30827592754 MaxLexEgivenF=1.01941093711 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| what [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84781183939 MaxLexEgivenF=1.99898088499 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| what [X,1] from [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.08130842006 MaxLexEgivenF=1.5687024737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| what is [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14920072531 MaxLexEgivenF=3.11286249968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] von [X,2] ||| thing [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04207879523 MaxLexEgivenF=2.59386777516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| but [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04070076172 MaxLexEgivenF=2.44713190945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] von [X,2] ||| leading [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08602509202 MaxLexEgivenF=3.42637668786 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] apple ||| [X,1] what [X,2] apple ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=0.884348289107 MaxLexEgivenF=0.899231102589 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] apple ||| what [X,1] apple ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=0.884348289107 MaxLexEgivenF=0.899231102589 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] , ||| [X,1] was [X,2] , ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=1.62748074996 MaxLexEgivenF=1.13143045244 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] , ||| [X,1] which [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8363323208 MaxLexEgivenF=1.39420223859 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] , ||| [X,1] what [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=0.866332367327 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] , ||| [X,1] are [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.29683028119 MaxLexEgivenF=2.23025561233 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] , ||| was [X,1] , ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.62748074996 MaxLexEgivenF=1.13143045244 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] , ||| was what [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=1.78574750134 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] , ||| which [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8363323208 MaxLexEgivenF=1.39420223859 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] , ||| which is [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8363323208 MaxLexEgivenF=2.86453648809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] , ||| that which [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8363323208 MaxLexEgivenF=2.69617327623 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] , ||| what [X,1] , ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=0.866332367327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] , ||| what [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.986412323356 MaxLexEgivenF=1.95628808654 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] , ||| what [X,1] mean ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02285031393 MaxLexEgivenF=4.60638902792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] , ||| what &apos;s [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=3.36018574607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] , ||| are [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.29683028119 MaxLexEgivenF=2.23025561233 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] , [X,2] ||| was [X,1] , [X,2] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.62748074996 MaxLexEgivenF=1.13143045244 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] , [X,2] ||| was what [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=1.78574750134 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] , [X,2] ||| which [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17391768625 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] , [X,2] ||| which [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8363323208 MaxLexEgivenF=1.39420223859 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] , [X,2] ||| which is [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8363323208 MaxLexEgivenF=2.86453648809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] , [X,2] ||| that [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42358593698 MaxLexEgivenF=1.51398635606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] , [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.02285031393 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] , [X,2] ||| what [X,1] , [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=0.866332367327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] , [X,2] ||| what [X,1] mean [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02285031393 MaxLexEgivenF=4.60638902792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] , [X,2] ||| what &apos;s [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685264948485 MaxLexEgivenF=3.36018574607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] , [X,2] ||| are [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.29683028119 MaxLexEgivenF=2.23025561233 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] inc ||| [X,1] was [X,2] inc ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.75813426383 MaxLexEgivenF=1.12755720022 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] inc ||| was [X,1] inc ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.75813426383 MaxLexEgivenF=1.12755720022 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] inc [X,2] ||| was [X,1] inc [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.75813426383 MaxLexEgivenF=1.12755720022 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] . ||| [X,1] was [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.50643771602 MaxLexEgivenF=1.01850243205 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] . ||| [X,1] and [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.74394031205 MaxLexEgivenF=1.04528803391 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] . ||| [X,1] which [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71528928687 MaxLexEgivenF=1.2812742182 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] . ||| [X,1] that [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30254290305 MaxLexEgivenF=1.51462042956 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] . ||| [X,1] what [X,2] . ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.564221914548 MaxLexEgivenF=0.753404346941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] . ||| [X,1] something that [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.5201632894 MaxLexEgivenF=3.75635929368 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| was [X,1] . ||| was [X,1] . ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.50643771602 MaxLexEgivenF=1.01850243205 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| was [X,1] 2 . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50643771602 MaxLexEgivenF=4.52743106826 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] . ||| and [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.74394031205 MaxLexEgivenF=1.04528803391 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| which [X,1] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71528928687 MaxLexEgivenF=1.2812742182 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| that [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30254290305 MaxLexEgivenF=1.51462042956 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| what [X,1] . ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.564221914548 MaxLexEgivenF=0.753404346941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| what [X,1] ? ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42384472358 MaxLexEgivenF=3.13382397612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| where [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74406018346 MaxLexEgivenF=2.80180078093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| how [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93203527161 MaxLexEgivenF=2.16327508834 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] . ||| something that [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.5201632894 MaxLexEgivenF=3.75635929368 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] . ||| things which [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58234242409 MaxLexEgivenF=3.54783666605 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] ist die ||| [X,1] , the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=0.852656946801 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] , you don ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3997853444 MaxLexEgivenF=6.89067676905 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] ist die ||| [X,1] , its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6486184126 MaxLexEgivenF=2.74617732801 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] ) are the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01340122988 MaxLexEgivenF=3.59087826273 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ist die ||| [X,1] ist the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.08682030926 MaxLexEgivenF=2.77016975449 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] the ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] ist die ||| [X,1] it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69234494489 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2
+[X] ||| [X,1] ist die ||| [X,1] is the ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] is an ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85356548236 MaxLexEgivenF=2.51180046325 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] is to ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.22725465712 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] is a ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=1.48839269054 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] is a complete ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=5.14128239629 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] ist die ||| [X,1] is its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.52381815227 MaxLexEgivenF=2.4070986213 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69234494489 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ist die ||| [X,1] does the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02985211994 MaxLexEgivenF=2.91370233404 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die ||| [X,1] include ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.83019655016 MaxLexEgivenF=3.11021029403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ist die [X,2] ||| [X,1] , the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=0.852656946801 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] , its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6486184126 MaxLexEgivenF=2.74617732801 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] ) are the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01340122988 MaxLexEgivenF=3.59087826273 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ist die [X,2] ||| [X,1] ist the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.08682030926 MaxLexEgivenF=2.77016975449 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] ist die [X,2] ||| [X,1] the [X,2] is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 1-3
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.27498508407 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is the [X,2] ||| EgivenFCoherent=0.691791419709 SampleCountF=2.47856649559 CountEF=1.7923916895 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is an [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85356548236 MaxLexEgivenF=2.51180046325 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is to [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.22725465712 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is a [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=1.48839269054 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is a complete [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=5.14128239629 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] ist die [X,2] ||| [X,1] is its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.52381815227 MaxLexEgivenF=2.4070986213 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] this [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70857434086 MaxLexEgivenF=2.21722138157 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] ist die [X,2] ||| [X,1] does the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02985211994 MaxLexEgivenF=2.91370233404 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist die [X,2] ||| [X,1] include [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.83019655016 MaxLexEgivenF=3.11021029403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ist die [X,2] ||| the [X,2] is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2
+[X] ||| [X,1] ist die [X,2] ||| the [X,1] , [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=1.1242018541 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-4
+[X] ||| ist die ||| , the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=0.852656946801 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die ||| , you don ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3997853444 MaxLexEgivenF=6.89067676905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| ist die ||| , its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6486184126 MaxLexEgivenF=2.74617732801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die ||| ist the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.08682030926 MaxLexEgivenF=2.77016975449 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die ||| it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69234494489 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1
+[X] ||| ist die ||| is the ||| EgivenFCoherent=0.579494163429 SampleCountF=2.47856649559 CountEF=1.90308998699 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die ||| is an ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.85356548236 MaxLexEgivenF=2.51180046325 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die ||| is to ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.22725465712 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die ||| is a ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=1.48839269054 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die ||| is a complete ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=5.14128239629 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| ist die ||| is its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.52381815227 MaxLexEgivenF=2.4070986213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die ||| &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69234494489 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ist die ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92901182322 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ist die ||| are the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.01340122988 MaxLexEgivenF=1.69924119319 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die ||| does the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02985211994 MaxLexEgivenF=2.91370233404 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die ||| be the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=2.3092191869 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die ||| include ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.83019655016 MaxLexEgivenF=3.11021029403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ist die [X,1] ||| , the [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.22592403666 MaxLexEgivenF=0.852656946801 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| , its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6486184126 MaxLexEgivenF=2.74617732801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| ist the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.08682030926 MaxLexEgivenF=2.77016975449 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| the [X,1] is ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-2
+[X] ||| ist die [X,1] ||| is [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.27498508407 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist die [X,1] ||| is the [X,1] ||| EgivenFCoherent=0.638272163982 SampleCountF=2.47856649559 CountEF=1.84509804001 MaxLexFgivenE=1.10112377633 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| is an [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85356548236 MaxLexEgivenF=2.51180046325 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| is to [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.22725465712 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| is a [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=1.48839269054 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| is a complete [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82258214296 MaxLexEgivenF=5.14128239629 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| ist die [X,1] ||| is its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.52381815227 MaxLexEgivenF=2.4070986213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| are the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.01340122988 MaxLexEgivenF=1.69924119319 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| this [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70857434086 MaxLexEgivenF=2.21722138157 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| ist die [X,1] ||| does the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02985211994 MaxLexEgivenF=2.91370233404 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die [X,1] ||| include [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.83019655016 MaxLexEgivenF=3.11021029403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] , [X,2] address ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.30622972894 MaxLexEgivenF=0.865809320972 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] , [X,2] base ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.68742847988 MaxLexEgivenF=3.46475607688 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] , [X,2] accommodation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90051246124 MaxLexEgivenF=3.4067641299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] is [X,2] address ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.18142946861 MaxLexEgivenF=0.526730614264 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] is [X,2] destination ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1464459105 MaxLexEgivenF=2.92938272502 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] is [X,2] location ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.58177975894 MaxLexEgivenF=2.39099181357 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] is [X,2] base ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56262821955 MaxLexEgivenF=3.12567737017 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| [X,1] remains [X,2] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00126178344 MaxLexEgivenF=3.4351083867 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| is [X,1] [X,2] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18142946861 MaxLexEgivenF=0.526730614264 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| [X,1] ist [X,2] adresse ||| are [X,1] [X,2] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09370692216 MaxLexEgivenF=1.71239356736 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| ist [X,1] adresse ||| , [X,1] address ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.30622972894 MaxLexEgivenF=0.865809320972 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| , [X,1] base ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.68742847988 MaxLexEgivenF=3.46475607688 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| , [X,1] accommodation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90051246124 MaxLexEgivenF=3.4067641299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| is [X,1] address ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.18142946861 MaxLexEgivenF=0.526730614264 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| is [X,1] destination ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1464459105 MaxLexEgivenF=2.92938272502 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| is [X,1] location ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.58177975894 MaxLexEgivenF=2.39099181357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| is [X,1] base ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56262821955 MaxLexEgivenF=3.12567737017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| is [X,1] choice ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51527258742 MaxLexEgivenF=2.92938272502 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| is [X,1] accommodation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.77571220091 MaxLexEgivenF=3.06768542319 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse ||| remains [X,1] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00126178344 MaxLexEgivenF=3.4351083867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| , [X,1] address [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.30622972894 MaxLexEgivenF=0.865809320972 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| , [X,1] base [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.68742847988 MaxLexEgivenF=3.46475607688 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| , [X,1] accommodation [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90051246124 MaxLexEgivenF=3.4067641299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| is [X,1] address [X,2] ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.18142946861 MaxLexEgivenF=0.526730614264 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| is [X,1] destination [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1464459105 MaxLexEgivenF=2.92938272502 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| is [X,1] location [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.58177975894 MaxLexEgivenF=2.39099181357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| is [X,1] location [X,2] be if you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58177975894 MaxLexEgivenF=8.99043302456 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4 2-5 2-6
+[X] ||| ist [X,1] adresse [X,2] ||| is [X,1] base [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56262821955 MaxLexEgivenF=3.12567737017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| is [X,1] choice [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51527258742 MaxLexEgivenF=2.92938272502 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] adresse [X,2] ||| remains [X,1] address [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00126178344 MaxLexEgivenF=3.4351083867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist [X,2] des ||| [X,1] [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95571106394 MaxLexEgivenF=1.8304930811 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 3-3
+[X] ||| [X,1] ist [X,2] des ||| [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95571106394 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] ist [X,2] des ||| [X,1] was [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71371355483 MaxLexEgivenF=2.07530648025 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] des ||| [X,1] ist [X,2] des ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.804179326966 MaxLexEgivenF=4.54377916522 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] des ||| [X,1] is [X,2] of ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=0.66836815615 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] des ||| [X,1] is [X,2] of the ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] ist [X,2] des ||| [X,1] is [X,2] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.83091080361 MaxLexEgivenF=0.681236897791 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] des ||| [X,1] is , [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.68868376065 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 3-5
+[X] ||| [X,1] ist [X,2] des ||| [X,1] is the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ist [X,2] des ||| is [X,1] [X,2] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-3 3-4
+[X] ||| ist [X,1] des ||| was [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71371355483 MaxLexEgivenF=2.07530648025 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] des ||| ist [X,1] des ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.804179326966 MaxLexEgivenF=4.54377916522 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] des ||| is [X,1] of ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=0.66836815615 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] des ||| is [X,1] of the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ist [X,1] des ||| is [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.83091080361 MaxLexEgivenF=0.681236897791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] des ||| is , [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.68868376065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| ist [X,1] des ||| is the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] des [X,2] ||| [X,1] of [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=0.66836815615 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| ist [X,1] des [X,2] ||| was [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71371355483 MaxLexEgivenF=2.07530648025 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] des [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26650001857 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] des [X,2] ||| is [X,1] of [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=0.66836815615 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] des [X,2] ||| is [X,1] of the [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ist [X,1] des [X,2] ||| is [X,1] of your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=4.67706818499 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] des [X,2] ||| is [X,1] the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.83091080361 MaxLexEgivenF=0.681236897791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] des [X,2] ||| is , [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.68868376065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| ist [X,1] des [X,2] ||| is the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49198501343 MaxLexEgivenF=1.07806014664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] of ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=1.69234599791 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] from ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] &apos;s [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] are [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20137731806 MaxLexEgivenF=1.8223017486 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ist [X,1] von ||| it &apos;s [X,1] ( ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6971211586 MaxLexEgivenF=4.98343010065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| ist [X,1] von ||| is [X,1] of ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| is [X,1] in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=1.69234599791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| is [X,1] from ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| is [X,1] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| &apos;s [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| are [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20137731806 MaxLexEgivenF=1.8223017486 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| it &apos;s [X,1] ( [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6971211586 MaxLexEgivenF=4.98343010065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] of [X,2] ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] in [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=1.69234599791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] from [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] by [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| &apos;s [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| are [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20137731806 MaxLexEgivenF=1.8223017486 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| may [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95343603669 MaxLexEgivenF=2.53711772071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ist [X,2] apple ||| [X,1] [X,2] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] ist [X,2] apple ||| [X,1] , [X,2] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=0.855537667692 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] apple ||| [X,1] is [X,2] apple ||| EgivenFCoherent=0.758846095188 SampleCountF=2.12385164097 CountEF=1.38021124171 MaxLexFgivenE=0.865172226082 MaxLexEgivenF=0.516458960984 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] apple ||| [X,1] &apos;s [X,2] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.73365760832 MaxLexEgivenF=2.03890829375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] apple ||| [X,1] being [X,2] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=3.11885140873 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] apple ||| is [X,1] , [X,2] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=0.865172226082 MaxLexEgivenF=1.12708257499 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 3-4
+[X] ||| ist [X,1] apple ||| , [X,1] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=0.855537667692 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] apple ||| is [X,1] apple ||| EgivenFCoherent=0.673415899864 SampleCountF=2.12385164097 CountEF=1.4623979979 MaxLexFgivenE=0.865172226082 MaxLexEgivenF=0.516458960984 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] apple ||| &apos;s [X,1] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.73365760832 MaxLexEgivenF=2.03890829375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] apple ||| being [X,1] apple ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=3.11885140873 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] apple [X,2] ||| , [X,1] apple [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=0.855537667692 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] apple [X,2] ||| is [X,1] apple [X,2] ||| EgivenFCoherent=0.689210167047 SampleCountF=2.12385164097 CountEF=1.44715803134 MaxLexFgivenE=0.865172226082 MaxLexEgivenF=0.516458960984 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] apple [X,2] ||| &apos;s [X,1] apple [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.73365760832 MaxLexEgivenF=2.03890829375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] apple [X,2] ||| being [X,1] apple [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.98997248641 MaxLexEgivenF=3.11885140873 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist [X,2] , ||| [X,1] , [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=0.424030636847 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] , ||| [X,1] is [X,2] , ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=0.666088885461 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] , ||| [X,1] if [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=2.58910821678 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] , ||| is [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.666088885461 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| ist [X,1] , ||| was [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88647700212 MaxLexEgivenF=4.00471236844 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] , ||| , [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=0.424030636847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] , ||| is [X,1] , ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.666088885461 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] , ||| if [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=2.58910821678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] , [X,2] ||| [X,2] is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0036742509 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ist [X,1] , [X,2] ||| [X,1] , [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.666088885461 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| ist [X,1] , [X,2] ||| , [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=0.424030636847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] , [X,2] ||| , [X,1] thing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=4.17726783317 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| ist [X,1] , [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.0036742509 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] , [X,2] ||| is [X,1] , [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.666088885461 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] , [X,2] ||| is , [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.666088885461 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] , [X,2] ||| if [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79088914579 MaxLexEgivenF=2.58910821678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist [X,2] inc ||| [X,1] is [X,2] , inc ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=1.0903105875 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ist [X,2] inc ||| [X,1] is [X,2] inc ||| EgivenFCoherent=0.417535564735 SampleCountF=2.13672056716 CountEF=1.7242758696 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=0.479686973498 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] inc ||| [X,1] is a [X,2] inc ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=1.69653475674 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ist [X,2] inc ||| [X,1] are [X,2] inc ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=1.70901985288 MaxLexEgivenF=1.66534992659 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ist [X,1] inc ||| is [X,1] , inc ||| EgivenFCoherent=1.83250891271 SampleCountF=2.13672056716 CountEF=0.47712125472 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=1.0903105875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ist [X,1] inc ||| is [X,1] inc ||| EgivenFCoherent=0.377664052698 SampleCountF=2.13672056716 CountEF=1.76342799356 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=0.479686973498 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] inc ||| is a [X,1] inc ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=1.69653475674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] inc ||| are [X,1] inc ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=1.70901985288 MaxLexEgivenF=1.66534992659 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] inc [X,2] ||| is [X,1] , inc [X,2] ||| EgivenFCoherent=1.83250891271 SampleCountF=2.13672056716 CountEF=0.47712125472 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=1.0903105875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ist [X,1] inc [X,2] ||| is [X,1] inc [X,2] ||| EgivenFCoherent=0.385350881364 SampleCountF=2.13672056716 CountEF=1.75587485567 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=0.479686973498 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] inc [X,2] ||| is a [X,1] inc [X,2] ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=0.796742399329 MaxLexEgivenF=1.69653475674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] inc [X,2] ||| are [X,1] inc [X,2] ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=1.70901985288 MaxLexEgivenF=1.66534992659 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist [X,2] . ||| [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.66984611185 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] ist [X,2] . ||| [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66984611185 MaxLexEgivenF=0.709710912044 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] ist [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.530742384457 MaxLexEgivenF=2.62722371973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] it [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55113653878 MaxLexEgivenF=1.71728314741 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] is [X,2] . ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.545045851523 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] is [X,2] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37315787173 MaxLexEgivenF=1.21774564317 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] is [X,2] ? ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40466866055 MaxLexEgivenF=2.75105183451 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] is the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.545045851523 MaxLexEgivenF=1.71529604142 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ist [X,2] . ||| [X,1] is a [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.545045851523 MaxLexEgivenF=1.58747998858 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ist [X,2] . ||| [X,1] &apos;s [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41353123376 MaxLexEgivenF=1.8930815381 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] has [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12742660043 MaxLexEgivenF=1.6066698187 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] . ||| [X,1] should [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65369712753 MaxLexEgivenF=2.82429004067 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ist [X,1] . ||| , [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66984611185 MaxLexEgivenF=0.709710912044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| ist [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.530742384457 MaxLexEgivenF=2.62722371973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| it [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55113653878 MaxLexEgivenF=1.71728314741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| is [X,1] . ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.545045851523 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| is [X,1] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37315787173 MaxLexEgivenF=1.21774564317 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| is [X,1] ? ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40466866055 MaxLexEgivenF=2.75105183451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| is the [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.545045851523 MaxLexEgivenF=1.71529604142 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] . ||| is a [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.545045851523 MaxLexEgivenF=1.58747998858 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] . ||| &apos;s [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41353123376 MaxLexEgivenF=1.8930815381 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| has [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12742660043 MaxLexEgivenF=1.6066698187 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| should [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65369712753 MaxLexEgivenF=2.82429004067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . ||| represents [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12297707718 MaxLexEgivenF=3.25276480691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] . [X,2] ||| is [X,1] and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37315787173 MaxLexEgivenF=1.21774564317 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] die adresse ||| [X,1] die adresse ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579533550488 MaxLexEgivenF=4.18301494804 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] the contact details indicated ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25977018405 MaxLexEgivenF=7.67791215591 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 2-4
+[X] ||| [X,1] die adresse ||| [X,1] the address ||| EgivenFCoherent=0.691791419709 SampleCountF=2.47856649559 CountEF=1.7923916895 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] the e-mail address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=2.2619510914 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] die adresse ||| [X,1] the addresses ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37291528221 MaxLexEgivenF=2.12835047904 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] the location ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.7232178368 MaxLexEgivenF=2.36148023906 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] the adress ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50623068856 MaxLexEgivenF=2.20090114618 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] the perfect address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] die adresse ||| [X,1] the correct address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=4.19644954264 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] die adresse ||| [X,1] the message ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.44227010351 MaxLexEgivenF=3.94126383568 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] the written address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] die adresse ||| [X,1] the mail ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73254344075 MaxLexEgivenF=3.33920384435 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] your address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96025951745 MaxLexEgivenF=2.3197567492 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse ||| [X,1] address ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.49672885421 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] die adresse ||| [X,1] addresses ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.54677658995 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] die adresse [X,2] ||| [X,2] [X,1] the address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] die adresse [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579533550488 MaxLexEgivenF=4.18301494804 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the [X,2] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the address [X,2] ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the address of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=1.19405430497 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the address for [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=2.14475510373 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the addresses [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37291528221 MaxLexEgivenF=2.12835047904 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the adress [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50623068856 MaxLexEgivenF=2.20090114618 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the perfect address [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the written address [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] the mail [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73254344075 MaxLexEgivenF=3.33920384435 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] that [X,2] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54770148527 MaxLexEgivenF=1.64683248597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] your address [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96025951745 MaxLexEgivenF=2.3197567492 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] address [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.49672885421 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] die adresse [X,2] ||| [X,1] addresses [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.54677658995 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] die adresse [X,2] ||| the address of [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=1.19405430497 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| die adresse ||| die adresse ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579533550488 MaxLexEgivenF=4.18301494804 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the contact details indicated ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25977018405 MaxLexEgivenF=7.67791215591 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 1-3
+[X] ||| die adresse ||| the address ||| EgivenFCoherent=0.427903232049 SampleCountF=2.47856649559 CountEF=2.05307844348 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse ||| the address , phone ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=4.32995190193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-3
+[X] ||| die adresse ||| the e-mail address ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=2.2619510914 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| die adresse ||| the addresses ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37291528221 MaxLexEgivenF=2.12835047904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the information you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23940904235 MaxLexEgivenF=4.86597737283 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse ||| the location ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.7232178368 MaxLexEgivenF=2.36148023906 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse ||| the adress ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50623068856 MaxLexEgivenF=2.20090114618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the url ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78189949949 MaxLexEgivenF=2.86208258963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the name ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.11653031602 MaxLexEgivenF=3.03817384869 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the perfect address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse ||| the correct address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=4.19644954264 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse ||| the prices ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.26496385022 MaxLexEgivenF=3.43554739991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the message ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.44227010351 MaxLexEgivenF=3.94126383568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| the written address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse ||| the mail ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73254344075 MaxLexEgivenF=3.33920384435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| an address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0753092525 MaxLexEgivenF=2.49544126292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| their address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85035854439 MaxLexEgivenF=2.57366659401 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| my adress ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49508007949 MaxLexEgivenF=5.17220431529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| &apos;s address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04560333279 MaxLexEgivenF=2.58741864229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| a hastily ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33837448833 MaxLexEgivenF=4.91607828612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| this address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.930318111 MaxLexEgivenF=2.20086218123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.2978196503 MaxLexEgivenF=2.06457104224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| die adresse ||| your address ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.96025951745 MaxLexEgivenF=2.3197567492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse ||| addresses ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.54677658995 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| die adresse ||| s address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09976178049 MaxLexEgivenF=2.8532185203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse ||| nature commerciale ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.79631455885 MaxLexEgivenF=7.15704037403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| [X,1] an address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0753092525 MaxLexEgivenF=2.49544126292 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| die adresse [X,1] ||| [X,1] &apos;s address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04560333279 MaxLexEgivenF=2.58741864229 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| die adresse [X,1] ||| die adresse [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579533550488 MaxLexEgivenF=4.18301494804 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the [X,1] address ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-2
+[X] ||| die adresse [X,1] ||| the [X,1] location ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.7232178368 MaxLexEgivenF=2.36148023906 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| die adresse [X,1] ||| the address [X,1] ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the address of [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=1.19405430497 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the address of a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=2.41090208821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the address for [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=2.14475510373 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the e-mail address [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=2.2619510914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse [X,1] ||| the addresses [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37291528221 MaxLexEgivenF=2.12835047904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the information you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23940904235 MaxLexEgivenF=4.86597737283 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse [X,1] ||| the location [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.7232178368 MaxLexEgivenF=2.36148023906 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the adress [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50623068856 MaxLexEgivenF=2.20090114618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the name [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.11653031602 MaxLexEgivenF=3.03817384869 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| the perfect address [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse [X,1] ||| the written address [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32286754647 MaxLexEgivenF=3.71932828792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse [X,1] ||| the mail [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73254344075 MaxLexEgivenF=3.33920384435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| that [X,1] address ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54770148527 MaxLexEgivenF=1.64683248597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| die adresse [X,1] ||| my adress [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49508007949 MaxLexEgivenF=5.17220431529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| a hastily [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33837448833 MaxLexEgivenF=4.91607828612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| your address [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.96025951745 MaxLexEgivenF=2.3197567492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse [X,1] ||| addresses [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.54677658995 MaxLexEgivenF=1.88631714624 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| die adresse [X,1] ||| nature commerciale [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.79631455885 MaxLexEgivenF=7.15704037403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] die [X,2] des ||| [X,1] die [X,2] des ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.672785786321 MaxLexEgivenF=4.39705427997 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] des ||| [X,1] the [X,2] of ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.638856581646 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] des ||| [X,1] the [X,2] of the ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.880889914441 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] die [X,2] des ||| [X,1] the [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=1.9048677562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] die [X,2] des ||| [X,1] the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=0.484066665589 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] des ||| [X,1] the [X,2] from the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.67661218911 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] die [X,2] des ||| [X,1] the [X,2] at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.95581633065 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] die [X,2] des ||| [X,1] on [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=2.73510361802 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] die [X,2] des ||| [X,1] a [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.87968220664 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| die [X,1] des ||| [X,1] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.638856581646 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2 2-2
+[X] ||| die [X,1] des ||| die [X,1] des ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.672785786321 MaxLexEgivenF=4.39705427997 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] des ||| the [X,1] of ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.638856581646 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] des ||| the [X,1] of the ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.880889914441 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des ||| the [X,1] in the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=1.9048677562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des ||| the [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=0.484066665589 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] des ||| the [X,1] from the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.67661218911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| die [X,1] des ||| the [X,1] at the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.95581633065 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des ||| on [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=2.73510361802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des ||| &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13067388275 MaxLexEgivenF=2.30738482306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| die [X,1] des ||| a [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.87968220664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des [X,2] ||| [X,2] &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13067388275 MaxLexEgivenF=2.30738482306 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-1
+[X] ||| die [X,1] des [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.638856581646 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2 2-2
+[X] ||| die [X,1] des [X,2] ||| [X,1] of the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.880889914441 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 2-2 0-4
+[X] ||| die [X,1] des [X,2] ||| die [X,1] des [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.672785786321 MaxLexEgivenF=4.39705427997 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] des [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.638856581646 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] des [X,2] ||| the [X,1] of the [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=0.880889914441 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des [X,2] ||| the [X,1] of a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=1.85570436488 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] des [X,2] ||| the [X,1] in the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=1.9048677562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des [X,2] ||| the [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=0.484066665589 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] des [X,2] ||| the [X,1] from the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.67661218911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| die [X,1] des [X,2] ||| the [X,1] at the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.95581633065 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des [X,2] ||| on [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63342309129 MaxLexEgivenF=2.73510361802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| die [X,1] des [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58179940418 MaxLexEgivenF=3.87231898125 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| die [X,1] des [X,2] ||| a [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97234888147 MaxLexEgivenF=2.87968220664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] die [X,2] hauptsitzes ||| [X,1] the [X,2] headquarters ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=2.79778560311 MaxLexEgivenF=0.851780152789 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| die [X,1] hauptsitzes ||| the [X,1] headquarters ||| EgivenFCoherent=0.753327666659 SampleCountF=1.2552725051 CountEF=0.602059991328 MaxLexFgivenE=2.79778560311 MaxLexEgivenF=0.851780152789 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] hauptsitzes [X,2] ||| the [X,1] headquarters [X,2] ||| EgivenFCoherent=0.929418925714 SampleCountF=1.2552725051 CountEF=0.47712125472 MaxLexFgivenE=2.79778560311 MaxLexEgivenF=0.851780152789 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] die [X,2] von ||| [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60439925012 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] die [X,2] von ||| [X,1] [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44532404789 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] die [X,2] von ||| [X,1] die [X,2] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.495584644947 MaxLexEgivenF=4.26984132449 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] von ||| [X,1] of the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.43053794237 MaxLexEgivenF=0.972221109198 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] die [X,2] von ||| [X,1] the [X,2] of ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.43053794237 MaxLexEgivenF=0.607127220996 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] von ||| [X,1] the [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.2035704349 MaxLexEgivenF=1.15641875759 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] von ||| [X,1] your [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84096240588 MaxLexEgivenF=2.97895646703 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| die [X,1] von ||| die [X,1] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.495584644947 MaxLexEgivenF=4.26984132449 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] von ||| the [X,1] of ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=1.43053794237 MaxLexEgivenF=0.607127220996 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] von ||| the [X,1] from ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.2035704349 MaxLexEgivenF=1.15641875759 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] von ||| your [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84096240588 MaxLexEgivenF=2.97895646703 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] von [X,2] ||| die [X,1] von [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.495584644947 MaxLexEgivenF=4.26984132449 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] von [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=1.43053794237 MaxLexEgivenF=0.607127220996 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] von [X,2] ||| the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.43053794237 MaxLexEgivenF=0.849160553791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] von [X,2] ||| the [X,1] from [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.2035704349 MaxLexEgivenF=1.15641875759 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] von [X,2] ||| your [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84096240588 MaxLexEgivenF=2.97895646703 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] die [X,2] apple ||| [X,1] , the [X,2] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00661030394 MaxLexEgivenF=1.09757100049 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] die [X,2] apple ||| [X,1] the [X,2] apple ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.00661030394 MaxLexEgivenF=0.48694738648 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] apple ||| [X,1] the [X,2] apples ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82945345376 MaxLexEgivenF=3.26073383146 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] apple ||| [X,1] the apple [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00661030394 MaxLexEgivenF=0.48694738648 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] die [X,2] apple ||| [X,1] this [X,2] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61406086848 MaxLexEgivenF=2.19059052795 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] apple ||| [X,1] provided [X,2] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91771341933 MaxLexEgivenF=3.68975894766 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] apple ||| [X,1] today [X,2] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91263036268 MaxLexEgivenF=3.61790241143 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| die [X,1] apple ||| the [X,1] apple ||| EgivenFCoherent=0.814363423038 SampleCountF=2.47856649559 CountEF=1.67209785794 MaxLexFgivenE=1.00661030394 MaxLexEgivenF=0.48694738648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] apple ||| the [X,1] apples ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82945345376 MaxLexEgivenF=3.26073383146 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple ||| the apple [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00661030394 MaxLexEgivenF=0.48694738648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| die [X,1] apple ||| this [X,1] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61406086848 MaxLexEgivenF=2.19059052795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple ||| your [X,1] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.64400227492 MaxLexEgivenF=2.30948509592 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple ||| provided [X,1] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91771341933 MaxLexEgivenF=3.68975894766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple ||| today [X,1] apple ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91263036268 MaxLexEgivenF=3.61790241143 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple [X,2] ||| the [X,1] apple [X,2] ||| EgivenFCoherent=0.864337398 SampleCountF=2.47856649559 CountEF=1.6232492904 MaxLexFgivenE=1.00661030394 MaxLexEgivenF=0.48694738648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] apple [X,2] ||| the [X,1] apples [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82945345376 MaxLexEgivenF=3.26073383146 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple [X,2] ||| this [X,1] apple [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61406086848 MaxLexEgivenF=2.19059052795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple [X,2] ||| your [X,1] apple [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.64400227492 MaxLexEgivenF=2.30948509592 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple [X,2] ||| provided [X,1] apple [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91771341933 MaxLexEgivenF=3.68975894766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] apple [X,2] ||| today [X,1] apple [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91263036268 MaxLexEgivenF=3.61790241143 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] die [X,2] , ||| [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98138827106 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] die [X,2] , ||| [X,1] the [X,2] , ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.80752696332 MaxLexEgivenF=0.454048651218 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] , ||| [X,1] the [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14511232876 MaxLexEgivenF=1.25433860385 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] , ||| [X,1] the [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10867433819 MaxLexEgivenF=1.54400437044 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] , ||| [X,1] all [X,2] ) , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4578448619 MaxLexEgivenF=4.3209753027 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| die [X,1] , ||| the [X,1] , ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.80752696332 MaxLexEgivenF=0.454048651218 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] , ||| the [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14511232876 MaxLexEgivenF=1.25433860385 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] , ||| the [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10867433819 MaxLexEgivenF=1.54400437044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] , ||| all [X,1] ) , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4578448619 MaxLexEgivenF=4.3209753027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| die [X,1] , [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.14511232876 MaxLexEgivenF=0.242033332795 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| die [X,1] , [X,2] ||| the [X,1] , [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.80752696332 MaxLexEgivenF=0.454048651218 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] , [X,2] ||| the [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14511232876 MaxLexEgivenF=1.25433860385 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] , [X,2] ||| the [X,1] that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10867433819 MaxLexEgivenF=1.54400437044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] , [X,2] ||| all [X,1] ) , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4578448619 MaxLexEgivenF=4.3209753027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] die [X,2] inc ||| [X,1] [X,2] inc ||| EgivenFCoherent=2.21484384805 SampleCountF=2.21748394421 CountEF=0.301029995664 MaxLexFgivenE=2.11204178493 MaxLexEgivenF=0.208142066199 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] die [X,2] inc ||| [X,1] the [X,2] inc ||| EgivenFCoherent=1.26060133861 SampleCountF=2.21748394421 CountEF=1 MaxLexFgivenE=0.938180477189 MaxLexEgivenF=0.450175398993 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] inc ||| the [X,2] inc. [X,1] ||| EgivenFCoherent=2.21484384805 SampleCountF=2.21748394421 CountEF=0.301029995664 MaxLexFgivenE=1.55896254165 MaxLexEgivenF=1.42602905745 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| [X,1] die [X,2] inc ||| she [X,1] [X,2] inc ||| EgivenFCoherent=2.21484384805 SampleCountF=2.21748394421 CountEF=0.301029995664 MaxLexFgivenE=2.11204178493 MaxLexEgivenF=4.00667483329 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| die [X,1] inc ||| die [X,1] inc ||| EgivenFCoherent=2.21484384805 SampleCountF=2.21748394421 CountEF=0.301029995664 MaxLexFgivenE=0.651045391619 MaxLexEgivenF=2.58955360265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] inc ||| the [X,1] , inc ||| EgivenFCoherent=2.21484384805 SampleCountF=2.21748394421 CountEF=0.301029995664 MaxLexFgivenE=0.938180477189 MaxLexEgivenF=1.060799013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| die [X,1] inc ||| the [X,1] inc ||| EgivenFCoherent=0.892624553314 SampleCountF=2.21748394421 CountEF=1.34242268082 MaxLexFgivenE=0.938180477189 MaxLexEgivenF=0.450175398993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] inc ||| the [X,1] inc. ||| EgivenFCoherent=1.91381385238 SampleCountF=2.21748394421 CountEF=0.47712125472 MaxLexFgivenE=1.55896254165 MaxLexEgivenF=1.42602905745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] inc [X,2] ||| [X,1] inc [X,2] the ||| EgivenFCoherent=1.91381385238 SampleCountF=2.21748394421 CountEF=0.47712125472 MaxLexFgivenE=0.938180477189 MaxLexEgivenF=0.450175398993 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-3
+[X] ||| die [X,1] inc [X,2] ||| the [X,1] inc [X,2] ||| EgivenFCoherent=0.959571342944 SampleCountF=2.21748394421 CountEF=1.27875360095 MaxLexFgivenE=0.938180477189 MaxLexEgivenF=0.450175398993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] die [X,2] . ||| [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86034523712 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] die [X,2] . ||| [X,1] of the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.686483929382 MaxLexEgivenF=1.03795589604 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] die [X,2] . ||| [X,1] the [X,2] . ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.686483929382 MaxLexEgivenF=0.341120630832 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] . ||| [X,1] which [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.70408526759 MaxLexEgivenF=1.63740888128 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] . ||| [X,1] made [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51948586089 MaxLexEgivenF=3.14810114439 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] . ||| [X,1] its [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10917830532 MaxLexEgivenF=2.23464101204 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] die [X,2] . ||| [X,1] pay [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86034523712 MaxLexEgivenF=4.22242636396 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| die [X,1] . ||| the [X,1] . ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=0.686483929382 MaxLexEgivenF=0.341120630832 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| die [X,1] . ||| which [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.70408526759 MaxLexEgivenF=1.63740888128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] . ||| made [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51948586089 MaxLexEgivenF=3.14810114439 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] . ||| its [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10917830532 MaxLexEgivenF=2.23464101204 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| die [X,1] . ||| pay [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86034523712 MaxLexEgivenF=4.22242636396 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] adresse des ||| [X,1] adresse des ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=0.58402765376 MaxLexEgivenF=3.81724615512 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] adresse des ||| [X,1] address of ||| EgivenFCoherent=1.28443073384 SampleCountF=2.36548798489 CountEF=1.11394335231 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=0.652008955817 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] adresse des ||| [X,1] address of the ||| EgivenFCoherent=0.54406804435 SampleCountF=2.36548798489 CountEF=1.8260748027 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.06170094631 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] adresse des ||| [X,1] email address of the ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=2.88011785691 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 2-4
+[X] ||| [X,1] adresse des ||| [X,1] specified address of the ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=3.8578414622 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 2-4
+[X] ||| [X,1] adresse des ||| address [X,1] of ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=0.652008955817 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] [X,2] address ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.48824378871 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] the [X,2] address ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.05265457375 MaxLexEgivenF=0.664877697457 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] address , and [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.48824378871 MaxLexEgivenF=1.81201005684 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] address of [X,2] ||| EgivenFCoherent=1.4605219929 SampleCountF=2.36548798489 CountEF=0.954242509439 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=0.652008955817 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] address of the [X,2] ||| EgivenFCoherent=0.571220290394 SampleCountF=2.36548798489 CountEF=1.79934054945 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.06170094631 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] address of a [X,2] ||| EgivenFCoherent=2.06258198423 SampleCountF=2.36548798489 CountEF=0.47712125472 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.86885673906 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] adresse des [X,2] ||| [X,1] email address of the [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=2.88011785691 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 2-4
+[X] ||| [X,1] adresse des [X,2] ||| the [X,2] [X,1] address ||| EgivenFCoherent=1.76155198856 SampleCountF=2.36548798489 CountEF=0.698970004336 MaxLexFgivenE=2.05265457375 MaxLexEgivenF=0.664877697457 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 1-3
+[X] ||| [X,1] adresse des [X,2] ||| address [X,1] of [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=0.652008955817 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| adresse des ||| adresse des ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=0.58402765376 MaxLexEgivenF=3.81724615512 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| adresse des ||| address of ||| EgivenFCoherent=1.18752072084 SampleCountF=2.36548798489 CountEF=1.20411998266 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=0.652008955817 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| adresse des ||| address of the ||| EgivenFCoherent=0.524762889155 SampleCountF=2.36548798489 CountEF=1.84509804001 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.06170094631 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| adresse des ||| address as the ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.05265457375 MaxLexEgivenF=2.83430045091 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| adresse des ||| email address of the ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=2.88011785691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 1-3
+[X] ||| adresse des ||| adress of ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.89709192566 MaxLexEgivenF=2.35569106224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| adresse des ||| specified address of the ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=3.8578414622 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 1-3
+[X] ||| adresse des [X,1] ||| [X,1] address ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.48824378871 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| adresse des [X,1] ||| of the [X,1] address ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.06170094631 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-3
+[X] ||| adresse des [X,1] ||| the [X,1] address ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.05265457375 MaxLexEgivenF=0.664877697457 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| adresse des [X,1] ||| address , and [X,1] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.48824378871 MaxLexEgivenF=1.81201005684 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse des [X,1] ||| address of [X,1] ||| EgivenFCoherent=1.40936947045 SampleCountF=2.36548798489 CountEF=1 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=0.652008955817 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| adresse des [X,1] ||| address of the [X,1] ||| EgivenFCoherent=0.550698623249 SampleCountF=2.36548798489 CountEF=1.81954393554 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.06170094631 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| adresse des [X,1] ||| address of a [X,1] ||| EgivenFCoherent=2.06258198423 SampleCountF=2.36548798489 CountEF=0.47712125472 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=1.86885673906 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| adresse des [X,1] ||| email address of the [X,1] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.71372878357 MaxLexEgivenF=2.88011785691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 1-3
+[X] ||| [X,1] adresse [X,2] hauptsitzes ||| [X,1] address [X,2] headquarters ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.87809129539 MaxLexEgivenF=0.86493252696 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| adresse [X,1] hauptsitzes ||| address [X,1] headquarters ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.87809129539 MaxLexEgivenF=0.86493252696 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] adresse [X,2] von ||| [X,1] adresse [X,2] von ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=0.406826512386 MaxLexEgivenF=3.69003319963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] von ||| [X,1] address [X,2] of ||| EgivenFCoherent=1.87890460247 SampleCountF=2.357934847 CountEF=0.602059991328 MaxLexFgivenE=1.51084363465 MaxLexEgivenF=0.620279595167 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] von ||| [X,1] address [X,2] from ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.28387612718 MaxLexEgivenF=1.16957113176 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] von ||| [X,1] address [X,2] by ||| EgivenFCoherent=1.65705585286 SampleCountF=2.357934847 CountEF=0.778151250384 MaxLexFgivenE=1.35176843243 MaxLexEgivenF=1.24339690823 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] von ||| [X,1] address [X,2] out ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.0503795465 MaxLexEgivenF=4.08421412378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] von ||| [X,1] address , [X,2] from ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.28387612718 MaxLexEgivenF=1.78019474577 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| adresse [X,1] von ||| adresse [X,1] von ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=0.406826512386 MaxLexEgivenF=3.69003319963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von ||| address [X,1] of ||| EgivenFCoherent=1.87890460247 SampleCountF=2.357934847 CountEF=0.602059991328 MaxLexFgivenE=1.51084363465 MaxLexEgivenF=0.620279595167 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] von ||| address [X,1] from ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.28387612718 MaxLexEgivenF=1.16957113176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von ||| address [X,1] by ||| EgivenFCoherent=1.65705585286 SampleCountF=2.357934847 CountEF=0.778151250384 MaxLexFgivenE=1.35176843243 MaxLexEgivenF=1.24339690823 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] von ||| address [X,1] out ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.0503795465 MaxLexEgivenF=4.08421412378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von ||| address , [X,1] from ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.28387612718 MaxLexEgivenF=1.78019474577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] von ||| addresses [X,1] of ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.56089137039 MaxLexEgivenF=2.25141103444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| place [X,1] [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=4.21713826818 MaxLexEgivenF=1.94335564721 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] von [X,2] ||| adresse [X,1] von [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=0.406826512386 MaxLexEgivenF=3.69003319963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| address [X,1] [X,2] to by ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.35176843243 MaxLexEgivenF=2.25570217929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| adresse [X,1] von [X,2] ||| address [X,1] of [X,2] ||| EgivenFCoherent=1.87890460247 SampleCountF=2.357934847 CountEF=0.602059991328 MaxLexFgivenE=1.51084363465 MaxLexEgivenF=0.620279595167 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| address [X,1] from [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.28387612718 MaxLexEgivenF=1.16957113176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| address [X,1] by [X,2] ||| EgivenFCoherent=1.75396586587 SampleCountF=2.357934847 CountEF=0.698970004336 MaxLexFgivenE=1.35176843243 MaxLexEgivenF=1.24339690823 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| address [X,1] out [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.0503795465 MaxLexEgivenF=4.08421412378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| address , [X,1] from [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.28387612718 MaxLexEgivenF=1.78019474577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] von [X,2] ||| addresses [X,1] of [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.56089137039 MaxLexEgivenF=2.25141103444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] von [X,2] ||| adress [X,1] [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.23374268859 MaxLexEgivenF=1.95886781339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| adresse [X,1] von [X,2] ||| base [X,1] [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=4.43157829744 MaxLexEgivenF=2.85413246287 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] adresse [X,2] , ||| [X,2] [X,1] address , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-3
+[X] ||| [X,1] adresse [X,2] , ||| [X,2] [X,1] addresses , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93788039134 MaxLexEgivenF=2.09833246466 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] adresse [X,2] , ||| [X,1] adresse [X,2] , ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.431633745189 MaxLexEgivenF=2.01361873002 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] , ||| [X,1] address [X,2] , ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] , ||| [X,1] address : [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=2.75115352152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] adresse [X,2] , ||| [X,1] address , [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.679216343813 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] adresse [X,2] , ||| [X,1] address of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=1.1640362906 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] adresse [X,2] , ||| [X,1] home address [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=3.08725028222 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| adresse [X,1] , ||| adresse [X,1] , ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.431633745189 MaxLexEgivenF=2.01361873002 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] , ||| address [X,1] , ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] , ||| address : [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=2.75115352152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] , ||| address , [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.679216343813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] , ||| address of [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=1.1640362906 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] , ||| home address [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=3.08725028222 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| adresse [X,1] , [X,2] ||| adresse [X,1] , [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.431633745189 MaxLexEgivenF=2.01361873002 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] , [X,2] ||| address [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.22541802104 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| adresse [X,1] , [X,2] ||| address [X,1] , [X,2] ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] , [X,2] ||| address [X,1] , and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=1.41340176126 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] , [X,2] ||| address [X,1] , and the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=2.75806559734 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] , [X,2] ||| address : [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=2.75115352152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] , [X,2] ||| address , [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=0.679216343813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] , [X,2] ||| address of [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=1.1640362906 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] , [X,2] ||| home address [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.887832655598 MaxLexEgivenF=3.08725028222 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| [X,1] adresse [X,2] . ||| [X,2] [X,1] address . ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=0.354273005003 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-3
+[X] ||| [X,1] adresse [X,2] . ||| [X,2] [X,1] address here , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63770302012 MaxLexEgivenF=3.78688857347 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3 3-4
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] an address [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=3.10467933755 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] adresse [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.310590711251 MaxLexEgivenF=1.90069070963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] address [X,2] . ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=0.354273005003 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] address [X,2] box . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=3.75247351222 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] address , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=0.964896619009 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] address of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=1.05110827021 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] address is [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=1.82460725451 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] address below in [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=4.43291191334 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5
+[X] ||| [X,1] adresse [X,2] . ||| [X,1] adress [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.950152763755 MaxLexEgivenF=2.05795511143 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| adresse [X,1] . ||| an address [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=3.10467933755 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| adresse [X,1] . ||| adresse [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.310590711251 MaxLexEgivenF=1.90069070963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| adresse [X,1] . ||| address [X,1] . ||| EgivenFCoherent=0.823908740944 SampleCountF=2.47856649559 CountEF=1.66275783168 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=0.354273005003 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| adresse [X,1] . ||| address [X,1] box . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=3.75247351222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| adresse [X,1] . ||| address , [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=0.964896619009 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] . ||| address of [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=1.05110827021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] . ||| address is [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=1.82460725451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| adresse [X,1] . ||| address below in [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.76678962166 MaxLexEgivenF=4.43291191334 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| adresse [X,1] . ||| adress [X,1] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.950152763755 MaxLexEgivenF=2.05795511143 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] des [X,2] von ||| [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] des [X,2] von ||| [X,1] of [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=1.78589497881 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] von ||| [X,1] of [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.594431672 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] von ||| [X,1] of [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66232397725 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] von ||| [X,1] of the [X,2] of ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=1.1398797669 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] des [X,2] von ||| [X,1] des [X,2] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.500078748218 MaxLexEgivenF=3.90407253157 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] von ||| [X,1] des [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.98882175785 MaxLexEgivenF=3.00385394479 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] von ||| [X,1] the [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.774785878693 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] von ||| [X,1] by the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66232397725 MaxLexEgivenF=1.76299707996 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| des [X,1] von ||| of [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.730187776403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| of [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=1.78589497881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| of [X,1] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.594431672 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| of [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66232397725 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| of the [X,1] of ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=1.1398797669 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] von ||| des [X,1] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.500078748218 MaxLexEgivenF=3.90407253157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| des [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.920929452599 MaxLexEgivenF=2.93002816832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| des [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.98882175785 MaxLexEgivenF=3.00385394479 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| the [X,1] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.774785878693 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] von ||| by the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66232397725 MaxLexEgivenF=1.76299707996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] von [X,2] ||| of [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| des [X,1] von [X,2] ||| of [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=1.78589497881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von [X,2] ||| of [X,1] from [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.594431672 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] von [X,2] ||| of [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66232397725 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von [X,2] ||| of the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.774785878693 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| des [X,1] von [X,2] ||| of the [X,1] of [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=1.1398797669 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] von [X,2] ||| in [X,2] &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13545009647 MaxLexEgivenF=3.72818591367 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| des [X,1] von [X,2] ||| des [X,1] von [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.500078748218 MaxLexEgivenF=3.90407253157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von [X,2] ||| des [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.98882175785 MaxLexEgivenF=3.00385394479 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] von [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69986088151 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| des [X,1] von [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.82139917947 MaxLexEgivenF=0.774785878693 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] von [X,2] ||| by the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66232397725 MaxLexEgivenF=1.76299707996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] des [X,2] apple ||| [X,1] [X,2] apple ||| EgivenFCoherent=1.69897000434 SampleCountF=1.7075701761 CountEF=0.301029995664 MaxLexFgivenE=2.17198654618 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] des [X,2] apple ||| [X,1] of [X,2] apple ||| EgivenFCoherent=1.69897000434 SampleCountF=1.7075701761 CountEF=0.301029995664 MaxLexFgivenE=1.39747154104 MaxLexEgivenF=0.641737302536 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] apple ||| [X,1] of the [X,2] apple ||| EgivenFCoherent=0.853871964322 SampleCountF=1.7075701761 CountEF=0.903089986992 MaxLexFgivenE=1.39747154104 MaxLexEgivenF=1.05142929303 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] des [X,2] apple ||| [X,1] the [X,2] apple ||| EgivenFCoherent=1.69897000434 SampleCountF=1.7075701761 CountEF=0.301029995664 MaxLexFgivenE=1.73639733123 MaxLexEgivenF=0.654606044177 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| des [X,1] apple ||| of [X,1] apple ||| EgivenFCoherent=1.69897000434 SampleCountF=1.7075701761 CountEF=0.301029995664 MaxLexFgivenE=1.39747154104 MaxLexEgivenF=0.641737302536 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] apple ||| of the [X,1] apple ||| EgivenFCoherent=0.853871964322 SampleCountF=1.7075701761 CountEF=0.903089986992 MaxLexFgivenE=1.39747154104 MaxLexEgivenF=1.05142929303 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] apple ||| the [X,1] apple ||| EgivenFCoherent=1.69897000434 SampleCountF=1.7075701761 CountEF=0.301029995664 MaxLexFgivenE=1.73639733123 MaxLexEgivenF=0.654606044177 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] apple [X,2] ||| of [X,1] apple [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=1.7075701761 CountEF=0.301029995664 MaxLexFgivenE=1.39747154104 MaxLexEgivenF=0.641737302536 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] apple [X,2] ||| of the [X,1] apple [X,2] ||| EgivenFCoherent=0.920818753952 SampleCountF=1.7075701761 CountEF=0.845098040014 MaxLexFgivenE=1.39747154104 MaxLexEgivenF=1.05142929303 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| [X,1] des [X,2] , ||| [X,1] of [X,2] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.19838820042 MaxLexEgivenF=0.608838567275 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] , ||| [X,1] of the [X,2] , ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.19838820042 MaxLexEgivenF=1.01853055777 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] des [X,2] , ||| [X,1] of the [X,2] resembling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53597356586 MaxLexEgivenF=6.37924369818 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] des [X,2] , ||| [X,1] des [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.862471346464 MaxLexEgivenF=3.9924342961 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| des [X,1] , ||| of [X,1] , ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.19838820042 MaxLexEgivenF=0.608838567275 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] , ||| of the [X,1] , ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.19838820042 MaxLexEgivenF=1.01853055777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] , ||| of the [X,1] resembling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53597356586 MaxLexEgivenF=6.37924369818 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] , ||| des [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.524885981021 MaxLexEgivenF=2.22765806195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] , ||| des [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.862471346464 MaxLexEgivenF=3.9924342961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] , ||| the [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.5373139906 MaxLexEgivenF=0.621707308915 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] , [X,2] ||| of [X,1] , [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.19838820042 MaxLexEgivenF=0.608838567275 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] , [X,2] ||| of the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53597356586 MaxLexEgivenF=0.806515239343 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| des [X,1] , [X,2] ||| of the [X,1] , [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.19838820042 MaxLexEgivenF=1.01853055777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] , [X,2] ||| of the [X,1] resembling [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53597356586 MaxLexEgivenF=6.37924369818 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] , [X,2] ||| des [X,1] which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.862471346464 MaxLexEgivenF=3.9924342961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] , [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.87489935605 MaxLexEgivenF=0.409691990492 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| des [X,1] , [X,2] ||| the [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.5373139906 MaxLexEgivenF=0.621707308915 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] des [X,2] inc ||| [X,1] of [X,2] inc ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.32904171429 MaxLexEgivenF=0.60496531505 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] inc ||| [X,1] of [X,2] inc. ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.94982377875 MaxLexEgivenF=1.5808189735 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] inc ||| [X,1] of the [X,2] inc ||| EgivenFCoherent=0.903089986992 SampleCountF=1.61278385672 CountEF=0.778151250384 MaxLexFgivenE=1.32904171429 MaxLexEgivenF=1.01465730554 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] des [X,2] inc ||| [X,1] the [X,2] inc ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.66796750447 MaxLexEgivenF=0.61783405669 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] inc ||| [X,1] by the [X,2] inc ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.66796750447 MaxLexEgivenF=2.84202508226 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| des [X,1] inc ||| of [X,1] inc ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.32904171429 MaxLexEgivenF=0.60496531505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] inc ||| of [X,1] inc. ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.94982377875 MaxLexEgivenF=1.5808189735 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] inc ||| of the [X,1] inc ||| EgivenFCoherent=0.903089986992 SampleCountF=1.61278385672 CountEF=0.778151250384 MaxLexFgivenE=1.32904171429 MaxLexEgivenF=1.01465730554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] inc ||| the [X,1] inc ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.66796750447 MaxLexEgivenF=0.61783405669 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] inc ||| by the [X,1] inc ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.66796750447 MaxLexEgivenF=2.84202508226 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] inc [X,2] ||| of [X,1] inc [X,2] ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.32904171429 MaxLexEgivenF=0.60496531505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] inc [X,2] ||| of the [X,1] inc [X,2] ||| EgivenFCoherent=0.903089986992 SampleCountF=1.61278385672 CountEF=0.778151250384 MaxLexFgivenE=1.32904171429 MaxLexEgivenF=1.01465730554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] inc [X,2] ||| the [X,1] inc [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.66796750447 MaxLexEgivenF=0.61783405669 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] inc [X,2] ||| by the [X,1] inc [X,2] ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.66796750447 MaxLexEgivenF=2.84202508226 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] des [X,2] . ||| [X,1] [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.85186017163 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] des [X,2] . ||| [X,1] of [X,2] . ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.07734516648 MaxLexEgivenF=0.495910546889 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] . ||| [X,1] of the [X,2] . ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.07734516648 MaxLexEgivenF=0.905602537381 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] des [X,2] . ||| [X,1] of a [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.07734516648 MaxLexEgivenF=1.71275833013 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] des [X,2] . ||| [X,1] des [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.403842947084 MaxLexEgivenF=2.11473004156 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] . ||| [X,1] the [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.41627095667 MaxLexEgivenF=0.508779288529 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] des [X,2] . ||| [X,1] to the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41627095667 MaxLexEgivenF=1.52108455959 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| des [X,1] . ||| of [X,1] . ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.07734516648 MaxLexEgivenF=0.495910546889 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| des [X,1] . ||| of the [X,1] . ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.07734516648 MaxLexEgivenF=0.905602537381 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| des [X,1] . ||| of a [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.07734516648 MaxLexEgivenF=1.71275833013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| des [X,1] . ||| des [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.403842947084 MaxLexEgivenF=2.11473004156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| des [X,1] . ||| the [X,1] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.41627095667 MaxLexEgivenF=0.508779288529 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] hauptsitzes [X,2] . ||| [X,1] headquarters [X,2] . ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=2.2417076783 MaxLexEgivenF=0.708834118032 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| hauptsitzes [X,1] . ||| headquarters [X,1] . ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=2.2417076783 MaxLexEgivenF=0.708834118032 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] von apple ||| [X,1] of apple ||| EgivenFCoherent=0.752654863299 SampleCountF=2.33445375115 CountEF=1.59106460703 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] von apple ||| [X,1] from apple ||| EgivenFCoherent=0.990015779093 SampleCountF=2.33445375115 CountEF=1.36172783602 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] von apple ||| [X,1] by apple ||| EgivenFCoherent=1.55428720953 SampleCountF=2.33445375115 CountEF=0.845098040014 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] von apple ||| [X,1] apple ||| EgivenFCoherent=1.8553172052 SampleCountF=2.33445375115 CountEF=0.602059991328 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] von apple ||| [X,1] out of apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=4.4390363587 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] von apple ||| of apple [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] von apple ||| apple [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| [X,1] von apple ||| apple &apos;s [X,1] ||| EgivenFCoherent=2.03140846425 SampleCountF=2.33445375115 CountEF=0.47712125472 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=2.13328078386 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 2-1
+[X] ||| [X,1] von apple ||| apple ’ s [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=5.20313380497 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 2-2
+[X] ||| [X,1] von apple ||| apple inc. [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=3.0875232933 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1 2-1
+[X] ||| [X,1] von apple [X,2] ||| [X,2] [X,1] from apple ||| EgivenFCoherent=1.8553172052 SampleCountF=2.33445375115 CountEF=0.602059991328 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-3
+[X] ||| [X,1] von apple [X,2] ||| [X,2] [X,1] by apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] von apple [X,2] ||| [X,2] apple &apos;s [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=2.13328078386 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 2-2
+[X] ||| [X,1] von apple [X,2] ||| [X,1] [X,2] of apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] von apple [X,2] ||| [X,1] [X,2] from apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] von apple [X,2] ||| [X,1] [X,2] by apple ||| EgivenFCoherent=2.03140846425 SampleCountF=2.33445375115 CountEF=0.47712125472 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-3
+[X] ||| [X,1] von apple [X,2] ||| [X,1] of apple [X,2] ||| EgivenFCoherent=0.764236735849 SampleCountF=2.33445375115 CountEF=1.57978359662 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] von apple [X,2] ||| [X,1] from apple [X,2] ||| EgivenFCoherent=1.07716595481 SampleCountF=2.33445375115 CountEF=1.27875360095 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] von apple [X,2] ||| [X,1] by apple [X,2] ||| EgivenFCoherent=1.63346845558 SampleCountF=2.33445375115 CountEF=0.778151250384 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] von apple [X,2] ||| [X,1] apple [X,2] ||| EgivenFCoherent=2.03140846425 SampleCountF=2.33445375115 CountEF=0.47712125472 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] von apple [X,2] ||| [X,1] out of apple [X,2] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=4.4390363587 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] von apple [X,2] ||| of apple [X,1] [X,2] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] von apple [X,2] ||| by apple [X,2] [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] von apple [X,2] ||| by apple [X,2] of [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.59821914315 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] von apple [X,2] ||| apple [X,2] [X,1] ||| EgivenFCoherent=2.03140846425 SampleCountF=2.33445375115 CountEF=0.47712125472 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=0 ||| 2-0
+[X] ||| [X,1] von apple [X,2] ||| apple [X,1] [X,2] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| [X,1] von apple [X,2] ||| apple &apos;s [X,1] [X,2] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=2.13328078386 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1
+[X] ||| von apple ||| of apple ||| EgivenFCoherent=0.709189169518 SampleCountF=2.33445375115 CountEF=1.63346845558 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von apple ||| of connecting ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=3.73867594099 MaxLexEgivenF=3.20770312781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von apple ||| from apple ||| EgivenFCoherent=0.917465111945 SampleCountF=2.33445375115 CountEF=1.43136376416 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von apple ||| from apple &apos;s ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=3.04766620865 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| von apple ||| at apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=2.40060798304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von apple ||| by apple ||| EgivenFCoherent=1.07716595481 SampleCountF=2.33445375115 CountEF=1.27875360095 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von apple ||| apple inc. ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.73412230397 MaxLexEgivenF=3.0875232933 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| von apple ||| out of apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=4.4390363587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| von apple [X,1] ||| [X,1] of apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| von apple [X,1] ||| [X,1] from apple ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| von apple [X,1] ||| [X,1] from apple &apos;s ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=3.04766620865 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2 1-3
+[X] ||| von apple [X,1] ||| [X,1] by apple ||| EgivenFCoherent=2.03140846425 SampleCountF=2.33445375115 CountEF=0.47712125472 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 1-2
+[X] ||| von apple [X,1] ||| of apple [X,1] ||| EgivenFCoherent=0.741373852889 SampleCountF=2.33445375115 CountEF=1.60205999133 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von apple [X,1] ||| from apple [X,1] ||| EgivenFCoherent=1.03140846425 SampleCountF=2.33445375115 CountEF=1.32221929473 MaxLexFgivenE=0.96761888465 MaxLexEgivenF=1.15929947848 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von apple [X,1] ||| by apple [X,1] ||| EgivenFCoherent=1.21849510761 SampleCountF=2.33445375115 CountEF=1.14612803568 MaxLexFgivenE=1.0355111899 MaxLexEgivenF=1.23312525495 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von apple [X,1] ||| out of apple [X,1] ||| EgivenFCoherent=2.33243845992 SampleCountF=2.33445375115 CountEF=0.301029995664 MaxLexFgivenE=1.19458639212 MaxLexEgivenF=4.4390363587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| [X,1] von [X,2] , ||| [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53503896335 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] , ||| [X,1] [X,2] , by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.83642784928 MaxLexEgivenF=1.20022651969 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 1-3
+[X] ||| [X,1] von [X,2] , ||| [X,1] [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8726243288 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] , ||| [X,1] of [X,2] , ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.995503051504 MaxLexEgivenF=0.577109206625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] , ||| [X,1] of [X,2] ; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33308841695 MaxLexEgivenF=2.71164147391 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] , ||| [X,1] from [X,2] , ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.768535544029 MaxLexEgivenF=1.12640074322 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] , ||| [X,1] by [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.83642784928 MaxLexEgivenF=1.20022651969 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| von [X,1] , ||| [X,1] , by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.83642784928 MaxLexEgivenF=1.20022651969 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| von [X,1] , ||| of [X,1] , ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=0.995503051504 MaxLexEgivenF=0.577109206625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] , ||| of [X,1] ; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33308841695 MaxLexEgivenF=2.71164147391 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] , ||| from [X,1] , ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.768535544029 MaxLexEgivenF=1.12640074322 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] , ||| by [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.83642784928 MaxLexEgivenF=1.20022651969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] , [X,2] ||| of [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.33308841695 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] , [X,2] ||| of [X,1] , [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.995503051504 MaxLexEgivenF=0.577109206625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] , [X,2] ||| of [X,1] ; [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33308841695 MaxLexEgivenF=2.71164147391 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] , [X,2] ||| from [X,1] , [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.768535544029 MaxLexEgivenF=1.12640074322 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] , [X,2] ||| by [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17401321472 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] , [X,2] ||| by [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.83642784928 MaxLexEgivenF=1.20022651969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] von [X,2] inc ||| [X,1] von [X,2] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.478338353516 MaxLexEgivenF=2.09657185424 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] inc ||| [X,1] of [X,2] , inc ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=1.18385956841 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] inc ||| [X,1] of [X,2] inc ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=0.5732359544 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] inc ||| [X,1] of [X,2] inc. ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.74693862983 MaxLexEgivenF=1.54908961285 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] inc ||| [X,1] of [X,2] entertainment inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=3.44742775908 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] inc ||| [X,1] of the [X,2] inc. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74693862983 MaxLexEgivenF=2.89375344893 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] von [X,2] inc ||| [X,1] from [X,2] inc ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.899189057897 MaxLexEgivenF=1.12252749099 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] inc ||| [X,1] by [X,2] inc ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.967081363148 MaxLexEgivenF=1.19635326747 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| von [X,1] inc ||| von [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.478338353516 MaxLexEgivenF=2.09657185424 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| of [X,1] , inc ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=1.18385956841 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] inc ||| of [X,1] inc ||| EgivenFCoherent=0.542622803476 SampleCountF=2.47856649559 CountEF=1.93951925262 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=0.5732359544 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| of [X,1] inc. ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.74693862983 MaxLexEgivenF=1.54908961285 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| of [X,1] entertainment inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=3.44742775908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] inc ||| of the [X,1] inc. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74693862983 MaxLexEgivenF=2.89375344893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] inc ||| to [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66569247722 MaxLexEgivenF=1.22044733726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| on [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66569247722 MaxLexEgivenF=2.15996543337 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| from [X,1] inc ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.899189057897 MaxLexEgivenF=1.12252749099 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| for [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66569247722 MaxLexEgivenF=1.85567813016 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| at [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66569247722 MaxLexEgivenF=2.36383599556 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc ||| by [X,1] inc ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.967081363148 MaxLexEgivenF=1.19635326747 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| [X,2] by [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.967081363148 MaxLexEgivenF=1.19635326747 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-3
+[X] ||| von [X,1] inc [X,2] ||| von [X,1] inc [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.478338353516 MaxLexEgivenF=2.09657185424 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| of [X,1] , inc [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=1.18385956841 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] inc [X,2] ||| of [X,1] inc [X,2] ||| EgivenFCoherent=0.574031267728 SampleCountF=2.47856649559 CountEF=1.90848501888 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=0.5732359544 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| of [X,1] inc. [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.74693862983 MaxLexEgivenF=1.54908961285 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| of [X,1] entertainment inc [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12615656537 MaxLexEgivenF=3.44742775908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] inc [X,2] ||| to [X,1] inc [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66569247722 MaxLexEgivenF=1.22044733726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| from [X,1] inc [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.899189057897 MaxLexEgivenF=1.12252749099 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| at [X,1] inc [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.66569247722 MaxLexEgivenF=2.36383599556 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] inc [X,2] ||| by [X,1] inc [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.967081363148 MaxLexEgivenF=1.19635326747 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] von [X,2] . ||| [X,2] [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41399592941 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] . ||| [X,1] of [X,2] . ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=0.874460017566 MaxLexEgivenF=0.464181186239 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] . ||| [X,1] from [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.647492510091 MaxLexEgivenF=1.01347272283 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] . ||| [X,1] by [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.715384815342 MaxLexEgivenF=1.0872984993 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] . ||| [X,1] users [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41399592941 MaxLexEgivenF=4.44862742111 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| von [X,1] . ||| of [X,1] . ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=0.874460017566 MaxLexEgivenF=0.464181186239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] . ||| from [X,1] . ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.647492510091 MaxLexEgivenF=1.01347272283 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] . ||| by [X,1] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.715384815342 MaxLexEgivenF=1.0872984993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] . ||| users [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41399592941 MaxLexEgivenF=4.44862742111 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] apple , ||| [X,1] apple , ||| EgivenFCoherent=0.448157558784 SampleCountF=1.94448267215 CountEF=1.50514997832 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] apple , ||| [X,1] apple and ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=1.19111478955 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] apple , ||| [X,1] apple to ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=1.25721932474 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] apple , ||| [X,1] apple ; ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=2.5914616394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] apple , ||| apple [X,1] , ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] apple , [X,2] ||| [X,1] apple [X,2] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] apple , [X,2] ||| [X,1] apple , [X,2] ||| EgivenFCoherent=0.524545904648 SampleCountF=1.94448267215 CountEF=1.43136376416 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] apple , [X,2] ||| [X,1] apple to [X,2] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=1.25721932474 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] apple , [X,2] ||| [X,1] apple ; [X,2] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=2.5914616394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] apple , [X,2] ||| apple [X,1] , [X,2] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| apple , ||| , apple ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| apple , ||| apple , ||| EgivenFCoherent=0.348454645592 SampleCountF=1.94448267215 CountEF=1.60205999133 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| apple , ||| apple and ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=1.19111478955 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , ||| apple - ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=2.95760412272 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , ||| apple to ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=1.25721932474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , ||| apple ; ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=2.5914616394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , ||| online , ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=3.60794134542 MaxLexEgivenF=2.57750330331 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , [X,1] ||| [X,1] , apple ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 0-2
+[X] ||| apple , [X,1] ||| apple [X,1] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=0.244914053685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| apple , [X,1] ||| apple , [X,1] ||| EgivenFCoherent=0.408040335576 SampleCountF=1.94448267215 CountEF=1.54406804435 MaxLexFgivenE=0.571575413072 MaxLexEgivenF=0.456929372109 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| apple , [X,1] ||| apple - [X,1] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=2.95760412272 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , [X,1] ||| apple to [X,1] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=1.25721932474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| apple , [X,1] ||| apple ; [X,1] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=0.909160778514 MaxLexEgivenF=2.5914616394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] apple [X,2] inc ||| [X,1] apple [X,2] inc ||| EgivenFCoherent=0.228479328515 SampleCountF=1.36172783602 CountEF=1.14612803568 MaxLexFgivenE=0.702228926941 MaxLexEgivenF=0.453056119884 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| apple [X,1] inc ||| apple [X,1] inc ||| EgivenFCoherent=0.196294645144 SampleCountF=1.36172783602 CountEF=1.17609125906 MaxLexFgivenE=0.702228926941 MaxLexEgivenF=0.453056119884 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| apple [X,1] inc [X,2] ||| apple [X,1] inc [X,2] ||| EgivenFCoherent=0.228479328515 SampleCountF=1.36172783602 CountEF=1.14612803568 MaxLexFgivenE=0.702228926941 MaxLexEgivenF=0.453056119884 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] apple [X,2] . ||| [X,2] [X,1] apple . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] apple [X,2] . ||| [X,1] apple [X,2] . ||| EgivenFCoherent=0.698970004336 SampleCountF=2.47856649559 CountEF=1.78532983501 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] apple [X,2] . ||| [X,1] apple to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=1.35630662278 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] apple [X,2] . ||| [X,1] apple is [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=1.81433560123 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] apple [X,2] . ||| apple [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-3
+[X] ||| apple [X,1] . ||| apple [X,1] . ||| EgivenFCoherent=0.607889534989 SampleCountF=2.47856649559 CountEF=1.87506126339 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| apple [X,1] . ||| apple to [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=1.35630662278 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| apple [X,1] . ||| apple is [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=1.81433560123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| apple [X,1] . ||| ipod [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90643298077 MaxLexEgivenF=1.95641979447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| apple [X,1] . [X,2] ||| apple [X,1] . [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.450532379134 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] , inc ||| [X,1] , inc ||| EgivenFCoherent=0.231608586906 SampleCountF=2.47856649559 CountEF=2.24797326636 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=0.420157384622 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] , inc ||| [X,1] , inc . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=2.16401542081 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] , inc ||| [X,1] , inc. ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.12392765078 MaxLexEgivenF=1.39601104307 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] , inc ||| [X,1] inc ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.840730951762 MaxLexEgivenF=0.208142066199 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] , inc ||| states , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84647889288 MaxLexEgivenF=2.91011586405 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1
+[X] ||| [X,1] , inc [X,2] ||| [X,1] , inc [X,2] ||| EgivenFCoherent=0.264933650316 SampleCountF=2.47856649559 CountEF=2.21484384805 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=0.420157384622 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] , inc [X,2] ||| [X,1] , inc . [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=2.16401542081 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| , inc ||| , inc ||| EgivenFCoherent=0.198367653767 SampleCountF=2.47856649559 CountEF=2.28103336725 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=0.420157384622 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| , inc ||| , inc . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=2.16401542081 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| , inc ||| , inc. ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.12392765078 MaxLexEgivenF=1.39601104307 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| , inc ||| , japan ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57122633188 MaxLexEgivenF=3.0862071231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| , inc ||| states , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84647889288 MaxLexEgivenF=2.91011586405 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| , inc [X,1] ||| , inc [X,1] ||| EgivenFCoherent=0.234083206033 SampleCountF=2.47856649559 CountEF=2.24551266781 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=0.420157384622 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| , inc [X,1] ||| , inc . [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.503145586319 MaxLexEgivenF=2.16401542081 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| , inc [X,1] ||| , inc. [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12392765078 MaxLexEgivenF=1.39601104307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] , [X,2] . ||| [X,1] [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.589034403955 MaxLexEgivenF=0.0990872980375 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] , [X,2] . ||| [X,1] , [X,2] . ||| EgivenFCoherent=0.864337398 SampleCountF=2.47856649559 CountEF=1.6232492904 MaxLexFgivenE=0.251449038513 MaxLexEgivenF=0.311102616461 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| , [X,1] . ||| , [X,1] . ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.251449038513 MaxLexEgivenF=0.311102616461 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] . ||| to [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.589034403955 MaxLexEgivenF=1.1113925691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] inc . ||| [X,1] , inc . ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.917852978243 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] inc . ||| [X,1] , inc. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97918555687 MaxLexEgivenF=1.79461933866 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] inc . ||| [X,1] inc . ||| EgivenFCoherent=0.312768398935 SampleCountF=2.47856649559 CountEF=2.16731733475 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.307229364236 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] inc . ||| [X,1] scan data ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.13882227721 MaxLexEgivenF=7.00881188101 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] inc . ||| [X,1] llc ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.3025076992 MaxLexEgivenF=2.87419180468 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] inc . ||| affiliated [X,1] inc . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=3.48245116458 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3
+[X] ||| [X,1] inc . [X,2] ||| [X,1] , inc . [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.917852978243 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] inc . [X,2] ||| [X,1] inc . [X,2] ||| EgivenFCoherent=0.558043162344 SampleCountF=2.47856649559 CountEF=1.92427928606 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.307229364236 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] inc . [X,2] ||| [X,1] inc . ( [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=1.87846937545 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] inc . [X,2] ||| [X,1] llc [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.3025076992 MaxLexEgivenF=2.87419180468 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| inc . ||| , inc . ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.917852978243 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| inc . ||| , inc. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97918555687 MaxLexEgivenF=1.79461933866 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| inc . ||| ? . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.70204681406 MaxLexEgivenF=2.57859422525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| inc . ||| inc . ||| EgivenFCoherent=0.270295378688 SampleCountF=2.47856649559 CountEF=2.20951501454 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.307229364236 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| inc . ||| cup . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.0170260376 MaxLexEgivenF=3.27430909838 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| inc . ||| scan data ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.13882227721 MaxLexEgivenF=7.00881188101 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| inc . ||| llc ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.3025076992 MaxLexEgivenF=2.87419180468 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| inc . [X,1] ||| , inc . [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.917852978243 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| inc . [X,1] ||| inc . [X,1] ||| EgivenFCoherent=0.49485002168 SampleCountF=2.47856649559 CountEF=1.98677173427 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=0.307229364236 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| inc . [X,1] ||| inc . ( [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.382102552382 MaxLexEgivenF=1.87846937545 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| inc . [X,1] ||| llc [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.3025076992 MaxLexEgivenF=2.87419180468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] was ist die ||| [X,1] the 128th ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.17758342786 MaxLexEgivenF=5.08146738284 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2 2-2
+[X] ||| [X,1] was ist die ||| [X,1] what is the ||| EgivenFCoherent=0.793042805785 SampleCountF=2.42813479403 CountEF=1.64345267649 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=1.167895289 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] was ist die ||| [X,1] what is the a ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=2.38474307224 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] was ist die ||| [X,1] what &apos;s the ||| EgivenFCoherent=1.82445127004 SampleCountF=2.42813479403 CountEF=0.698970004336 MaxLexFgivenE=2.46862807083 MaxLexEgivenF=2.69034462176 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] was ist die ||| [X,1] what are the ||| EgivenFCoherent=2.1254812657 SampleCountF=2.42813479403 CountEF=0.47712125472 MaxLexFgivenE=2.51242014214 MaxLexEgivenF=2.35355824209 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] was ist die [X,2] ||| [X,1] the 128th [X,2] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.17758342786 MaxLexEgivenF=5.08146738284 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2 2-2
+[X] ||| [X,1] was ist die [X,2] ||| [X,1] what is [X,2] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.77400399633 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was ist die [X,2] ||| [X,1] what is the [X,2] ||| EgivenFCoherent=0.803261970967 SampleCountF=2.42813479403 CountEF=1.63346845558 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=1.167895289 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] was ist die [X,2] ||| [X,1] what is the a [X,2] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=2.38474307224 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] was ist die [X,2] ||| [X,1] what &apos;s the [X,2] ||| EgivenFCoherent=1.82445127004 SampleCountF=2.42813479403 CountEF=0.698970004336 MaxLexFgivenE=2.46862807083 MaxLexEgivenF=2.69034462176 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] was ist die [X,2] ||| what is the [X,2] [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=1.167895289 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 3-2
+[X] ||| was ist die ||| so , what is the ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=3.99161258568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 1-3 2-4
+[X] ||| was ist die ||| so what is the ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=3.38098897167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-3
+[X] ||| was ist die ||| the 128th ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.17758342786 MaxLexEgivenF=5.08146738284 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 1-1
+[X] ||| was ist die ||| that is ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=3.56329761589 MaxLexEgivenF=1.66319168631 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 1-1
+[X] ||| was ist die ||| what is the ||| EgivenFCoherent=0.129846071103 SampleCountF=2.42813479403 CountEF=2.29885307641 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=1.167895289 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| what is the a ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=2.38474307224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| was ist die ||| what is a ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.32160105522 MaxLexEgivenF=2.14270973944 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| what is our ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.28674765815 MaxLexEgivenF=3.088958103 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| what &apos;s the ||| EgivenFCoherent=1.64836001098 SampleCountF=2.42813479403 CountEF=0.845098040014 MaxLexFgivenE=2.46862807083 MaxLexEgivenF=2.69034462176 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| what are the ||| EgivenFCoherent=1.94939000664 SampleCountF=2.42813479403 CountEF=0.602059991328 MaxLexFgivenE=2.51242014214 MaxLexEgivenF=2.35355824209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| what does the ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.5288710322 MaxLexEgivenF=3.56801938294 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| what do you see to be the ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.72494294892 MaxLexEgivenF=12.0854299584 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1 0-2 0-3 1-5 2-6
+[X] ||| was ist die ||| where is the ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=3.69056926261 MaxLexEgivenF=3.21629172298 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die ||| is taking ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=4.42909233983 MaxLexEgivenF=3.79527060146 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 2-1
+[X] ||| was ist die [X,1] ||| so , what is the [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=3.99161258568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 1-3 2-4
+[X] ||| was ist die [X,1] ||| so what is the [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=3.38098897167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-3
+[X] ||| was ist die [X,1] ||| the 128th [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.17758342786 MaxLexEgivenF=5.08146738284 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 1-1
+[X] ||| was ist die [X,1] ||| what is [X,1] ||| EgivenFCoherent=2.1254812657 SampleCountF=2.42813479403 CountEF=0.47712125472 MaxLexFgivenE=2.77400399633 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist die [X,1] ||| what is the [X,1] ||| EgivenFCoherent=0.136476650002 SampleCountF=2.42813479403 CountEF=2.29225607136 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=1.167895289 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was ist die [X,1] ||| what is the a [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=1.60014268859 MaxLexEgivenF=2.38474307224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| was ist die [X,1] ||| what is our [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.28674765815 MaxLexEgivenF=3.088958103 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die [X,1] ||| what &apos;s the [X,1] ||| EgivenFCoherent=1.64836001098 SampleCountF=2.42813479403 CountEF=0.845098040014 MaxLexFgivenE=2.46862807083 MaxLexEgivenF=2.69034462176 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was ist die [X,1] ||| what are the [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.51242014214 MaxLexEgivenF=2.35355824209 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die [X,1] ||| what does the [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.5288710322 MaxLexEgivenF=3.56801938294 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die [X,1] ||| what do you see to be the [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=2.72494294892 MaxLexEgivenF=12.0854299584 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1 0-2 0-3 1-5 2-6
+[X] ||| was ist die [X,1] ||| where is the [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=3.69056926261 MaxLexEgivenF=3.21629172298 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die [X,1] ||| is taking [X,1] ||| EgivenFCoherent=2.42651126136 SampleCountF=2.42813479403 CountEF=0.301029995664 MaxLexFgivenE=4.42909233983 MaxLexEgivenF=3.79527060146 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 2-1
+[X] ||| was ist [X,1] adresse ||| what is [X,1] address ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.68044838087 MaxLexEgivenF=1.18104766317 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] adresse [X,2] ||| what is [X,1] address [X,2] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.68044838087 MaxLexEgivenF=1.18104766317 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] was ist [X,2] des ||| [X,1] what is [X,2] of ||| EgivenFCoherent=1.32221929473 SampleCountF=1.92941892571 CountEF=0.698970004336 MaxLexFgivenE=1.99100392569 MaxLexEgivenF=1.32268520505 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] des ||| [X,1] what is [X,2] of the ||| EgivenFCoherent=1.32221929473 SampleCountF=1.92941892571 CountEF=0.698970004336 MaxLexFgivenE=1.99100392569 MaxLexEgivenF=1.73237719555 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] was ist [X,2] des ||| [X,1] what is [X,2] in the ||| EgivenFCoherent=1.92427928606 SampleCountF=1.92941892571 CountEF=0.301029995664 MaxLexFgivenE=2.32992971587 MaxLexEgivenF=2.7563550373 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| was ist [X,1] des ||| what is [X,1] of ||| EgivenFCoherent=0.669006780959 SampleCountF=1.92941892571 CountEF=1.27875360095 MaxLexFgivenE=1.99100392569 MaxLexEgivenF=1.32268520505 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] des ||| what is [X,1] of the ||| EgivenFCoherent=0.645525685109 SampleCountF=1.92941892571 CountEF=1.30102999566 MaxLexFgivenE=1.99100392569 MaxLexEgivenF=1.73237719555 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| was ist [X,1] des ||| what is [X,1] in the ||| EgivenFCoherent=1.92427928606 SampleCountF=1.92941892571 CountEF=0.301029995664 MaxLexFgivenE=2.32992971587 MaxLexEgivenF=2.7563550373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| was ist [X,1] des ||| what are [X,1] of ||| EgivenFCoherent=1.92427928606 SampleCountF=1.92941892571 CountEF=0.301029995664 MaxLexFgivenE=2.90328137924 MaxLexEgivenF=2.50834815815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] des [X,2] ||| what is [X,1] of [X,2] ||| EgivenFCoherent=0.748188027006 SampleCountF=1.92941892571 CountEF=1.20411998266 MaxLexFgivenE=1.99100392569 MaxLexEgivenF=1.32268520505 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] des [X,2] ||| what is [X,1] of the [X,2] ||| EgivenFCoherent=0.645525685109 SampleCountF=1.92941892571 CountEF=1.30102999566 MaxLexFgivenE=1.99100392569 MaxLexEgivenF=1.73237719555 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| was ist [X,1] des [X,2] ||| what is [X,1] in the [X,2] ||| EgivenFCoherent=1.92427928606 SampleCountF=1.92941892571 CountEF=0.301029995664 MaxLexFgivenE=2.32992971587 MaxLexEgivenF=2.7563550373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| was ist [X,1] des [X,2] ||| what are [X,1] of [X,2] ||| EgivenFCoherent=1.92427928606 SampleCountF=1.92941892571 CountEF=0.301029995664 MaxLexFgivenE=2.90328137924 MaxLexEgivenF=2.50834815815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] was ist [X,2] von ||| [X,1] what is [X,2] of ||| EgivenFCoherent=0.957938654999 SampleCountF=2.07554696139 CountEF=1.14612803568 MaxLexFgivenE=1.78811877677 MaxLexEgivenF=1.2909558444 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] von ||| [X,1] what is [X,2] the ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.32765468862 MaxLexEgivenF=2.27052579228 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] von ||| [X,1] what is [X,2] from ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=1.5611512693 MaxLexEgivenF=1.840247381 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] von ||| [X,1] what is [X,2] by ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=1.62904357455 MaxLexEgivenF=1.91407315747 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| was ist [X,1] von ||| what [X,1] on ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=3.45245494895 MaxLexEgivenF=2.60614041608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| was ist [X,1] von ||| what is [X,1] of ||| EgivenFCoherent=0.515579506539 SampleCountF=2.07554696139 CountEF=1.56820172407 MaxLexFgivenE=1.78811877677 MaxLexEgivenF=1.2909558444 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von ||| what is [X,1] the ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.32765468862 MaxLexEgivenF=2.27052579228 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von ||| what is [X,1] from ||| EgivenFCoherent=1.46982201598 SampleCountF=2.07554696139 CountEF=0.698970004336 MaxLexFgivenE=1.5611512693 MaxLexEgivenF=1.840247381 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von ||| what is [X,1] by ||| EgivenFCoherent=1.59476075259 SampleCountF=2.07554696139 CountEF=0.602059991328 MaxLexFgivenE=1.62904357455 MaxLexEgivenF=1.91407315747 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von ||| what is [X,1] about ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.32765468862 MaxLexEgivenF=3.30140301726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von ||| what makes [X,1] between ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.81343209188 MaxLexEgivenF=5.65413293159 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von ||| what ’ [X,1] of ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.9129190371 MaxLexEgivenF=3.32285076631 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what [X,1] on [X,2] ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=3.45245494895 MaxLexEgivenF=2.60614041608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| was ist [X,1] von [X,2] ||| what is [X,1] [X,2] ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.32765468862 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] von [X,2] ||| what is [X,1] of [X,2] ||| EgivenFCoherent=0.553368067428 SampleCountF=2.07554696139 CountEF=1.53147891704 MaxLexFgivenE=1.78811877677 MaxLexEgivenF=1.2909558444 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what is [X,1] the [X,2] ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.32765468862 MaxLexEgivenF=2.27052579228 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what is [X,1] from [X,2] ||| EgivenFCoherent=1.46982201598 SampleCountF=2.07554696139 CountEF=0.698970004336 MaxLexFgivenE=1.5611512693 MaxLexEgivenF=1.840247381 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what is [X,1] by [X,2] ||| EgivenFCoherent=1.59476075259 SampleCountF=2.07554696139 CountEF=0.602059991328 MaxLexFgivenE=1.62904357455 MaxLexEgivenF=1.91407315747 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what is [X,1] about [X,2] ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.32765468862 MaxLexEgivenF=3.30140301726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what makes [X,1] between [X,2] ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.81343209188 MaxLexEgivenF=5.65413293159 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] von [X,2] ||| what ’ [X,1] of [X,2] ||| EgivenFCoherent=2.07188200731 SampleCountF=2.07554696139 CountEF=0.301029995664 MaxLexFgivenE=2.9129190371 MaxLexEgivenF=3.32285076631 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] was ist [X,2] , ||| [X,1] which is [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31617517004 MaxLexEgivenF=1.66574714589 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] , ||| [X,1] what [X,2] is , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16510779772 MaxLexEgivenF=1.13787727463 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3 4-4
+[X] ||| [X,1] was ist [X,2] , ||| [X,1] what is [X,2] , ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=1.16510779772 MaxLexEgivenF=1.13787727463 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] , ||| [X,1] what &apos;s [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03359317996 MaxLexEgivenF=2.66032660739 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] , ||| [X,1] what &apos;s [X,2] in , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03359317996 MaxLexEgivenF=4.081127698 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| was ist [X,1] , ||| which is [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.31617517004 MaxLexEgivenF=1.66574714589 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , ||| what [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.28990805805 MaxLexEgivenF=0.866332367327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 3-2
+[X] ||| was ist [X,1] , ||| what [X,1] is , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16510779772 MaxLexEgivenF=1.13787727463 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 3-3
+[X] ||| was ist [X,1] , ||| what is [X,1] , ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=1.16510779772 MaxLexEgivenF=1.13787727463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , ||| what is [X,1] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50269316316 MaxLexEgivenF=1.87206269207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , ||| what is [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50269316316 MaxLexEgivenF=1.93816722726 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , ||| what &apos;s [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.03359317996 MaxLexEgivenF=2.66032660739 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , ||| what &apos;s [X,1] in , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03359317996 MaxLexEgivenF=4.081127698 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| was ist [X,1] , ||| what &apos;s [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3711785454 MaxLexEgivenF=3.46061656003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , ||| what are [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07738525127 MaxLexEgivenF=2.32354022772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62749342349 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| was ist [X,1] , [X,2] ||| which is [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65376053548 MaxLexEgivenF=1.45373182746 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] , [X,2] ||| which is [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.31617517004 MaxLexEgivenF=1.66574714589 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62749342349 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ist [X,1] , [X,2] ||| what [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.28990805805 MaxLexEgivenF=0.866332367327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 3-2
+[X] ||| was ist [X,1] , [X,2] ||| what [X,1] is , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16510779772 MaxLexEgivenF=1.13787727463 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 3-3
+[X] ||| was ist [X,1] , [X,2] ||| what is [X,1] [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.50269316316 MaxLexEgivenF=0.925861956203 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] , [X,2] ||| what is [X,1] , [X,2] ||| EgivenFCoherent=0.805023396784 SampleCountF=2.47856649559 CountEF=1.68124123738 MaxLexFgivenE=1.16510779772 MaxLexEgivenF=1.13787727463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , [X,2] ||| what is [X,1] and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50269316316 MaxLexEgivenF=1.87206269207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , [X,2] ||| what is [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50269316316 MaxLexEgivenF=1.93816722726 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , [X,2] ||| what &apos;s [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.3711785454 MaxLexEgivenF=2.44831128897 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was ist [X,1] , [X,2] ||| what &apos;s [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.03359317996 MaxLexEgivenF=2.66032660739 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] , [X,2] ||| what &apos;s [X,1] in , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03359317996 MaxLexEgivenF=4.081127698 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| was ist [X,1] , [X,2] ||| what are [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41497061671 MaxLexEgivenF=2.1115249093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was ist [X,1] , [X,2] ||| what are [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07738525127 MaxLexEgivenF=2.32354022772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] , what is [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.04406476378 MaxLexEgivenF=1.63557286825 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3 4-5
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] what [X,2] . ||| EgivenFCoherent=1.88930170251 SampleCountF=2.19312459835 CountEF=0.47712125472 MaxLexFgivenE=2.16886502411 MaxLexEgivenF=0.753404346941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 4-3
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] what of [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=2.16886502411 MaxLexEgivenF=1.45023961215 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-4
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] what is [X,2] . ||| EgivenFCoherent=0.792391689498 SampleCountF=2.19312459835 CountEF=1.41497334797 MaxLexFgivenE=1.04406476378 MaxLexEgivenF=1.02494925424 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] what is [X,2] ? ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.90368757281 MaxLexEgivenF=3.40536888342 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] what &apos;s [X,2] . ||| EgivenFCoherent=1.88930170251 SampleCountF=2.19312459835 CountEF=0.47712125472 MaxLexFgivenE=1.91255014602 MaxLexEgivenF=2.54739858701 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] what constitutes [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.8058337075 MaxLexEgivenF=4.63229703101 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] is what [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.04406476378 MaxLexEgivenF=1.02494925424 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 4-4
+[X] ||| [X,1] was ist [X,2] . ||| [X,1] might not [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=4.57664275988 MaxLexEgivenF=6.4741737912 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| was ist [X,1] . ||| that is [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=2.78238575228 MaxLexEgivenF=1.78616533685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| what [X,1] . ||| EgivenFCoherent=1.71321044345 SampleCountF=2.19312459835 CountEF=0.602059991328 MaxLexFgivenE=2.16886502411 MaxLexEgivenF=0.753404346941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 3-2
+[X] ||| was ist [X,1] . ||| what of [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=2.16886502411 MaxLexEgivenF=1.45023961215 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-3
+[X] ||| was ist [X,1] . ||| what is [X,1] . ||| EgivenFCoherent=0.397940008672 SampleCountF=2.19312459835 CountEF=1.79934054945 MaxLexFgivenE=1.04406476378 MaxLexEgivenF=1.02494925424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| what is [X,1] ? ||| EgivenFCoherent=1.88930170251 SampleCountF=2.19312459835 CountEF=0.47712125472 MaxLexFgivenE=1.90368757281 MaxLexEgivenF=3.40536888342 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| what is [X,1] for . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.04406476378 MaxLexEgivenF=2.67248531821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| was ist [X,1] . ||| what is [X,1] ; ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=2.24226187521 MaxLexEgivenF=3.85827103968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| what &apos;s [X,1] . ||| EgivenFCoherent=1.71321044345 SampleCountF=2.19312459835 CountEF=0.602059991328 MaxLexFgivenE=1.91255014602 MaxLexEgivenF=2.54739858701 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| what ’ s [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=2.16886502411 MaxLexEgivenF=5.68443779986 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| was ist [X,1] . ||| what constitutes [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.8058337075 MaxLexEgivenF=4.63229703101 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| is what [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.04406476378 MaxLexEgivenF=1.02494925424 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| was ist [X,1] . ||| thing is [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.77786763147 MaxLexEgivenF=2.59940609229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was ist [X,1] . ||| do [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=3.89837949455 MaxLexEgivenF=2.32679804008 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| was ist [X,1] . ||| might not [X,1] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=4.57664275988 MaxLexEgivenF=6.4741737912 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was [X,1] die adresse ||| what [X,1] the address ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.82188645873 MaxLexEgivenF=1.15153608866 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] die adresse [X,2] ||| what [X,1] the address [X,2] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.82188645873 MaxLexEgivenF=1.15153608866 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] die [X,2] des ||| so what [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13244200355 MaxLexEgivenF=3.74830064602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5 4-6
+[X] ||| was [X,1] die [X,2] des ||| which [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28350937587 MaxLexEgivenF=1.82104350181 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] des ||| what [X,1] the [X,2] of ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=2.13244200355 MaxLexEgivenF=1.29317363055 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] des ||| what [X,1] the [X,2] of the ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.13244200355 MaxLexEgivenF=1.53520696334 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4 4-5
+[X] ||| was [X,1] die [X,2] des ||| what [X,1] the [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47136779373 MaxLexEgivenF=2.5591848051 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| was [X,1] die [X,2] des ||| what [X,1] the [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.47136779373 MaxLexEgivenF=1.13838371449 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] des ||| what [X,1] on the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13244200355 MaxLexEgivenF=3.38942066693 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| was [X,1] die [X,2] des ||| what was [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13244200355 MaxLexEgivenF=2.21258876457 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| was [X,1] die [X,2] des ||| what &apos;s [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13244200355 MaxLexEgivenF=3.84259178641 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5 4-6
+[X] ||| was [X,1] die [X,2] des ||| how [X,1] our [X,2] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.96137533531 MaxLexEgivenF=6.69903360216 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| which [X,1] the [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.08062422695 MaxLexEgivenF=1.78931414116 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| which [X,1] the [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85365671948 MaxLexEgivenF=2.33860567775 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| what [X,1] the [X,2] of ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=1.92955685463 MaxLexEgivenF=1.2614442699 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| what [X,1] the [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70258934716 MaxLexEgivenF=1.81073580649 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| what [X,1] the [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77048165241 MaxLexEgivenF=1.88456158297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| what [X,1] put [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10341816238 MaxLexEgivenF=4.96373257977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| how [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2973702117 MaxLexEgivenF=2.6713150113 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] von ||| thing [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66335972232 MaxLexEgivenF=2.83590110795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] , ||| which [X,1] the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4576132479 MaxLexEgivenF=1.63623557138 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] , ||| what [X,1] the [X,2] , ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.30654587558 MaxLexEgivenF=1.10836570012 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] , ||| what [X,1] the [X,2] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.64413124102 MaxLexEgivenF=3.24066443518 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] , ||| what [X,1] which [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62529458866 MaxLexEgivenF=3.13847500671 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] , ||| making [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62532827786 MaxLexEgivenF=2.85554971606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| was [X,1] die [X,2] . ||| which [X,1] to the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33657021396 MaxLexEgivenF=2.53561282205 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| was [X,1] die [X,2] . ||| which [X,1] reduces [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.35417155217 MaxLexEgivenF=5.19138176034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] . ||| what [X,1] the [X,2] . ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.18550284164 MaxLexEgivenF=0.995437679736 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] die [X,2] . ||| what to [X,1] the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18550284164 MaxLexEgivenF=2.00774295079 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| was [X,1] die [X,2] . ||| causing [X,1] that the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25839150348 MaxLexEgivenF=4.95941760316 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 2-3 4-5
+[X] ||| was [X,1] adresse des ||| what [X,1] address of ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.21274769583 MaxLexEgivenF=1.30632600472 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] adresse des [X,2] ||| what [X,1] address of [X,2] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.21274769583 MaxLexEgivenF=1.30632600472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] adresse des [X,2] ||| thing [X,1] [X,2] address ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=3.72106556866 MaxLexEgivenF=2.48395959392 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] des [X,2] von ||| was [X,1] des [X,2] von ||| EgivenFCoherent=1.74818802701 SampleCountF=1.75587485567 CountEF=0.301029995664 MaxLexFgivenE=1.94131346195 MaxLexEgivenF=4.82348766558 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] von ||| what [X,1] of [X,2] from ||| EgivenFCoherent=1.74818802701 SampleCountF=1.75587485567 CountEF=0.301029995664 MaxLexFgivenE=2.09345058426 MaxLexEgivenF=1.9337963619 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] von ||| what [X,1] the [X,2] from ||| EgivenFCoherent=1.74818802701 SampleCountF=1.75587485567 CountEF=0.301029995664 MaxLexFgivenE=2.43237637444 MaxLexEgivenF=1.97839446419 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] von ||| leading [X,1] of the [X,2] of ||| EgivenFCoherent=1.74818802701 SampleCountF=1.75587485567 CountEF=0.301029995664 MaxLexFgivenE=4.09816725621 MaxLexEgivenF=4.20116256656 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] des [X,2] , ||| which [X,1] of the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.848474485 MaxLexEgivenF=2.20071747793 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] des [X,2] , ||| what [X,1] of [X,2] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.69740711268 MaxLexEgivenF=1.26315561618 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] , ||| what [X,1] of the [X,2] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.69740711268 MaxLexEgivenF=1.67284760667 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] des [X,2] , ||| what [X,1] the [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03633290286 MaxLexEgivenF=1.27602435782 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] , ||| thing [X,1] of the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43120998037 MaxLexEgivenF=3.24730444472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] des [X,2] , ||| whatever [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15527982434 MaxLexEgivenF=2.79121676446 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] , ||| concerning [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13203230159 MaxLexEgivenF=3.5970142686 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] , ||| leading [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.47515627716 MaxLexEgivenF=3.67012136694 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] , ||| leading [X,1] of the [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.47515627716 MaxLexEgivenF=4.07981335743 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] des [X,2] . ||| which [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72743145106 MaxLexEgivenF=1.67809746705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] . ||| what [X,1] of the [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.57636407874 MaxLexEgivenF=1.55991958628 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] des [X,2] . ||| what [X,1] the [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.91528986893 MaxLexEgivenF=1.16309633743 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] des [X,2] . ||| thus [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.52476712642 MaxLexEgivenF=3.663246739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| which [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64558933608 MaxLexEgivenF=1.75929612679 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| that [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23284295226 MaxLexEgivenF=1.87908024427 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| what [X,1] of [X,2] , ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.49452196376 MaxLexEgivenF=1.23142625553 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| what [X,1] from [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.26755445629 MaxLexEgivenF=1.78071779212 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| what [X,1] by [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33544676154 MaxLexEgivenF=1.85454356859 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| what was [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49452196376 MaxLexEgivenF=2.15084138955 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| was [X,1] von [X,2] , ||| thing [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22832483145 MaxLexEgivenF=2.80588309358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| leading [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27227112824 MaxLexEgivenF=3.63839200629 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] , ||| giving [X,1] out of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03067799679 MaxLexEgivenF=6.64199050007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| was [X,1] von [X,2] . ||| - [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04612272652 MaxLexEgivenF=3.41152063359 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| for [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92923717357 MaxLexEgivenF=2.1117172502 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| which [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52454630214 MaxLexEgivenF=1.6463681064 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| what [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.91301484167 MaxLexEgivenF=0.753404346941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| was [X,1] von [X,2] . ||| what [X,1] of [X,2] . ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.37347892983 MaxLexEgivenF=1.11849823514 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| what [X,1] thought of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37347892983 MaxLexEgivenF=5.47117407207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] von [X,2] . ||| what was [X,1] from [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14651142235 MaxLexEgivenF=2.58720490575 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| was [X,1] von [X,2] . ||| whatever [X,1] from [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60438413401 MaxLexEgivenF=3.19585092002 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| things [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39159943937 MaxLexEgivenF=2.73074363408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| meaning [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33432226684 MaxLexEgivenF=3.11609451545 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| creating [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67563497094 MaxLexEgivenF=3.8359365414 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] von [X,2] . ||| bringing [X,1] to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.30701752175 MaxLexEgivenF=5.47370536442 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] was [X,2] , inc ||| [X,1] was [X,2] , inc ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.94438030005 MaxLexEgivenF=1.33957251864 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| was [X,1] , inc ||| was [X,1] , inc ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.94438030005 MaxLexEgivenF=1.33957251864 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] , inc [X,2] ||| was [X,1] , inc [X,2] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.94438030005 MaxLexEgivenF=1.33957251864 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] , [X,2] . ||| was [X,1] , [X,2] . ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=1.69268375225 MaxLexEgivenF=1.23051775048 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] , [X,2] . ||| which [X,1] , [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.90153532309 MaxLexEgivenF=1.49328953662 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] , [X,2] . ||| that [X,1] , [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.48878893927 MaxLexEgivenF=1.6130736541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] , [X,2] . ||| what [X,1] [X,2] . ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.08805331622 MaxLexEgivenF=0.753404346941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| was [X,1] , [X,2] . ||| what [X,1] , [X,2] . ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.750467950773 MaxLexEgivenF=0.965419665365 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] , [X,2] . ||| what [X,1] , [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7267688908 MaxLexEgivenF=1.07834768575 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] , [X,2] . ||| what [X,1] that [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05161532564 MaxLexEgivenF=2.05537538458 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] was [X,2] inc . ||| [X,1] was [X,2] inc . ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=1.82333726612 MaxLexEgivenF=1.22664449825 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| was [X,1] inc . ||| was [X,1] inc . ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=1.82333726612 MaxLexEgivenF=1.22664449825 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] inc . [X,2] ||| was [X,1] inc . [X,2] ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=1.82333726612 MaxLexEgivenF=1.22664449825 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] ist die adresse ||| [X,1] is the address ||| EgivenFCoherent=0.778151250384 SampleCountF=1.27875360095 CountEF=0.602059991328 MaxLexFgivenE=1.8027103957 MaxLexEgivenF=0.768763947059 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] ist die adresse [X,2] ||| [X,1] is the address [X,2] ||| EgivenFCoherent=0.954242509439 SampleCountF=1.27875360095 CountEF=0.47712125472 MaxLexFgivenE=1.8027103957 MaxLexEgivenF=0.768763947059 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] ist die adresse [X,2] ||| [X,1] is the address for [X,2] ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=1.8027103957 MaxLexEgivenF=2.41630001102 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| ist die adresse ||| is the address ||| EgivenFCoherent=0.653212513775 SampleCountF=1.27875360095 CountEF=0.698970004336 MaxLexFgivenE=1.8027103957 MaxLexEgivenF=0.768763947059 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| ist die adresse [X,1] ||| is the address [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=1.27875360095 CountEF=0.602059991328 MaxLexFgivenE=1.8027103957 MaxLexEgivenF=0.768763947059 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| ist die adresse [X,1] ||| is the address for [X,1] ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=1.8027103957 MaxLexEgivenF=2.41630001102 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] , the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23806620085 MaxLexEgivenF=1.49151352845 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] ist die [X,2] des ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13832516849 MaxLexEgivenF=6.92519070167 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23806620085 MaxLexEgivenF=0.638856581646 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-3
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is the [X,2] of ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=0.910401488945 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is the [X,2] of the ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=1.15243482174 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is the [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=2.1764126635 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is the [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=2.85185860927 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is an [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86570764655 MaxLexEgivenF=2.9086237121 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is to [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=1.52588351115 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] is a [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=2.12724927218 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] ist die [X,2] des ||| [X,1] are [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94115398742 MaxLexEgivenF=1.85403110925 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-3
+[X] ||| ist die [X,1] des ||| , the [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23806620085 MaxLexEgivenF=1.49151352845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des ||| ist die [X,1] des ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13832516849 MaxLexEgivenF=6.92519070167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des ||| is the [X,1] of ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=0.910401488945 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des ||| is the [X,1] of the ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=1.15243482174 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des ||| is the [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=2.1764126635 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des ||| is the [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=0.755611572889 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des ||| is the [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=2.85185860927 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| ist die [X,1] des ||| is an [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86570764655 MaxLexEgivenF=2.9086237121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des ||| is to [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=1.92270676 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des ||| is to [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=1.52588351115 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-3 3-3
+[X] ||| ist die [X,1] des ||| is a [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=2.12724927218 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des ||| are [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94115398742 MaxLexEgivenF=1.85403110925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| ist die [X,1] des ||| can [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.52907460123 MaxLexEgivenF=2.11309432263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 3-2
+[X] ||| ist die [X,1] des ||| represents the [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69119716618 MaxLexEgivenF=4.03456742331 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des ||| concerns the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23806620085 MaxLexEgivenF=4.73487737666 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des [X,2] ||| , the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23806620085 MaxLexEgivenF=1.49151352845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des [X,2] ||| ist die [X,1] des [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13832516849 MaxLexEgivenF=6.92519070167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des [X,2] ||| the [X,1] of the [X,2] is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=1.15243482174 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-2 3-3 0-5
+[X] ||| ist die [X,1] des [X,2] ||| is the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die [X,1] des [X,2] ||| is the [X,1] of [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=0.910401488945 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des [X,2] ||| is the [X,1] of the [X,2] ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=1.15243482174 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des [X,2] ||| is the [X,1] of a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326594052 MaxLexEgivenF=2.12724927218 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] des [X,2] ||| is the [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=2.1764126635 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des [X,2] ||| is the [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45219173071 MaxLexEgivenF=2.85185860927 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| ist die [X,1] des [X,2] ||| are [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94115398742 MaxLexEgivenF=1.85403110925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| ist die [X,1] des [X,2] ||| can [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.52907460123 MaxLexEgivenF=2.11309432263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 3-2
+[X] ||| ist die [X,1] des [X,2] ||| represents the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69119716618 MaxLexEgivenF=4.03456742331 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist die [X,1] des [X,2] ||| concerns the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23806620085 MaxLexEgivenF=4.73487737666 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] , the [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=1.217750835 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] , the [X,2] is of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.4892957423 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-4 4-5
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] , is the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.4892957423 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 4-5
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] is the [X,2] of ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=0.878672128295 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] is the [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68341328413 MaxLexEgivenF=1.42796366489 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] is to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57604758425 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-2
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] is to [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80954416492 MaxLexEgivenF=2.19823560315 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] is a [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17137507009 MaxLexEgivenF=2.5006979616 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] &apos;s the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77886617385 MaxLexEgivenF=2.40112146106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] &apos;s the [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55189866637 MaxLexEgivenF=2.95041299765 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] a [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.75663941857 MaxLexEgivenF=1.58194167144 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-3
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] being the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=3.48106457604 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] von ||| [X,1] ’ s the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=5.50859986353 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 4-5
+[X] ||| ist die [X,1] von ||| , the [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=1.217750835 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| , the [X,1] is of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.4892957423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-3 3-4
+[X] ||| ist die [X,1] von ||| , is the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.4892957423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| ist die [X,1] von ||| is the [X,1] of ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=0.878672128295 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| is the [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44991670346 MaxLexEgivenF=1.9343793307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| is the [X,1] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68341328413 MaxLexEgivenF=1.42796366489 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| is to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57604758425 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-1
+[X] ||| ist die [X,1] von ||| is to [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.0365116724 MaxLexEgivenF=1.64894406656 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| is to [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80954416492 MaxLexEgivenF=2.19823560315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| is a [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17137507009 MaxLexEgivenF=2.5006979616 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| is your [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32080525511 MaxLexEgivenF=3.25050137433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| &apos;s the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77886617385 MaxLexEgivenF=2.40112146106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| &apos;s the [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55189866637 MaxLexEgivenF=2.95041299765 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| being the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=3.48106457604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von ||| ’ s the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=5.50859986353 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| ist die [X,1] von [X,2] ||| , the [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=1.217750835 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| , the [X,1] is of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.4892957423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-3 3-4
+[X] ||| ist die [X,1] von [X,2] ||| , is the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.4892957423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| ist die [X,1] von [X,2] ||| the [X,1] of [X,2] is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=0.878672128295 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-2 0-4
+[X] ||| ist die [X,1] von [X,2] ||| is the [X,1] of [X,2] ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=0.878672128295 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91038079161 MaxLexEgivenF=1.12070546109 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is the [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44991670346 MaxLexEgivenF=1.9343793307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is the [X,1] from [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68341328413 MaxLexEgivenF=1.42796366489 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is to [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.57604758425 MaxLexEgivenF=1.28385017836 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] von [X,2] ||| is to [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.0365116724 MaxLexEgivenF=1.64894406656 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is to [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80954416492 MaxLexEgivenF=2.19823560315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is to [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17137507009 MaxLexEgivenF=2.5006979616 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-3
+[X] ||| ist die [X,1] von [X,2] ||| is a [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17137507009 MaxLexEgivenF=1.48839269054 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist die [X,1] von [X,2] ||| is a [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17137507009 MaxLexEgivenF=2.5006979616 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| is your [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32080525511 MaxLexEgivenF=3.25050137433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| &apos;s the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77886617385 MaxLexEgivenF=2.40112146106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| &apos;s the [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55189866637 MaxLexEgivenF=2.95041299765 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] von [X,2] ||| ’ s the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03518105194 MaxLexEgivenF=5.50859986353 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| [X,1] ist die [X,2] , ||| [X,1] , the [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41217007288 MaxLexEgivenF=0.666063969642 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] , ||| [X,1] the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41217007288 MaxLexEgivenF=0.454048651218 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-3
+[X] ||| [X,1] ist die [X,2] , ||| [X,1] the [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74975543833 MaxLexEgivenF=1.78035491604 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-3
+[X] ||| [X,1] ist die [X,2] , ||| [X,1] is the [X,2] , ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.28736981256 MaxLexEgivenF=0.725593558517 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] , ||| [X,1] is a [X,2] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.00882817919 MaxLexEgivenF=1.70040800896 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] , ||| [X,1] are most [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61382467089 MaxLexEgivenF=4.00157208063 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| ist die [X,1] , ||| , the [X,1] , ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.41217007288 MaxLexEgivenF=0.666063969642 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , ||| is the [X,1] , ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.28736981256 MaxLexEgivenF=0.725593558517 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , ||| is a [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.00882817919 MaxLexEgivenF=1.70040800896 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , ||| are most [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61382467089 MaxLexEgivenF=4.00157208063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , [X,2] ||| , the [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.41217007288 MaxLexEgivenF=0.666063969642 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , [X,2] ||| it is the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.624955178 MaxLexEgivenF=2.13177408947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ist die [X,1] , [X,2] ||| is the [X,1] [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.624955178 MaxLexEgivenF=0.513578240094 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist die [X,1] , [X,2] ||| is the [X,1] , [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.28736981256 MaxLexEgivenF=0.725593558517 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , [X,2] ||| is a [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.00882817919 MaxLexEgivenF=1.70040800896 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] , [X,2] ||| are most [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61382467089 MaxLexEgivenF=4.00157208063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] ist die [X,2] inc ||| [X,1] , she is [X,2] inc ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.59188463417 MaxLexEgivenF=4.88530138685 IsSingletonF=0 IsSingletonFE=1 ||| 2-2 1-3 4-5
+[X] ||| [X,1] ist die [X,2] inc ||| [X,1] is the [X,2] inc ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=1.41802332642 MaxLexEgivenF=0.721720306292 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| ist die [X,1] inc ||| is the [X,1] inc ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=1.41802332642 MaxLexEgivenF=0.721720306292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] inc ||| she is [X,1] inc ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.59188463417 MaxLexEgivenF=4.27467777284 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| ist die [X,1] inc [X,2] ||| is the [X,1] inc [X,2] ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=1.41802332642 MaxLexEgivenF=0.721720306292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] inc [X,2] ||| she is [X,1] inc [X,2] ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.59188463417 MaxLexEgivenF=4.27467777284 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] was the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04912952983 MaxLexEgivenF=2.0067351206 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] , the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29112703895 MaxLexEgivenF=0.951744244839 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] is [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.34018808636 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 4-3
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] is the [X,2] . ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=1.16632677862 MaxLexEgivenF=0.612665538131 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] is an [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.91876848465 MaxLexEgivenF=2.61088776129 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] is to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29245765941 MaxLexEgivenF=1.3829374764 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] is a [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88778514525 MaxLexEgivenF=1.58747998858 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] is mill [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34018808636 MaxLexEgivenF=5.57740493774 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] &apos;s the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03481216086 MaxLexEgivenF=2.1351148709 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] forms the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23114558767 MaxLexEgivenF=3.73118530065 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| [X,1] shows the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29112703895 MaxLexEgivenF=3.93715728816 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| the [X,2] is [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16632677862 MaxLexEgivenF=0.612665538131 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 4-4
+[X] ||| [X,1] ist die [X,2] . ||| the [X,1] is [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16632677862 MaxLexEgivenF=0.612665538131 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 4-4
+[X] ||| ist die [X,1] . ||| was the [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04912952983 MaxLexEgivenF=2.0067351206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| , the [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29112703895 MaxLexEgivenF=0.951744244839 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| is [X,1] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.34018808636 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 3-2
+[X] ||| ist die [X,1] . ||| is the [X,1] . ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.16632677862 MaxLexEgivenF=0.612665538131 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| is an [X,1] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.91876848465 MaxLexEgivenF=2.61088776129 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| is to [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29245765941 MaxLexEgivenF=1.3829374764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| is a [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88778514525 MaxLexEgivenF=1.58747998858 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| is mill [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34018808636 MaxLexEgivenF=5.57740493774 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| &apos;s the [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03481216086 MaxLexEgivenF=2.1351148709 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| forms the [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23114558767 MaxLexEgivenF=3.73118530065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist die [X,1] . ||| shows the [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29112703895 MaxLexEgivenF=3.93715728816 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] ist [X,2] adresse des ||| [X,1] is [X,2] address of ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.1935716328 MaxLexEgivenF=0.923553863116 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] ist [X,2] adresse des ||| are [X,1] [X,2] address of the ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=3.10584908635 MaxLexEgivenF=2.5189088067 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3 4-4 4-5
+[X] ||| ist [X,1] adresse des ||| is [X,1] address of ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.1935716328 MaxLexEgivenF=0.923553863116 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] adresse des [X,2] ||| is [X,1] [X,2] address ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.96808663795 MaxLexEgivenF=0.526730614264 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] adresse des [X,2] ||| is [X,1] address of [X,2] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.1935716328 MaxLexEgivenF=0.923553863116 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] adresse [X,2] , ||| , [X,1] address [X,2] , ||| EgivenFCoherent=2.05307844348 SampleCountF=2.05690485134 CountEF=0.301029995664 MaxLexFgivenE=2.49247576516 MaxLexEgivenF=0.679216343813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] , ||| is [X,1] address [X,2] , ||| EgivenFCoherent=1.01168575833 SampleCountF=2.05690485134 CountEF=1.07918124605 MaxLexFgivenE=1.36767550483 MaxLexEgivenF=0.738745932688 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] , ||| is [X,1] location [X,2] , ||| EgivenFCoherent=2.05307844348 SampleCountF=2.05690485134 CountEF=0.301029995664 MaxLexFgivenE=3.76802579516 MaxLexEgivenF=2.60300713199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] . ||| , [X,1] address [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=2.37143273122 MaxLexEgivenF=0.964896619009 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] . ||| , [X,1] base [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=4.75263148217 MaxLexEgivenF=3.56384337491 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] . ||| is [X,1] place [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=3.41339119257 MaxLexEgivenF=2.31398785255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] . ||| is [X,1] address [X,2] . ||| EgivenFCoherent=1.28724171118 SampleCountF=2.19312459835 CountEF=0.954242509439 MaxLexFgivenE=1.2466324709 MaxLexEgivenF=0.625817912302 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] adresse [X,2] . ||| is [X,1] address for [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.2466324709 MaxLexEgivenF=2.27335397627 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| ist [X,1] adresse [X,2] . ||| is [X,1] address is [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=1.2466324709 MaxLexEgivenF=0.897362819601 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| ist [X,1] adresse [X,2] . ||| is [X,1] base [X,2] . ||| EgivenFCoherent=2.19033169817 SampleCountF=2.19312459835 CountEF=0.301029995664 MaxLexFgivenE=3.62783122184 MaxLexEgivenF=3.22476466821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] von ||| , [X,1] of [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42604228904 MaxLexEgivenF=1.34081139041 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] von ||| is [X,1] of [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.30124202871 MaxLexEgivenF=1.0017326837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] von ||| is [X,1] of [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07427452123 MaxLexEgivenF=1.55102422029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] von ||| is [X,1] of the [X,2] of ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=2.30124202871 MaxLexEgivenF=1.41142467419 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] von ||| is [X,1] of the [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07427452123 MaxLexEgivenF=1.96071621079 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] von ||| is [X,1] of the [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14216682648 MaxLexEgivenF=2.03454198726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] von ||| is [X,1] the [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.30124202871 MaxLexEgivenF=1.04633078599 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] , ||| , [X,1] the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.14195710017 MaxLexEgivenF=0.833722627339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] , ||| is [X,1] of [X,2] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.67823104966 MaxLexEgivenF=0.880383474574 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] , ||| is [X,1] of the [X,2] , ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.67823104966 MaxLexEgivenF=1.29007546507 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] , ||| is [X,1] the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01715683984 MaxLexEgivenF=0.893252216214 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] , ||| is [X,1] to the [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.35474220528 MaxLexEgivenF=2.70584743991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| ist [X,1] des [X,2] inc ||| is [X,1] of the [X,2] inc ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=1.80888456352 MaxLexEgivenF=1.28620221284 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] . ||| it is [X,1] the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8961138059 MaxLexEgivenF=2.3985200452 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| ist [X,1] des [X,2] . ||| is [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33170302086 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| ist [X,1] des [X,2] . ||| is [X,1] of [X,2] . ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.55718801572 MaxLexEgivenF=0.767455454188 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] . ||| is [X,1] of the [X,2] . ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.55718801572 MaxLexEgivenF=1.17714744468 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] . ||| is [X,1] in the [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.8961138059 MaxLexEgivenF=2.20112528644 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| ist [X,1] des [X,2] . ||| is [X,1] the [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.8961138059 MaxLexEgivenF=0.780324195828 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] des [X,2] . ||| is [X,1] its [X,2] .. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84778909593 MaxLexEgivenF=6.2582972411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] ist [X,2] von apple ||| [X,1] is [X,2] of apple ||| EgivenFCoherent=0.673415899864 SampleCountF=1.53147891704 CountEF=0.903089986992 MaxLexFgivenE=1.67442924136 MaxLexEgivenF=0.881552849186 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] ist [X,2] von apple ||| [X,1] is [X,2] apple ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.21396515321 MaxLexEgivenF=0.516458960984 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-3
+[X] ||| ist [X,1] von apple ||| is [X,1] of apple ||| EgivenFCoherent=0.564271430439 SampleCountF=1.53147891704 CountEF=1 MaxLexFgivenE=1.67442924136 MaxLexEgivenF=0.881552849186 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] von apple ||| is [X,1] apple ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.21396515321 MaxLexEgivenF=0.516458960984 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| ist [X,1] von apple [X,2] ||| is [X,1] [X,2] from apple ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.44746173389 MaxLexEgivenF=1.43084438578 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| ist [X,1] von apple [X,2] ||| is [X,1] of apple [X,2] ||| EgivenFCoherent=0.564271430439 SampleCountF=1.53147891704 CountEF=1 MaxLexFgivenE=1.67442924136 MaxLexEgivenF=0.881552849186 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] von apple [X,2] ||| is [X,1] apple [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.21396515321 MaxLexEgivenF=0.516458960984 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| ist [X,1] von [X,2] , ||| , [X,1] by [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44107095884 MaxLexEgivenF=1.41224183811 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01488181259 MaxLexEgivenF=0.483560225723 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] of [X,2] , ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.47534590074 MaxLexEgivenF=0.848654113924 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] of a [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47534590074 MaxLexEgivenF=2.06550189716 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] to [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01488181259 MaxLexEgivenF=1.49586549678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] from [X,2] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58596375871 MaxLexEgivenF=2.13213106796 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] from the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.24837839326 MaxLexEgivenF=2.7426094866 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| ist [X,1] von [X,2] , ||| is [X,1] by [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.31627069851 MaxLexEgivenF=1.47177142699 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] , ||| &apos;s [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34383128298 MaxLexEgivenF=2.37110344669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] inc ||| is [X,1] of [X,2] , inc ||| EgivenFCoherent=1.58546072951 SampleCountF=1.89209460269 CountEF=0.47712125472 MaxLexFgivenE=1.60599941461 MaxLexEgivenF=1.45540447571 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4 4-5
+[X] ||| ist [X,1] von [X,2] inc ||| is [X,1] of [X,2] inc ||| EgivenFCoherent=0.342422680822 SampleCountF=1.89209460269 CountEF=1.55630250077 MaxLexFgivenE=1.60599941461 MaxLexEgivenF=0.844780861699 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] inc ||| is [X,1] from [X,2] inc ||| EgivenFCoherent=1.58546072951 SampleCountF=1.89209460269 CountEF=0.47712125472 MaxLexFgivenE=1.37903190713 MaxLexEgivenF=1.39407239829 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] inc ||| is [X,1] by [X,2] inc ||| EgivenFCoherent=1.88649072517 SampleCountF=1.89209460269 CountEF=0.301029995664 MaxLexFgivenE=1.44692421238 MaxLexEgivenF=1.46789817476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] inc ||| is a [X,1] of [X,2] inc ||| EgivenFCoherent=1.88649072517 SampleCountF=1.89209460269 CountEF=0.301029995664 MaxLexFgivenE=1.60599941461 MaxLexEgivenF=2.06162864494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| ist [X,1] von [X,2] inc ||| are [X,1] of [X,2] inc ||| EgivenFCoherent=1.88649072517 SampleCountF=1.89209460269 CountEF=0.301029995664 MaxLexFgivenE=2.51827686816 MaxLexEgivenF=2.0304438148 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| ist [X,1] von [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.69218118788 MaxLexEgivenF=4.51565350777 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| ist [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33999939974 MaxLexEgivenF=2.99231760793 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| is [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89383877865 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| ist [X,1] von [X,2] . ||| is [X,1] of [X,2] . ||| EgivenFCoherent=1.06214790675 SampleCountF=2.47856649559 CountEF=1.43136376416 MaxLexFgivenE=1.3543028668 MaxLexEgivenF=0.735726093538 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| is [X,1] of [X,2] , . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3543028668 MaxLexEgivenF=1.34634970754 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| ist [X,1] von [X,2] . ||| is [X,1] to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89383877865 MaxLexEgivenF=1.3829374764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| is [X,1] from [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.12733535933 MaxLexEgivenF=1.28501763013 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| is [X,1] by [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19522766458 MaxLexEgivenF=1.3588434066 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| &apos;s [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22278824904 MaxLexEgivenF=2.25817542631 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| are [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26658032035 MaxLexEgivenF=1.92138904663 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] von [X,2] . ||| open [X,1] from [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25213561966 MaxLexEgivenF=4.49585165396 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] apple [X,2] inc ||| is [X,1] apple [X,2] inc ||| EgivenFCoherent=0.367976785295 SampleCountF=0.903089986992 CountEF=0.602059991328 MaxLexFgivenE=1.18207177618 MaxLexEgivenF=0.724601027183 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] apple [X,2] . ||| is [X,1] apple [X,2] . ||| EgivenFCoherent=0.539269161469 SampleCountF=1.66275783168 CountEF=1.14612803568 MaxLexFgivenE=0.930375228369 MaxLexEgivenF=0.615546259022 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| [X,1] ist [X,2] , inc ||| [X,1] is [X,2] , inc ||| EgivenFCoherent=0.409124175625 SampleCountF=1.77815125038 CountEF=1.38021124171 MaxLexFgivenE=0.982988435555 MaxLexEgivenF=0.691702291921 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] ist [X,2] , inc ||| [X,1] is [X,2] inc ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.320573801 MaxLexEgivenF=0.479686973498 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-3
+[X] ||| [X,1] ist [X,2] , inc ||| [X,1] is a [X,2] , inc ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=0.982988435555 MaxLexEgivenF=1.90855007516 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-5
+[X] ||| ist [X,1] , inc ||| is [X,1] , inc ||| EgivenFCoherent=0.390640769931 SampleCountF=1.77815125038 CountEF=1.39794000867 MaxLexFgivenE=0.982988435555 MaxLexEgivenF=0.691702291921 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] , inc ||| is [X,1] inc ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.320573801 MaxLexEgivenF=0.479686973498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| ist [X,1] , inc ||| is a [X,1] , inc ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=0.982988435555 MaxLexEgivenF=1.90855007516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| ist [X,1] , inc [X,2] ||| is [X,1] , inc [X,2] ||| EgivenFCoherent=0.409124175625 SampleCountF=1.77815125038 CountEF=1.38021124171 MaxLexFgivenE=0.982988435555 MaxLexEgivenF=0.691702291921 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] , inc [X,2] ||| is a [X,1] , inc [X,2] ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=0.982988435555 MaxLexEgivenF=1.90855007516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| ist [X,1] , [X,2] . ||| [X,1] is [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06887725319 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 4-3
+[X] ||| ist [X,1] , [X,2] . ||| , [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85609214808 MaxLexEgivenF=0.311102616461 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| ist [X,1] , [X,2] . ||| , [X,1] to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85609214808 MaxLexEgivenF=1.32340788752 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] , [X,2] . ||| is [X,1] [X,2] . ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.06887725319 MaxLexEgivenF=0.370632205337 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| ist [X,1] , [X,2] . ||| is [X,1] , [X,2] . ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.731291887748 MaxLexEgivenF=0.58264752376 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] , [X,2] . ||| is [X,1] and [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06887725319 MaxLexEgivenF=1.31683294121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] , [X,2] . ||| is [X,1] to , , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.731291887748 MaxLexEgivenF=1.80696811324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4 4-6
+[X] ||| ist [X,1] , [X,2] . ||| &apos;s [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93736263543 MaxLexEgivenF=1.8930815381 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| ist [X,1] , [X,2] . ||| &apos;s [X,1] , [X,2] ! ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12809909655 MaxLexEgivenF=3.9993862065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] , [X,2] . ||| has [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31367263665 MaxLexEgivenF=1.81868513712 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ist [X,1] , [X,2] . ||| has [X,1] to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65125800209 MaxLexEgivenF=2.61897508976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] ist [X,2] inc . ||| [X,1] is [X,2] , inc . ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=1.18939788554 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-5
+[X] ||| [X,1] ist [X,2] inc . ||| [X,1] is [X,2] inc . ||| EgivenFCoherent=0.442907154189 SampleCountF=2.08990511144 CountEF=1.65321251378 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=0.578774271535 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] ist [X,2] inc . ||| [X,1] is a [X,2] inc . ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=1.79562205477 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-5
+[X] ||| [X,1] ist [X,2] inc . ||| [X,1] are [X,2] inc . ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=1.77422285517 MaxLexEgivenF=1.76443722463 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| ist [X,1] inc . ||| is [X,1] , inc . ||| EgivenFCoherent=1.78532983501 SampleCountF=2.08990511144 CountEF=0.47712125472 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=1.18939788554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-4
+[X] ||| ist [X,1] inc . ||| is [X,1] inc . ||| EgivenFCoherent=0.37035648704 SampleCountF=2.08990511144 CountEF=1.7242758696 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=0.578774271535 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] inc . ||| is a [X,1] inc . ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=1.79562205477 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| ist [X,1] inc . ||| are [X,1] inc . ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=1.77422285517 MaxLexEgivenF=1.76443722463 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] inc . [X,2] ||| is [X,1] , inc . [X,2] ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=1.18939788554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| ist [X,1] inc . [X,2] ||| is [X,1] inc . [X,2] ||| EgivenFCoherent=0.882239848019 SampleCountF=2.08990511144 CountEF=1.23044892138 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=0.578774271535 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] inc . [X,2] ||| is [X,1] inc . ( [X,2] ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=0.861945401617 MaxLexEgivenF=2.15001428275 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ist [X,1] inc . [X,2] ||| are [X,1] inc . [X,2] ||| EgivenFCoherent=2.08635983067 SampleCountF=2.08990511144 CountEF=0.301029995664 MaxLexFgivenE=1.77422285517 MaxLexEgivenF=1.76443722463 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] die adresse des ||| [X,1] die adresse des ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=0.918173495284 MaxLexEgivenF=6.19865769157 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] die adresse des ||| [X,1] the address of ||| EgivenFCoherent=1.23408320603 SampleCountF=2.08278537032 CountEF=0.903089986992 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] die adresse des ||| [X,1] the address of the ||| EgivenFCoherent=1.07918124605 SampleCountF=2.08278537032 CountEF=1.04139268516 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=1.13607562141 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] die adresse des ||| [X,1] address of the ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2 1-3 3-3
+[X] ||| [X,1] die adresse des [X,2] ||| [X,1] the [X,2] address ||| EgivenFCoherent=1.77815125038 SampleCountF=2.08278537032 CountEF=0.47712125472 MaxLexFgivenE=2.67393550085 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-3
+[X] ||| [X,1] die adresse des [X,2] ||| [X,1] the address of [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.08278537032 CountEF=0.845098040014 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] die adresse des [X,2] ||| [X,1] the address of the [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.08278537032 CountEF=1.04139268516 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=1.13607562141 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] die adresse des [X,2] ||| [X,1] the address of a [X,2] ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=2.11089007185 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] die adresse des [X,2] ||| [X,1] address of the [X,2] ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2 1-3 3-3
+[X] ||| [X,1] die adresse des [X,2] ||| the [X,2] [X,1] address to ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.67393550085 MaxLexEgivenF=1.50952431082 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 2-3 1-4
+[X] ||| die adresse des ||| die adresse des ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=0.918173495284 MaxLexEgivenF=6.19865769157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| die adresse des ||| the address of ||| EgivenFCoherent=1.07918124605 SampleCountF=2.08278537032 CountEF=1.04139268516 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| die adresse des ||| the address of the ||| EgivenFCoherent=0.535113201697 SampleCountF=2.08278537032 CountEF=1.55630250077 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=1.13607562141 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3
+[X] ||| die adresse des ||| the specified address of the ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=3.9322161373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-3 2-4
+[X] ||| die adresse des ||| address of the ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 0-2 2-2
+[X] ||| die adresse des [X,1] ||| the [X,1] &apos;s address ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.67393550085 MaxLexEgivenF=2.80460386282 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2 1-3
+[X] ||| die adresse des [X,1] ||| the [X,1] address ||| EgivenFCoherent=1.60205999133 SampleCountF=2.08278537032 CountEF=0.602059991328 MaxLexFgivenE=2.67393550085 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-0 1-2
+[X] ||| die adresse des [X,1] ||| the address of [X,1] ||| EgivenFCoherent=1.23408320603 SampleCountF=2.08278537032 CountEF=0.903089986992 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| die adresse des [X,1] ||| the address of the [X,1] ||| EgivenFCoherent=0.535113201697 SampleCountF=2.08278537032 CountEF=1.55630250077 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=1.13607562141 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3
+[X] ||| die adresse des [X,1] ||| the address of a [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.08278537032 CountEF=0.47712125472 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=2.11089007185 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| die adresse des [X,1] ||| address of the [X,1] ||| EgivenFCoherent=2.07918124605 SampleCountF=2.08278537032 CountEF=0.301029995664 MaxLexFgivenE=2.33500971066 MaxLexEgivenF=0.894042288611 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 0-2 2-2
+[X] ||| die adresse [X,1] hauptsitzes ||| the address [X,1] headquarters ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.49937222248 MaxLexEgivenF=1.10696585975 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] von ||| the address [X,1] of ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.13212456175 MaxLexEgivenF=0.862312927962 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] von [X,2] ||| my adress [X,1] [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=3.84387300662 MaxLexEgivenF=5.17220431529 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] the address [X,2] , ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.50911358269 MaxLexEgivenF=0.709234358184 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] the address above [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50911358269 MaxLexEgivenF=3.63031361068 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] the perfect address [X,2] those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84669894813 MaxLexEgivenF=6.30763452812 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] the mail [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.91878947698 MaxLexEgivenF=3.55121916277 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] its address [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93180795863 MaxLexEgivenF=2.60275473939 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] address of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68297489043 MaxLexEgivenF=1.1640362906 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-4
+[X] ||| [X,1] die adresse [X,2] , ||| [X,1] addresses [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73302262618 MaxLexEgivenF=2.09833246466 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-3
+[X] ||| die adresse [X,1] , ||| the address [X,1] , ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.50911358269 MaxLexEgivenF=0.709234358184 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , ||| the address above [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50911358269 MaxLexEgivenF=3.63031361068 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] , ||| the perfect address [X,1] those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84669894813 MaxLexEgivenF=6.30763452812 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] , ||| the mail [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.91878947698 MaxLexEgivenF=3.55121916277 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , ||| a hastily [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.52462052455 MaxLexEgivenF=5.12809360455 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , ||| its address [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93180795863 MaxLexEgivenF=2.60275473939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , ||| addresses [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73302262618 MaxLexEgivenF=2.09833246466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| die adresse [X,1] , [X,2] ||| the address [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.84669894813 MaxLexEgivenF=0.49721903976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| die adresse [X,1] , [X,2] ||| the address [X,1] , [X,2] ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=1.50911358269 MaxLexEgivenF=0.709234358184 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , [X,2] ||| the address above [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50911358269 MaxLexEgivenF=3.63031361068 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] , [X,2] ||| the e-mail address [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84669894813 MaxLexEgivenF=2.2619510914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| die adresse [X,1] , [X,2] ||| the perfect address [X,1] those for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84669894813 MaxLexEgivenF=7.95517059209 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] , [X,2] ||| the mail [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.91878947698 MaxLexEgivenF=3.55121916277 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , [X,2] ||| a hastily [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.52462052455 MaxLexEgivenF=5.12809360455 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , [X,2] ||| its address [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93180795863 MaxLexEgivenF=2.60275473939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] , [X,2] ||| address [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02056025588 MaxLexEgivenF=0.255185706965 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| die adresse [X,1] , [X,2] ||| addresses [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73302262618 MaxLexEgivenF=2.09833246466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] [X,2] the address . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=0.596306337798 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3 4-4
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] die adresse [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.644736552776 MaxLexEgivenF=4.28210224608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] the address [X,2] . ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=0.596306337798 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] the address of [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=1.29314160301 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-5
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] the address for [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=2.24384240176 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] the address above [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=3.5173855903 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] the e-mail address : [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=4.64499088557 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-6
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] the written address [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=3.81841558596 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] its address [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81076492469 MaxLexEgivenF=2.489826719 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] your address [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02546251973 MaxLexEgivenF=2.41884404724 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] address of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5619318565 MaxLexEgivenF=1.05110827021 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-4
+[X] ||| [X,1] die adresse [X,2] . ||| [X,1] addresses [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61197959224 MaxLexEgivenF=1.98540444428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-3
+[X] ||| [X,1] die adresse [X,2] . ||| the address [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=0.596306337798 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 4-4
+[X] ||| die adresse [X,1] . ||| [X,1] in the address . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=2.01710742841 IsSingletonF=0 IsSingletonFE=1 ||| 0-2 1-3 3-4
+[X] ||| die adresse [X,1] . ||| [X,1] the address . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=0.596306337798 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2 3-3
+[X] ||| die adresse [X,1] . ||| die adresse [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.644736552776 MaxLexEgivenF=4.28210224608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] . ||| the address [X,1] . ||| EgivenFCoherent=0.833668578233 SampleCountF=2.47856649559 CountEF=1.65321251378 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=0.596306337798 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] . ||| the address of [X,1] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=1.29314160301 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-4
+[X] ||| die adresse [X,1] . ||| the address for [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=2.24384240176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| die adresse [X,1] . ||| the address above [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=3.5173855903 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] . ||| the e-mail address : [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=4.64499088557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-5
+[X] ||| die adresse [X,1] . ||| the written address [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38807054875 MaxLexEgivenF=3.81841558596 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] . ||| its address [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81076492469 MaxLexEgivenF=2.489826719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] . ||| your address [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02546251973 MaxLexEgivenF=2.41884404724 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| die adresse [X,1] . ||| your email address [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.02546251973 MaxLexEgivenF=4.23726095784 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| die adresse [X,1] . ||| address [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5619318565 MaxLexEgivenF=0.354273005003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| die adresse [X,1] . ||| addresses [X,1] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61197959224 MaxLexEgivenF=1.98540444428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| die [X,1] des hauptsitzes ||| [X,1] at the bank ’ s headquarters ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=4.14885355749 MaxLexEgivenF=7.04708634052 IsSingletonF=1 IsSingletonFE=1 ||| 2-1 0-2 2-2 3-3 3-4 3-5 3-6
+[X] ||| die [X,1] des [X,2] von ||| [X,1] of the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44268010657 MaxLexEgivenF=0.972221109198 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2 2-2 4-4
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] of [X,2] de ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44268010657 MaxLexEgivenF=3.42119365927 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] of [X,2] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.44268010657 MaxLexEgivenF=0.972221109198 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] of [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.21571259909 MaxLexEgivenF=1.52151264579 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] of the [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.44268010657 MaxLexEgivenF=1.21425444199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] of the [X,2] between ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44268010657 MaxLexEgivenF=3.24089617945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] des [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61010268494 MaxLexEgivenF=3.24588727759 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] von ||| the [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44268010657 MaxLexEgivenF=0.849160553791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] von ||| the a [X,1] of the [X,2] , from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21571259909 MaxLexEgivenF=3.59101737583 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4 4-7
+[X] ||| die [X,1] des [X,2] apple ||| [X,1] of the [X,2] apple ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=2.01875246814 MaxLexEgivenF=0.883770635331 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2 2-2 4-4
+[X] ||| die [X,1] des [X,2] apple ||| the [X,1] of the [X,2] apple ||| EgivenFCoherent=0.726998727936 SampleCountF=1.23044892138 CountEF=0.602059991328 MaxLexFgivenE=2.01875246814 MaxLexEgivenF=1.12580396813 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] , ||| [X,1] of the [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81966912752 MaxLexEgivenF=0.85087190007 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2 2-2 4-4
+[X] ||| die [X,1] des [X,2] , ||| the [X,2] [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1585949177 MaxLexEgivenF=0.454048651218 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 4-3
+[X] ||| die [X,1] des [X,2] , ||| the [X,1] of [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81966912752 MaxLexEgivenF=0.85087190007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] , ||| the [X,1] of [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15725449296 MaxLexEgivenF=1.65116185271 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] , ||| the [X,1] of the [X,2] , ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.81966912752 MaxLexEgivenF=1.09290523286 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] , ||| the [X,1] of the [X,2] ; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15725449296 MaxLexEgivenF=3.22743750015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] . ||| [X,1] the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=0.341120630832 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-1 4-3
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=0.341120630832 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] of [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.69862609358 MaxLexEgivenF=0.737943879684 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] of the [X,2] . ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.69862609358 MaxLexEgivenF=0.979977212478 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] in the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=2.00395505423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] the [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=0.583153963627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] to the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=1.59545923469 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| die [X,1] des [X,2] . ||| the [X,1] for the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=2.23069002759 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| die [X,1] des [X,2] . ||| with [X,1] the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03755188376 MaxLexEgivenF=2.05872623904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] des [X,2] . ||| all [X,1] of the [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69862609358 MaxLexEgivenF=2.95526679442 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| die [X,1] hauptsitzes [X,2] . ||| the [X,1] headquarters [X,2] . ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=2.8629886054 MaxLexEgivenF=0.950867450826 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] die [X,2] von apple ||| [X,1] the [X,2] of apple ||| EgivenFCoherent=1.23044892138 SampleCountF=1.83884909074 CountEF=0.698970004336 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=0.852041274681 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] die [X,2] von apple ||| [X,1] the [X,2] from apple ||| EgivenFCoherent=1.35538765799 SampleCountF=1.83884909074 CountEF=0.602059991328 MaxLexFgivenE=1.58889981174 MaxLexEgivenF=1.40133281127 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] die [X,2] von apple ||| [X,1] the [X,2] out of apple ||| EgivenFCoherent=1.83250891271 SampleCountF=1.83884909074 CountEF=0.301029995664 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=4.6810696915 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| die [X,1] von apple ||| the [X,1] of apple ||| EgivenFCoherent=1.05435766232 SampleCountF=1.83884909074 CountEF=0.845098040014 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=0.852041274681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] von apple ||| the [X,1] from apple ||| EgivenFCoherent=1.23044892138 SampleCountF=1.83884909074 CountEF=0.698970004336 MaxLexFgivenE=1.58889981174 MaxLexEgivenF=1.40133281127 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] von apple ||| the [X,1] out of apple ||| EgivenFCoherent=1.83250891271 SampleCountF=1.83884909074 CountEF=0.301029995664 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=4.6810696915 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| die [X,1] von apple [X,2] ||| the [X,1] [X,2] of apple ||| EgivenFCoherent=1.83250891271 SampleCountF=1.83884909074 CountEF=0.301029995664 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=0.852041274681 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| die [X,1] von apple [X,2] ||| the [X,1] of apple [X,2] ||| EgivenFCoherent=1.05435766232 SampleCountF=1.83884909074 CountEF=0.845098040014 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=0.852041274681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] von apple [X,2] ||| the [X,1] from apple [X,2] ||| EgivenFCoherent=1.35538765799 SampleCountF=1.83884909074 CountEF=0.602059991328 MaxLexFgivenE=1.58889981174 MaxLexEgivenF=1.40133281127 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] von apple [X,2] ||| the [X,1] out of apple [X,2] ||| EgivenFCoherent=1.83250891271 SampleCountF=1.83884909074 CountEF=0.301029995664 MaxLexFgivenE=1.81586731922 MaxLexEgivenF=4.6810696915 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| die [X,1] von [X,2] , ||| the [X,1] of [X,2] , ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.6167839786 MaxLexEgivenF=0.81914253942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] , ||| the [X,1] from [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38981647112 MaxLexEgivenF=1.36843407601 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] , ||| the [X,1] between [X,2] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32651446748 MaxLexEgivenF=3.57996969433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] , ||| to [X,1] tools and [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28245077124 MaxLexEgivenF=6.20099164142 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| die [X,1] von [X,2] inc ||| the [X,1] of [X,2] inc ||| EgivenFCoherent=1.01072386539 SampleCountF=1.6232492904 CountEF=0.698970004336 MaxLexFgivenE=1.74743749247 MaxLexEgivenF=0.815269287195 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] inc ||| the [X,1] of the [X,2] inc. ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=2.36821955692 MaxLexEgivenF=2.03315627844 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| die [X,1] von [X,2] inc ||| the [X,1] by [X,2] inc ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=1.58836229024 MaxLexEgivenF=1.43838660026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] . ||| the [X,1] of [X,2] . ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.49574094466 MaxLexEgivenF=0.706214519034 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] . ||| the [X,1] from [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.26877343719 MaxLexEgivenF=1.25550605563 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] . ||| the [X,1] for [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03527685651 MaxLexEgivenF=1.9886566948 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] . ||| the [X,1] between [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8678860681 MaxLexEgivenF=2.73285625649 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] . ||| who [X,1] by [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41369698194 MaxLexEgivenF=3.00869397845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] von [X,2] . ||| our [X,1] of [X,2] e.g. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97335863174 MaxLexEgivenF=5.8531322856 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] die [X,2] apple , ||| [X,1] the [X,2] apple , ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=1.19285634017 MaxLexEgivenF=0.698962704903 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| die [X,1] apple , ||| the [X,1] apple , ||| EgivenFCoherent=0.698970004336 SampleCountF=1.20411998266 CountEF=0.602059991328 MaxLexFgivenE=1.19285634017 MaxLexEgivenF=0.698962704903 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] apple , [X,2] ||| the [X,1] apple , [X,2] ||| EgivenFCoherent=0.698970004336 SampleCountF=1.20411998266 CountEF=0.602059991328 MaxLexFgivenE=1.19285634017 MaxLexEgivenF=0.698962704903 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] apple [X,2] . ||| the [X,1] apple [X,2] . ||| EgivenFCoherent=0.959041392321 SampleCountF=1.96378782735 CountEF=1.04139268516 MaxLexFgivenE=1.07181330623 MaxLexEgivenF=0.586034684517 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| [X,1] die [X,2] , inc ||| [X,1] the [X,2] , inc ||| EgivenFCoherent=1.20411998266 SampleCountF=1.69019608003 CountEF=0.602059991328 MaxLexFgivenE=1.12442651341 MaxLexEgivenF=0.662190717417 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] die [X,2] , inc ||| she [X,1] [X,2] , inc ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.29828782116 MaxLexEgivenF=4.21869015171 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3 4-4
+[X] ||| die [X,1] , inc ||| die [X,1] , inc ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=0.837291427844 MaxLexEgivenF=2.80156892107 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] , inc ||| the [X,1] , inc ||| EgivenFCoherent=0.726998727936 SampleCountF=1.69019608003 CountEF=1 MaxLexFgivenE=1.12442651341 MaxLexEgivenF=0.662190717417 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] , inc ||| the [X,1] , inc. ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=1.74520857787 MaxLexEgivenF=1.63804437587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] , inc [X,2] ||| the [X,1] , inc [X,2] ||| EgivenFCoherent=0.726998727936 SampleCountF=1.69019608003 CountEF=1 MaxLexFgivenE=1.12442651341 MaxLexEgivenF=0.662190717417 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] , [X,2] . ||| the [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21031533105 MaxLexEgivenF=0.341120630832 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| die [X,1] , [X,2] . ||| the [X,1] , [X,2] . ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.872729965608 MaxLexEgivenF=0.553135949256 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] , [X,2] . ||| the [X,1] to [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21031533105 MaxLexEgivenF=1.35342590189 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| die [X,1] , [X,2] . ||| are [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1259259244 MaxLexEgivenF=2.11732759194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| [X,1] die [X,2] inc . ||| [X,1] the [X,2] inc . ||| EgivenFCoherent=1.20071373396 SampleCountF=2.10720996965 CountEF=0.954242509439 MaxLexFgivenE=1.00338347948 MaxLexEgivenF=0.549262697031 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] die [X,2] inc . ||| the [X,2] inc. [X,1] . ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=1.62416554393 MaxLexEgivenF=1.52511635548 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 4-4
+[X] ||| [X,1] die [X,2] inc . ||| she [X,1] [X,2] inc . ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.17724478722 MaxLexEgivenF=4.10576213132 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3 4-4
+[X] ||| die [X,1] inc . ||| the [X,1] inc . ||| EgivenFCoherent=0.8996837383 SampleCountF=2.10720996965 CountEF=1.23044892138 MaxLexFgivenE=1.00338347948 MaxLexEgivenF=0.549262697031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| die [X,1] inc . [X,2] ||| [X,1] inc . [X,2] the ||| EgivenFCoherent=1.80277372529 SampleCountF=2.10720996965 CountEF=0.47712125472 MaxLexFgivenE=1.00338347948 MaxLexEgivenF=0.549262697031 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 3-2 0-4
+[X] ||| die [X,1] inc . [X,2] ||| the [X,1] inc . [X,2] ||| EgivenFCoherent=1.10380372096 SampleCountF=2.10720996965 CountEF=1.04139268516 MaxLexFgivenE=1.00338347948 MaxLexEgivenF=0.549262697031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| [X,1] adresse des [X,2] von ||| [X,1] address of a [X,2] of ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=2.52298579885 MaxLexEgivenF=2.20222126661 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| adresse des [X,1] von ||| address of a [X,1] of ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=2.52298579885 MaxLexEgivenF=2.20222126661 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| adresse des [X,1] von [X,2] ||| address of a [X,1] of [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=2.52298579885 MaxLexEgivenF=2.20222126661 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| [X,1] adresse des [X,2] , ||| [X,1] [X,2] address , ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.67448982494 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 4-3
+[X] ||| [X,1] adresse des [X,2] , ||| [X,1] address of the [X,2] , ||| EgivenFCoherent=0.566062338056 SampleCountF=2.2121876044 CountEF=1.65321251378 MaxLexFgivenE=1.89997481979 MaxLexEgivenF=1.27371626473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3 4-5
+[X] ||| adresse des [X,1] , ||| [X,1] address , ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.67448982494 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 3-2
+[X] ||| adresse des [X,1] , ||| of the [X,1] address , ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=1.89997481979 MaxLexEgivenF=1.27371626473 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-3 3-4
+[X] ||| adresse des [X,1] , ||| address of the [X,1] , ||| EgivenFCoherent=0.537417156607 SampleCountF=2.2121876044 CountEF=1.68124123738 MaxLexFgivenE=1.89997481979 MaxLexEgivenF=1.27371626473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 3-4
+[X] ||| adresse des [X,1] , [X,2] ||| [X,1] address , [X,2] ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.67448982494 MaxLexEgivenF=0.467201025389 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 3-2
+[X] ||| adresse des [X,1] , [X,2] ||| address of the [X,1] [X,2] ||| EgivenFCoherent=1.73239375982 SampleCountF=2.2121876044 CountEF=0.602059991328 MaxLexFgivenE=2.23756018524 MaxLexEgivenF=1.06170094631 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| adresse des [X,1] , [X,2] ||| address of the [X,1] , [X,2] ||| EgivenFCoherent=0.546757182861 SampleCountF=2.2121876044 CountEF=1.67209785794 MaxLexFgivenE=1.89997481979 MaxLexEgivenF=1.27371626473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 3-4
+[X] ||| [X,1] adresse des [X,2] . ||| [X,1] address , and [X,2] . ||| EgivenFCoherent=2.1303337685 SampleCountF=2.13353890837 CountEF=0.301029995664 MaxLexFgivenE=2.553446791 MaxLexEgivenF=1.91109735488 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-5
+[X] ||| [X,1] adresse des [X,2] . ||| [X,1] address of [X,2] . ||| EgivenFCoherent=1.82930377283 SampleCountF=2.13353890837 CountEF=0.47712125472 MaxLexFgivenE=1.77893178585 MaxLexEgivenF=0.751096253854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] adresse des [X,2] . ||| [X,1] address of the [X,2] . ||| EgivenFCoherent=0.667935770596 SampleCountF=2.13353890837 CountEF=1.47712125472 MaxLexFgivenE=1.77893178585 MaxLexEgivenF=1.16078824435 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3 4-5
+[X] ||| adresse des [X,1] . ||| address , and [X,1] . ||| EgivenFCoherent=2.1303337685 SampleCountF=2.13353890837 CountEF=0.301029995664 MaxLexFgivenE=2.553446791 MaxLexEgivenF=1.91109735488 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-4
+[X] ||| adresse des [X,1] . ||| address of [X,1] . ||| EgivenFCoherent=1.82930377283 SampleCountF=2.13353890837 CountEF=0.47712125472 MaxLexFgivenE=1.77893178585 MaxLexEgivenF=0.751096253854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| adresse des [X,1] . ||| address of the [X,1] . ||| EgivenFCoherent=0.653212513775 SampleCountF=2.13353890837 CountEF=1.49136169383 MaxLexFgivenE=1.77893178585 MaxLexEgivenF=1.16078824435 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 3-4
+[X] ||| adresse [X,1] von [X,2] . ||| place [X,1] [X,2] . ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=4.28234127047 MaxLexEgivenF=2.04244294525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| adresse [X,1] von [X,2] . ||| adresse [X,1] von [X,2] . ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=0.472029514673 MaxLexEgivenF=3.78912049767 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| adresse [X,1] von [X,2] . ||| address [X,1] [X,2] to by . ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=1.41697143471 MaxLexEgivenF=2.35478947733 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 4-5
+[X] ||| adresse [X,1] von [X,2] . ||| address [X,1] from [X,2] . ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=1.34907912946 MaxLexEgivenF=1.2686584298 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| adresse [X,1] von [X,2] . ||| address [X,1] by [X,2] . ||| EgivenFCoherent=1.33243845992 SampleCountF=1.93951925262 CountEF=0.698970004336 MaxLexFgivenE=1.41697143471 MaxLexEgivenF=1.34248420627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| adresse [X,1] von [X,2] . ||| address , [X,1] from [X,2] . ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=1.34907912946 MaxLexEgivenF=1.8792820438 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| adresse [X,1] , [X,2] . ||| business address [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.953035657885 MaxLexEgivenF=3.78839757159 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| adresse [X,1] , [X,2] . ||| address [X,1] , [X,2] . ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=0.953035657885 MaxLexEgivenF=0.566288323426 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| adresse [X,1] , [X,2] . ||| address [X,1] and [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29062102333 MaxLexEgivenF=1.30047374087 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| adresse [X,1] , [X,2] . ||| address above [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.953035657885 MaxLexEgivenF=3.48736757593 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| adresse [X,1] , [X,2] . ||| adress [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13639879998 MaxLexEgivenF=2.26997042985 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] des [X,2] von apple ||| [X,1] of the [X,2] from apple ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.97976104884 MaxLexEgivenF=1.93408535717 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-5
+[X] ||| [X,1] des [X,2] von apple ||| [X,1] of the [X,2] out of apple ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.20672855632 MaxLexEgivenF=5.21382223739 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5 4-6
+[X] ||| [X,1] des [X,2] von apple ||| [X,1] of apple &apos;s [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.20672855632 MaxLexEgivenF=2.49837467206 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 4-2 1-3 4-3
+[X] ||| des [X,1] von apple ||| of the [X,1] from apple ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.97976104884 MaxLexEgivenF=1.93408535717 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] von apple ||| of the [X,1] out of apple ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.20672855632 MaxLexEgivenF=5.21382223739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-5
+[X] ||| des [X,1] von apple ||| of apple &apos;s [X,1] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.20672855632 MaxLexEgivenF=2.49837467206 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-1 0-2 3-2
+[X] ||| des [X,1] von apple [X,2] ||| of the [X,1] from apple [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.97976104884 MaxLexEgivenF=1.93408535717 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] von apple [X,2] ||| of the [X,1] out of apple [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.20672855632 MaxLexEgivenF=5.21382223739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-5
+[X] ||| des [X,1] von apple [X,2] ||| of apple &apos;s [X,1] [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.20672855632 MaxLexEgivenF=2.49837467206 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-1 0-2 3-2
+[X] ||| des [X,1] von [X,2] , ||| of [X,1] of [X,2] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.0076452157 MaxLexEgivenF=0.942203094827 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] , ||| of the [X,1] of [X,2] , ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=2.0076452157 MaxLexEgivenF=1.35189508532 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| des [X,1] von [X,2] , ||| des [X,1] von [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.686324784444 MaxLexEgivenF=4.11608784999 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] , ||| the [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88610691773 MaxLexEgivenF=0.621707308915 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| des [X,1] von [X,2] , ||| the [X,1] of [X,2] , ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.0076452157 MaxLexEgivenF=0.986801197117 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] , ||| the [X,1] in [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88610691773 MaxLexEgivenF=2.04250839952 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] inc ||| of the [X,1] of [X,2] inc ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.13829872957 MaxLexEgivenF=1.34802183309 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| des [X,1] von [X,2] . ||| of [X,1] of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88660218176 MaxLexEgivenF=0.829275074441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] . ||| of [X,1] from [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.65963467429 MaxLexEgivenF=1.37856661103 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] . ||| of [X,1] by [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72752697954 MaxLexEgivenF=1.45239238751 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] . ||| of the [X,1] of [X,2] . ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.88660218176 MaxLexEgivenF=1.23896706493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| des [X,1] von [X,2] . ||| of the [X,1] in [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88660218176 MaxLexEgivenF=2.29467426734 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| des [X,1] von [X,2] . ||| of the [X,1] from [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.65963467429 MaxLexEgivenF=1.78825860152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| des [X,1] von [X,2] . ||| of the [X,1] some of [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88660218176 MaxLexEgivenF=5.36979415225 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 4-6
+[X] ||| des [X,1] von [X,2] . ||| the [X,1] of [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.88660218176 MaxLexEgivenF=0.873873176731 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] von [X,2] . ||| the [X,1] of [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86290312179 MaxLexEgivenF=1.3854094927 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] des [X,2] apple , ||| [X,1] of the [X,2] apple and ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.92130294271 MaxLexEgivenF=1.9976300289 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-5
+[X] ||| des [X,1] apple , ||| of the [X,1] apple and ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.92130294271 MaxLexEgivenF=1.9976300289 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] apple [X,2] . ||| of [X,1] apple [X,2] . ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.46267454333 MaxLexEgivenF=0.740824600574 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] apple [X,2] . ||| of the [X,1] apple [X,2] . ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.46267454333 MaxLexEgivenF=1.15051659107 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| [X,1] des [X,2] , inc ||| [X,1] of the [X,2] , inc ||| EgivenFCoherent=0.636822097587 SampleCountF=1.14612803568 CountEF=0.602059991328 MaxLexFgivenE=1.51528775051 MaxLexEgivenF=1.22667262397 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4 4-5
+[X] ||| [X,1] des [X,2] , inc ||| [X,1] the [X,2] , inc ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.8542135407 MaxLexEgivenF=0.829849375114 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] des [X,2] , inc ||| [X,1] by the [X,2] , inc ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.8542135407 MaxLexEgivenF=3.05404040068 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-5
+[X] ||| des [X,1] , inc ||| of the [X,1] , inc ||| EgivenFCoherent=0.636822097587 SampleCountF=1.14612803568 CountEF=0.602059991328 MaxLexFgivenE=1.51528775051 MaxLexEgivenF=1.22667262397 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] , inc ||| the [X,1] , inc ||| EgivenFCoherent=0.812913356643 SampleCountF=1.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.8542135407 MaxLexEgivenF=0.829849375114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| des [X,1] , inc ||| by the [X,1] , inc ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.8542135407 MaxLexEgivenF=3.05404040068 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] , inc [X,2] ||| of the [X,1] , inc [X,2] ||| EgivenFCoherent=0.636822097587 SampleCountF=1.14612803568 CountEF=0.602059991328 MaxLexFgivenE=1.51528775051 MaxLexEgivenF=1.22667262397 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] , inc [X,2] ||| the [X,1] , inc [X,2] ||| EgivenFCoherent=0.812913356643 SampleCountF=1.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.8542135407 MaxLexEgivenF=0.829849375114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| des [X,1] , inc [X,2] ||| by the [X,1] , inc [X,2] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.8542135407 MaxLexEgivenF=3.05404040068 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] , [X,2] . ||| of [X,1] [X,2] . ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60117656815 MaxLexEgivenF=0.495910546889 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| des [X,1] , [X,2] . ||| of [X,1] , [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.26359120271 MaxLexEgivenF=0.707925865312 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] , [X,2] . ||| of the [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.60117656815 MaxLexEgivenF=0.905602537381 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 4-4
+[X] ||| des [X,1] , [X,2] . ||| of the [X,1] , [X,2] . ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.26359120271 MaxLexEgivenF=1.1176178558 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| des [X,1] , [X,2] . ||| des [X,1] , [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.590088983309 MaxLexEgivenF=2.32674535999 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| des [X,1] , [X,2] . ||| the [X,1] , [X,2] . ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.60251699289 MaxLexEgivenF=0.720794606953 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| [X,1] des [X,2] inc . ||| [X,1] of [X,2] inc . ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=1.39424471658 MaxLexEgivenF=0.704052613087 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] des [X,2] inc . ||| [X,1] of the [X,2] inc . ||| EgivenFCoherent=0.792391689498 SampleCountF=1.50514997832 CountEF=0.778151250384 MaxLexFgivenE=1.39424471658 MaxLexEgivenF=1.11374460358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4 4-5
+[X] ||| [X,1] des [X,2] inc . ||| [X,1] the [X,2] inc . ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=1.73317050676 MaxLexEgivenF=0.716921354728 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] des [X,2] inc . ||| [X,1] by the [X,2] inc . ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=1.73317050676 MaxLexEgivenF=2.9411123803 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-5
+[X] ||| des [X,1] inc . ||| of [X,1] inc . ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=1.39424471658 MaxLexEgivenF=0.704052613087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| des [X,1] inc . ||| of the [X,1] inc . ||| EgivenFCoherent=0.792391689498 SampleCountF=1.50514997832 CountEF=0.778151250384 MaxLexFgivenE=1.39424471658 MaxLexEgivenF=1.11374460358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] inc . ||| the [X,1] inc . ||| EgivenFCoherent=1.19033169817 SampleCountF=1.50514997832 CountEF=0.47712125472 MaxLexFgivenE=1.73317050676 MaxLexEgivenF=0.716921354728 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| des [X,1] inc . ||| by the [X,1] inc . ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=1.73317050676 MaxLexEgivenF=2.9411123803 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] inc . [X,2] ||| of the [X,1] inc . [X,2] ||| EgivenFCoherent=1.19033169817 SampleCountF=1.50514997832 CountEF=0.47712125472 MaxLexFgivenE=1.39424471658 MaxLexEgivenF=1.11374460358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4
+[X] ||| des [X,1] inc . [X,2] ||| the [X,1] inc . [X,2] ||| EgivenFCoherent=1.19033169817 SampleCountF=1.50514997832 CountEF=0.47712125472 MaxLexFgivenE=1.73317050676 MaxLexEgivenF=0.716921354728 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| [X,1] von apple , ||| [X,1] of apple , ||| EgivenFCoherent=0.829303772831 SampleCountF=1.44715803134 CountEF=0.698970004336 MaxLexFgivenE=1.38083242835 MaxLexEgivenF=0.82202326031 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] von apple , ||| [X,1] from apple , ||| EgivenFCoherent=1.1303337685 SampleCountF=1.44715803134 CountEF=0.47712125472 MaxLexFgivenE=1.15386492088 MaxLexEgivenF=1.3713147969 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] von apple , ||| of apple [X,1] , ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.38083242835 MaxLexEgivenF=0.82202326031 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 3-3
+[X] ||| [X,1] von apple , [X,2] ||| [X,1] of apple [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.71841779379 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] von apple , [X,2] ||| [X,1] of apple , [X,2] ||| EgivenFCoherent=0.829303772831 SampleCountF=1.44715803134 CountEF=0.698970004336 MaxLexFgivenE=1.38083242835 MaxLexEgivenF=0.82202326031 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] von apple , [X,2] ||| [X,1] from apple , [X,2] ||| EgivenFCoherent=1.1303337685 SampleCountF=1.44715803134 CountEF=0.47712125472 MaxLexFgivenE=1.15386492088 MaxLexEgivenF=1.3713147969 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] von apple , [X,2] ||| of apple [X,1] , [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.38083242835 MaxLexEgivenF=0.82202326031 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 3-3
+[X] ||| von apple , ||| of apple , ||| EgivenFCoherent=0.732393759823 SampleCountF=1.44715803134 CountEF=0.778151250384 MaxLexFgivenE=1.38083242835 MaxLexEgivenF=0.82202326031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| von apple , ||| from apple , ||| EgivenFCoherent=0.954242509439 SampleCountF=1.44715803134 CountEF=0.602059991328 MaxLexFgivenE=1.15386492088 MaxLexEgivenF=1.3713147969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| von apple , [X,1] ||| of apple [X,1] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=1.71841779379 MaxLexEgivenF=0.610007941887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von apple , [X,1] ||| of apple , [X,1] ||| EgivenFCoherent=0.732393759823 SampleCountF=1.44715803134 CountEF=0.778151250384 MaxLexFgivenE=1.38083242835 MaxLexEgivenF=0.82202326031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| von apple , [X,1] ||| from apple , [X,1] ||| EgivenFCoherent=1.1303337685 SampleCountF=1.44715803134 CountEF=0.47712125472 MaxLexFgivenE=1.15386492088 MaxLexEgivenF=1.3713147969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| [X,1] von apple [X,2] inc ||| [X,1] of apple [X,2] inc ||| EgivenFCoherent=0.176091259056 SampleCountF=1 CountEF=0.845098040014 MaxLexFgivenE=1.51148594222 MaxLexEgivenF=0.818150008085 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| von apple [X,1] inc ||| of apple [X,1] inc ||| EgivenFCoherent=0.176091259056 SampleCountF=1 CountEF=0.845098040014 MaxLexFgivenE=1.51148594222 MaxLexEgivenF=0.818150008085 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| von apple [X,1] inc [X,2] ||| of apple [X,1] inc [X,2] ||| EgivenFCoherent=0.176091259056 SampleCountF=1 CountEF=0.845098040014 MaxLexFgivenE=1.51148594222 MaxLexEgivenF=0.818150008085 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] von apple [X,2] . ||| [X,2] [X,1] from apple . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.03282188694 MaxLexEgivenF=1.25838677652 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3 4-4
+[X] ||| [X,1] von apple [X,2] . ||| [X,2] [X,1] by apple . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.10071419219 MaxLexEgivenF=1.33221255299 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3 4-4
+[X] ||| [X,1] von apple [X,2] . ||| [X,1] [X,2] by apple . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.10071419219 MaxLexEgivenF=1.33221255299 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3 4-4
+[X] ||| [X,1] von apple [X,2] . ||| [X,1] of apple [X,2] . ||| EgivenFCoherent=0.742238694493 SampleCountF=2.06818586175 CountEF=1.34242268082 MaxLexFgivenE=1.25978939441 MaxLexEgivenF=0.709095239924 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] von apple [X,2] . ||| [X,1] from apple [X,2] . ||| EgivenFCoherent=1.4623979979 SampleCountF=2.06818586175 CountEF=0.698970004336 MaxLexFgivenE=1.03282188694 MaxLexEgivenF=1.25838677652 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] von apple [X,2] . ||| [X,1] by apple [X,2] . ||| EgivenFCoherent=1.76342799356 SampleCountF=2.06818586175 CountEF=0.47712125472 MaxLexFgivenE=1.10071419219 MaxLexEgivenF=1.33221255299 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] von apple [X,2] . ||| [X,1] apple [X,2] . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.79932530626 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-3
+[X] ||| [X,1] von apple [X,2] . ||| [X,1] out of apple [X,2] . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.25978939441 MaxLexEgivenF=4.53812365674 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 4-5
+[X] ||| [X,1] von apple [X,2] . ||| apple [X,2] [X,1] . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.79932530626 MaxLexEgivenF=0.344001351723 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 4-3
+[X] ||| von apple [X,1] . ||| [X,1] by apple . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.10071419219 MaxLexEgivenF=1.33221255299 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2 3-3
+[X] ||| von apple [X,1] . ||| of apple [X,1] . ||| EgivenFCoherent=0.742238694493 SampleCountF=2.06818586175 CountEF=1.34242268082 MaxLexFgivenE=1.25978939441 MaxLexEgivenF=0.709095239924 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| von apple [X,1] . ||| from apple [X,1] . ||| EgivenFCoherent=1.4623979979 SampleCountF=2.06818586175 CountEF=0.698970004336 MaxLexFgivenE=1.03282188694 MaxLexEgivenF=1.25838677652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| von apple [X,1] . ||| by apple [X,1] . ||| EgivenFCoherent=1.76342799356 SampleCountF=2.06818586175 CountEF=0.47712125472 MaxLexFgivenE=1.10071419219 MaxLexEgivenF=1.33221255299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| von apple [X,1] . ||| out of apple [X,1] . ||| EgivenFCoherent=2.06445798923 SampleCountF=2.06818586175 CountEF=0.301029995664 MaxLexFgivenE=1.25978939441 MaxLexEgivenF=4.53812365674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| von apple [X,1] . [X,2] ||| of apple [X,1] . [X,2] ||| EgivenFCoherent=1.58733673451 SampleCountF=2.06818586175 CountEF=0.602059991328 MaxLexFgivenE=1.25978939441 MaxLexEgivenF=0.709095239924 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] von [X,2] , inc ||| [X,1] [X,2] , inc ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.85193851345 MaxLexEgivenF=0.420157384622 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 4-3
+[X] ||| [X,1] von [X,2] , inc ||| [X,1] von [X,2] , inc ||| EgivenFCoherent=1.87215627275 SampleCountF=2.17609125906 CountEF=0.47712125472 MaxLexFgivenE=0.664584389742 MaxLexEgivenF=2.30858717266 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] , inc ||| [X,1] of [X,2] , inc ||| EgivenFCoherent=0.549936978014 SampleCountF=2.17609125906 CountEF=1.63346845558 MaxLexFgivenE=1.3124026016 MaxLexEgivenF=0.785251272824 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] , inc ||| [X,1] of [X,2] , inc. ||| EgivenFCoherent=1.47421626408 SampleCountF=2.17609125906 CountEF=0.778151250384 MaxLexFgivenE=1.93318466606 MaxLexEgivenF=1.76110493128 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] , inc ||| [X,1] from [X,2] , inc ||| EgivenFCoherent=1.87215627275 SampleCountF=2.17609125906 CountEF=0.47712125472 MaxLexFgivenE=1.08543509412 MaxLexEgivenF=1.33454280942 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] , inc ||| [X,1] by [X,2] , inc ||| EgivenFCoherent=1.47421626408 SampleCountF=2.17609125906 CountEF=0.778151250384 MaxLexFgivenE=1.15332739937 MaxLexEgivenF=1.40836858589 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| von [X,1] , inc ||| von [X,1] , inc ||| EgivenFCoherent=1.87215627275 SampleCountF=2.17609125906 CountEF=0.47712125472 MaxLexFgivenE=0.664584389742 MaxLexEgivenF=2.30858717266 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc ||| of [X,1] , inc ||| EgivenFCoherent=0.529733591926 SampleCountF=2.17609125906 CountEF=1.65321251378 MaxLexFgivenE=1.3124026016 MaxLexEgivenF=0.785251272824 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc ||| of [X,1] , inc. ||| EgivenFCoherent=1.47421626408 SampleCountF=2.17609125906 CountEF=0.778151250384 MaxLexFgivenE=1.93318466606 MaxLexEgivenF=1.76110493128 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc ||| to [X,1] , inc ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.85193851345 MaxLexEgivenF=1.43246265568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc ||| from [X,1] , inc ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=1.08543509412 MaxLexEgivenF=1.33454280942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc ||| at [X,1] , inc ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.85193851345 MaxLexEgivenF=2.57585131398 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc ||| by [X,1] , inc ||| EgivenFCoherent=1.27009628142 SampleCountF=2.17609125906 CountEF=0.954242509439 MaxLexFgivenE=1.15332739937 MaxLexEgivenF=1.40836858589 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc [X,2] ||| von [X,1] , inc [X,2] ||| EgivenFCoherent=1.87215627275 SampleCountF=2.17609125906 CountEF=0.47712125472 MaxLexFgivenE=0.664584389742 MaxLexEgivenF=2.30858717266 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc [X,2] ||| of [X,1] , inc [X,2] ||| EgivenFCoherent=0.549936978014 SampleCountF=2.17609125906 CountEF=1.63346845558 MaxLexFgivenE=1.3124026016 MaxLexEgivenF=0.785251272824 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc [X,2] ||| to [X,1] , inc [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.85193851345 MaxLexEgivenF=1.43246265568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc [X,2] ||| from [X,1] , inc [X,2] ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=1.08543509412 MaxLexEgivenF=1.33454280942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc [X,2] ||| at [X,1] , inc [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.85193851345 MaxLexEgivenF=2.57585131398 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , inc [X,2] ||| by [X,1] , inc [X,2] ||| EgivenFCoherent=1.3280882284 SampleCountF=2.17609125906 CountEF=0.903089986992 MaxLexFgivenE=1.15332739937 MaxLexEgivenF=1.40836858589 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] , [X,2] . ||| von [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.412887841935 MaxLexEgivenF=2.1995324045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] , [X,2] . ||| of [X,1] [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.39829141923 MaxLexEgivenF=0.464181186239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| von [X,1] , [X,2] . ||| of [X,1] , [X,2] . ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.06070605379 MaxLexEgivenF=0.676196504663 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] , [X,2] . ||| of [X,1] that [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36185342866 MaxLexEgivenF=1.76615222388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] , [X,2] . ||| from [X,1] , [X,2] . ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.833738546316 MaxLexEgivenF=1.22548804125 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] , [X,2] . ||| by [X,1] [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23921621701 MaxLexEgivenF=1.0872984993 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| von [X,1] , [X,2] . ||| by [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.901630851567 MaxLexEgivenF=1.29931381773 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] , [X,2] . ||| about [X,1] , [X,2] . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60024196564 MaxLexEgivenF=2.74977872519 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] von [X,2] inc . ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=0.543541355804 MaxLexEgivenF=2.19565915228 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] of [X,2] , inc . ||| EgivenFCoherent=2.17464119266 SampleCountF=2.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=1.28294686644 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] of [X,2] inc . ||| EgivenFCoherent=0.583576585634 SampleCountF=2.47712125472 CountEF=1.89762709129 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=0.672323252438 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] of [X,2] entertainment inc . ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=3.54651505712 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] from [X,2] inc . ||| EgivenFCoherent=1.9985499336 SampleCountF=2.47712125472 CountEF=0.602059991328 MaxLexFgivenE=0.964392060185 MaxLexEgivenF=1.22161478903 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] from [X,2] inc . ... ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=0.964392060185 MaxLexEgivenF=3.62998680094 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| [X,1] von [X,2] inc . ||| [X,1] by [X,2] inc . ||| EgivenFCoherent=1.39648994228 SampleCountF=2.47712125472 CountEF=1.11394335231 MaxLexFgivenE=1.03228436544 MaxLexEgivenF=1.2954405655 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] inc . ||| for [X,2] inc . [X,1] . ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.73089547951 MaxLexEgivenF=2.05385272624 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 4-3 4-5
+[X] ||| von [X,1] inc . ||| von [X,1] inc . ||| EgivenFCoherent=2.17464119266 SampleCountF=2.47712125472 CountEF=0.47712125472 MaxLexFgivenE=0.543541355804 MaxLexEgivenF=2.19565915228 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . ||| of [X,1] , inc . ||| EgivenFCoherent=2.17464119266 SampleCountF=2.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=1.28294686644 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-4
+[X] ||| von [X,1] inc . ||| of [X,1] inc . ||| EgivenFCoherent=0.556593095948 SampleCountF=2.47712125472 CountEF=1.92427928606 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=0.672323252438 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . ||| of [X,1] entertainment inc . ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=3.54651505712 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| von [X,1] inc . ||| to [X,1] inc . ! ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.73089547951 MaxLexEgivenF=3.31291128331 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| von [X,1] inc . ||| from [X,1] inc . ||| EgivenFCoherent=1.873611197 SampleCountF=2.47712125472 CountEF=0.698970004336 MaxLexFgivenE=0.964392060185 MaxLexEgivenF=1.22161478903 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . ||| from [X,1] inc . ... ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=0.964392060185 MaxLexEgivenF=3.62998680094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| von [X,1] inc . ||| at [X,1] inc . ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.73089547951 MaxLexEgivenF=2.46292329359 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . ||| by [X,1] inc . ||| EgivenFCoherent=1.29957992927 SampleCountF=2.47712125472 CountEF=1.20411998266 MaxLexFgivenE=1.03228436544 MaxLexEgivenF=1.2954405655 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . [X,2] ||| von [X,1] inc . [X,2] ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=0.543541355804 MaxLexEgivenF=2.19565915228 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . [X,2] ||| of [X,1] , inc . [X,2] ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=1.28294686644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| von [X,1] inc . [X,2] ||| of [X,1] inc . [X,2] ||| EgivenFCoherent=0.931603143974 SampleCountF=2.47712125472 CountEF=1.55630250077 MaxLexFgivenE=1.19135956766 MaxLexEgivenF=0.672323252438 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . [X,2] ||| from [X,1] inc . [X,2] ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=0.964392060185 MaxLexEgivenF=1.22161478903 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . [X,2] ||| at [X,1] inc . [X,2] ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.73089547951 MaxLexEgivenF=2.46292329359 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . [X,2] ||| by [X,1] inc . [X,2] ||| EgivenFCoherent=1.47567118832 SampleCountF=2.47712125472 CountEF=1.04139268516 MaxLexFgivenE=1.03228436544 MaxLexEgivenF=1.2954405655 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] inc . [X,2] ||| by [X,1] inc . ( [X,2] ||| EgivenFCoherent=2.47567118832 SampleCountF=2.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.03228436544 MaxLexEgivenF=2.86668057671 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] apple , inc ||| [X,1] apple , inc ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.888474963166 MaxLexEgivenF=0.665071438307 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] apple , inc [X,2] ||| [X,1] apple , inc [X,2] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.888474963166 MaxLexEgivenF=0.665071438307 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| apple , inc ||| apple , inc ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.888474963166 MaxLexEgivenF=0.665071438307 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| apple , inc [X,1] ||| apple , inc [X,1] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.888474963166 MaxLexEgivenF=0.665071438307 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| [X,1] apple , [X,2] . ||| [X,1] apple , [X,2] . ||| EgivenFCoherent=0.709693869728 SampleCountF=1.6232492904 CountEF=0.954242509439 MaxLexFgivenE=0.63677841536 MaxLexEgivenF=0.556016670146 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] apple , [X,2] . ||| [X,1] apple to [X,2] . ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.974363780802 MaxLexEgivenF=1.35630662278 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| apple , [X,1] . ||| apple , [X,1] . ||| EgivenFCoherent=0.65854134728 SampleCountF=1.6232492904 CountEF=1 MaxLexFgivenE=0.63677841536 MaxLexEgivenF=0.556016670146 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| apple , [X,1] . ||| apple to [X,1] . ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.974363780802 MaxLexEgivenF=1.35630662278 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| apple , [X,1] . [X,2] ||| apple , [X,1] . [X,2] ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.63677841536 MaxLexEgivenF=0.556016670146 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] apple [X,2] inc . ||| [X,1] apple [X,2] inc . ||| EgivenFCoherent=0.301029995664 SampleCountF=1.36172783602 CountEF=1.07918124605 MaxLexFgivenE=0.767431929228 MaxLexEgivenF=0.552143417921 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| apple [X,1] inc . ||| apple [X,1] inc . ||| EgivenFCoherent=0.228479328515 SampleCountF=1.36172783602 CountEF=1.14612803568 MaxLexFgivenE=0.767431929228 MaxLexEgivenF=0.552143417921 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| apple [X,1] inc . [X,2] ||| apple [X,1] inc . [X,2] ||| EgivenFCoherent=0.865301426103 SampleCountF=1.36172783602 CountEF=0.602059991328 MaxLexFgivenE=0.767431929228 MaxLexEgivenF=0.552143417921 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| [X,1] , inc . ||| [X,1] , inc . ||| EgivenFCoherent=0.262277406672 SampleCountF=2.47856649559 CountEF=2.21748394421 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=0.51924468266 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] , inc . ||| [X,1] , inc . ! ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=2.51262133067 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] , inc . ||| [X,1] ? . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.22587821572 MaxLexEgivenF=2.57859422525 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-1 3-2
+[X] ||| [X,1] , inc . ||| [X,1] inc . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905933954049 MaxLexEgivenF=0.307229364236 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2
+[X] ||| [X,1] , inc . [X,2] ||| [X,1] , inc . [X,2] ||| EgivenFCoherent=0.460087915421 SampleCountF=2.47856649559 CountEF=2.02118929907 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=0.51924468266 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] , inc . [X,2] ||| [X,1] , inc . ( [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=2.09048469387 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] , inc . [X,2] ||| [X,1] inc . [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905933954049 MaxLexEgivenF=0.307229364236 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2
+[X] ||| , inc . ||| , inc . ||| EgivenFCoherent=0.231608586906 SampleCountF=2.47856649559 CountEF=2.24797326636 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=0.51924468266 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| , inc . ||| , inc . ! ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=2.51262133067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| , inc . ||| , inc. through ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1654315931 MaxLexEgivenF=5.47863284307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| , inc . ||| states license , unless otherwise noted . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.52905825282 MaxLexEgivenF=15.4090603678 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 1-3 1-4 1-5 2-6
+[X] ||| , inc . [X,1] ||| , inc . [X,1] ||| EgivenFCoherent=0.424042811236 SampleCountF=2.47856649559 CountEF=2.05690485134 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=0.51924468266 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| , inc . [X,1] ||| , inc . ( [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.568348588607 MaxLexEgivenF=2.09048469387 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| was ist die adresse ||| what is the address ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.30172930796 MaxLexEgivenF=1.42308099596 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| was ist die adresse [X,1] ||| what is the address [X,1] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.30172930796 MaxLexEgivenF=1.42308099596 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| was ist die [X,1] des ||| what is the [X,1] of ||| EgivenFCoherent=0.421005312741 SampleCountF=1.47712125472 CountEF=1.07918124605 MaxLexFgivenE=2.61228485278 MaxLexEgivenF=1.56471853785 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4
+[X] ||| was ist die [X,1] des ||| what is the [X,1] of the ||| EgivenFCoherent=0.559308010907 SampleCountF=1.47712125472 CountEF=0.954242509439 MaxLexFgivenE=2.61228485278 MaxLexEgivenF=1.80675187064 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4 4-5
+[X] ||| was ist die [X,1] des ||| what is the [X,1] in the ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.95121064297 MaxLexEgivenF=2.8307297124 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4 4-5
+[X] ||| was ist die [X,1] von ||| what is the [X,1] of ||| EgivenFCoherent=0.226396377367 SampleCountF=1.51851393988 CountEF=1.30102999566 MaxLexFgivenE=2.40939970387 MaxLexEgivenF=1.5329891772 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4
+[X] ||| was ist die [X,1] , ||| what is the [X,1] , ||| EgivenFCoherent=0.666785320965 SampleCountF=1.81954393554 CountEF=1.17609125906 MaxLexFgivenE=1.78638872482 MaxLexEgivenF=1.37991060742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4
+[X] ||| was ist die [X,1] . ||| what is the [X,1] . ||| EgivenFCoherent=0.176091259056 SampleCountF=1.27875360095 CountEF=1.11394335231 MaxLexFgivenE=1.66534569088 MaxLexEgivenF=1.26698258703 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4
+[X] ||| was ist [X,1] adresse des ||| what is [X,1] address of ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.69259054506 MaxLexEgivenF=1.57787091202 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3 4-4
+[X] ||| was [X,1] die adresse des ||| what [X,1] the address of ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.83402862292 MaxLexEgivenF=1.54835933752 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4
+[X] ||| was [X,1] , inc . ||| was [X,1] , inc . ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.00958330234 MaxLexEgivenF=1.43865981668 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4
+[X] ||| [X,1] ist die adresse des ||| [X,1] is the address of ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.8148525599 MaxLexEgivenF=1.16558719591 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 3-3 4-4
+[X] ||| ist die adresse des ||| is the address of ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.8148525599 MaxLexEgivenF=1.16558719591 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| ist die adresse des [X,1] ||| is the [X,1] address ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=3.15377835008 MaxLexEgivenF=0.768763947059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-1 2-3
+[X] ||| ist die adresse des [X,1] ||| is the address of [X,1] ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.8148525599 MaxLexEgivenF=1.16558719591 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| ist die adresse [X,1] , ||| is the address [X,1] , ||| EgivenFCoherent=0.812913356643 SampleCountF=1.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.98895643193 MaxLexEgivenF=0.980779265483 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4
+[X] ||| ist die adresse [X,1] . ||| is the address [X,1] . ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.86791339799 MaxLexEgivenF=0.867851245097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4
+[X] ||| ist die adresse [X,1] . ||| is the address for [X,1] . ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.86791339799 MaxLexEgivenF=2.51538730906 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-5
+[X] ||| ist die [X,1] , inc ||| she is [X,1] , inc ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=2.77813067039 MaxLexEgivenF=4.48669309127 IsSingletonF=1 IsSingletonFE=1 ||| 1-0 0-1 3-3 4-4
+[X] ||| ist die [X,1] inc . ||| is the [X,1] inc . ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=1.48322632871 MaxLexEgivenF=0.82080760433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 4-4
+[X] ||| ist die [X,1] inc . ||| she is [X,1] inc . ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=2.65708763645 MaxLexEgivenF=4.37376507088 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3 4-4
+[X] ||| ist [X,1] , inc . ||| is [X,1] , inc . ||| EgivenFCoherent=0.389971079001 SampleCountF=1.74036268949 CountEF=1.36172783602 MaxLexFgivenE=1.04819143784 MaxLexEgivenF=0.790789589959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| ist [X,1] , inc . ||| is a [X,1] , inc . ||| EgivenFCoherent=1.73239375982 SampleCountF=1.74036268949 CountEF=0.301029995664 MaxLexFgivenE=1.04819143784 MaxLexEgivenF=2.0076373732 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4 4-5
+[X] ||| die adresse des [X,1] von ||| the address of a [X,1] of ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=3.14426672594 MaxLexEgivenF=2.4442545994 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-5
+[X] ||| die adresse des [X,1] , ||| the [X,1] address , ||| EgivenFCoherent=1.83250891271 SampleCountF=1.83884909074 CountEF=0.301029995664 MaxLexFgivenE=2.86018153707 MaxLexEgivenF=0.709234358184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 4-3
+[X] ||| die adresse des [X,1] , ||| the address of the [X,1] , ||| EgivenFCoherent=0.490086231884 SampleCountF=1.83884909074 CountEF=1.36172783602 MaxLexFgivenE=2.52125574689 MaxLexEgivenF=1.34809093983 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3 4-5
+[X] ||| die adresse des [X,1] , ||| address of the [X,1] , ||| EgivenFCoherent=1.83250891271 SampleCountF=1.83884909074 CountEF=0.301029995664 MaxLexFgivenE=2.52125574689 MaxLexEgivenF=1.10605760704 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 0-2 2-2 4-4
+[X] ||| die adresse des [X,1] . ||| the address of [X,1] . ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=2.40021271295 MaxLexEgivenF=0.993129586649 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4
+[X] ||| die adresse des [X,1] . ||| the address of the [X,1] . ||| EgivenFCoherent=0.665111737075 SampleCountF=1.87506126339 CountEF=1.23044892138 MaxLexFgivenE=2.40021271295 MaxLexEgivenF=1.23516291944 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3 4-5
+[X] ||| die [X,1] von apple , ||| the [X,1] of apple , ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.00211335544 MaxLexEgivenF=1.06405659311 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4
+[X] ||| die [X,1] von apple , ||| the [X,1] from apple , ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=1.77514584797 MaxLexEgivenF=1.6133481297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4
+[X] ||| die [X,1] , inc . ||| the [X,1] , inc . ||| EgivenFCoherent=0.647817481889 SampleCountF=1.61278385672 CountEF=1 MaxLexFgivenE=1.1896295157 MaxLexEgivenF=0.761278015454 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| des [X,1] , inc . ||| of the [X,1] , inc . ||| EgivenFCoherent=0.564271430439 SampleCountF=1.07918124605 CountEF=0.602059991328 MaxLexFgivenE=1.5804907528 MaxLexEgivenF=1.325759922 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4 4-5
+[X] ||| des [X,1] , inc . ||| the [X,1] , inc . ||| EgivenFCoherent=0.740362689494 SampleCountF=1.07918124605 CountEF=0.47712125472 MaxLexFgivenE=1.91941654299 MaxLexEgivenF=0.928936673151 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| des [X,1] , inc . ||| by the [X,1] , inc . ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=1.91941654299 MaxLexEgivenF=3.15312769872 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4 4-5
+[X] ||| [X,1] von apple , inc ||| [X,1] of apple , inc ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.69773197844 MaxLexEgivenF=1.03016532651 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 3-3 4-4
+[X] ||| von apple , inc ||| of apple , inc ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.69773197844 MaxLexEgivenF=1.03016532651 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| von apple , inc [X,1] ||| of apple , inc [X,1] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.69773197844 MaxLexEgivenF=1.03016532651 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| von apple , [X,1] . ||| of apple , [X,1] . ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.44603543064 MaxLexEgivenF=0.921110558348 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 4-4
+[X] ||| von apple , [X,1] . ||| from apple , [X,1] . ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.21906792316 MaxLexEgivenF=1.47040209494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4
+[X] ||| von apple [X,1] inc . ||| of apple [X,1] inc . ||| EgivenFCoherent=0.176091259056 SampleCountF=1 CountEF=0.845098040014 MaxLexFgivenE=1.57668894451 MaxLexEgivenF=0.917237306123 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 4-4
+[X] ||| von [X,1] , inc . ||| von [X,1] , inc . ||| EgivenFCoherent=1.83884909074 SampleCountF=2.14301480025 CountEF=0.47712125472 MaxLexFgivenE=0.729787392029 MaxLexEgivenF=2.4076744707 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| von [X,1] , inc . ||| of [X,1] , inc . ||| EgivenFCoherent=0.527095229682 SampleCountF=2.14301480025 CountEF=1.6232492904 MaxLexFgivenE=1.37760560389 MaxLexEgivenF=0.884338570861 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| von [X,1] , inc . ||| to [X,1] , inc . ! ||| EgivenFCoherent=2.1398790864 SampleCountF=2.14301480025 CountEF=0.301029995664 MaxLexFgivenE=1.91714151573 MaxLexEgivenF=3.52492660173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4 4-5
+[X] ||| von [X,1] , inc . ||| from [X,1] , inc . ||| EgivenFCoherent=1.66275783168 SampleCountF=2.14301480025 CountEF=0.602059991328 MaxLexFgivenE=1.15063809641 MaxLexEgivenF=1.43363010745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| von [X,1] , inc . ||| at [X,1] , inc . ||| EgivenFCoherent=2.1398790864 SampleCountF=2.14301480025 CountEF=0.301029995664 MaxLexFgivenE=1.91714151573 MaxLexEgivenF=2.67493861202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4
+[X] ||| von [X,1] , inc . ||| by [X,1] , inc . ||| EgivenFCoherent=1.29478104639 SampleCountF=2.14301480025 CountEF=0.903089986992 MaxLexFgivenE=1.21853040166 MaxLexEgivenF=1.50745588393 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 4-4
+[X] ||| [X,1] apple , inc . ||| [X,1] apple , inc . ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.953677965454 MaxLexEgivenF=0.764158736345 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 3-3 4-4
+[X] ||| apple , inc . ||| apple , inc . ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.953677965454 MaxLexEgivenF=0.764158736345 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| apple , inc . [X,1] ||| apple , inc . [X,1] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=0.953677965454 MaxLexEgivenF=0.764158736345 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3
+[X] ||| was ist die adresse des ||| what is the address of ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.31387147216 MaxLexEgivenF=1.81990424481 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3 4-4
+[X] ||| von apple , inc . ||| of apple , inc . ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.76293498073 MaxLexEgivenF=1.12925262455 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 3-3 4-4
diff --git a/example_free917/grammar/grammar.3 b/example_free917/grammar/grammar.3
new file mode 100644
index 0000000..0002b75
--- /dev/null
+++ b/example_free917/grammar/grammar.3
@@ -0,0 +1,1193 @@
+[X] ||| [X,1] was ||| [X,1] so ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] was ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27564908671 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] which ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] which is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was ||| [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] that which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was ||| [X,1] what ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] how ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] making ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| [X,1] whatever ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.956891623923 MaxLexEgivenF=2.18237819719 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] was [X,2] ||| [X,1] so [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] so [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=3.13250881669 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] was [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] which [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] which is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was [X,2] ||| [X,1] that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] that which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] was [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| [X,1] making [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] was [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| was ||| so ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| was ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| and ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.67873730977 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27564908671 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27958425143 MaxLexEgivenF=2.19254552352 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.51972795331 MaxLexEgivenF=1.83511267626 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| which ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| which is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was ||| which are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=3.20042721407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| that which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was ||| what ||| EgivenFCoherent=0.805023396784 SampleCountF=2.47856649559 CountEF=1.68124123738 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67885718117 MaxLexEgivenF=2.70271348289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| how ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.58944548628 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30578471613 MaxLexEgivenF=2.45741700747 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11058424497 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95817595327 MaxLexEgivenF=3.00058495931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| instance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78639646137 MaxLexEgivenF=4.06128279966 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26710187869 MaxLexEgivenF=2.75664867973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| thing ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.23282177995 MaxLexEgivenF=2.22877388696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was ||| something ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45496028711 MaxLexEgivenF=2.24173886412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| making ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| plus ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61514517178 MaxLexEgivenF=3.60898512867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| whatever ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.956891623923 MaxLexEgivenF=2.18237819719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61692211764 MaxLexEgivenF=2.48149920305 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was ||| but ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144374644 MaxLexEgivenF=2.08203802125 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11058424497 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| was [X,1] ||| so [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14653852199 MaxLexEgivenF=2.21309368267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| so [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=3.13250881669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| was [X,1] ||| was [X,1] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.44123471373 MaxLexEgivenF=0.919415134017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| as [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51972795331 MaxLexEgivenF=1.83511267626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51972795331 MaxLexEgivenF=3.48264874023 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| which [X,1] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=1.18218692016 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| which is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.65252116967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was [X,1] ||| which are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=3.20042721407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was [X,1] ||| that [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23733990076 MaxLexEgivenF=1.41553313152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| that which [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65008628458 MaxLexEgivenF=2.59772005168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| was [X,1] ||| what [X,1] ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| what to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.49901891226 MaxLexEgivenF=1.66662231996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| how [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.86683226932 MaxLexEgivenF=2.06418779031 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| thing [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.23282177995 MaxLexEgivenF=2.22877388696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| was [X,1] ||| thing to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23282177995 MaxLexEgivenF=3.24107915802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] ||| making [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03365421157 MaxLexEgivenF=2.64353439764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] war ||| [X,1] &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07656628194 MaxLexEgivenF=3.15940564503 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64035179038 MaxLexEgivenF=3.53007156884 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] was ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] , is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] war ||| [X,1] war ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=1.58387570124 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] invention ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93751789202 MaxLexEgivenF=4.89179940485 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] used ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] rather ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37811825221 MaxLexEgivenF=3.30073479783 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92852189913 MaxLexEgivenF=2.49385337874 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| [X,1] after ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war ||| was [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] war ||| had [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] war [X,2] ||| [X,1] [X,2] was ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] war [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] was the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=1.77841492176 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] , [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=1.04437469969 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] war [X,2] ||| [X,1] , is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] war [X,2] ||| [X,1] war [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] had [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] were up to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=6.88592038583 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] used [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| [X,1] after [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war [X,2] ||| was [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] war [X,2] ||| was [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] war [X,2] ||| had [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| war ||| &apos; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07656628194 MaxLexEgivenF=3.15940564503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64035179038 MaxLexEgivenF=3.53007156884 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98544443832 MaxLexEgivenF=2.5152224478 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| was ||| EgivenFCoherent=0.590630529547 SampleCountF=2.47856649559 CountEF=1.89209460269 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| , ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| , is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war ||| ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92348895934 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| war ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| as ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.87568931612 MaxLexEgivenF=2.16942275345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25297808933 MaxLexEgivenF=1.61281728799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11101246623 MaxLexEgivenF=2.32129714838 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| more ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.16719069982 MaxLexEgivenF=3.04670136484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| had ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| were ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=1.58387570124 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war ||| not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64725813734 MaxLexEgivenF=2.30746818049 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| my ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7523081998 MaxLexEgivenF=3.04054105614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| photography , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56540503752 MaxLexEgivenF=4.59933303187 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war ||| is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| invention ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93751789202 MaxLexEgivenF=4.89179940485 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| could ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97650976486 MaxLexEgivenF=2.47019547799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| environmental ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28780172993 MaxLexEgivenF=4.41467815014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| used ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64832869618 MaxLexEgivenF=2.61995779832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| right before ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80242402117 MaxLexEgivenF=7.01644294363 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war ||| made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37149249636 MaxLexEgivenF=2.65125015657 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| rather ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37811825221 MaxLexEgivenF=3.30073479783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92852189913 MaxLexEgivenF=2.49385337874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| after ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| having ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93014438454 MaxLexEgivenF=3.6130458039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| even ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99775592527 MaxLexEgivenF=3.30073479783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war ||| former ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42127479121 MaxLexEgivenF=3.49385939618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| [X,1] was ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| war [X,1] ||| was [X,1] ||| EgivenFCoherent=0.897337658103 SampleCountF=2.47856649559 CountEF=1.59106460703 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war [X,1] ||| was the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.903205310588 MaxLexEgivenF=1.77841492176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| , [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war [X,1] ||| , is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67714096866 MaxLexEgivenF=2.08095786351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war [X,1] ||| war [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.15403079975 MaxLexEgivenF=1.88192377114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war [X,1] ||| had [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29601021242 MaxLexEgivenF=1.49734772403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| were up to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56670304801 MaxLexEgivenF=6.88592038583 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| photography , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56540503752 MaxLexEgivenF=4.59933303187 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| war [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20881953562 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| used [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90065278239 MaxLexEgivenF=3.07888604821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] ||| after [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62140633095 MaxLexEgivenF=2.71861313644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] der ||| [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of the ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] the ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] to the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] der [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| der ||| der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| der ( sumer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=9.74601791977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| der ||| of ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| of the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der ||| of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| the ||| EgivenFCoherent=0.431798275933 SampleCountF=2.47856649559 CountEF=2.04921802267 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=4.3949981849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| der [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| of [X,1] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| of the [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| the [X,1] ||| EgivenFCoherent=0.651046452019 SampleCountF=2.47856649559 CountEF=1.83250891271 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] preis ||| [X,1] prices ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.56209560731 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] price ||| EgivenFCoherent=0.677780705266 SampleCountF=2.47856649559 CountEF=1.80617997398 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] price tag ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.89294232023 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] preis ||| [X,1] prize ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.896964692257 MaxLexEgivenF=1.36289457448 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] award ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.59809827085 MaxLexEgivenF=1.79129089542 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] amount ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36872717222 MaxLexEgivenF=2.55981216185 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] purchase price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.71685106118 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] preis ||| [X,1] cost ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68790002005 MaxLexEgivenF=1.81944947236 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] room rate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=3.6175207809 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] preis ||| [X,1] rate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=1.6017766634 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] costs ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36640657154 MaxLexEgivenF=2.3837209028 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] prizes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.35847873496 MaxLexEgivenF=3.29449771846 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis ||| [X,1] lift ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80186086215 MaxLexEgivenF=3.36144450809 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis ||| price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] preis ||| price that [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=2.85279496052 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] preis [X,2] ||| [X,2] [X,1] price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] preis [X,2] ||| [X,2] [X,1] room rate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=3.6175207809 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] preis [X,2] ||| [X,1] prices [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.56209560731 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] price [X,2] ||| EgivenFCoherent=0.805023396784 SampleCountF=2.47856649559 CountEF=1.68124123738 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] price of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=1.22833307735 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] price for the apartment [X,2] all ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=10.0247379787 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4 1-6
+[X] ||| [X,1] preis [X,2] ||| [X,1] price tag [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.89294232023 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] preis [X,2] ||| [X,1] prize [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.896964692257 MaxLexEgivenF=1.36289457448 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] prize , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.896964692257 MaxLexEgivenF=1.97351818849 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] award [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.59809827085 MaxLexEgivenF=1.79129089542 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] amount [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36872717222 MaxLexEgivenF=2.55981216185 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] purchase price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.71685106118 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] preis [X,2] ||| [X,1] cost [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68790002005 MaxLexEgivenF=1.81944947236 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] rate [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=1.6017766634 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| [X,1] costs [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36640657154 MaxLexEgivenF=2.3837209028 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] preis [X,2] ||| price [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] preis [X,2] ||| price that [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=2.85279496052 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| preis ||| hotel ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34122342661 MaxLexEgivenF=2.26453449508 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| / ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.47099816966 MaxLexEgivenF=2.50612730289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| an ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.38599730013 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis ||| at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32579758531 MaxLexEgivenF=2.02232446281 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| my ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.60356654852 MaxLexEgivenF=3.13959575847 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| right ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30666465918 MaxLexEgivenF=2.90914683709 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| prices ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.56209560731 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis ||| price ||| EgivenFCoherent=0.613798394599 SampleCountF=2.47856649559 CountEF=1.86923171973 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis ||| price for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=2.17903387611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| preis ||| price tag ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.89294232023 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| preis ||| prize ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=0.896964692257 MaxLexEgivenF=1.36289457448 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis ||| award ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.59809827085 MaxLexEgivenF=1.79129089542 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis ||| amount ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36872717222 MaxLexEgivenF=2.55981216185 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| purchase price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.71685106118 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| preis ||| cost ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68790002005 MaxLexEgivenF=1.81944947236 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| room ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76919958239 MaxLexEgivenF=2.0157441175 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| room rate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=3.6175207809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| preis ||| rate ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=1.6017766634 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis ||| costs ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36640657154 MaxLexEgivenF=2.3837209028 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| prizes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.35847873496 MaxLexEgivenF=3.29449771846 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| suatu ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.698970004336 MaxLexEgivenF=4.13959575847 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| lift ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80186086215 MaxLexEgivenF=3.36144450809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| night ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1017225313 MaxLexEgivenF=2.99346772279 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis ||| per ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08697767045 MaxLexEgivenF=2.86084215752 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| an [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.38599730013 MaxLexEgivenF=2.75040633255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| prices [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56209560731 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis [X,1] ||| price [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis [X,1] ||| price of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=1.22833307735 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| price for the apartment [X,1] all ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=10.0247379787 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3 0-5
+[X] ||| preis [X,1] ||| price as [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=2.7009205656 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| price tag [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.89294232023 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| preis [X,1] ||| prize [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.896964692257 MaxLexEgivenF=1.36289457448 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis [X,1] ||| prize , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.896964692257 MaxLexEgivenF=1.97351818849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| award [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.59809827085 MaxLexEgivenF=1.79129089542 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis [X,1] ||| amount [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36872717222 MaxLexEgivenF=2.55981216185 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| purchase price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.765696470389 MaxLexEgivenF=3.71685106118 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| preis [X,1] ||| cost [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68790002005 MaxLexEgivenF=1.81944947236 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| preis [X,1] ||| rate [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.40892783996 MaxLexEgivenF=1.6017766634 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis [X,1] ||| costs [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36640657154 MaxLexEgivenF=2.3837209028 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ersten ||| [X,1] early ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] leading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] first ||| EgivenFCoherent=0.380211241712 SampleCountF=2.47856649559 CountEF=2.10037054512 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] first one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ersten ||| [X,1] upcoming ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68237074252 MaxLexEgivenF=3.7677308327 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] initial ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] opening ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29582075196 MaxLexEgivenF=2.95481747606 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] second ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22046595123 MaxLexEgivenF=2.39206721874 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ersten [X,2] ||| [X,1] [X,2] initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ersten [X,2] ||| [X,1] early [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] leading [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] first [X,2] ||| EgivenFCoherent=0.464284030014 SampleCountF=2.47856649559 CountEF=2.0170333393 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] first and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=1.20867981441 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] first one [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ersten [X,2] ||| [X,1] 1st [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] initial [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| ersten ||| one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.98623201227 MaxLexEgivenF=2.26598710307 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| early ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| main ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99400740228 MaxLexEgivenF=2.93842705987 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| leading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| first ||| EgivenFCoherent=0.301029995664 SampleCountF=2.47856649559 CountEF=2.17897694729 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| first one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ersten ||| upcoming ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68237074252 MaxLexEgivenF=3.7677308327 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| initial ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| last ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01355160032 MaxLexEgivenF=3.00806298801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| opening ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29582075196 MaxLexEgivenF=2.95481747606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| very first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.42008229817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ersten ||| neighborhood ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85278486868 MaxLexEgivenF=4.06876082837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| second ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22046595123 MaxLexEgivenF=2.39206721874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| same ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30028485196 MaxLexEgivenF=3.22366278835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ersten [X,1] ||| [X,1] initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ersten [X,1] ||| one [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98623201227 MaxLexEgivenF=2.26598710307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| early [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten [X,1] ||| leading [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| first [X,1] ||| EgivenFCoherent=0.405239247414 SampleCountF=2.47856649559 CountEF=2.07554696139 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten [X,1] ||| first and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=1.20867981441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| first one [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ersten [X,1] ||| 1st [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| initial [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten [X,1] ||| very first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.42008229817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| [X,1] x-men ||| [X,1] x-men ||| EgivenFCoherent=0.860338006571 SampleCountF=1.47712125472 CountEF=0.698970004336 MaxLexFgivenE=0.451185520625 MaxLexEgivenF=0.444452137966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] x-men [X,2] ||| [X,1] x-men [X,2] ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=0.451185520625 MaxLexEgivenF=0.444452137966 IsSingletonF=1 IsSingletonFE=1 ||| 1-1
+[X] ||| x-men ||| x-men ||| EgivenFCoherent=0.231949076521 SampleCountF=1.47712125472 CountEF=1.2552725051 MaxLexFgivenE=0.451185520625 MaxLexEgivenF=0.444452137966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| x-men ||| guy ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=3.16465021593 MaxLexEgivenF=1.80617997398 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| x-men [X,1] ||| x-men [X,1] ||| EgivenFCoherent=0.383216751851 SampleCountF=1.47712125472 CountEF=1.11394335231 MaxLexFgivenE=0.451185520625 MaxLexEgivenF=0.444452137966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| x-men [X,1] ||| guy [X,1] ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=3.16465021593 MaxLexEgivenF=1.80617997398 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ausgabe ||| [X,1] output ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] release ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] issue ||| EgivenFCoherent=0.744727494897 SampleCountF=2.47856649559 CountEF=1.74036268949 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] edition ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] copy ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] returns ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] version ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] magazine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47031246717 MaxLexEgivenF=2.35513211548 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] issuance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] issuing ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] issue ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] magazine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47031246717 MaxLexEgivenF=2.35513211548 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] [X,2] issue ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] output [X,2] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] release [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issue [X,2] ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issue of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=1.37072614331 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] edition [X,2] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] edition of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=1.47601019192 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] copy [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] returns [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] version [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] version of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=2.6965797227 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issuance [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issuing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| ausgabe ||| of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=4.51177525115 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| set ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48422863769 MaxLexEgivenF=2.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| output ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| release ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| issue ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| title ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24830029535 MaxLexEgivenF=3.05410211981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| edition ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| edition , &quot; expenditure &quot; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=9.2215408259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-4
+[X] ||| ausgabe ||| future ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.12535112051 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| copy ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| returns ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| current ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37168344633 MaxLexEgivenF=2.75307212415 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| version ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| magazine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47031246717 MaxLexEgivenF=2.35513211548 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| next ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73305675895 MaxLexEgivenF=2.92916338321 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| issuance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| issuing ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| says ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56185997682 MaxLexEgivenF=2.48983068937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| [X,1] issue ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ausgabe [X,1] ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.51177525115 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| output [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| output , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=1.43855561042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| release [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issue [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issue of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=1.37072614331 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| title [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24830029535 MaxLexEgivenF=3.05410211981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| edition [X,1] ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| edition of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=1.47601019192 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| copy [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| returns [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| version [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| version of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=2.6965797227 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| next [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73305675895 MaxLexEgivenF=2.92916338321 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issuance [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issuing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] was war ||| [X,1] which was ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=1.61593800584 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was war ||| [X,1] what was ||| EgivenFCoherent=0.625043898249 SampleCountF=1.99122607569 CountEF=1.38021124171 MaxLexFgivenE=1.40222422285 MaxLexEgivenF=1.08806813458 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was war ||| [X,1] what were ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.06572196027 MaxLexEgivenF=2.23819275015 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was war ||| [X,1] what happened ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=1.98978825163 MaxLexEgivenF=3.69485810504 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was war ||| [X,1] what exactly ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.39782499065 MaxLexEgivenF=4.13202326293 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] was war ||| [X,1] how was ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=2.49793887599 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was war [X,2] ||| [X,1] which was [X,2] ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=1.61593800584 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was war [X,2] ||| [X,1] that [X,2] was ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=1.8492842172 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] was war [X,2] ||| [X,1] what was [X,2] ||| EgivenFCoherent=0.685741738602 SampleCountF=1.99122607569 CountEF=1.32221929473 MaxLexFgivenE=1.40222422285 MaxLexEgivenF=1.08806813458 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] was war [X,2] ||| [X,1] what were [X,2] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.06572196027 MaxLexEgivenF=2.23819275015 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was war [X,2] ||| [X,1] what happened [X,2] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=1.98978825163 MaxLexEgivenF=3.69485810504 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] was war [X,2] ||| [X,1] what exactly [X,2] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.39782499065 MaxLexEgivenF=4.13202326293 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] was war [X,2] ||| [X,1] how was [X,2] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=2.49793887599 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| was war ||| which was ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=1.61593800584 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was war ||| that called ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=5.34835236699 MaxLexEgivenF=5.19338918407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war ||| that they had ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.53335011318 MaxLexEgivenF=5.39438005859 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| was war ||| what was ||| EgivenFCoherent=0.246409044772 SampleCountF=1.99122607569 CountEF=1.74818802701 MaxLexFgivenE=1.40222422285 MaxLexEgivenF=1.08806813458 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was war ||| what were ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.06572196027 MaxLexEgivenF=2.23819275015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war ||| what is ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=3.39782499065 MaxLexEgivenF=2.12465129841 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| was war ||| what happened ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=1.98978825163 MaxLexEgivenF=3.69485810504 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was war ||| what exactly ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.39782499065 MaxLexEgivenF=4.13202326293 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| was war ||| how was ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=2.49793887599 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war ||| you what was ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=1.40222422285 MaxLexEgivenF=3.54548514206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| was war ||| something about ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=4.52425277319 MaxLexEgivenF=4.61727992518 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war ||| during that time were ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.79886527938 MaxLexEgivenF=8.83069963281 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-2 0-3 1-3
+[X] ||| was war [X,1] ||| which was [X,1] ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=1.61593800584 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was war [X,1] ||| that [X,1] was ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=1.8492842172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| was war [X,1] ||| what was [X,1] ||| EgivenFCoherent=0.305530496891 SampleCountF=1.99122607569 CountEF=1.69019608003 MaxLexFgivenE=1.40222422285 MaxLexEgivenF=1.08806813458 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was war [X,1] ||| what were [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.06572196027 MaxLexEgivenF=2.23819275015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war [X,1] ||| what is [X,1] ||| EgivenFCoherent=1.6857417386 SampleCountF=1.99122607569 CountEF=0.47712125472 MaxLexFgivenE=3.39782499065 MaxLexEgivenF=2.12465129841 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| was war [X,1] ||| what happened [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=1.98978825163 MaxLexEgivenF=3.69485810504 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war [X,1] ||| what exactly [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.39782499065 MaxLexEgivenF=4.13202326293 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| was war [X,1] ||| how was [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=2.34444002432 MaxLexEgivenF=2.49793887599 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war [X,1] ||| you what was [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=1.40222422285 MaxLexEgivenF=3.54548514206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| was war [X,1] ||| something about [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=4.52425277319 MaxLexEgivenF=4.61727992518 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| was war [X,1] ||| during that time were [X,1] ||| EgivenFCoherent=1.98677173427 SampleCountF=1.99122607569 CountEF=0.301029995664 MaxLexFgivenE=3.79886527938 MaxLexEgivenF=8.83069963281 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-2 0-3 1-3
+[X] ||| [X,1] was [X,2] der ||| [X,1] which [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30950232903 MaxLexEgivenF=1.47012475836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] der ||| [X,1] what [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19974846519 MaxLexEgivenF=1.30962544413 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] der ||| [X,1] what [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=1.59756328233 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] was [X,2] der ||| [X,1] what [X,2] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=0.942254887106 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] der ||| [X,1] what to [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=1.95456015816 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| was [X,1] der ||| was [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69348752813 MaxLexEgivenF=3.18068091779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der ||| for [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.75550670894 MaxLexEgivenF=2.30284445919 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der ||| which [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30950232903 MaxLexEgivenF=1.47012475836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der ||| what [X,1] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.19974846519 MaxLexEgivenF=1.30962544413 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] der ||| what [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=1.59756328233 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] der ||| what [X,1] the ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=0.942254887106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] der ||| what [X,1] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63319212453 MaxLexEgivenF=3.03164964155 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der ||| what to [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=1.95456015816 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] der ||| what kind [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=3.94283984641 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] der ||| thing which [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89223782441 MaxLexEgivenF=3.69889864532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] der ||| regarding [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85283053968 MaxLexEgivenF=3.44613065087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| was [X,1] der [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69348752813 MaxLexEgivenF=3.18068091779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| for [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.75550670894 MaxLexEgivenF=2.30284445919 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| which [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30950232903 MaxLexEgivenF=1.47012475836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63319212453 MaxLexEgivenF=0.654317048904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| was [X,1] der [X,2] ||| what [X,1] of [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.19974846519 MaxLexEgivenF=1.30962544413 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| what [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=1.59756328233 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| was [X,1] der [X,2] ||| what [X,1] the [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.15843495672 MaxLexEgivenF=0.942254887106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| what [X,1] who [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63319212453 MaxLexEgivenF=3.03164964155 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] der [X,2] ||| thing which [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89223782441 MaxLexEgivenF=3.69889864532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] der [X,2] ||| regarding [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85283053968 MaxLexEgivenF=3.44613065087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] preis ||| [X,1] what [X,2] price ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.26471538265 MaxLexEgivenF=1.18581486105 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] preis ||| it comes [X,1] price ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=3.22384532409 MaxLexEgivenF=5.93616186389 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] preis ||| what [X,1] price ||| EgivenFCoherent=1.11394335231 SampleCountF=1.89762709129 CountEF=0.845098040014 MaxLexFgivenE=1.26471538265 MaxLexEgivenF=1.18581486105 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] preis ||| what [X,1] prize ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.39598360452 MaxLexEgivenF=2.01721162339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] preis ||| thing [X,1] price ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.99851825034 MaxLexEgivenF=2.7602716991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] preis [X,2] ||| it comes [X,1] price [X,2] ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=3.22384532409 MaxLexEgivenF=5.93616186389 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| was [X,1] preis [X,2] ||| what [X,2] [X,1] price ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.26471538265 MaxLexEgivenF=1.18581486105 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| was [X,1] preis [X,2] ||| what [X,1] price [X,2] ||| EgivenFCoherent=1.29003461136 SampleCountF=1.89762709129 CountEF=0.698970004336 MaxLexFgivenE=1.26471538265 MaxLexEgivenF=1.18581486105 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] preis [X,2] ||| what [X,1] price of [X,2] ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.26471538265 MaxLexEgivenF=1.88265012626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] preis [X,2] ||| what [X,1] prize [X,2] ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.39598360452 MaxLexEgivenF=2.01721162339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] preis [X,2] ||| thing [X,1] price [X,2] ||| EgivenFCoherent=1.89209460269 SampleCountF=1.89762709129 CountEF=0.301029995664 MaxLexFgivenE=1.99851825034 MaxLexEgivenF=2.7602716991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] . what [X,2] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.18407784151 MaxLexEgivenF=3.45407803877 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] was [X,2] ersten ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.89771606159 MaxLexEgivenF=3.39157886676 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] which [X,2] first ||| EgivenFCoherent=1.84818911699 SampleCountF=2.15228834438 CountEF=0.47712125472 MaxLexFgivenE=2.33514521383 MaxLexEgivenF=1.4446659987 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] what [X,2] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.18407784151 MaxLexEgivenF=0.916796127444 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] what [X,2] initial ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.55164112979 MaxLexEgivenF=2.55428585696 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] making [X,2] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.71871314082 MaxLexEgivenF=2.90601347618 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] was [X,2] ersten ||| [X,1] meaning [X,2] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.14492117853 MaxLexEgivenF=2.91439240775 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] ersten ||| was [X,1] ersten ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.89771606159 MaxLexEgivenF=3.39157886676 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| which [X,1] first ||| EgivenFCoherent=1.84818911699 SampleCountF=2.15228834438 CountEF=0.47712125472 MaxLexFgivenE=2.33514521383 MaxLexEgivenF=1.4446659987 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| what [X,1] first ||| EgivenFCoherent=1.37106786227 SampleCountF=2.15228834438 CountEF=0.845098040014 MaxLexFgivenE=1.18407784151 MaxLexEgivenF=0.916796127444 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| what [X,1] initial ||| EgivenFCoherent=1.84818911699 SampleCountF=2.15228834438 CountEF=0.47712125472 MaxLexFgivenE=1.55164112979 MaxLexEgivenF=2.55428585696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| making [X,1] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.71871314082 MaxLexEgivenF=2.90601347618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| why [X,1] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.63937510411 MaxLexEgivenF=2.98464183293 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| meaning [X,1] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.14492117853 MaxLexEgivenF=2.91439240775 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten ||| cause [X,1] first ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=3.52060858754 MaxLexEgivenF=4.14767061915 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| was [X,1] ersten [X,2] ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.89771606159 MaxLexEgivenF=3.39157886676 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| which [X,1] first [X,2] ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.33514521383 MaxLexEgivenF=1.4446659987 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| what [X,1] first [X,2] ||| EgivenFCoherent=1.37106786227 SampleCountF=2.15228834438 CountEF=0.845098040014 MaxLexFgivenE=1.18407784151 MaxLexEgivenF=0.916796127444 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| what [X,1] initial [X,2] ||| EgivenFCoherent=1.84818911699 SampleCountF=2.15228834438 CountEF=0.47712125472 MaxLexFgivenE=1.55164112979 MaxLexEgivenF=2.55428585696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| making [X,1] first [X,2] ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.71871314082 MaxLexEgivenF=2.90601347618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| why [X,1] first [X,2] ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.63937510411 MaxLexEgivenF=2.98464183293 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ersten [X,2] ||| meaning [X,1] first [X,2] ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.14492117853 MaxLexEgivenF=2.91439240775 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was [X,2] ausgabe ||| [X,1] what [X,2] output ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.45287903604 MaxLexEgivenF=1.48224904532 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| was [X,1] ausgabe ||| what [X,1] output ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.45287903604 MaxLexEgivenF=1.48224904532 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| was [X,1] ausgabe [X,2] ||| what [X,1] output [X,2] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.45287903604 MaxLexEgivenF=1.48224904532 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] war der ||| [X,1] was of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] war der ||| [X,1] was the ||| EgivenFCoherent=0.864337398 SampleCountF=2.47856649559 CountEF=1.6232492904 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] war der ||| [X,1] was a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=1.65059886892 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] war der ||| [X,1] , the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33655701312 MaxLexEgivenF=0.898561452209 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] war der ||| [X,1] thought , that this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13295242585 MaxLexEgivenF=8.22346817129 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-4
+[X] ||| [X,1] war der ||| the [X,1] had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95542625688 MaxLexEgivenF=1.78528556223 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2
+[X] ||| [X,1] war der [X,2] ||| [X,1] [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] war der [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] war der [X,2] ||| [X,1] was of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] war der [X,2] ||| [X,1] was the [X,2] ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] war der [X,2] ||| [X,1] was to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=1.44605635674 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war der [X,2] ||| [X,1] was a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=1.65059886892 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] war der [X,2] ||| [X,1] , the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33655701312 MaxLexEgivenF=0.898561452209 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] war der [X,2] ||| [X,1] , the [X,2] was ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=0 ||| 2-2 1-4
+[X] ||| [X,1] war der [X,2] ||| [X,1] and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.11961765059 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] war der [X,2] ||| [X,1] the [X,2] was ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 1-3
+[X] ||| [X,1] war der [X,2] ||| [X,1] the [X,2] was made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=3.37293908046 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3 1-4
+[X] ||| [X,1] war der [X,2] ||| [X,1] thought , that this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13295242585 MaxLexEgivenF=8.22346817129 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-4
+[X] ||| war der ||| was of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| war der ||| was the ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der ||| was a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=1.65059886892 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der ||| , the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.33655701312 MaxLexEgivenF=0.898561452209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der ||| - of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89525514485 MaxLexEgivenF=3.67787608035 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| war der ||| is a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.3429927479 MaxLexEgivenF=2.68718203275 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der ||| thought , that this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13295242585 MaxLexEgivenF=8.22346817129 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-3
+[X] ||| war der ||| during the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68567344643 MaxLexEgivenF=3.57767725173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| war der [X,1] ||| [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| war der [X,1] ||| was [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=0.433751085681 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| war der [X,1] ||| was of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| war der [X,1] ||| was the [X,1] ||| EgivenFCoherent=0.752845385119 SampleCountF=2.47856649559 CountEF=1.73239375982 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der [X,1] ||| was to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=1.44605635674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war der [X,1] ||| was a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03737852286 MaxLexEgivenF=1.65059886892 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| war der [X,1] ||| , the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33655701312 MaxLexEgivenF=0.898561452209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der [X,1] ||| , the [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-3
+[X] ||| war der [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.11961765059 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war der [X,1] ||| the [X,1] was ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-2
+[X] ||| war der [X,1] ||| the [X,1] was made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=3.37293908046 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2 0-3
+[X] ||| war der [X,1] ||| our [X,1] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.70087626028 MaxLexEgivenF=4.01159544219 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| war der [X,1] ||| thought , that this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13295242585 MaxLexEgivenF=8.22346817129 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-3
+[X] ||| [X,1] war [X,2] preis ||| [X,1] [X,2] price was ||| EgivenFCoherent=2.05499586153 SampleCountF=2.357934847 CountEF=0.47712125472 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=0 ||| 3-2 1-3
+[X] ||| [X,1] war [X,2] preis ||| [X,1] was [X,2] price ||| EgivenFCoherent=1.87890460247 SampleCountF=2.357934847 CountEF=0.602059991328 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] preis ||| [X,1] was [X,2] prize ||| EgivenFCoherent=2.05499586153 SampleCountF=2.357934847 CountEF=0.47712125472 MaxLexFgivenE=1.80017000285 MaxLexEgivenF=1.79664566016 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] preis ||| was [X,1] [X,2] cost ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=2.59110533064 MaxLexEgivenF=2.25320055804 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| war [X,1] preis ||| [X,1] price was ||| EgivenFCoherent=2.05499586153 SampleCountF=2.357934847 CountEF=0.47712125472 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2
+[X] ||| war [X,1] preis ||| was [X,1] price ||| EgivenFCoherent=1.87890460247 SampleCountF=2.357934847 CountEF=0.602059991328 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] preis ||| was [X,1] prize ||| EgivenFCoherent=2.05499586153 SampleCountF=2.357934847 CountEF=0.47712125472 MaxLexFgivenE=1.80017000285 MaxLexEgivenF=1.79664566016 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] preis [X,2] ||| [X,1] price [X,2] was ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| war [X,1] preis [X,2] ||| [X,1] price was [X,2] ||| EgivenFCoherent=2.35602585719 SampleCountF=2.357934847 CountEF=0.301029995664 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| war [X,1] preis [X,2] ||| was [X,1] price [X,2] ||| EgivenFCoherent=2.05499586153 SampleCountF=2.357934847 CountEF=0.47712125472 MaxLexFgivenE=1.66890178098 MaxLexEgivenF=0.965248897825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] preis [X,2] ||| was [X,1] prize [X,2] ||| EgivenFCoherent=2.05499586153 SampleCountF=2.357934847 CountEF=0.47712125472 MaxLexFgivenE=1.80017000285 MaxLexEgivenF=1.79664566016 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] war [X,2] der ||| [X,1] [X,2] was the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-3
+[X] ||| [X,1] war [X,2] der ||| [X,1] was [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60393486352 MaxLexEgivenF=1.0890594809 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] der ||| [X,1] was [X,2] of the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] war [X,2] der ||| [X,1] was [X,2] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] der ||| [X,1] , [X,2] was the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 3-4
+[X] ||| [X,1] war [X,2] der ||| [X,1] , [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33655701312 MaxLexEgivenF=0.898561452209 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] der ||| [X,1] , was [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] war [X,2] der ||| [X,1] has been [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38499563016 MaxLexEgivenF=3.87174637757 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] war [X,2] der ||| [X,1] i [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94347584434 MaxLexEgivenF=3.74441388942 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| war [X,1] der ||| [X,1] was the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-2
+[X] ||| war [X,1] der ||| was [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60393486352 MaxLexEgivenF=1.0890594809 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] der ||| was [X,1] of the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| war [X,1] der ||| was [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] der ||| , [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33655701312 MaxLexEgivenF=0.898561452209 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] der ||| , was [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] der ||| has been [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38499563016 MaxLexEgivenF=3.87174637757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] der ||| i [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94347584434 MaxLexEgivenF=3.74441388942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| war [X,1] der ||| represented [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.31726832974 MaxLexEgivenF=4.40158599267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] der [X,2] ||| [X,1] was the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-2
+[X] ||| war [X,1] der [X,2] ||| was [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60393486352 MaxLexEgivenF=1.0890594809 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] der [X,2] ||| was [X,1] of the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| war [X,1] der [X,2] ||| was [X,1] the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] der [X,2] ||| , [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.81131418093 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| war [X,1] der [X,2] ||| , was [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56262135505 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] der [X,2] ||| has been [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38499563016 MaxLexEgivenF=3.87174637757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] der [X,2] ||| i [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94347584434 MaxLexEgivenF=3.74441388942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| war [X,1] der [X,2] ||| represented [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.31726832974 MaxLexEgivenF=4.40158599267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] war [X,2] ersten ||| [X,1] was [X,2] first ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=0.696230164221 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] ersten ||| [X,1] was [X,2] premier ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.9682868383 MaxLexEgivenF=3.54826940461 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] ersten ||| [X,1] was and is [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=3.1127651496 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-5
+[X] ||| [X,1] war [X,2] ersten ||| [X,1] , [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20327175473 MaxLexEgivenF=0.873102692547 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] war [X,2] ersten ||| [X,1] he was [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=2.46548604501 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] war [X,2] ersten ||| [X,1] being [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07973098334 MaxLexEgivenF=2.99894244593 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| war [X,1] ersten ||| was [X,1] first ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=0.696230164221 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ersten ||| was [X,1] premier ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.9682868383 MaxLexEgivenF=3.54826940461 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ersten ||| was and is [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=3.1127651496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| war [X,1] ersten ||| , [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20327175473 MaxLexEgivenF=0.873102692547 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ersten ||| , was [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=1.30685377823 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] ersten ||| he was [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=2.46548604501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] ersten ||| being [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07973098334 MaxLexEgivenF=2.99894244593 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ersten [X,2] ||| was [X,1] first [X,2] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=0.696230164221 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ersten [X,2] ||| was and is [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=3.1127651496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| war [X,1] ersten [X,2] ||| , [X,2] the [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20327175473 MaxLexEgivenF=2.21776652863 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| war [X,1] ersten [X,2] ||| , [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.20327175473 MaxLexEgivenF=0.873102692547 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| war [X,1] ersten [X,2] ||| , was [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58826423984 MaxLexEgivenF=1.30685377823 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| war [X,1] ersten [X,2] ||| being [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07973098334 MaxLexEgivenF=2.99894244593 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] war [X,2] ausgabe ||| [X,1] was [X,2] edition ||| EgivenFCoherent=1.07918124605 SampleCountF=1.39794000867 CountEF=0.47712125472 MaxLexFgivenE=1.8619509627 MaxLexEgivenF=1.21292601239 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| war [X,1] ausgabe ||| was [X,1] edition ||| EgivenFCoherent=1.07918124605 SampleCountF=1.39794000867 CountEF=0.47712125472 MaxLexFgivenE=1.8619509627 MaxLexEgivenF=1.21292601239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| war [X,1] ausgabe [X,2] ||| was [X,1] edition [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.39794000867 CountEF=0.47712125472 MaxLexFgivenE=1.8619509627 MaxLexEgivenF=1.21292601239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] der preis ||| [X,1] der preis ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] of price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] the price ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] the price for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der preis ||| [X,1] the prize ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=1.65083241268 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] the award ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=2.07922873362 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] the purchase price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.00478889938 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der preis ||| [X,1] the cost ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.10738731056 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] the retail price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.4819101541 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der preis ||| [X,1] on the price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.91568268673 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der preis ||| [X,1] is the honouring ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18661616352 MaxLexEgivenF=5.42074659146 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der preis ||| [X,1] a price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=1.74834559538 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] its price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.77392970419 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis ||| [X,1] award ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73227148312 MaxLexEgivenF=1.79129089542 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der preis ||| the price [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-1
+[X] ||| [X,1] der preis ||| price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| [X,1] der preis [X,2] ||| [X,1] [X,2] the price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der preis [X,2] ||| [X,1] der preis [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] of price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the price [X,2] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the price of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the price for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the price shown [X,2] available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=6.74341781729 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 2-5
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the prize [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=1.65083241268 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the award [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=2.07922873362 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the purchase price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.00478889938 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der preis [X,2] ||| [X,1] the retail price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.4819101541 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der preis [X,2] ||| [X,1] on the price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.91568268673 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der preis [X,2] ||| [X,1] is the honouring [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18661616352 MaxLexEgivenF=5.42074659146 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der preis [X,2] ||| [X,1] a price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=1.74834559538 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] its price [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.77392970419 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis [X,2] ||| [X,1] award [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73227148312 MaxLexEgivenF=1.79129089542 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der preis [X,2] ||| the price [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-1
+[X] ||| der preis ||| der preis ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| of accommodation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.6444163865 MaxLexEgivenF=3.53963164859 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| of prices ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26282516024 MaxLexEgivenF=2.23619558316 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| of price ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| the prices ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22151165176 MaxLexEgivenF=1.86882502614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the price ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| the price for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der preis ||| the prize ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=1.65083241268 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| the award ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=2.07922873362 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| the purchase price ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.00478889938 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| der preis ||| the cost ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.10738731056 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| the good ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62581235073 MaxLexEgivenF=2.65668158503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the glofiish ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65941604446 MaxLexEgivenF=4.42753359667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the best ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.24303416932 MaxLexEgivenF=3.42753359667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the retail price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.4819101541 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der preis ||| the bed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.90818601298 MaxLexEgivenF=3.52444360968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the honouring ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18661616352 MaxLexEgivenF=3.95041234195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the press ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.63860007813 MaxLexEgivenF=4.42753359667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| the ticket price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=3.91763872366 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der preis ||| the awards ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10476073504 MaxLexEgivenF=3.17226109157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| an award ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73227148312 MaxLexEgivenF=4.26028981387 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98521362977 MaxLexEgivenF=2.31026230102 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| der preis ||| a price ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=1.74834559538 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| this price ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.68712067187 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis ||| its price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.77392970419 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis ||| prices ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.69626881958 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| der preis ||| price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| der preis ||| prix ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84710337531 MaxLexEgivenF=1.18535324903 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| der preis [X,1] ||| [X,1] the price ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 1-2
+[X] ||| der preis [X,1] ||| der preis [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| of price [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the prices [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22151165176 MaxLexEgivenF=1.86882502614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the price [X,1] ||| EgivenFCoherent=0.706269243078 SampleCountF=2.47856649559 CountEF=1.77815125038 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the price of [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the price for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der preis [X,1] ||| the price shown [X,1] available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=6.74341781729 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 1-4
+[X] ||| der preis [X,1] ||| the prize [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=1.65083241268 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the award [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=2.07922873362 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the purchase price [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.00478889938 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| der preis [X,1] ||| the cost [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.10738731056 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the good [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62581235073 MaxLexEgivenF=2.65668158503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the glofiish [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65941604446 MaxLexEgivenF=4.42753359667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the retail price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.4819101541 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der preis [X,1] ||| the bed [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.90818601298 MaxLexEgivenF=3.52444360968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the honouring [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18661616352 MaxLexEgivenF=3.95041234195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| the ticket price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=3.91763872366 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der preis [X,1] ||| a price [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=1.74834559538 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| this price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.68712067187 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| its price [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.77392970419 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der preis [X,1] ||| prices [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69626881958 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| der preis [X,1] ||| prix [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84710337531 MaxLexEgivenF=1.18535324903 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] der [X,2] der ||| [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40145910587 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] der ||| [X,1] der [X,2] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.504505628789 MaxLexEgivenF=4.52253156756 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] der ||| [X,1] of [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.40145910587 MaxLexEgivenF=1.31061679045 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] der ||| [X,1] of [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.59855462865 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] der [X,2] der ||| [X,1] of [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] der ||| [X,1] of the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.59855462865 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] der ||| [X,1] of the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.23118407163 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] der ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-1
+[X] ||| [X,1] der [X,2] der ||| [X,1] the [X,2] of ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] der ||| [X,1] the [X,2] of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.23118407163 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] der [X,2] der ||| [X,1] the [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.70873892881 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] der ||| [X,1] the [X,2] the ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.575875676404 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| der [X,1] der ||| der [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.504505628789 MaxLexEgivenF=4.52253156756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] der ||| of [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.40145910587 MaxLexEgivenF=1.31061679045 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] der ||| of [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.59855462865 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] der ||| of [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] der ||| of the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.59855462865 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] der ||| of the [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.23118407163 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] der ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| der [X,1] der ||| the [X,1] of ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] der ||| the [X,1] of the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.23118407163 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] der ||| the [X,1] of this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=3.09886909315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] der ||| the [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.70873892881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] der ||| the [X,1] the ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.575875676404 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] der [X,2] ||| der [X,1] der [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.504505628789 MaxLexEgivenF=4.52253156756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] der [X,2] ||| of [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.40145910587 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] der [X,2] ||| of [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.40145910587 MaxLexEgivenF=1.31061679045 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] der [X,2] ||| of [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.59855462865 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] der [X,2] ||| of [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] der [X,2] ||| of the [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.23118407163 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] der [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] der [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] der [X,2] ||| the [X,1] of the [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.23118407163 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] der [X,2] ||| the [X,1] of this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=3.09886909315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] der [X,2] ||| the [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=1.70873892881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] der [X,2] ||| the [X,1] the [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31883208891 MaxLexEgivenF=0.575875676404 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] , the [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.16104053075 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] der [X,2] ersten ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] of [X,2] first ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] of the [X,2] first ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] the [X,2] first ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] the [X,2] first one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.81640401982 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] der [X,2] ersten ||| [X,1] the [X,2] 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16981709362 MaxLexEgivenF=2.48454239382 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| der [X,1] ersten ||| der [X,1] ersten ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ersten ||| of [X,1] first ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ersten ||| of the [X,1] first ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ersten ||| the [X,1] first ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ersten ||| the [X,1] first one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.81640401982 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] ersten ||| the [X,1] 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16981709362 MaxLexEgivenF=2.48454239382 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ersten ||| the [X,1] initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ersten [X,2] ||| der [X,1] ersten [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ersten [X,2] ||| of [X,1] first [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ersten [X,2] ||| of the [X,1] first [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ersten [X,2] ||| the [X,1] first [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ersten [X,2] ||| the [X,1] 1st [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16981709362 MaxLexEgivenF=2.48454239382 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ersten [X,2] ||| the [X,1] initial [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] [X,2] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08803333605 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] [X,2] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] [X,2] delivery ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.15003572037 MaxLexEgivenF=2.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] of [X,2] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57474403205 MaxLexEgivenF=1.32919927332 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] of [X,2] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65947520505 MaxLexEgivenF=1.43448332194 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] of the [X,2] time of issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=4.68972552898 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-6
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] of the [X,2] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61327616824 MaxLexEgivenF=1.77117822984 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] of the [X,2] issue ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=1.61713711153 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] of the [X,2] edition ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.72242116014 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] the [X,2] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61327616824 MaxLexEgivenF=1.11586983462 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] the [X,2] issue ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=0.961828716304 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] the [X,2] edition ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.06711276492 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] the [X,2] expense ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26972124677 MaxLexEgivenF=3.34203995802 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] the [X,2] delivery ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67527855255 MaxLexEgivenF=2.81916121274 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] to [X,2] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=1.68619614916 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] from the [X,2] issues ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89984047754 MaxLexEgivenF=5.40964674492 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] that [X,2] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=3.10047207509 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] a [X,2] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=1.89073866134 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] this [X,2] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=2.82951373783 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] this [X,2] edition ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=2.93479778644 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] ausgabe ||| [X,1] its [X,2] edition ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=3.02160681876 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| der [X,1] ausgabe ||| of [X,1] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57474403205 MaxLexEgivenF=1.32919927332 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| of [X,1] edition ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.65947520505 MaxLexEgivenF=1.43448332194 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| of the [X,1] time of issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=4.68972552898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-5
+[X] ||| der [X,1] ausgabe ||| of the [X,1] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61327616824 MaxLexEgivenF=1.77117822984 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe ||| of the [X,1] issue ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=1.61713711153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe ||| of the [X,1] edition ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.72242116014 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe ||| of the [X,1] issuance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65941604446 MaxLexEgivenF=3.19571600701 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe ||| the [X,1] output ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61327616824 MaxLexEgivenF=1.11586983462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| the [X,1] issue ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=0.961828716304 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| the [X,1] edition ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.06711276492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| the [X,1] expense ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26972124677 MaxLexEgivenF=3.34203995802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| the [X,1] delivery ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67527855255 MaxLexEgivenF=2.81916121274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| the [X,1] issues ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89984047754 MaxLexEgivenF=3.21710122141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| to [X,1] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=1.68619614916 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| that [X,1] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=3.10047207509 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| a [X,1] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=1.89073866134 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| this [X,1] issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=2.82951373783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| this [X,1] edition ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=2.93479778644 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe ||| its [X,1] edition ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=3.02160681876 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| of [X,1] issue [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57474403205 MaxLexEgivenF=1.32919927332 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| of [X,1] edition [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65947520505 MaxLexEgivenF=1.43448332194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| of [X,1] edition of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65947520505 MaxLexEgivenF=2.08979171716 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| of the [X,1] time of issue [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=4.68972552898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-5
+[X] ||| der [X,1] ausgabe [X,2] ||| of the [X,1] output [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61327616824 MaxLexEgivenF=1.77117822984 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe [X,2] ||| of the [X,1] issue [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=1.61713711153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe [X,2] ||| of the [X,1] edition [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.72242116014 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe [X,2] ||| of the [X,1] edition of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=2.37772955536 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] output [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61327616824 MaxLexEgivenF=1.11586983462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] issue [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=0.961828716304 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] issue , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=1.57245233031 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] issue for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53343052357 MaxLexEgivenF=2.60936478027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] edition [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.06711276492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] edition of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61816169657 MaxLexEgivenF=1.72242116014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] expense [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26972124677 MaxLexEgivenF=3.34203995802 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] delivery [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67527855255 MaxLexEgivenF=2.81916121274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| the [X,1] issues [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89984047754 MaxLexEgivenF=3.21710122141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| to [X,1] issue [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=1.68619614916 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| this [X,1] issue [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00818769139 MaxLexEgivenF=2.82951373783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| this [X,1] edition [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=2.93479778644 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| its [X,1] edition [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=3.02160681876 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] ausgabe [X,2] ||| our [X,1] [X,2] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09291886438 MaxLexEgivenF=3.20689466766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] preis der ||| [X,1] right in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.96608070364 MaxLexEgivenF=4.6178857659 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] preis der ||| [X,1] prices of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26282516024 MaxLexEgivenF=2.23619558316 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] prices of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22151165176 MaxLexEgivenF=2.52413342136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] preis der ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] price of ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] price of the ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] price of an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=3.65580512581 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] price of a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=2.40365399061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] price of tosca ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=6.19722834516 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] price for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.17903387611 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] prize of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.59769424519 MaxLexEgivenF=2.0182029697 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] prize of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=2.30614080791 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] prize in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=2.78369566509 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] prize in the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=3.07163350329 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-3
+[X] ||| [X,1] preis der ||| [X,1] prize for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=3.01043063845 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] award from the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=4.27177425714 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] preis der ||| [X,1] amount of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=3.02814321668 MaxLexEgivenF=3.50305839528 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] purchase price of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.6600972946 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 2-4
+[X] ||| [X,1] preis der ||| [X,1] cost of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=2.47475786758 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der ||| [X,1] cost of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] cost of a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=3.69160565082 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] cost of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=4.9309938063 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der ||| [X,1] cleaning of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83550730351 MaxLexEgivenF=4.60572073718 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] [X,2] price of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] [X,2] prize ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=1.36289457448 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] the [X,2] price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prices of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26282516024 MaxLexEgivenF=2.23619558316 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prices of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22151165176 MaxLexEgivenF=2.52413342136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] preis der [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price of [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price of the [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price of an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=3.65580512581 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price of a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=2.40365399061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price of tosca [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=6.19722834516 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] price for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.17903387611 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prize [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.59769424519 MaxLexEgivenF=2.0182029697 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prize of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.59769424519 MaxLexEgivenF=2.0182029697 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prize of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=2.30614080791 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prize in the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=3.07163350329 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] prize for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=3.01043063845 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] award from the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=4.27177425714 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] amount of the [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=3.02814321668 MaxLexEgivenF=3.50305839528 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] purchase price of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.6600972946 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 2-4
+[X] ||| [X,1] preis der [X,2] ||| [X,1] cost of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=2.47475786758 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] preis der [X,2] ||| [X,1] cost of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] cost of a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=3.69160565082 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] cost of your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=4.9309938063 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] preis der [X,2] ||| [X,1] cleaning of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83550730351 MaxLexEgivenF=4.60572073718 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| preis der ||| the price for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| preis der ||| right in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.96608070364 MaxLexEgivenF=4.6178857659 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| preis der ||| prices of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26282516024 MaxLexEgivenF=2.23619558316 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der ||| prices of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22151165176 MaxLexEgivenF=2.52413342136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| preis der ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der ||| price of ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der ||| price of the ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| price of an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=3.65580512581 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| price of a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=2.40365399061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| price of tosca ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=6.19722834516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| price for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.17903387611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| preis der ||| prize of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.59769424519 MaxLexEgivenF=2.0182029697 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der ||| prize of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=2.30614080791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| prize in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=2.78369566509 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| preis der ||| prize in the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=3.07163350329 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-2
+[X] ||| preis der ||| prize for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=3.01043063845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| preis der ||| award from the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=4.27177425714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| preis der ||| amount of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=3.02814321668 MaxLexEgivenF=3.50305839528 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| purchase price of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.6600972946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 1-3
+[X] ||| preis der ||| cost of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=2.47475786758 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der ||| cost of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| cost of a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=3.69160565082 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| cost of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=4.9309938063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der ||| cleaning of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83550730351 MaxLexEgivenF=4.60572073718 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| [X,1] price ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| preis der [X,1] ||| [X,1] price of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| preis der [X,1] ||| [X,1] prize ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=1.36289457448 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| preis der [X,1] ||| the [X,1] price ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-2
+[X] ||| preis der [X,1] ||| prices of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26282516024 MaxLexEgivenF=2.23619558316 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| prices of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22151165176 MaxLexEgivenF=2.52413342136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| preis der [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.740369453416 MaxLexEgivenF=4.50876693956 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| price [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=0.531497812145 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| preis der [X,1] ||| price of [X,1] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=1.18680620737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| price of the [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| price of an [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=3.65580512581 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| price of a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=2.40365399061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| price of tosca [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46642602332 MaxLexEgivenF=6.19722834516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| price for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89986968266 MaxLexEgivenF=2.17903387611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| prize [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.59769424519 MaxLexEgivenF=2.0182029697 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| preis der [X,1] ||| prize of [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.59769424519 MaxLexEgivenF=2.0182029697 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| prize of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=2.30614080791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| prize in the [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55638073671 MaxLexEgivenF=3.07163350329 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-2
+[X] ||| preis der [X,1] ||| prize for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03113790453 MaxLexEgivenF=3.01043063845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| award from the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25751431531 MaxLexEgivenF=4.27177425714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| preis der [X,1] ||| amount of the [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=3.02814321668 MaxLexEgivenF=3.50305839528 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| purchase price of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42511251485 MaxLexEgivenF=4.6600972946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 1-3
+[X] ||| preis der [X,1] ||| cost of [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=2.47475786758 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| preis der [X,1] ||| cost of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3473160645 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| cost of a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=3.69160565082 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| cost of your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38862957298 MaxLexEgivenF=4.9309938063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| preis der [X,1] ||| cleaning of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83550730351 MaxLexEgivenF=4.60572073718 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| [X,1] preis [X,2] ersten ||| [X,1] price [X,2] first ||| EgivenFCoherent=1.47348697006 SampleCountF=2.07918124605 CountEF=0.698970004336 MaxLexFgivenE=1.45075539964 MaxLexEgivenF=0.793976890685 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] preis [X,2] ersten ||| [X,1] amount [X,2] first ||| EgivenFCoherent=1.23044892138 SampleCountF=2.07918124605 CountEF=0.903089986992 MaxLexFgivenE=3.05378610147 MaxLexEgivenF=2.82229124039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| preis [X,1] ersten ||| price [X,1] first ||| EgivenFCoherent=1.47348697006 SampleCountF=2.07918124605 CountEF=0.698970004336 MaxLexFgivenE=1.45075539964 MaxLexEgivenF=0.793976890685 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| preis [X,1] ersten ||| amount [X,1] first ||| EgivenFCoherent=1.23044892138 SampleCountF=2.07918124605 CountEF=0.903089986992 MaxLexFgivenE=3.05378610147 MaxLexEgivenF=2.82229124039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| preis [X,1] ersten ||| fee [X,1] 1 ||| EgivenFCoherent=2.07554696139 SampleCountF=2.07918124605 CountEF=0.301029995664 MaxLexFgivenE=5.72367495891 MaxLexEgivenF=5.95671836639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| preis [X,1] ersten [X,2] ||| price [X,1] first [X,2] ||| EgivenFCoherent=1.47348697006 SampleCountF=2.07918124605 CountEF=0.698970004336 MaxLexFgivenE=1.45075539964 MaxLexEgivenF=0.793976890685 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| preis [X,1] ersten [X,2] ||| amount [X,1] first [X,2] ||| EgivenFCoherent=1.23044892138 SampleCountF=2.07918124605 CountEF=0.903089986992 MaxLexFgivenE=3.05378610147 MaxLexEgivenF=2.82229124039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| preis [X,1] ersten [X,2] ||| fee [X,1] 1 [X,2] ||| EgivenFCoherent=2.07554696139 SampleCountF=2.07918124605 CountEF=0.301029995664 MaxLexFgivenE=5.72367495891 MaxLexEgivenF=5.95671836639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] der ersten ||| [X,1] der ersten ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] of the first ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] of the best ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] of first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] in the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.97121800735 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] the first ||| EgivenFCoherent=0.50399340112 SampleCountF=2.47856649559 CountEF=1.97772360529 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] the initial ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] the very first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.70802013637 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] the next ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.38174893802 MaxLexEgivenF=3.04494480551 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] the pioneers of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] der ersten ||| [X,1] the front ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] their first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] my first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] its first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] der ersten ||| [X,1] miles ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.80395482748 MaxLexEgivenF=4.36979082403 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der ersten [X,2] ||| [X,2] [X,1] the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,2] [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] der ersten [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] of the first [X,2] ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] of the best [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the first [X,2] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the initial [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the pioneers of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the front [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] their first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] my first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] its first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] miles [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.80395482748 MaxLexEgivenF=4.36979082403 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der ersten [X,2] ||| the first [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] der ersten [X,2] ||| first [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| der ersten ||| der ersten ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten ||| of the first ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| der ersten ||| of the best ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| der ersten ||| of first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| the first ||| EgivenFCoherent=0.408935392974 SampleCountF=2.47856649559 CountEF=2.07188200731 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten ||| the initial ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten ||| the very first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.70802013637 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| der ersten ||| the next ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.38174893802 MaxLexEgivenF=3.04494480551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| the pioneers of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| der ersten ||| the front ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| their first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| my first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| its first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| der ersten [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| of the first [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| der ersten [X,1] ||| of the best [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| der ersten [X,1] ||| the first [X,1] ||| EgivenFCoherent=0.527731248075 SampleCountF=2.47856649559 CountEF=1.95424250944 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| the initial [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| the very first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.70802013637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der ersten [X,1] ||| the pioneers of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| der ersten [X,1] ||| the front [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| their first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| my first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| its first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] ersten [X,2] ausgabe ||| [X,1] first [X,2] edition ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.64380458136 MaxLexEgivenF=1.04165400525 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] ausgabe ||| [X,1] first [X,2] issues ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.92548336233 MaxLexEgivenF=3.19164246175 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ersten [X,1] ausgabe ||| first [X,1] edition ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.64380458136 MaxLexEgivenF=1.04165400525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] ausgabe ||| first [X,1] issues ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.92548336233 MaxLexEgivenF=3.19164246175 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] ausgabe [X,2] ||| first [X,1] edition [X,2] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.64380458136 MaxLexEgivenF=1.04165400525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] ausgabe [X,2] ||| first [X,1] issues [X,2] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.92548336233 MaxLexEgivenF=3.19164246175 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] was war der ||| [X,1] what was the ||| EgivenFCoherent=0.602059991328 SampleCountF=1.11394335231 CountEF=0.602059991328 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] was war der [X,2] ||| [X,1] what was the [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=1.11394335231 CountEF=0.47712125472 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| was war der ||| what was the ||| EgivenFCoherent=0.47712125472 SampleCountF=1.11394335231 CountEF=0.698970004336 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was war der ||| what is the ||| EgivenFCoherent=0.778151250384 SampleCountF=1.11394335231 CountEF=0.47712125472 MaxLexFgivenE=4.05724103511 MaxLexEgivenF=2.41258913661 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1 2-2
+[X] ||| was war der [X,1] ||| what was the [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=1.11394335231 CountEF=0.602059991328 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| was war der [X,1] ||| what is the [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=1.11394335231 CountEF=0.47712125472 MaxLexFgivenE=4.05724103511 MaxLexEgivenF=2.41258913661 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1 2-2
+[X] ||| [X,1] was war [X,2] der ||| [X,1] what was [X,2] the ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| was war [X,1] der ||| what was [X,1] of ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.10295377578 MaxLexEgivenF=1.74337652981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was war [X,1] der ||| what was [X,1] the ||| EgivenFCoherent=0.884606581298 SampleCountF=1.38021124171 CountEF=0.602059991328 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| was war [X,1] der ||| what was [X,1] which ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.53639743512 MaxLexEgivenF=2.27025505475 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was war [X,1] der [X,2] ||| what was [X,1] [X,2] ||| EgivenFCoherent=0.884606581298 SampleCountF=1.38021124171 CountEF=0.602059991328 MaxLexFgivenE=2.53639743512 MaxLexEgivenF=1.08806813458 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| was war [X,1] der [X,2] ||| what was [X,1] of [X,2] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=2.10295377578 MaxLexEgivenF=1.74337652981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| was war [X,1] der [X,2] ||| what was [X,1] the [X,2] ||| EgivenFCoherent=0.884606581298 SampleCountF=1.38021124171 CountEF=0.602059991328 MaxLexFgivenE=2.06164026731 MaxLexEgivenF=1.37600597279 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] was [X,2] der preis ||| [X,1] what [X,2] the price ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.92413142711 MaxLexEgivenF=1.47375269925 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| was [X,1] der preis ||| what [X,1] the price ||| EgivenFCoherent=0.47712125472 SampleCountF=1.11394335231 CountEF=0.698970004336 MaxLexFgivenE=1.92413142711 MaxLexEgivenF=1.47375269925 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] der preis [X,2] ||| what [X,1] the price [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=1.11394335231 CountEF=0.47712125472 MaxLexFgivenE=1.92413142711 MaxLexEgivenF=1.47375269925 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] der preis [X,2] ||| what [X,1] the price of [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.92413142711 MaxLexEgivenF=2.12906109447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] der [X,2] der ||| was [X,1] der [X,2] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94574034252 MaxLexEgivenF=5.44194670157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] der [X,2] der ||| which [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96891837349 MaxLexEgivenF=2.41337099179 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| was [X,1] der [X,2] der ||| which is [X,1] the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96891837349 MaxLexEgivenF=3.22839684607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| was [X,1] der [X,2] der ||| what [X,1] of the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=2.25287167755 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| was [X,1] der [X,2] der ||| what [X,1] the [X,2] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=1.59756328233 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] der [X,2] der ||| what [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=1.88550112053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| was [X,1] der [X,2] der ||| what [X,1] the [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=1.23019272531 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| was [X,1] der [X,2] der ||| what is [X,1] of [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=3.06789753184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| was [X,1] der [X,2] der ||| what is [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=3.06789753184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| was [X,1] der [X,2] der ||| what is [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81785100117 MaxLexEgivenF=3.35583537004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5 4-6
+[X] ||| was [X,1] der [X,2] ersten ||| meaning [X,1] the [X,2] first ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.80433722299 MaxLexEgivenF=3.20233024595 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] was [X,2] der ersten ||| [X,1] what [X,2] the first ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.84349388597 MaxLexEgivenF=1.20473396565 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| was [X,1] der ersten ||| what [X,1] the first ||| EgivenFCoherent=1.16136800223 SampleCountF=1.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.84349388597 MaxLexEgivenF=1.20473396565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| was [X,1] der ersten [X,2] ||| what [X,1] the first [X,2] ||| EgivenFCoherent=1.16136800223 SampleCountF=1.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.84349388597 MaxLexEgivenF=1.20473396565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| [X,1] war der preis ||| [X,1] was the price ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] war der preis ||| [X,1] was the prize ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.4595860473 MaxLexEgivenF=2.08458349836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] war der preis ||| [X,1] the price was ||| EgivenFCoherent=0.875061263392 SampleCountF=1.20411998266 CountEF=0.47712125472 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 3-2 1-3
+[X] ||| [X,1] war der preis [X,2] ||| [X,1] was the prize [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.4595860473 MaxLexEgivenF=2.08458349836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] war der preis [X,2] ||| [X,1] the price was [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2 1-3
+[X] ||| war der preis ||| was the price ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| war der preis ||| was the prize ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.4595860473 MaxLexEgivenF=2.08458349836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| war der preis ||| the price was ||| EgivenFCoherent=0.875061263392 SampleCountF=1.20411998266 CountEF=0.47712125472 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-1 0-2
+[X] ||| war der preis [X,1] ||| was the prize [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.4595860473 MaxLexEgivenF=2.08458349836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| war der preis [X,1] ||| the price [X,1] was ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 0-3
+[X] ||| war der preis [X,1] ||| the price was [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.32831782543 MaxLexEgivenF=1.25318673603 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 0-2
+[X] ||| [X,1] war der [X,2] der ||| [X,1] was the [X,2] ) of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.55657222685 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-5 4-6
+[X] ||| [X,1] war der [X,2] der ||| [X,1] was the [X,2] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] was the [X,2] of the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.66493515731 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] war der [X,2] der ||| [X,1] was the [X,2] the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.00962676208 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] was the [X,2] with the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=2.7272323703 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| [X,1] war der [X,2] der ||| [X,1] was the [X,2] her ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.69441023636 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] , the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.55386984743 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] , the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.84180768563 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] war der [X,2] der ||| [X,1] , the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.18649929041 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] been the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04441167462 MaxLexEgivenF=2.6718842633 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] saw the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01951303892 MaxLexEgivenF=3.58686148898 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| [X,1] marked the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83762794667 MaxLexEgivenF=4.32154704558 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] war der [X,2] der ||| was [X,1] of [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 4-4
+[X] ||| war der [X,1] der ||| was the [X,1] ) of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.55657222685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4 3-5
+[X] ||| war der [X,1] der ||| was the [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| was the [X,1] of the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.66493515731 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| war der [X,1] der ||| was the [X,1] the ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.00962676208 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| was the [X,1] with the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=2.7272323703 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| war der [X,1] der ||| was the [X,1] her ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.69441023636 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| , the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.55386984743 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| , the [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.84180768563 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| war der [X,1] der ||| , the [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.18649929041 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| the [X,1] was the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.00962676208 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2 3-3
+[X] ||| war der [X,1] der ||| been the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04441167462 MaxLexEgivenF=2.6718842633 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| then the [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.19894429235 MaxLexEgivenF=4.39870760688 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| war der [X,1] der ||| saw the [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01951303892 MaxLexEgivenF=3.58686148898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ||| marked the [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83762794667 MaxLexEgivenF=4.32154704558 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=0.721688923883 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] ) of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.55657222685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4 3-5
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] of [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.37699731911 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] of the [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.66493515731 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] the [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.00962676208 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] with the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=2.7272323703 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.06600297737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| war der [X,1] der [X,2] ||| was the [X,1] her [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=3.69441023636 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| , the [X,2] [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.33231253789 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-1 0-4
+[X] ||| war der [X,1] der [X,2] ||| , the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.84180768563 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| war der [X,1] der [X,2] ||| , the [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99597305758 MaxLexEgivenF=1.18649929041 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| the [X,1] was the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=1.00962676208 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2 3-3
+[X] ||| war der [X,1] der [X,2] ||| the [X,1] of [X,2] was made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2220373995 MaxLexEgivenF=4.02824747568 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 0-4 0-5
+[X] ||| war der [X,1] der [X,2] ||| been the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04441167462 MaxLexEgivenF=2.6718842633 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| then the [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.19894429235 MaxLexEgivenF=4.39870760688 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| war der [X,1] der [X,2] ||| saw the [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01951303892 MaxLexEgivenF=3.58686148898 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der [X,2] ||| marked the [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83762794667 MaxLexEgivenF=4.32154704558 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] war der [X,2] ersten ||| [X,1] was [X,2] first ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.72243745211 MaxLexEgivenF=0.696230164221 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-3
+[X] ||| [X,1] war der [X,2] ersten ||| [X,1] was the [X,2] first ||| EgivenFCoherent=1.11394335231 SampleCountF=1.60205999133 CountEF=0.602059991328 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| war der [X,1] ersten ||| was [X,1] first ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.72243745211 MaxLexEgivenF=0.696230164221 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| war der [X,1] ersten ||| was the [X,1] first ||| EgivenFCoherent=0.989004615699 SampleCountF=1.60205999133 CountEF=0.698970004336 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] ersten [X,2] ||| was [X,1] first [X,2] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.72243745211 MaxLexEgivenF=0.696230164221 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| war der [X,1] ersten [X,2] ||| was the [X,1] first [X,2] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.60205999133 CountEF=0.602059991328 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] was [X,2] of the first ||| EgivenFCoherent=1.08543019532 SampleCountF=2.44870631991 CountEF=1.38021124171 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=1.63947639765 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] was [X,2] of the premier ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.62770288276 MaxLexEgivenF=4.49151563803 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] was [X,2] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.43768261844 MaxLexEgivenF=4.74678814314 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] was [X,2] the first ||| EgivenFCoherent=1.10473535052 SampleCountF=2.44870631991 CountEF=1.36172783602 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] was [X,2] the earliest ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.92434919106 MaxLexEgivenF=3.52327802385 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] was and is [X,2] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=4.05601138302 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-5 3-6 4-7
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] , [X,2] the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.86268779918 MaxLexEgivenF=1.16104053075 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] he was [X,2] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=3.40873227843 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5 4-6
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] being [X,2] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.7391470278 MaxLexEgivenF=3.94218867935 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] war [X,2] der ersten ||| [X,1] became [X,2] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.93743584829 MaxLexEgivenF=3.57377825001 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| war [X,1] der ersten ||| was [X,1] of the first ||| EgivenFCoherent=0.942008053022 SampleCountF=2.44870631991 CountEF=1.51851393988 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=1.63947639765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten ||| was [X,1] of the premier ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.62770288276 MaxLexEgivenF=4.49151563803 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten ||| was [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.43768261844 MaxLexEgivenF=4.74678814314 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten ||| was [X,1] the first ||| EgivenFCoherent=0.970036776623 SampleCountF=2.44870631991 CountEF=1.49136169383 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten ||| was [X,1] the earliest ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.92434919106 MaxLexEgivenF=3.52327802385 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten ||| was and is [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=4.05601138302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 2-5 3-6
+[X] ||| war [X,1] der ersten ||| was a [X,1] the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=2.20101578566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| war [X,1] der ersten ||| , [X,1] the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.86268779918 MaxLexEgivenF=1.16104053075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten ||| , was [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=2.25010001165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-5
+[X] ||| war [X,1] der ersten ||| were [X,1] of the ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=5.4379880124 MaxLexEgivenF=2.52712193467 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| war [X,1] der ersten ||| he was [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=3.40873227843 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-5
+[X] ||| war [X,1] der ersten ||| being [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.7391470278 MaxLexEgivenF=3.94218867935 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten ||| been [X,1] the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.07005455941 MaxLexEgivenF=2.27905494662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten ||| became [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.93743584829 MaxLexEgivenF=3.57377825001 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten [X,2] ||| [X,1] the first [X,2] was ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2 0-4
+[X] ||| war [X,1] der ersten [X,2] ||| was [X,1] of the first [X,2] ||| EgivenFCoherent=1.08543019532 SampleCountF=2.44870631991 CountEF=1.38021124171 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=1.63947639765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten [X,2] ||| was [X,1] of the first to [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=2.6517816687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten [X,2] ||| was [X,1] of the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.43768261844 MaxLexEgivenF=4.74678814314 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten [X,2] ||| was [X,1] the first [X,2] ||| EgivenFCoherent=1.06694678963 SampleCountF=2.44870631991 CountEF=1.39794000867 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=0.984168002423 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten [X,2] ||| was [X,1] the earliest [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.92434919106 MaxLexEgivenF=3.52327802385 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten [X,2] ||| was and is [X,1] of the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=4.05601138302 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 2-5 3-6
+[X] ||| war [X,1] der ersten [X,2] ||| was a [X,1] the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=2.20101578566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| war [X,1] der ersten [X,2] ||| , [X,2] the [X,1] of the first ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.86268779918 MaxLexEgivenF=2.10428676417 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 2-5 3-6
+[X] ||| war [X,1] der ersten [X,2] ||| , was [X,1] of the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.2476802843 MaxLexEgivenF=2.25010001165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-5
+[X] ||| war [X,1] der ersten [X,2] ||| were [X,1] of the [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=5.4379880124 MaxLexEgivenF=2.52712193467 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| war [X,1] der ersten [X,2] ||| being [X,1] of the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.7391470278 MaxLexEgivenF=3.94218867935 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| war [X,1] der ersten [X,2] ||| been [X,1] the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=3.07005455941 MaxLexEgivenF=2.27905494662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| war [X,1] der ersten [X,2] ||| became [X,1] of the first [X,2] ||| EgivenFCoherent=2.44715803134 SampleCountF=2.44870631991 CountEF=0.301029995664 MaxLexFgivenE=2.93743584829 MaxLexEgivenF=3.57377825001 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| [X,1] der preis der ||| [X,1] der preis der ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=0.99262226781 MaxLexEgivenF=6.77003272333 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der ||| [X,1] the price of ||| EgivenFCoherent=1.51188336098 SampleCountF=2.11727129566 CountEF=0.698970004336 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der ||| [X,1] the price of the ||| EgivenFCoherent=1.15970084287 SampleCountF=2.11727129566 CountEF=1 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.76268188377 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] der preis der ||| [X,1] the price for ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der ||| [X,1] the price for the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.75490955251 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 3-4
+[X] ||| [X,1] der preis der ||| [X,1] the cost of ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der ||| [X,1] the sum for ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.63330124213 MaxLexEgivenF=5.22997162062 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der ||| [X,1] the value of the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.65618340402 MaxLexEgivenF=3.50154811037 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] [X,2] prices ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.83044203185 MaxLexEgivenF=1.58088718794 IsSingletonF=0 IsSingletonFE=1 ||| 2-2
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] der preis der [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=0.99262226781 MaxLexEgivenF=6.77003272333 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] the price [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] the price of [X,2] ||| EgivenFCoherent=1.51188336098 SampleCountF=2.11727129566 CountEF=0.698970004336 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] the price of the [X,2] ||| EgivenFCoherent=1.33579210192 SampleCountF=2.11727129566 CountEF=0.845098040014 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.76268188377 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] the cost of [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] the sum for [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.63330124213 MaxLexEgivenF=5.22997162062 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der preis der [X,2] ||| [X,1] the value of the [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.65618340402 MaxLexEgivenF=3.50154811037 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3 3-4
+[X] ||| [X,1] der preis der [X,2] ||| the price of [X,2] [X,1] ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-1 3-2
+[X] ||| der preis der ||| der preis der ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=0.99262226781 MaxLexEgivenF=6.77003272333 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der preis der ||| the right in the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.62549674809 MaxLexEgivenF=4.9058236041 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-3
+[X] ||| der preis der ||| the prices of ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.88092769622 MaxLexEgivenF=2.52413342136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der preis der ||| the prices of the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.88092769622 MaxLexEgivenF=2.81207125956 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the price of ||| EgivenFCoherent=1.03476210626 SampleCountF=2.11727129566 CountEF=1.11394335231 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der preis der ||| the price of the ||| EgivenFCoherent=0.883494430929 SampleCountF=2.11727129566 CountEF=1.2552725051 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.76268188377 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the price of an ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=3.94374296402 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the price of a ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.69159182881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the price of this ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=3.6303669053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the price of tosca ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=6.48516618336 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the price for ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der preis der ||| the price for the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.75490955251 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-3
+[X] ||| der preis der ||| the cost of ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der preis der ||| the cost of the ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=3.05063354399 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the cost of your ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=5.2189316445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| the sum for ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.63330124213 MaxLexEgivenF=5.22997162062 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der preis der ||| the value of the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.65618340402 MaxLexEgivenF=3.50154811037 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der ||| as the price of ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=3.64416679902 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-3
+[X] ||| der preis der ||| translation of a ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.80794251207 MaxLexEgivenF=5.53463068221 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 2-1 2-2
+[X] ||| der preis der ||| rates for the ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.33416694045 MaxLexEgivenF=4.07074828685 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 2-2
+[X] ||| der preis der [X,1] ||| der preis der [X,1] ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=0.99262226781 MaxLexEgivenF=6.77003272333 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der preis der [X,1] ||| the [X,1] price ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 1-2
+[X] ||| der preis der [X,1] ||| the prices of [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.88092769622 MaxLexEgivenF=2.52413342136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der preis der [X,1] ||| the prices of the [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.88092769622 MaxLexEgivenF=2.81207125956 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the price [X,1] ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=0.819435650347 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der preis der [X,1] ||| the price of [X,1] ||| EgivenFCoherent=1.11394335231 SampleCountF=2.11727129566 CountEF=1.04139268516 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.47474404557 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der preis der [X,1] ||| the price of the [X,1] ||| EgivenFCoherent=1.03476210626 SampleCountF=2.11727129566 CountEF=1.11394335231 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=1.76268188377 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the price of an [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=3.94374296402 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the price of a [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.69159182881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the price of this [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=3.6303669053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the price of tosca [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=6.48516618336 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the price for [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.0845285593 MaxLexEgivenF=2.46697171431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der preis der [X,1] ||| the cost of [X,1] ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=2.76269570578 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der preis der [X,1] ||| the cost of the [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=3.05063354399 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the cost of your [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.00673210896 MaxLexEgivenF=5.2189316445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| the sum for [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.63330124213 MaxLexEgivenF=5.22997162062 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der preis der [X,1] ||| the value of the [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.65618340402 MaxLexEgivenF=3.50154811037 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3
+[X] ||| der preis der [X,1] ||| translation of a [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.80794251207 MaxLexEgivenF=5.53463068221 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 2-1 2-2
+[X] ||| der preis der [X,1] ||| rates for the [X,1] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.33416694045 MaxLexEgivenF=4.07074828685 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 2-2
+[X] ||| der preis [X,1] ersten ||| the price [X,1] first ||| EgivenFCoherent=0.301029995664 SampleCountF=0.698970004336 CountEF=0.47712125472 MaxLexFgivenE=2.1101714441 MaxLexEgivenF=1.08191472889 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| der preis [X,1] ersten [X,2] ||| the price [X,1] first [X,2] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.698970004336 CountEF=0.47712125472 MaxLexFgivenE=2.1101714441 MaxLexEgivenF=1.08191472889 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] [X,2] the first ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 3-2 4-3
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] der [X,2] der ersten ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.960986976646 MaxLexEgivenF=6.9946953003 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of [X,2] of the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.86103370719 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of [X,2] of first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.08651803512 MaxLexEgivenF=1.57309586899 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of [X,2] the first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of the [X,2] of the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.14897154539 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5 4-6
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of the [X,2] of first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.86103370719 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-5
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of the [X,2] in the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.91446424077 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5 4-6
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of the [X,2] the first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.49366315017 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4 4-5
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] of the [X,2] his first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=3.81964128032 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-5
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] the [X,2] of the first ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.49366315017 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] the [X,2] of the 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82923313807 MaxLexEgivenF=3.42778862725 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-5
+[X] ||| [X,1] der [X,2] der ersten ||| [X,1] the [X,2] the first ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=0.838354754944 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| der [X,1] der ersten ||| der [X,1] der ersten ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.960986976646 MaxLexEgivenF=6.9946953003 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten ||| of [X,1] of the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.86103370719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten ||| of [X,1] of first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.08651803512 MaxLexEgivenF=1.57309586899 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten ||| of [X,1] the first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten ||| of the [X,1] of the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.14897154539 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-5
+[X] ||| der [X,1] der ersten ||| of the [X,1] of first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.86103370719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| der [X,1] der ersten ||| of the [X,1] in the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.91446424077 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 3-5
+[X] ||| der [X,1] der ersten ||| of the [X,1] the first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.49366315017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4
+[X] ||| der [X,1] der ersten ||| of the [X,1] his first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=3.81964128032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| der [X,1] der ersten ||| the [X,1] of the first ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.49366315017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten ||| the [X,1] of the 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82923313807 MaxLexEgivenF=3.42778862725 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten ||| the [X,1] of this first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=3.36134817169 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten ||| the [X,1] the first ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=0.838354754944 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten ||| the [X,1] the initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37145430644 MaxLexEgivenF=2.47584448446 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten ||| the [X,1] &apos;s first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.92920506967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten [X,2] ||| der [X,1] der ersten [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.960986976646 MaxLexEgivenF=6.9946953003 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten [X,2] ||| of [X,1] of first [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.08651803512 MaxLexEgivenF=1.57309586899 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten [X,2] ||| of [X,1] the first [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten [X,2] ||| of the [X,1] of first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.86103370719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| of the [X,1] in the first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.91446424077 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 3-5
+[X] ||| der [X,1] der ersten [X,2] ||| of the [X,1] the first [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.49366315017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| of the [X,1] his first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=3.81964128032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| of the first [X,2] of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.86103370719 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 3-2 0-4
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] [X,2] the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=0.838354754944 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] of the first [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=1.49366315017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] of the 1st [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82923313807 MaxLexEgivenF=3.42778862725 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] of this first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=3.36134817169 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] the first [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=0.838354754944 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] the initial [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37145430644 MaxLexEgivenF=2.47584448446 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der ersten [X,2] ||| the [X,1] &apos;s first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00389101816 MaxLexEgivenF=2.92920506967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] der [X,2] ausgabe ||| of [X,1] the [X,2] issue ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.19284656803 MaxLexEgivenF=1.61713711153 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| der [X,1] der [X,2] ausgabe ||| of [X,1] the [X,2] issuance ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.31883208891 MaxLexEgivenF=3.19571600701 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| der [X,1] der [X,2] ausgabe ||| of the [X,1] of the [X,2] edition ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.27757774102 MaxLexEgivenF=2.66566739356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 4-6
+[X] ||| der [X,1] der [X,2] ausgabe ||| of the [X,1] the [X,2] edition ||| EgivenFCoherent=1.80277372529 SampleCountF=2.10720996965 CountEF=0.47712125472 MaxLexFgivenE=2.27757774102 MaxLexEgivenF=2.01035899834 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| der [X,1] der [X,2] ausgabe ||| the [X,1] of [X,2] issue ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.19284656803 MaxLexEgivenF=1.61713711153 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| der [X,1] der [X,2] ausgabe ||| the [X,1] of the [X,2] output ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.2726922127 MaxLexEgivenF=2.05911606804 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| der [X,1] der [X,2] ausgabe ||| the [X,1] of the [X,2] issue ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.19284656803 MaxLexEgivenF=1.90507494973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| der [X,1] der [X,2] ausgabe ||| the [X,1] of the [X,2] edition ||| EgivenFCoherent=1.62668246624 SampleCountF=2.10720996965 CountEF=0.602059991328 MaxLexFgivenE=2.27757774102 MaxLexEgivenF=2.01035899834 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| der [X,1] der [X,2] ausgabe ||| the [X,1] the [X,2] issue ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.19284656803 MaxLexEgivenF=1.24976655451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| der [X,1] der [X,2] ausgabe ||| the [X,1] to [X,2] issue ||| EgivenFCoherent=2.10380372096 SampleCountF=2.10720996965 CountEF=0.301029995664 MaxLexFgivenE=2.19284656803 MaxLexEgivenF=1.97413398736 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] preis der ersten ||| [X,1] price of the first ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.1101714441 MaxLexEgivenF=1.73722312411 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 3-4
+[X] ||| [X,1] preis der ersten ||| [X,1] price of this first ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.15148495257 MaxLexEgivenF=3.60490814563 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 3-4
+[X] ||| [X,1] preis der ersten ||| [X,1] amount of the first ||| EgivenFCoherent=1.13262556527 SampleCountF=1.98227123304 CountEF=0.903089986992 MaxLexFgivenE=3.71320214593 MaxLexEgivenF=3.76553747382 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3 3-4
+[X] ||| [X,1] preis der ersten [X,2] ||| [X,1] price of the first [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.1101714441 MaxLexEgivenF=1.73722312411 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 3-4
+[X] ||| [X,1] preis der ersten [X,2] ||| [X,1] price of this first [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.15148495257 MaxLexEgivenF=3.60490814563 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 3-4
+[X] ||| [X,1] preis der ersten [X,2] ||| [X,1] amount of the first [X,2] ||| EgivenFCoherent=1.13262556527 SampleCountF=1.98227123304 CountEF=0.903089986992 MaxLexFgivenE=3.71320214593 MaxLexEgivenF=3.76553747382 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3 3-4
+[X] ||| preis der ersten ||| price of the first ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.1101714441 MaxLexEgivenF=1.73722312411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-3
+[X] ||| preis der ersten ||| price of this first ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.15148495257 MaxLexEgivenF=3.60490814563 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-3
+[X] ||| preis der ersten ||| amount of the first ||| EgivenFCoherent=1.13262556527 SampleCountF=1.98227123304 CountEF=0.903089986992 MaxLexFgivenE=3.71320214593 MaxLexEgivenF=3.76553747382 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 2-3
+[X] ||| preis der ersten ||| fee of 1 ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=6.42440451185 MaxLexEgivenF=6.61202676161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| preis der ersten [X,1] ||| price of the first [X,1] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.1101714441 MaxLexEgivenF=1.73722312411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-3
+[X] ||| preis der ersten [X,1] ||| price of this first [X,1] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.15148495257 MaxLexEgivenF=3.60490814563 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-3
+[X] ||| preis der ersten [X,1] ||| amount of the first [X,1] ||| EgivenFCoherent=1.13262556527 SampleCountF=1.98227123304 CountEF=0.903089986992 MaxLexFgivenE=3.71320214593 MaxLexEgivenF=3.76553747382 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 2-3
+[X] ||| preis der ersten [X,1] ||| fee of 1 [X,1] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=6.42440451185 MaxLexEgivenF=6.61202676161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ausgabe ||| [X,1] of the first [X,2] edition ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=2.30322062582 MaxLexEgivenF=1.98490023868 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 4-5
+[X] ||| [X,1] der ersten [X,2] ausgabe ||| [X,1] from the first [X,2] issues ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=4.58489940679 MaxLexEgivenF=5.67212582346 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3 4-5
+[X] ||| der ersten [X,1] ausgabe ||| of the first [X,1] edition ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=2.30322062582 MaxLexEgivenF=1.98490023868 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| der ersten [X,1] ausgabe ||| the first [X,1] issues ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=4.58489940679 MaxLexEgivenF=3.47958029995 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] ausgabe [X,2] ||| of the first [X,1] edition [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=2.30322062582 MaxLexEgivenF=1.98490023868 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| der ersten [X,1] ausgabe [X,2] ||| the first [X,1] issues [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=4.58489940679 MaxLexEgivenF=3.47958029995 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| war der [X,1] der ersten ||| was the [X,1] of the first ||| EgivenFCoherent=0.778151250384 SampleCountF=1.11394335231 CountEF=0.47712125472 MaxLexFgivenE=2.90709632875 MaxLexEgivenF=1.92741423585 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4 4-5
+[X] ||| war der [X,1] der ersten ||| was the [X,1] the first ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.90709632875 MaxLexEgivenF=1.27210584063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 4-4
+[X] ||| der preis der ersten ||| the price of the first ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.76958748855 MaxLexEgivenF=2.02516096231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3 3-4
+[X] ||| der preis der ersten ||| the price of this first ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.76958748855 MaxLexEgivenF=3.89284598384 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3 3-4
+[X] ||| der preis der ersten [X,1] ||| the price of the first [X,1] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.76958748855 MaxLexEgivenF=2.02516096231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3 3-4
+[X] ||| der preis der ersten [X,1] ||| the price of this first [X,1] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.76958748855 MaxLexEgivenF=3.89284598384 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3 3-4
diff --git a/example_free917/grammar/grammar.4 b/example_free917/grammar/grammar.4
new file mode 100644
index 0000000..e9d2ca2
--- /dev/null
+++ b/example_free917/grammar/grammar.4
@@ -0,0 +1,1253 @@
+[X] ||| [X,1] welche ||| [X,1] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.4808508987 MaxLexEgivenF=1.22890213674 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] which ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=0.607344355714 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] which are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=2.4073898144 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] welche ||| [X,1] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14610098161 MaxLexEgivenF=1.49648312651 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.381802031 MaxLexEgivenF=1.05463277645 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] what ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=0.92668066027 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77815125038 MaxLexEgivenF=2.2966450668 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] any ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86174733723 MaxLexEgivenF=2.27337372439 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] welche ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.360798200667 MaxLexEgivenF=2.54874172973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] allowing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33208701787 MaxLexEgivenF=2.97234372872 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] passed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80071707828 MaxLexEgivenF=3.55592031436 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche ||| [X,1] downloading ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.731988066676 MaxLexEgivenF=1.65646461202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,2] [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=0.607344355714 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] welche [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.4808508987 MaxLexEgivenF=1.22890213674 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,1] which [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=0.607344355714 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=0.92668066027 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,1] where [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77815125038 MaxLexEgivenF=2.2966450668 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,1] any [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86174733723 MaxLexEgivenF=2.27337372439 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,1] welche [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.360798200667 MaxLexEgivenF=2.54874172973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welche [X,2] ||| [X,1] downloading [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.731988066676 MaxLexEgivenF=1.65646461202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| welche ||| the ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=3.4808508987 MaxLexEgivenF=1.22890213674 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| which ||| EgivenFCoherent=0.864337398 SampleCountF=2.47856649559 CountEF=1.6232492904 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=0.607344355714 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| which are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=2.4073898144 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welche ||| which can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=3.43626594214 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welche ||| who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14610098161 MaxLexEgivenF=1.49648312651 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| that ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.381802031 MaxLexEgivenF=1.05463277645 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| what ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=0.92668066027 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| what kind ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=3.3313332993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| welche ||| what are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=2.72672611895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welche ||| what are the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=3.9556282557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| welche ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77815125038 MaxLexEgivenF=2.2966450668 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| any ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.86174733723 MaxLexEgivenF=2.27337372439 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| how ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16351203347 MaxLexEgivenF=1.85550506915 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.42863685927 MaxLexEgivenF=3.3798290553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82555888217 MaxLexEgivenF=2.69061888825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| special ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68508457646 MaxLexEgivenF=3.55592031436 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| regarding this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.83326304744 MaxLexEgivenF=6.54756919828 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welche ||| welche ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.360798200667 MaxLexEgivenF=2.54874172973 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| allowing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33208701787 MaxLexEgivenF=2.97234372872 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| passed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80071707828 MaxLexEgivenF=3.55592031436 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| downloading ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.731988066676 MaxLexEgivenF=1.65646461202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche ||| based ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16669124937 MaxLexEgivenF=3.10362264336 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche ||| eventually ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8790958795 MaxLexEgivenF=3.73201157341 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ||| the [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=3.4808508987 MaxLexEgivenF=1.22890213674 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche [X,1] ||| which [X,1] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=1.58060620543 MaxLexEgivenF=0.607344355714 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche [X,1] ||| what [X,1] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=0.92668066027 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche [X,1] ||| what kind of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=4.02816856451 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| welche [X,1] ||| what are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=2.72672611895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welche [X,1] ||| what are the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27674500893 MaxLexEgivenF=3.9556282557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| welche [X,1] ||| where [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77815125038 MaxLexEgivenF=2.2966450668 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ||| any [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.86174733723 MaxLexEgivenF=2.27337372439 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche [X,1] ||| we [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.42863685927 MaxLexEgivenF=3.3798290553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ||| special [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68508457646 MaxLexEgivenF=3.55592031436 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ||| welche [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.360798200667 MaxLexEgivenF=2.54874172973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ||| downloading [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.731988066676 MaxLexEgivenF=1.65646461202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche [X,1] ||| based [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16669124937 MaxLexEgivenF=3.10362264336 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ||| eventually [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8790958795 MaxLexEgivenF=3.73201157341 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ausgabe ||| [X,1] output ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] release ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] issue ||| EgivenFCoherent=0.744727494897 SampleCountF=2.47856649559 CountEF=1.74036268949 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] edition ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] copy ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] returns ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] version ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] magazine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47031246717 MaxLexEgivenF=2.35513211548 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] issuance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe ||| [X,1] issuing ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] issue ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,2] [X,1] magazine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47031246717 MaxLexEgivenF=2.35513211548 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] [X,2] issue ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] output [X,2] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] release [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issue [X,2] ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issue of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=1.37072614331 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] edition [X,2] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] edition of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=1.47601019192 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] copy [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] returns [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] version [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] version of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=2.6965797227 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issuance [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe [X,2] ||| [X,1] issuing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| ausgabe ||| of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=4.51177525115 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| set ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48422863769 MaxLexEgivenF=2.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| output ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| release ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| issue ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| title ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24830029535 MaxLexEgivenF=3.05410211981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| edition ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| edition , &quot; expenditure &quot; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=9.2215408259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-4
+[X] ||| ausgabe ||| future ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.12535112051 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| copy ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| returns ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| current ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.37168344633 MaxLexEgivenF=2.75307212415 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| version ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| magazine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47031246717 MaxLexEgivenF=2.35513211548 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| next ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73305675895 MaxLexEgivenF=2.92916338321 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| issuance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe ||| issuing ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe ||| says ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56185997682 MaxLexEgivenF=2.48983068937 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| [X,1] issue ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ausgabe [X,1] ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.51177525115 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| output [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| output , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.953860123782 MaxLexEgivenF=1.43855561042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| release [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.65005176994 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issue [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issue of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.874014479115 MaxLexEgivenF=1.37072614331 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| title [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24830029535 MaxLexEgivenF=3.05410211981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| edition [X,1] ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| edition of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.958745652111 MaxLexEgivenF=1.47601019192 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| copy [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48369988141 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| returns [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45606222445 MaxLexEgivenF=3.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| version [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=1.99974445749 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ausgabe [X,1] ||| version of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7758459366 MaxLexEgivenF=2.6965797227 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| next [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73305675895 MaxLexEgivenF=2.92916338321 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issuance [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1 MaxLexEgivenF=2.25246977358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ||| issuing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33550150674 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] von ||| [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] von ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] of ||| EgivenFCoherent=0.619788758288 SampleCountF=2.47856649559 CountEF=1.86332286012 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] from ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] for ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] by ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von ||| [X,1] between ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von ||| for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von [X,2] ||| [X,2] for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] von [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=0.713693261157 SampleCountF=2.47856649559 CountEF=1.77085201164 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=1.70975772428 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] from [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] for [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] by [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| [X,1] between [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] von [X,2] ||| of [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von [X,2] ||| from [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] von [X,2] ||| among [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=3.18132288092 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| von ||| , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| von ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| von ( disambiguation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=9.27546995033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| von ||| of ||| EgivenFCoherent=0.447737477034 SampleCountF=2.47856649559 CountEF=2.03342375549 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| on ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| from ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| for ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| by ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| predicting ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=5.81580015108 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| between ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von ||| among ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=3.18132288092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von ||| mr. ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=4.45407231506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| von [X,1] ||| , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| von [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.161438803422 MaxLexEgivenF=1.88842978804 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| of [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| of the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.809257015278 MaxLexEgivenF=1.70975772428 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| on [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.95182336718 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| from [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.582289507803 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| for [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| by [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.650181813054 MaxLexEgivenF=0.988211201267 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| predicting [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=5.81580015108 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| between [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.18140213872 MaxLexEgivenF=2.39173562566 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] ||| among [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=3.18132288092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ||| mr. [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34879292713 MaxLexEgivenF=4.45407231506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] sandmann ||| [X,1] sandmann ||| EgivenFCoherent=0.47712125472 SampleCountF=1.20411998266 CountEF=0.778151250384 MaxLexFgivenE=0.0511525224474 MaxLexEgivenF=0.511883360979 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sandmann [X,2] ||| [X,1] sandmann [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=0.0511525224474 MaxLexEgivenF=0.511883360979 IsSingletonF=1 IsSingletonFE=1 ||| 1-1
+[X] ||| sandmann ||| sandmann ||| EgivenFCoherent=0.47712125472 SampleCountF=1.20411998266 CountEF=0.778151250384 MaxLexFgivenE=0.0511525224474 MaxLexEgivenF=0.511883360979 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sandmann ||| sandman ||| EgivenFCoherent=0.698970004336 SampleCountF=1.20411998266 CountEF=0.602059991328 MaxLexFgivenE=1.29225607136 MaxLexEgivenF=0.716003343635 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sandmann [X,1] ||| sandmann [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=0.0511525224474 MaxLexEgivenF=0.511883360979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sandmann [X,1] ||| sandman [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=1.29225607136 MaxLexEgivenF=0.716003343635 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ist ||| [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ist ||| [X,1] that it is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=4.21103790505 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] ist ||| [X,1] is ||| EgivenFCoherent=0.585026652029 SampleCountF=2.47856649559 CountEF=1.89762709129 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] &apos;s ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] has ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] will ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58849412524 MaxLexEgivenF=2.72520274263 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] represents ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] lies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] then ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=3.46010253642 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| [X,1] makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1330110409 MaxLexEgivenF=2.60808025702 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist ||| is [X,1] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ist ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] ist [X,2] ||| [X,2] [X,1] it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] ist [X,2] ||| [X,1] [X,2] is ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ist [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] , [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.882168521306 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] ist [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=0.625862906001 SampleCountF=2.47856649559 CountEF=1.85733249643 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] &apos;s [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] has [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] will [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] represents [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| [X,1] lies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ist [X,2] ||| is [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] ist [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ist [X,2] ||| are [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| ist ||| was ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4859335365 MaxLexEgivenF=1.61819584938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=3.41219008944 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ist ||| that it is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=4.21103790505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| ist ||| is ||| EgivenFCoherent=0.273001272064 SampleCountF=2.47856649559 CountEF=2.20682587603 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| &apos;s ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| has ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| has it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=3.12577837004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ist ||| are ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.39212030278 MaxLexEgivenF=1.4572078604 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| will ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist ||| may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.53711772071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42866109745 MaxLexEgivenF=2.66552736077 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58849412524 MaxLexEgivenF=2.72520274263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| represents ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| lies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| designed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=3.50888648161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| then ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=3.46010253642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist ||| makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1330110409 MaxLexEgivenF=2.60808025702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| [X,1] and is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=1.21774564317 IsSingletonF=0 IsSingletonFE=1 ||| 0-2
+[X] ||| ist [X,1] ||| [X,1] is ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ist [X,1] ||| [X,1] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.53711772071 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ist [X,1] ||| was [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36264560045 MaxLexEgivenF=1.66561448976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| is [X,1] ||| EgivenFCoherent=0.52287874528 SampleCountF=2.47856649559 CountEF=1.95904139232 MaxLexFgivenE=0.479842849235 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| &apos;s [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34832823148 MaxLexEgivenF=1.79399424007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| has [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.06222359814 MaxLexEgivenF=1.50758252066 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| will [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.60464310956 MaxLexEgivenF=2.01440105585 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] ||| can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55672571976 MaxLexEgivenF=1.87106098983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| represents [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05777407489 MaxLexEgivenF=3.15367750887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ist [X,1] ||| lies [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39502182901 MaxLexEgivenF=3.31983024539 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ein ||| [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] ein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.471278993984 MaxLexEgivenF=2.56014894903 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] an ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] is a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=1.78209277435 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ein ||| [X,1] a ||| EgivenFCoherent=0.744727494897 SampleCountF=2.47856649559 CountEF=1.74036268949 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein ||| [X,1] one the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ein [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] an [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] one [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ein [X,2] ||| [X,1] one the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ein [X,2] ||| an [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] ein [X,2] ||| a [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| ein ||| the ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| ein ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.471278993984 MaxLexEgivenF=2.56014894903 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| an ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| a ||| EgivenFCoherent=0.356547323514 SampleCountF=2.47856649559 CountEF=2.12385164097 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| one ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein ||| one the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ein ||| another ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00423874087 MaxLexEgivenF=2.12775821602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ein ||| you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=2.58037474165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ein [X,1] ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ein [X,1] ||| [X,1] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ein [X,1] ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ein [X,1] ||| the [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.95433375657 MaxLexEgivenF=0.994165619875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| ein [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.471278993984 MaxLexEgivenF=2.56014894903 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ein [X,1] ||| an [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.836517203083 MaxLexEgivenF=1.02162804357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| a [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=0.834446273079 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| one [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=1.53213492959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] ||| one the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09682001275 MaxLexEgivenF=2.52630054946 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ein [X,1] ||| another [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00423874087 MaxLexEgivenF=2.12775821602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] traum ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.93409504599 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] i ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36203299374 MaxLexEgivenF=2.45535250996 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] traum ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.404570587571 MaxLexEgivenF=2.11956040803 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] dream ||| EgivenFCoherent=0.439694756779 SampleCountF=2.47856649559 CountEF=2.04139268516 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] dream came true ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=4.20275256274 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] traum ||| [X,1] dream come true ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=3.39827237363 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 1-3
+[X] ||| [X,1] traum ||| [X,1] dreams ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.59483018971 MaxLexEgivenF=1.50922789074 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] sleep ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23641128774 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] true ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17164668609 MaxLexEgivenF=1.49314107085 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] world ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31480086278 MaxLexEgivenF=2.75638250562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] idea ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.81304696516 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] delightful ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19865708695 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] unforgettable ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84783696252 MaxLexEgivenF=2.38840572033 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] intense ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8790958795 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| [X,1] implants ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94151143263 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum ||| ) , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.73136209134 MaxLexEgivenF=2.50226068354 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] traum ||| dream [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] traum [X,2] ||| [X,2] [X,1] dream ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] traum [X,2] ||| [X,1] [X,2] dream ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] traum [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.93409504599 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] traum [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.404570587571 MaxLexEgivenF=2.11956040803 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] dream [X,2] ||| EgivenFCoherent=0.657577319178 SampleCountF=2.47856649559 CountEF=1.8260748027 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] dream , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.989821332547 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] dream of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=1.07603298375 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] dream a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=1.59604550178 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] dreams [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.59483018971 MaxLexEgivenF=1.50922789074 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] sleep [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23641128774 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] true [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17164668609 MaxLexEgivenF=1.49314107085 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] world [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31480086278 MaxLexEgivenF=2.75638250562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| [X,1] idea [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.81304696516 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] traum [X,2] ||| dream [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| traum ||| ) ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.73136209134 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum ||| part ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23799589277 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| my ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.70047656153 MaxLexEgivenF=2.33041377335 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.93409504599 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum ||| great ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.32816546182 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.74950249093 MaxLexEgivenF=2.63144376901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| i ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36203299374 MaxLexEgivenF=2.45535250996 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| traum ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.404570587571 MaxLexEgivenF=2.11956040803 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum ||| dream ||| EgivenFCoherent=0.380211241712 SampleCountF=2.47856649559 CountEF=2.10037054512 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum ||| dream came true ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=4.20275256274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| traum ||| dream come true ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=3.39827237363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 0-2
+[X] ||| traum ||| dreams ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.59483018971 MaxLexEgivenF=1.50922789074 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum ||| sleep ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23641128774 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| true ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17164668609 MaxLexEgivenF=1.49314107085 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| premium ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.47842218774 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| nearly ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12721281838 MaxLexEgivenF=2.75638250562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| world ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31480086278 MaxLexEgivenF=2.75638250562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| travellers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2366631987 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| glass ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.75488322825 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89457910785 MaxLexEgivenF=2.63144376901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| tüm ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.698970004336 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| real ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.68506962939 MaxLexEgivenF=2.63144376901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| dolomites ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24328614608 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| idea ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.81304696516 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| delightful ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19865708695 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| unforgettable ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84783696252 MaxLexEgivenF=2.38840572033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| intense ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8790958795 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum ||| implants ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94151143263 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| [X,1] dream ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| traum [X,1] ||| [X,1] dreams ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.59483018971 MaxLexEgivenF=1.50922789074 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| traum [X,1] ||| [X,1] dolomites ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24328614608 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| traum [X,1] ||| a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.93409504599 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| our [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.74950249093 MaxLexEgivenF=2.63144376901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| traum [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.404570587571 MaxLexEgivenF=2.11956040803 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum [X,1] ||| dream [X,1] ||| EgivenFCoherent=0.619788758288 SampleCountF=2.47856649559 CountEF=1.86332286012 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum [X,1] ||| dream , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=0.989821332547 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| dream of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=1.07603298375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum [X,1] ||| dream a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.695310197718 MaxLexEgivenF=1.59604550178 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| dreams [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.59483018971 MaxLexEgivenF=1.50922789074 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| traum [X,1] ||| sleep [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23641128774 MaxLexEgivenF=2.93247376468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| true [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17164668609 MaxLexEgivenF=1.49314107085 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| world [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31480086278 MaxLexEgivenF=2.75638250562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| traum [X,1] ||| idea [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.81304696516 MaxLexEgivenF=3.23350376034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] tausend ||| [X,1] of thousand ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.0769052959 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] tausend ||| [X,1] of thousands ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.77814020489 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] tausend ||| [X,1] of thousands of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=2.4749754701 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] tausend ||| [X,1] the thousand ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.72473386678 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] tausend ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66964049735 MaxLexEgivenF=0.887598469547 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] a thousand ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.26766850024 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend ||| [X,1] one thousand ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.97396854325 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend ||| [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.48982774976 MaxLexEgivenF=3.2659963705 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.76362263367 MaxLexEgivenF=3.2659963705 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] tausend ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.412180447787 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] thousand ||| EgivenFCoherent=0.513333427374 SampleCountF=2.47856649559 CountEF=1.96848294855 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=0.380070030694 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] 1000 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23909083416 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] thousands ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] thousands of ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.77814020489 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend ||| [X,1] day ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92676418666 MaxLexEgivenF=2.56702636616 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] 1.000 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08457627793 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] million ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15176372848 MaxLexEgivenF=2.42089833048 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] 1,000 ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.26678029577 MaxLexEgivenF=2.48784512011 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] tausend ||| [X,1] architecture ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57130112557 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend ||| a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66964049735 MaxLexEgivenF=0.887598469547 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] tausend ||| thousands [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] tausend [X,2] ||| [X,2] [X,1] thousand ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=0.380070030694 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] of thousands of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=2.4749754701 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] the thousand [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.72473386678 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] a thousand [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.26766850024 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] a thousand is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=2.73800274975 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] one thousand [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.97396854325 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] tausend [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.412180447787 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] thousand [X,2] ||| EgivenFCoherent=0.585026652029 SampleCountF=2.47856649559 CountEF=1.89762709129 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=0.380070030694 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] 1000 [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23909083416 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] thousands [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] thousands of [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.77814020489 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] tausend [X,2] ||| [X,1] day [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92676418666 MaxLexEgivenF=2.56702636616 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] 1.000 [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08457627793 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] 1,000 [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.26678029577 MaxLexEgivenF=2.48784512011 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| [X,1] architecture [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57130112557 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] tausend [X,2] ||| a thousand [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.26766850024 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 1-1
+[X] ||| [X,1] tausend [X,2] ||| thousands [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| tausend ||| ( ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.35725660976 MaxLexEgivenF=1.57124001121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| of thousands ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.77814020489 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| tausend ||| a ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=3.66964049735 MaxLexEgivenF=0.887598469547 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend ||| a world ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66964049735 MaxLexEgivenF=3.15359484004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| tausend ||| a thousand ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.26766850024 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| tausend ||| one thousand ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.97396854325 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| tausend ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.48982774976 MaxLexEgivenF=3.2659963705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.76362263367 MaxLexEgivenF=3.2659963705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| tausend ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.412180447787 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| thousand ||| EgivenFCoherent=0.47712125472 SampleCountF=2.47856649559 CountEF=2.00432137378 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=0.380070030694 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend ||| 1000 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23909083416 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| 1000 ( number ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23909083416 MaxLexEgivenF=8.61465858003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| tausend ||| thousands ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend ||| thousands of ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.77814020489 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| tausend ||| day ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92676418666 MaxLexEgivenF=2.56702636616 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| old ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09177244142 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| 1.000 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08457627793 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| million ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.15176372848 MaxLexEgivenF=2.42089833048 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend ||| charts ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06557971473 MaxLexEgivenF=3.2659963705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| ment ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10380372096 MaxLexEgivenF=3.2659963705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| europe ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.7275819194 MaxLexEgivenF=2.66393637917 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend ||| 1,000 ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.26678029577 MaxLexEgivenF=2.48784512011 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend ||| architecture ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57130112557 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend [X,1] ||| of thousands of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=2.4749754701 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| tausend [X,1] ||| a thousand [X,1] ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.26766850024 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| tausend [X,1] ||| a thousand is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=2.73800274975 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| tausend [X,1] ||| one thousand [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=1.97396854325 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| tausend [X,1] ||| tausend [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.412180447787 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend [X,1] ||| thousand [X,1] ||| EgivenFCoherent=0.552841968658 SampleCountF=2.47856649559 CountEF=1.92941892571 MaxLexFgivenE=0.521804388225 MaxLexEgivenF=0.380070030694 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend [X,1] ||| 1000 [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23909083416 MaxLexEgivenF=2.18681512445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend [X,1] ||| thousands [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend [X,1] ||| thousands of [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.3874828828 MaxLexEgivenF=1.77814020489 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| tausend [X,1] ||| day [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92676418666 MaxLexEgivenF=2.56702636616 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend [X,1] ||| 1.000 [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08457627793 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| tausend [X,1] ||| 1,000 [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.26678029577 MaxLexEgivenF=2.48784512011 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| tausend [X,1] ||| architecture [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57130112557 MaxLexEgivenF=2.96496637483 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] katzen ||| [X,1] of cats ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=1.01696660168 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] katzen ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.68293033971 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90016495713 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen ||| [X,1] felines ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.20411998266 MaxLexEgivenF=2.46314613673 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen ||| [X,1] cats ||| EgivenFCoherent=0.397940008672 SampleCountF=2.47856649559 CountEF=2.08278537032 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] katzen ||| [X,1] cat ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.7524752729 MaxLexEgivenF=1.33281236823 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] katzen ||| [X,1] entries ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40174508224 MaxLexEgivenF=2.76417613239 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen ||| [X,1] italian ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61436983955 MaxLexEgivenF=2.46314613673 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen ||| cats [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] katzen ||| cats in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=1.74093242708 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] katzen ||| cat [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7524752729 MaxLexEgivenF=1.33281236823 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] katzen [X,2] ||| [X,2] [X,1] cats ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] katzen [X,2] ||| [X,1] of cats [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=1.01696660168 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] katzen [X,2] ||| [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90016495713 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen [X,2] ||| [X,1] cats [X,2] ||| EgivenFCoherent=0.563307402336 SampleCountF=2.47856649559 CountEF=1.91907809238 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] katzen [X,2] ||| [X,1] cats of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=1.01696660168 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen [X,2] ||| [X,1] cat [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.7524752729 MaxLexEgivenF=1.33281236823 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] katzen [X,2] ||| [X,1] entries [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40174508224 MaxLexEgivenF=2.76417613239 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] katzen [X,2] ||| cats [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] katzen [X,2] ||| cats [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] katzen [X,2] ||| cat [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7524752729 MaxLexEgivenF=1.33281236823 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| katzen ||| the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=5.68293033971 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| katzen ||| more than ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22687474253 MaxLexEgivenF=4.35226100572 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| katzen ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90016495713 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| they have much ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.08864984756 MaxLexEgivenF=6.91231715546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| katzen ||| very ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.70625252242 MaxLexEgivenF=2.46314613673 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| felidae ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.740362689494 MaxLexEgivenF=2.46314613673 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| felines ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.20411998266 MaxLexEgivenF=2.46314613673 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| cats ||| EgivenFCoherent=0.295277666775 SampleCountF=2.47856649559 CountEF=2.18469143082 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| katzen ||| blalock ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61278385672 MaxLexEgivenF=2.76417613239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| cat ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.7524752729 MaxLexEgivenF=1.33281236823 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| katzen ||| entries ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40174508224 MaxLexEgivenF=2.76417613239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| italian ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61436983955 MaxLexEgivenF=2.46314613673 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen ||| general ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22445536434 MaxLexEgivenF=2.76417613239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen [X,1] ||| [X,1] cats ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| katzen [X,1] ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.90016495713 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen [X,1] ||| cats [X,1] ||| EgivenFCoherent=0.47712125472 SampleCountF=2.47856649559 CountEF=2.00432137378 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| katzen [X,1] ||| cats of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.497466636716 MaxLexEgivenF=1.01696660168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| katzen [X,1] ||| cat [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.7524752729 MaxLexEgivenF=1.33281236823 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| katzen [X,1] ||| entries [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40174508224 MaxLexEgivenF=2.76417613239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] welche [X,2] von ||| [X,1] which [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.38986322071 MaxLexEgivenF=0.972438243916 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] von ||| [X,1] which defines [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58740826566 MaxLexEgivenF=5.30650980866 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] welche [X,2] von ||| [X,1] what [X,2] of ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.08600202421 MaxLexEgivenF=1.29177454847 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| welche [X,1] von ||| the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.29010791398 MaxLexEgivenF=1.59399602494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] von ||| which [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.38986322071 MaxLexEgivenF=0.972438243916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] von ||| which [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16289571324 MaxLexEgivenF=1.52172978051 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] von ||| which defines [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58740826566 MaxLexEgivenF=5.30650980866 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| welche [X,1] von ||| what [X,1] of ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=2.08600202421 MaxLexEgivenF=1.29177454847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] von ||| what [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85903451674 MaxLexEgivenF=1.84106608506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] von [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.29010791398 MaxLexEgivenF=1.59399602494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] von [X,2] ||| which [X,1] of [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.38986322071 MaxLexEgivenF=0.972438243916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] von [X,2] ||| which [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16289571324 MaxLexEgivenF=1.52172978051 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] von [X,2] ||| which defines [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58740826566 MaxLexEgivenF=5.30650980866 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| welche [X,1] von [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.62553793606 MaxLexEgivenF=0.92668066027 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welche [X,1] von [X,2] ||| what [X,1] of [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=2.08600202421 MaxLexEgivenF=1.29177454847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] von [X,2] ||| what [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85903451674 MaxLexEgivenF=1.84106608506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] welche [X,2] ist ||| [X,1] which [X,2] is ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=0.878889263013 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] ist ||| [X,1] which [X,2] does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98917739828 MaxLexEgivenF=3.27901335696 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] ist ||| [X,1] which [X,2] being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.185249315 MaxLexEgivenF=3.48128171076 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] ist ||| [X,1] which is [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=0.878889263013 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-2
+[X] ||| [X,1] welche [X,2] ist ||| [X,1] which we can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13733192519 MaxLexEgivenF=5.85823440085 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-3
+[X] ||| [X,1] welche [X,2] ist ||| [X,1] what [X,2] is ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.75658785817 MaxLexEgivenF=1.19822556757 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| welche [X,1] ist ||| which [X,1] is ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=0.878889263013 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ist ||| which [X,1] does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98917739828 MaxLexEgivenF=3.27901335696 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ist ||| which [X,1] being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.185249315 MaxLexEgivenF=3.48128171076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ist ||| which is [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=0.878889263013 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| welche [X,1] ist ||| which we can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13733192519 MaxLexEgivenF=5.85823440085 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2
+[X] ||| welche [X,1] ist ||| what [X,1] is ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.75658785817 MaxLexEgivenF=1.19822556757 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ist ||| what [X,1] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8813881185 MaxLexEgivenF=3.60953767027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ist [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.08549400827 MaxLexEgivenF=1.22890213674 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ist [X,2] ||| which [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.185249315 MaxLexEgivenF=0.607344355714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ist [X,2] ||| which [X,1] is [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=0.878889263013 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ist [X,2] ||| which [X,1] is the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=2.10779139975 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ist [X,2] ||| which [X,1] does [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98917739828 MaxLexEgivenF=3.27901335696 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ist [X,2] ||| which [X,1] being of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.185249315 MaxLexEgivenF=4.17811697597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ist [X,2] ||| which is [X,1] [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.06044905467 MaxLexEgivenF=0.878889263013 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| welche [X,1] ist [X,2] ||| which we can [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13733192519 MaxLexEgivenF=5.85823440085 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2
+[X] ||| welche [X,1] ist [X,2] ||| their [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.73861689295 MaxLexEgivenF=3.43098157775 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ist [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8813881185 MaxLexEgivenF=0.92668066027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welche [X,1] ist [X,2] ||| what [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75658785817 MaxLexEgivenF=1.19822556757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welche [X,1] ist [X,2] ||| what [X,1] is [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.75658785817 MaxLexEgivenF=1.19822556757 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ist [X,2] ||| what [X,1] do [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8813881185 MaxLexEgivenF=3.60953767027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] welche [X,2] ein ||| [X,1] [X,2] that an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21831923408 MaxLexEgivenF=2.07626082003 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] welche [X,2] ein ||| [X,1] which [X,2] in a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41505247851 MaxLexEgivenF=2.33990397116 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] welche [X,2] ein ||| [X,1] which [X,2] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41712340852 MaxLexEgivenF=1.62897239929 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] ein ||| [X,1] which [X,2] a ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.41505247851 MaxLexEgivenF=0.919102880555 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] ein ||| [X,1] what [X,2] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326221202 MaxLexEgivenF=1.94830870384 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] welche [X,2] ein ||| [X,1] welche [X,2] ein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.832077194651 MaxLexEgivenF=5.10889067876 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| welche [X,1] ein ||| [X,1] that an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21831923408 MaxLexEgivenF=2.07626082003 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| welche [X,1] ein ||| the [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31529717178 MaxLexEgivenF=1.30592414472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ein ||| which [X,1] in a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41505247851 MaxLexEgivenF=2.33990397116 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welche [X,1] ein ||| which [X,1] an ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41712340852 MaxLexEgivenF=1.62897239929 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ein ||| which [X,1] a ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=2.41505247851 MaxLexEgivenF=0.919102880555 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ein ||| what [X,1] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326221202 MaxLexEgivenF=1.94830870384 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ein ||| what [X,1] for a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11119128201 MaxLexEgivenF=2.88597524908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welche [X,1] ein ||| what [X,1] a ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.11119128201 MaxLexEgivenF=1.23843918511 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ein ||| whichever [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13392244067 MaxLexEgivenF=3.19867205824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ein ||| welche [X,1] ein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.832077194651 MaxLexEgivenF=5.10889067876 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ein [X,2] ||| [X,1] that an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21831923408 MaxLexEgivenF=2.07626082003 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| welche [X,1] ein [X,2] ||| the [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31529717178 MaxLexEgivenF=1.30592414472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ein [X,2] ||| which [X,1] in a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41505247851 MaxLexEgivenF=2.33990397116 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welche [X,1] ein [X,2] ||| which [X,1] an [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41712340852 MaxLexEgivenF=1.62897239929 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ein [X,2] ||| which [X,1] a [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.41505247851 MaxLexEgivenF=0.919102880555 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welche [X,1] ein [X,2] ||| what [X,1] an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11326221202 MaxLexEgivenF=1.94830870384 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welche [X,1] ein [X,2] ||| what [X,1] for a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11119128201 MaxLexEgivenF=2.88597524908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welche [X,1] ein [X,2] ||| what [X,1] a [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.11119128201 MaxLexEgivenF=1.23843918511 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] the issue of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=2.38364860239 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ausgabe von ||| [X,1] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ausgabe von ||| [X,1] output of ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] output from ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53614963159 MaxLexEgivenF=1.74231742121 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] output by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60404193684 MaxLexEgivenF=1.81614319768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] issue of ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] edition of ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] edition by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] copy of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.29295689669 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] version of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58510295188 MaxLexEgivenF=2.36483834569 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] issuance of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.80925701528 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] issuing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68429443387 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ausgabe von ||| [X,1] issuing of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14475852202 MaxLexEgivenF=2.53458942672 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] issues of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von ||| [X,1] printing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34940051419 MaxLexEgivenF=2.8322533702 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ausgabe von ||| [X,1] scorsa edizione di ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72900416884 MaxLexEgivenF=10.1880508201 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] ausgabe von ||| issue of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,2] [X,1] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,2] issue of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] [X,2] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] [X,2] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30753857924 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] [X,2] edition of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] the issue of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=2.38364860239 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] online spare [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.65285239334 MaxLexEgivenF=6.58532549435 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] output [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] output of [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] output of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=2.5376897207 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] output from [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.53614963159 MaxLexEgivenF=1.74231742121 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] output by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60404193684 MaxLexEgivenF=1.81614319768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] issue [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22280740624 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] issue of [X,2] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] edition of [X,2] ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] edition by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] copy of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.29295689669 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] version of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58510295188 MaxLexEgivenF=2.36483834569 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] issuance of [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.80925701528 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] issuing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68429443387 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] issuing of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14475852202 MaxLexEgivenF=2.53458942672 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] issues of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ausgabe von [X,2] ||| [X,1] printing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34940051419 MaxLexEgivenF=2.8322533702 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| ausgabe von ||| output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ausgabe von ||| output of ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| output from ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.53614963159 MaxLexEgivenF=1.74231742121 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| output by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60404193684 MaxLexEgivenF=1.81614319768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von ||| issue of ||| EgivenFCoherent=0.897337658103 SampleCountF=2.47856649559 CountEF=1.59106460703 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| edition of ||| EgivenFCoherent=0.833668578233 SampleCountF=2.47856649559 CountEF=1.65321251378 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| edition by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von ||| copy of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.29295689669 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| version of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58510295188 MaxLexEgivenF=2.36483834569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von ||| issuance of ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.80925701528 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| issuing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68429443387 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ausgabe von ||| issuing of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.14475852202 MaxLexEgivenF=2.53458942672 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| available from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.46488518909 MaxLexEgivenF=3.54251881233 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von ||| issues of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von ||| world of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.52199788673 MaxLexEgivenF=2.81713601669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von ||| printing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34940051419 MaxLexEgivenF=2.8322533702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ausgabe von ||| scorsa edizione di ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72900416884 MaxLexEgivenF=10.1880508201 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ausgabe von [X,1] ||| [X,1] output ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ausgabe von [X,1] ||| [X,1] issue of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| ausgabe von [X,1] ||| [X,1] edition ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30753857924 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ausgabe von [X,1] ||| [X,1] edition of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| ausgabe von [X,1] ||| online spare [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.65285239334 MaxLexEgivenF=6.58532549435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ausgabe von [X,1] ||| output [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ausgabe von [X,1] ||| output of [X,1] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| output of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=2.5376897207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| output from [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.53614963159 MaxLexEgivenF=1.74231742121 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| output by [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60404193684 MaxLexEgivenF=1.81614319768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| issue [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22280740624 MaxLexEgivenF=0.673890878102 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe von [X,1] ||| issue of [X,1] ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| edition of [X,1] ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| edition by [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| copy of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.29295689669 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| version of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58510295188 MaxLexEgivenF=2.36483834569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| issuance of [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.80925701528 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| issuing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68429443387 MaxLexEgivenF=2.16949553852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ausgabe von [X,1] ||| issuing of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.14475852202 MaxLexEgivenF=2.53458942672 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| issues of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| world of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.52199788673 MaxLexEgivenF=2.81713601669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ausgabe von [X,1] ||| printing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34940051419 MaxLexEgivenF=2.8322533702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] output [X,2] is ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.43370297302 MaxLexEgivenF=1.09947690371 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] output is [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.43370297302 MaxLexEgivenF=1.09947690371 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] issue [X,2] , ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=2.47865758868 MaxLexEgivenF=1.28451449211 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] issue [X,2] is ||| EgivenFCoherent=1.23736091579 SampleCountF=2.28103336725 CountEF=1.07918124605 MaxLexFgivenE=1.35385732835 MaxLexEgivenF=0.945435785401 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] issue [X,2] has ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.93623807725 MaxLexEgivenF=2.18147339876 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] edition [X,2] is ||| EgivenFCoherent=1.57978359662 SampleCountF=2.28103336725 CountEF=0.778151250384 MaxLexFgivenE=1.43858850135 MaxLexEgivenF=1.05071983401 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] edition [X,2] &apos;s ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=2.30707388359 MaxLexEgivenF=2.57316916678 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ist ||| [X,1] edition [X,2] has ||| EgivenFCoherent=1.97772360529 SampleCountF=2.28103336725 CountEF=0.47712125472 MaxLexFgivenE=2.02096925025 MaxLexEgivenF=2.28675744738 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| ausgabe [X,1] ist ||| output [X,1] is ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.43370297302 MaxLexEgivenF=1.09947690371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| output is [X,1] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.43370297302 MaxLexEgivenF=1.09947690371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| ausgabe [X,1] ist ||| release [X,1] is ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=3.12989461918 MaxLexEgivenF=2.52401468088 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| issue [X,1] , ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=2.47865758868 MaxLexEgivenF=1.28451449211 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| issue [X,1] is ||| EgivenFCoherent=1.16481024865 SampleCountF=2.28103336725 CountEF=1.14612803568 MaxLexFgivenE=1.35385732835 MaxLexEgivenF=0.945435785401 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| issue [X,1] has ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.93623807725 MaxLexEgivenF=2.18147339876 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| edition [X,1] is ||| EgivenFCoherent=1.43365556094 SampleCountF=2.28103336725 CountEF=0.903089986992 MaxLexFgivenE=1.43858850135 MaxLexEgivenF=1.05071983401 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| edition [X,1] &apos;s ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=2.30707388359 MaxLexEgivenF=2.57316916678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist ||| edition [X,1] has ||| EgivenFCoherent=1.97772360529 SampleCountF=2.28103336725 CountEF=0.47712125472 MaxLexFgivenE=2.02096925025 MaxLexEgivenF=2.28675744738 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| output [X,1] is [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.43370297302 MaxLexEgivenF=1.09947690371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| output is [X,1] [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.43370297302 MaxLexEgivenF=1.09947690371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| ausgabe [X,1] ist [X,2] ||| release [X,1] is [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=3.12989461918 MaxLexEgivenF=2.52401468088 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| issue [X,1] is [X,2] ||| EgivenFCoherent=1.23736091579 SampleCountF=2.28103336725 CountEF=1.07918124605 MaxLexFgivenE=1.35385732835 MaxLexEgivenF=0.945435785401 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| issue [X,1] has [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=1.93623807725 MaxLexEgivenF=2.18147339876 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| edition [X,1] is [X,2] ||| EgivenFCoherent=1.50060235057 SampleCountF=2.28103336725 CountEF=0.845098040014 MaxLexFgivenE=1.43858850135 MaxLexEgivenF=1.05071983401 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| edition [X,1] &apos;s [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=2.30707388359 MaxLexEgivenF=2.57316916678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ist [X,2] ||| edition [X,1] has [X,2] ||| EgivenFCoherent=2.27875360095 SampleCountF=2.28103336725 CountEF=0.301029995664 MaxLexFgivenE=2.02096925025 MaxLexEgivenF=2.28675744738 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] ausgabe [X,2] ein ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.09769833117 MaxLexEgivenF=4.97742897126 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] output [X,2] a ||| EgivenFCoherent=1.81954393554 SampleCountF=2.12385164097 CountEF=0.47712125472 MaxLexFgivenE=1.78830639686 MaxLexEgivenF=1.13969052125 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] issue [X,2] an ||| EgivenFCoherent=1.81954393554 SampleCountF=2.12385164097 CountEF=0.47712125472 MaxLexFgivenE=1.7105316822 MaxLexEgivenF=1.69551892167 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] issue [X,2] a ||| EgivenFCoherent=1.64345267649 SampleCountF=2.12385164097 CountEF=0.602059991328 MaxLexFgivenE=1.70846075219 MaxLexEgivenF=0.985649402942 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] edition [X,2] an ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.79526285519 MaxLexEgivenF=1.80080297029 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] edition [X,2] a ||| EgivenFCoherent=1.42160392687 SampleCountF=2.12385164097 CountEF=0.778151250384 MaxLexFgivenE=1.79319192519 MaxLexEgivenF=1.09093345155 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] ein ||| [X,1] current edition [X,2] an ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.79526285519 MaxLexEgivenF=4.55387509444 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| ausgabe [X,1] ein ||| ausgabe [X,1] ein ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.09769833117 MaxLexEgivenF=4.97742897126 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein ||| output [X,1] a ||| EgivenFCoherent=1.81954393554 SampleCountF=2.12385164097 CountEF=0.47712125472 MaxLexFgivenE=1.78830639686 MaxLexEgivenF=1.13969052125 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein ||| issue [X,1] an ||| EgivenFCoherent=1.81954393554 SampleCountF=2.12385164097 CountEF=0.47712125472 MaxLexFgivenE=1.7105316822 MaxLexEgivenF=1.69551892167 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein ||| issue [X,1] a ||| EgivenFCoherent=1.42160392687 SampleCountF=2.12385164097 CountEF=0.778151250384 MaxLexFgivenE=1.70846075219 MaxLexEgivenF=0.985649402942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein ||| edition [X,1] an ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.79526285519 MaxLexEgivenF=1.80080297029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein ||| edition [X,1] a ||| EgivenFCoherent=1.34242268082 SampleCountF=2.12385164097 CountEF=0.845098040014 MaxLexFgivenE=1.79319192519 MaxLexEgivenF=1.09093345155 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein ||| current edition [X,1] an ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.79526285519 MaxLexEgivenF=4.55387509444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| ausgabe [X,1] ein [X,2] ||| ausgabe [X,1] ein [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.09769833117 MaxLexEgivenF=4.97742897126 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein [X,2] ||| output [X,1] , [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=2.90819388035 MaxLexEgivenF=1.43855561042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] ein [X,2] ||| output [X,1] a [X,2] ||| EgivenFCoherent=1.81954393554 SampleCountF=2.12385164097 CountEF=0.47712125472 MaxLexFgivenE=1.78830639686 MaxLexEgivenF=1.13969052125 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein [X,2] ||| issue [X,1] an [X,2] ||| EgivenFCoherent=1.81954393554 SampleCountF=2.12385164097 CountEF=0.47712125472 MaxLexFgivenE=1.7105316822 MaxLexEgivenF=1.69551892167 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein [X,2] ||| issue [X,1] a [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=2.12385164097 CountEF=0.698970004336 MaxLexFgivenE=1.70846075219 MaxLexEgivenF=0.985649402942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein [X,2] ||| edition [X,1] an [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.79526285519 MaxLexEgivenF=1.80080297029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein [X,2] ||| edition [X,1] a [X,2] ||| EgivenFCoherent=1.34242268082 SampleCountF=2.12385164097 CountEF=0.845098040014 MaxLexFgivenE=1.79319192519 MaxLexEgivenF=1.09093345155 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] ein [X,2] ||| current edition [X,1] an [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=1.79526285519 MaxLexEgivenF=4.55387509444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| ausgabe [X,1] ein [X,2] ||| delivery [X,1] [X,2] ||| EgivenFCoherent=2.12057393121 SampleCountF=2.12385164097 CountEF=0.301029995664 MaxLexFgivenE=4.97019626466 MaxLexEgivenF=2.53122337453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] [X,2] issue of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-3
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] output [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] issue [X,2] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] issue [X,2] by ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=1.52419629217 MaxLexEgivenF=1.66210207937 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] issue for [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=2.68652083027 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] edition [X,2] of ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] edition [X,2] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ausgabe [X,2] von ||| [X,1] issues [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ausgabe [X,1] von ||| [X,1] issue of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-2
+[X] ||| ausgabe [X,1] von ||| output [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| output [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53614963159 MaxLexEgivenF=1.74231742121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| release [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45930878522 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| issue [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| issue [X,1] by ||| EgivenFCoherent=0.84365279914 SampleCountF=2.47856649559 CountEF=1.64345267649 MaxLexFgivenE=1.52419629217 MaxLexEgivenF=1.66210207937 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| issue for [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=2.68652083027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ausgabe [X,1] von ||| edition [X,1] of ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| edition [X,1] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von ||| issues [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| [X,1] issue of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| output [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30265305091 MaxLexEgivenF=0.827931996414 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] von [X,2] ||| output [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.76311713906 MaxLexEgivenF=1.19302588462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| output [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53614963159 MaxLexEgivenF=1.74231742121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| release [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45930878522 MaxLexEgivenF=2.61756366178 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| issue [X,1] of [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=1.0389847663 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| issue [X,1] by [X,2] ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=1.52419629217 MaxLexEgivenF=1.66210207937 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| issue for [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68327149439 MaxLexEgivenF=2.68652083027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ausgabe [X,1] von [X,2] ||| edition [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30753857924 MaxLexEgivenF=0.779174926714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ausgabe [X,1] von [X,2] ||| edition [X,1] of [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.76800266739 MaxLexEgivenF=1.14426881492 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| edition [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60892746517 MaxLexEgivenF=1.76738612798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ausgabe [X,1] von [X,2] ||| issues [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04968144836 MaxLexEgivenF=3.29425727141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] von [X,2] ist ||| [X,2] [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] ist ||| [X,1] of [X,2] is ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ist ||| [X,1] of [X,2] shall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01794688703 MaxLexEgivenF=2.82168203989 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ist ||| [X,1] of [X,2] makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94226805618 MaxLexEgivenF=2.97317414522 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ist ||| [X,1] from [X,2] it can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0682230443 MaxLexEgivenF=4.403642264 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] ist ||| [X,1] from [X,2] is ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ist ||| [X,1] by [X,2] , is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.87037972257 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] von [X,2] ist ||| [X,1] by [X,2] is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ist ||| [X,1] is of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] von [X,2] ist ||| is [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 3-0 1-2
+[X] ||| von [X,1] ist ||| von [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.641281652658 MaxLexEgivenF=2.15997469534 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| of [X,1] is ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| of [X,1] &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| of [X,1] shall ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01794688703 MaxLexEgivenF=2.82168203989 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| of [X,1] makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94226805618 MaxLexEgivenF=2.97317414522 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| from [X,1] it can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0682230443 MaxLexEgivenF=4.403642264 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] ist ||| from [X,1] is ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| from the [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=2.53059416817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] ist ||| by [X,1] , is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.87037972257 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] ist ||| by [X,1] is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ist ||| is of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| von [X,1] ist ||| behind [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=5.309193808 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist [X,2] ||| of [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] ist [X,2] ||| of [X,1] is [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ist [X,2] ||| of [X,1] shall [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01794688703 MaxLexEgivenF=2.82168203989 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist [X,2] ||| from [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18693261737 MaxLexEgivenF=0.914385424793 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ist [X,2] ||| from [X,1] is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ist [X,2] ||| from the [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=2.53059416817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] ist [X,2] ||| by [X,1] , is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.87037972257 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] ist [X,2] ||| by [X,1] is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ist [X,2] ||| is of [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| von [X,1] ist [X,2] ||| behind [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=5.309193808 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] von [X,2] ein ||| [X,1] [X,2] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.18323920021 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] von [X,2] ein ||| [X,1] of [X,2] an ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.64577421836 MaxLexEgivenF=1.38672193177 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ein ||| [X,1] of [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.83542813771 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ein ||| [X,1] of [X,2] is a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=2.14718666255 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-4
+[X] ||| [X,1] von [X,2] ein ||| [X,1] of [X,2] a ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=0.676852413042 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ein ||| [X,1] to [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18323920021 MaxLexEgivenF=1.3240637959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ein ||| [X,1] from [X,2] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41880671089 MaxLexEgivenF=1.93601346837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] ein ||| [X,1] by [X,2] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.48462808613 MaxLexEgivenF=1.29996972611 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| von [X,1] ein ||| of [X,1] an ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.64577421836 MaxLexEgivenF=1.38672193177 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ein ||| of [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.83542813771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ein ||| of [X,1] is a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=2.14718666255 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| von [X,1] ein ||| of [X,1] a ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=0.676852413042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ein ||| to [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18323920021 MaxLexEgivenF=1.3240637959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ein ||| from [X,1] an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41880671089 MaxLexEgivenF=1.93601346837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ein ||| by [X,1] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.48462808613 MaxLexEgivenF=1.29996972611 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| of [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| von [X,1] ein [X,2] ||| of [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.35925950808 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| von [X,1] ein [X,2] ||| of [X,1] an [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.64577421836 MaxLexEgivenF=1.38672193177 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| of [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.83542813771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| of [X,1] is a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=2.14718666255 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| von [X,1] ein [X,2] ||| of [X,1] a [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=0.676852413042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| the [X,2] for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30312668369 MaxLexEgivenF=2.64170168384 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| von [X,1] ein [X,2] ||| to [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18323920021 MaxLexEgivenF=1.3240637959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| from [X,1] an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41880671089 MaxLexEgivenF=1.93601346837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| by [X,1] a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.48462808613 MaxLexEgivenF=1.29996972611 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] ein [X,2] ||| a [X,2] from [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41673578088 MaxLexEgivenF=1.22614394963 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| [X,1] von [X,2] traum ||| [X,1] [X,2] dream ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=2.04410312485 MaxLexEgivenF=0.37919771854 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] traum ||| [X,1] [X,2] dream of ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 1-3
+[X] ||| [X,1] von [X,2] traum ||| [X,1] [X,2] dreams ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=2.94362311684 MaxLexEgivenF=1.50922789074 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] traum ||| [X,1] of [X,2] dream ||| EgivenFCoherent=1.13717319303 SampleCountF=1.98677173427 CountEF=0.903089986992 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] traum ||| [X,1] from [X,2] dream ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.27759970552 MaxLexEgivenF=1.29358314333 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] traum ||| dream of [X,2] [X,1] ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-1
+[X] ||| von [X,1] traum ||| [X,1] dream of ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| von [X,1] traum ||| of [X,1] dream ||| EgivenFCoherent=1.0280287236 SampleCountF=1.98677173427 CountEF=1 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] traum ||| from [X,1] dream ||| EgivenFCoherent=1.50514997832 SampleCountF=1.98677173427 CountEF=0.602059991328 MaxLexFgivenE=1.27759970552 MaxLexEgivenF=1.29358314333 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] traum ||| by [X,1] dream ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.34549201077 MaxLexEgivenF=1.36740891981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] traum ||| dream of [X,1] ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| von [X,1] traum [X,2] ||| [X,2] by [X,1] dream ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=1.34549201077 MaxLexEgivenF=1.36740891981 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-3
+[X] ||| von [X,1] traum [X,2] ||| of [X,1] dream [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.98677173427 CountEF=0.954242509439 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] traum [X,2] ||| from [X,1] dream [X,2] ||| EgivenFCoherent=1.68124123738 SampleCountF=1.98677173427 CountEF=0.47712125472 MaxLexFgivenE=1.27759970552 MaxLexEgivenF=1.29358314333 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] von [X,2] von ||| [X,1] of [X,2] of ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=0.730187776403 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] of [X,2] of trasona ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.954242509439 MaxLexEgivenF=6.54598792748 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] von ||| [X,1] of [X,2] from ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] of [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] from [X,2] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] for [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=2.56192148876 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] with [X,2] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69758585425 MaxLexEgivenF=3.43521121642 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] by [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.97642240253 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] von ||| [X,1] about [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=2.80376999694 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| von [X,1] von ||| of [X,1] of ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=0.730187776403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| of [X,1] of trasona ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.954242509439 MaxLexEgivenF=6.54598792748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] von ||| of [X,1] from ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| of [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| from [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| for [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=2.56192148876 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| with [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.69758585425 MaxLexEgivenF=3.43521121642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| by [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| by [X,1] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.97642240253 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von ||| about [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=2.80376999694 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| of [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| von [X,1] von [X,2] ||| of [X,1] of [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=0.730187776403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| of [X,1] of trasona [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.954242509439 MaxLexEgivenF=6.54598792748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] von [X,2] ||| of [X,1] from [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| of [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| from [X,1] of [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| for [X,1] from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16457901561 MaxLexEgivenF=2.56192148876 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| by [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| by [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30036362611 MaxLexEgivenF=1.97642240253 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] von [X,2] ||| about [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61851403056 MaxLexEgivenF=2.80376999694 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] [X,2] thousand ||| EgivenFCoherent=1.95904139232 SampleCountF=2.43775056282 CountEF=0.602059991328 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=0.380070030694 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] of [X,2] a thousand ||| EgivenFCoherent=1.59106460703 SampleCountF=2.43775056282 CountEF=0.903089986992 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=1.63276238844 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] of [X,2] one thousand ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=2.33906243145 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] of [X,2] tausend ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] of [X,2] thousand ||| EgivenFCoherent=0.802694191461 SampleCountF=2.43775056282 CountEF=1.64345267649 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] of [X,2] thousands ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] of [X,2] thousands of ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.81149271608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] in [X,2] thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=1.8008711213 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] from [X,2] a thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=2.18205392503 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] from [X,2] thousand ||| EgivenFCoherent=1.83410265571 SampleCountF=2.43775056282 CountEF=0.698970004336 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=1.29445545549 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] from [X,2] thousands ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.9697723906 MaxLexEgivenF=1.99569036447 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] by [X,2] a thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.17198620128 MaxLexEgivenF=2.25587970151 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] by [X,2] thousand ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=1.17198620128 MaxLexEgivenF=1.36828123196 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] von [X,2] tausend ||| [X,1] between [X,2] a thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.70320652694 MaxLexEgivenF=3.6594041259 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| von [X,1] tausend ||| of [X,1] a thousand ||| EgivenFCoherent=1.43616264704 SampleCountF=2.43775056282 CountEF=1.04139268516 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=1.63276238844 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend ||| of [X,1] one thousand ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=2.33906243145 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend ||| of [X,1] tausend ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| of [X,1] thousand ||| EgivenFCoherent=0.782950133265 SampleCountF=2.43775056282 CountEF=1.66275783168 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| of [X,1] thousands ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| of [X,1] thousands of ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.81149271608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend ||| in [X,1] thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=1.8008711213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| from [X,1] a thousand ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=2.18205392503 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend ||| from [X,1] thousand ||| EgivenFCoherent=1.65801139666 SampleCountF=2.43775056282 CountEF=0.845098040014 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=1.29445545549 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| from [X,1] thousands ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.9697723906 MaxLexEgivenF=1.99569036447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| by [X,1] a thousand ||| EgivenFCoherent=1.7371926427 SampleCountF=2.43775056282 CountEF=0.778151250384 MaxLexFgivenE=1.17198620128 MaxLexEgivenF=2.25587970151 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend ||| by [X,1] thousand ||| EgivenFCoherent=1.65801139666 SampleCountF=2.43775056282 CountEF=0.845098040014 MaxLexFgivenE=1.17198620128 MaxLexEgivenF=1.36828123196 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend ||| between [X,1] a thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.70320652694 MaxLexEgivenF=3.6594041259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend ||| thousand of [X,1] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| von [X,1] tausend [X,2] ||| [X,2] from [X,1] thousand ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=1.29445545549 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-3
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] a thousand [X,2] ||| EgivenFCoherent=1.7371926427 SampleCountF=2.43775056282 CountEF=0.778151250384 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=1.63276238844 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] one thousand [X,2] ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=2.33906243145 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] tausend [X,2] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] thousand [X,2] ||| EgivenFCoherent=0.812913356643 SampleCountF=2.43775056282 CountEF=1.63346845558 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] thousand are [X,2] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=2.7634042128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] thousands [X,2] ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| of [X,1] thousands of [X,2] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.81149271608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend [X,2] ||| in [X,1] thousand [X,2] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=1.8008711213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| from [X,1] a thousand [X,2] ||| EgivenFCoherent=2.13513265138 SampleCountF=2.43775056282 CountEF=0.47712125472 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=2.18205392503 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend [X,2] ||| from [X,1] thousand [X,2] ||| EgivenFCoherent=1.7371926427 SampleCountF=2.43775056282 CountEF=0.778151250384 MaxLexFgivenE=1.10409389603 MaxLexEgivenF=1.29445545549 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| from [X,1] thousands [X,2] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.9697723906 MaxLexEgivenF=1.99569036447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| by [X,1] a thousand [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.43775056282 CountEF=0.602059991328 MaxLexFgivenE=1.17198620128 MaxLexEgivenF=2.25587970151 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| von [X,1] tausend [X,2] ||| by [X,1] thousand [X,2] ||| EgivenFCoherent=1.7371926427 SampleCountF=2.43775056282 CountEF=0.778151250384 MaxLexFgivenE=1.17198620128 MaxLexEgivenF=1.36828123196 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] tausend [X,2] ||| between [X,1] a thousand [X,2] ||| EgivenFCoherent=2.43616264704 SampleCountF=2.43775056282 CountEF=0.301029995664 MaxLexFgivenE=1.70320652694 MaxLexEgivenF=3.6594041259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] von [X,2] katzen ||| [X,1] [X,2] cats ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.84625956384 MaxLexEgivenF=0.320131336472 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] von [X,2] katzen ||| [X,1] of [X,2] cats ||| EgivenFCoherent=0.823908740944 SampleCountF=1.61278385672 CountEF=0.845098040014 MaxLexFgivenE=1.30672365199 MaxLexEgivenF=0.685225224674 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| von [X,1] katzen ||| of [X,1] cats ||| EgivenFCoherent=0.698970004336 SampleCountF=1.61278385672 CountEF=0.954242509439 MaxLexFgivenE=1.30672365199 MaxLexEgivenF=0.685225224674 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] katzen ||| by [X,1] cats ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.14764844977 MaxLexEgivenF=1.30834253774 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] katzen [X,2] ||| [X,2] by [X,1] cats ||| EgivenFCoherent=1.30102999566 SampleCountF=1.61278385672 CountEF=0.47712125472 MaxLexFgivenE=1.14764844977 MaxLexEgivenF=1.30834253774 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 2-3
+[X] ||| von [X,1] katzen [X,2] ||| of [X,1] cats [X,2] ||| EgivenFCoherent=0.823908740944 SampleCountF=1.61278385672 CountEF=0.845098040014 MaxLexFgivenE=1.30672365199 MaxLexEgivenF=0.685225224674 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| von [X,1] katzen [X,2] ||| of [X,1] cats of [X,2] ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=1.30672365199 MaxLexEgivenF=1.05031911288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist ein ||| [X,1] was an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.19916280353 MaxLexEgivenF=2.68724253334 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] was a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.19709187353 MaxLexEgivenF=1.9773730146 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] , is an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31636005232 MaxLexEgivenF=1.90379656488 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ist ein ||| [X,1] , a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43908938264 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] and has a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89666987122 MaxLexEgivenF=2.76554178137 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ist ein ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ist ein ||| [X,1] is the ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=1.26571052717 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] is an ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.31636005232 MaxLexEgivenF=1.29317295087 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] is a ||| EgivenFCoherent=0.558043162344 SampleCountF=2.47856649559 CountEF=1.92427928606 MaxLexFgivenE=1.31428912231 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] is one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57666286198 MaxLexEgivenF=1.80367983688 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] has a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89666987122 MaxLexEgivenF=1.8193410455 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein ||| [X,1] are a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22656657586 MaxLexEgivenF=1.76896638524 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] was a [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.19709187353 MaxLexEgivenF=1.9773730146 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] , is an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31636005232 MaxLexEgivenF=1.90379656488 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] , a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43908938264 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] , a [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31428912231 MaxLexEgivenF=1.19392704615 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-4
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] is the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=1.26571052717 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] is an [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.31636005232 MaxLexEgivenF=1.29317295087 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] is a [X,2] ||| EgivenFCoherent=0.619788758288 SampleCountF=2.47856649559 CountEF=1.86332286012 MaxLexFgivenE=1.31428912231 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] is one [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57666286198 MaxLexEgivenF=1.80367983688 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] is one of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57666286198 MaxLexEgivenF=2.50051510209 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] has a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89666987122 MaxLexEgivenF=1.8193410455 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] are a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22656657586 MaxLexEgivenF=1.76896638524 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ist ein [X,2] ||| [X,1] offers [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55897686613 MaxLexEgivenF=2.69294667034 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| ist ein ||| was an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.19916280353 MaxLexEgivenF=2.68724253334 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein ||| was a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.19709187353 MaxLexEgivenF=1.9773730146 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| , a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.43908938264 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| it is the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=2.88390637655 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ist ein ||| it &apos;s a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18277450456 MaxLexEgivenF=3.72394861428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ist ein ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| ist ein ||| is the ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=1.26571052717 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| is an ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=1.31636005232 MaxLexEgivenF=1.29317295087 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| is a ||| EgivenFCoherent=0.412663265493 SampleCountF=2.47856649559 CountEF=2.06818586175 MaxLexFgivenE=1.31428912231 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| is one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57666286198 MaxLexEgivenF=1.80367983688 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51105947633 MaxLexEgivenF=4.45143573148 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| ist ein ||| has a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89666987122 MaxLexEgivenF=1.8193410455 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein ||| are a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22656657586 MaxLexEgivenF=1.76896638524 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein ||| if a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43908938264 MaxLexEgivenF=2.6888514232 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein ||| can be an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39324292284 MaxLexEgivenF=4.95987488751 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ist ein ||| makes a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96745731398 MaxLexEgivenF=2.91983878186 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein ||| constitutes an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07812899603 MaxLexEgivenF=4.90052072764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein ||| forms a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37910793136 MaxLexEgivenF=3.70182319466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| [X,1] is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ist ein [X,1] ||| was a [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.19709187353 MaxLexEgivenF=1.9773730146 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| , a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43908938264 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| , a [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31428912231 MaxLexEgivenF=1.19392704615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-3
+[X] ||| ist ein [X,1] ||| it &apos;s a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18277450456 MaxLexEgivenF=3.72394861428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ist ein [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ist ein [X,1] ||| is the [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.4341766058 MaxLexEgivenF=1.26571052717 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| is an [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.31636005232 MaxLexEgivenF=1.29317295087 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| is a [X,1] ||| EgivenFCoherent=0.508638306166 SampleCountF=2.47856649559 CountEF=1.9731278536 MaxLexFgivenE=1.31428912231 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| is one [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57666286198 MaxLexEgivenF=1.80367983688 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| is one of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57666286198 MaxLexEgivenF=2.50051510209 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| has a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89666987122 MaxLexEgivenF=1.8193410455 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| are a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22656657586 MaxLexEgivenF=1.76896638524 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| if a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43908938264 MaxLexEgivenF=2.6888514232 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| can be an [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.39324292284 MaxLexEgivenF=4.95987488751 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ist ein [X,1] ||| constitutes an [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07812899603 MaxLexEgivenF=4.90052072764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| forms a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37910793136 MaxLexEgivenF=3.70182319466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] ||| offers [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55897686613 MaxLexEgivenF=2.69294667034 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ist [X,2] traum ||| [X,1] [X,2] dream is ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=0.650742625839 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 1-3
+[X] ||| [X,1] ist [X,2] traum ||| [X,1] [X,2] dream came ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=2.29995330728 MaxLexEgivenF=2.70961149189 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 3-3
+[X] ||| [X,1] ist [X,2] traum ||| [X,1] is [X,2] dream ||| EgivenFCoherent=0.762987309119 SampleCountF=2.29666519026 CountEF=1.54406804435 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=0.650742625839 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] traum ||| [X,1] is [X,2] dream come true ||| EgivenFCoherent=1.9934362305 SampleCountF=2.29666519026 CountEF=0.47712125472 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=3.66981728093 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 3-5
+[X] ||| [X,1] ist [X,2] traum ||| [X,1] is [X,2] true ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=2.65148953533 MaxLexEgivenF=1.76468597815 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ist [X,1] traum ||| [X,1] dream is ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=0.650742625839 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| ist [X,1] traum ||| is [X,1] dream ||| EgivenFCoherent=0.750398181811 SampleCountF=2.29666519026 CountEF=1.55630250077 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=0.650742625839 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] traum ||| is [X,1] dream come true ||| EgivenFCoherent=1.9934362305 SampleCountF=2.29666519026 CountEF=0.47712125472 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=3.66981728093 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 2-4
+[X] ||| ist [X,1] traum ||| is [X,1] true ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=2.65148953533 MaxLexEgivenF=1.76468597815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] traum ||| is [X,1] goal ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=3.59901622792 MaxLexEgivenF=2.90298867631 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] traum ||| are [X,1] dreaming ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=3.36153621514 MaxLexEgivenF=3.9917416164 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] traum [X,2] ||| [X,1] dream is [X,2] ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=0.650742625839 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| ist [X,1] traum [X,2] ||| is [X,1] dream [X,2] ||| EgivenFCoherent=0.803104532327 SampleCountF=2.29666519026 CountEF=1.50514997832 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=0.650742625839 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] traum [X,2] ||| is [X,1] dream come true [X,2] ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=1.17515304695 MaxLexEgivenF=3.66981728093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-4
+[X] ||| ist [X,1] traum [X,2] ||| is [X,1] true [X,2] ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=2.65148953533 MaxLexEgivenF=1.76468597815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] traum [X,2] ||| are [X,1] dreaming [X,2] ||| EgivenFCoherent=2.29446622616 SampleCountF=2.29666519026 CountEF=0.301029995664 MaxLexFgivenE=3.36153621514 MaxLexEgivenF=3.9917416164 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] of ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=1.69234599791 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] from ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] is [X,2] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] &apos;s [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] von ||| [X,1] are [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20137731806 MaxLexEgivenF=1.8223017486 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ist [X,1] von ||| it &apos;s [X,1] ( ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6971211586 MaxLexEgivenF=4.98343010065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| ist [X,1] von ||| is [X,1] of ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| is [X,1] in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=1.69234599791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| is [X,1] from ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| is [X,1] by ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| &apos;s [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von ||| are [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20137731806 MaxLexEgivenF=1.8223017486 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| it &apos;s [X,1] ( [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6971211586 MaxLexEgivenF=4.98343010065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=0.271544907299 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] of [X,2] ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.28909986451 MaxLexEgivenF=0.636638795501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] in [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.82863577636 MaxLexEgivenF=1.69234599791 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] from [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.06213235704 MaxLexEgivenF=1.18593033209 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| is [X,1] by [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13002466229 MaxLexEgivenF=1.25975610857 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| &apos;s [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15758524675 MaxLexEgivenF=2.15908812827 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| are [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20137731806 MaxLexEgivenF=1.8223017486 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] von [X,2] ||| may [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95343603669 MaxLexEgivenF=2.53711772071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ist [X,2] tausend ||| [X,1] , [X,2] thousand ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.12644749779 MaxLexEgivenF=0.9906936447 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] tausend ||| [X,1] is [X,2] a thousand ||| EgivenFCoherent=1.36172783602 SampleCountF=2.06445798923 CountEF=0.778151250384 MaxLexFgivenE=1.00164723746 MaxLexEgivenF=1.53921340754 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] ist [X,2] tausend ||| [X,1] is [X,2] thousand ||| EgivenFCoherent=0.914569804675 SampleCountF=2.06445798923 CountEF=1.17609125906 MaxLexFgivenE=1.00164723746 MaxLexEgivenF=0.651614937993 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] tausend ||| [X,1] is [X,2] thousands ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=1.86732573203 MaxLexEgivenF=1.35284984698 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] tausend ||| [X,1] is [X,2] 1.000 ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.56441912717 MaxLexEgivenF=3.23651128213 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] tausend ||| [X,1] may [X,2] thousand ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.12644749779 MaxLexEgivenF=2.91718775141 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ist [X,2] tausend ||| is [X,2] [X,1] sand ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=3.69256300365 MaxLexEgivenF=3.23651128213 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| ist [X,1] tausend ||| , [X,1] thousand ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.12644749779 MaxLexEgivenF=0.9906936447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend ||| is [X,1] a thousand ||| EgivenFCoherent=1.36172783602 SampleCountF=2.06445798923 CountEF=0.778151250384 MaxLexFgivenE=1.00164723746 MaxLexEgivenF=1.53921340754 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ist [X,1] tausend ||| is [X,1] thousand ||| EgivenFCoherent=0.830248918975 SampleCountF=2.06445798923 CountEF=1.2552725051 MaxLexFgivenE=1.00164723746 MaxLexEgivenF=0.651614937993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend ||| is [X,1] thousands ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=1.86732573203 MaxLexEgivenF=1.35284984698 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend ||| is [X,1] 1.000 ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.56441912717 MaxLexEgivenF=3.23651128213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend ||| are [X,1] thousand ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=1.91392469101 MaxLexEgivenF=1.83727789109 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend ||| may [X,1] thousand ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.12644749779 MaxLexEgivenF=2.91718775141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend [X,2] ||| , [X,1] thousand [X,2] ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.12644749779 MaxLexEgivenF=0.9906936447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend [X,2] ||| is [X,1] a thousand [X,2] ||| EgivenFCoherent=1.36172783602 SampleCountF=2.06445798923 CountEF=0.778151250384 MaxLexFgivenE=1.00164723746 MaxLexEgivenF=1.53921340754 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ist [X,1] tausend [X,2] ||| is [X,1] thousand [X,2] ||| EgivenFCoherent=0.914569804675 SampleCountF=2.06445798923 CountEF=1.17609125906 MaxLexFgivenE=1.00164723746 MaxLexEgivenF=0.651614937993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend [X,2] ||| is [X,1] thousands [X,2] ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=1.86732573203 MaxLexEgivenF=1.35284984698 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend [X,2] ||| is [X,1] 1.000 [X,2] ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.56441912717 MaxLexEgivenF=3.23651128213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ist [X,1] tausend [X,2] ||| may [X,1] thousand [X,2] ||| EgivenFCoherent=2.06069784035 SampleCountF=2.06445798923 CountEF=0.301029995664 MaxLexFgivenE=2.12644749779 MaxLexEgivenF=2.91718775141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ist [X,2] katzen ||| [X,1] is [X,2] cats ||| EgivenFCoherent=0.91645394855 SampleCountF=1.53147891704 CountEF=0.698970004336 MaxLexFgivenE=0.977309485952 MaxLexEgivenF=0.591676243771 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| ist [X,1] katzen ||| is [X,1] cats ||| EgivenFCoherent=0.91645394855 SampleCountF=1.53147891704 CountEF=0.698970004336 MaxLexFgivenE=0.977309485952 MaxLexEgivenF=0.591676243771 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ist [X,1] katzen [X,2] ||| is [X,1] cats [X,2] ||| EgivenFCoherent=0.91645394855 SampleCountF=1.53147891704 CountEF=0.698970004336 MaxLexFgivenE=0.977309485952 MaxLexEgivenF=0.591676243771 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] ein traum ||| [X,1] a dream ||| EgivenFCoherent=0.673415899864 SampleCountF=2.36548798489 CountEF=1.69897000434 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ein traum ||| [X,1] a dream comes true ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=4.71863107023 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 2-4
+[X] ||| [X,1] ein traum ||| [X,1] a dream come true ||| EgivenFCoherent=1.88649072517 SampleCountF=2.36548798489 CountEF=0.602059991328 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=3.71003089847 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3 2-4
+[X] ||| [X,1] ein traum ||| [X,1] a sleep ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=4.07085756082 MaxLexEgivenF=3.24423228952 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ein traum ||| [X,1] a sky-blue dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.27509379433 MaxLexEgivenF=5.5173368891 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] ein traum ||| [X,1] one dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.79213021047 MaxLexEgivenF=1.91133264813 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ein traum ||| [X,1] one dreams ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=2.69165020246 MaxLexEgivenF=3.04136282033 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ein traum ||| [X,1] are a dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=2.70919653728 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ein traum ||| [X,1] dream of a ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=1.38779150859 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] ein traum [X,2] ||| [X,2] [X,1] a dream ||| EgivenFCoherent=1.88649072517 SampleCountF=2.36548798489 CountEF=0.602059991328 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-3
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] [X,2] a dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] a dream [X,2] ||| EgivenFCoherent=0.783828383275 SampleCountF=2.36548798489 CountEF=1.59106460703 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] a dream come true [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=3.71003089847 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 2-4
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] a sleep [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=4.07085756082 MaxLexEgivenF=3.24423228952 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] one dream [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.79213021047 MaxLexEgivenF=1.91133264813 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] are a dream [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=2.70919653728 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ein traum [X,2] ||| [X,1] dream of a [X,2] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=1.38779150859 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| ein traum ||| an intense ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=3.71561308258 MaxLexEgivenF=3.95410180825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum ||| with unforgettable ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=4.76991995341 MaxLexEgivenF=4.10601132854 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum ||| a very ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=5.36460753644 MaxLexEgivenF=3.06814103046 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum ||| a dream ||| EgivenFCoherent=0.506279483461 SampleCountF=2.36548798489 CountEF=1.86332286012 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ein traum ||| a dream comes true ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=4.71863107023 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 1-3
+[X] ||| ein traum ||| a dream came true ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=4.51451108758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 1-3
+[X] ||| ein traum ||| a dream come true ||| EgivenFCoherent=1.76155198856 SampleCountF=2.36548798489 CountEF=0.698970004336 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=3.71003089847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 1-3
+[X] ||| ein traum ||| a sleep ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=4.07085756082 MaxLexEgivenF=3.24423228952 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum ||| a 9-hole ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=3.07249237621 MaxLexEgivenF=3.54526228518 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum ||| a sky-blue dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.27509379433 MaxLexEgivenF=5.5173368891 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ein traum ||| one dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.79213021047 MaxLexEgivenF=1.91133264813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum ||| one dreams ||| EgivenFCoherent=1.88649072517 SampleCountF=2.36548798489 CountEF=0.602059991328 MaxLexFgivenE=2.69165020246 MaxLexEgivenF=3.04136282033 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ein traum ||| its a dream ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=3.18570717147 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| ein traum ||| dream of a ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=1.38779150859 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| ein traum [X,1] ||| [X,1] a dream ||| EgivenFCoherent=2.06258198423 SampleCountF=2.36548798489 CountEF=0.47712125472 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 1-2
+[X] ||| ein traum [X,1] ||| a dream [X,1] ||| EgivenFCoherent=0.664641975556 SampleCountF=2.36548798489 CountEF=1.7075701761 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=0.690956243381 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ein traum [X,1] ||| a dream came true [X,1] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=4.51451108758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 1-3
+[X] ||| ein traum [X,1] ||| a dream come true [X,1] ||| EgivenFCoherent=2.06258198423 SampleCountF=2.36548798489 CountEF=0.47712125472 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=3.71003089847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 1-3
+[X] ||| ein traum [X,1] ||| a sleep [X,1] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=4.07085756082 MaxLexEgivenF=3.24423228952 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum [X,1] ||| one dream [X,1] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.79213021047 MaxLexEgivenF=1.91133264813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ein traum [X,1] ||| dream of a [X,1] ||| EgivenFCoherent=2.36361197989 SampleCountF=2.36548798489 CountEF=0.301029995664 MaxLexFgivenE=1.5297564708 MaxLexEgivenF=1.38779150859 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| [X,1] ein [X,2] von ||| [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=0.365093888202 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] ein [X,2] von ||| [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.35925950808 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] von ||| [X,1] an [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.64577421836 MaxLexEgivenF=1.38672193177 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] von ||| [X,1] an [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.41880671089 MaxLexEgivenF=1.93601346837 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] von ||| [X,1] a [X,2] of ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=0.676852413042 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] von ||| [X,1] a [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.41673578088 MaxLexEgivenF=1.22614394963 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] von ||| [X,1] a [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48462808613 MaxLexEgivenF=1.29996972611 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ein [X,1] von ||| the [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.35925950808 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von ||| an [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.64577421836 MaxLexEgivenF=1.38672193177 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von ||| an [X,1] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.41880671089 MaxLexEgivenF=1.93601346837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von ||| a [X,1] of ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=0.676852413042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von ||| a [X,1] from ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.41673578088 MaxLexEgivenF=1.22614394963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von ||| a [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48462808613 MaxLexEgivenF=1.29996972611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] von [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.76359077184 MaxLexEgivenF=1.35925950808 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von [X,2] ||| an [X,1] of [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.64577421836 MaxLexEgivenF=1.38672193177 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von [X,2] ||| an [X,1] from [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.41880671089 MaxLexEgivenF=1.93601346837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von [X,2] ||| a [X,1] [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.18323920021 MaxLexEgivenF=0.31175852484 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ein [X,1] von [X,2] ||| a [X,1] of [X,2] ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=1.64370328836 MaxLexEgivenF=0.676852413042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von [X,2] ||| a [X,1] from [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.41673578088 MaxLexEgivenF=1.22614394963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] von [X,2] ||| a [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48462808613 MaxLexEgivenF=1.29996972611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] [X,2] thousands ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.34181663936 MaxLexEgivenF=1.08130493968 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] the [X,2] thousands of ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.34181663936 MaxLexEgivenF=2.77230582476 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] ein [X,2] tausend ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=0.88345944177 MaxLexEgivenF=4.74696407348 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] an [X,2] thousand ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.35832159131 MaxLexEgivenF=1.40169807427 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] a [X,2] of thousand ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.38866382074 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] a [X,2] a thousand ||| EgivenFCoherent=1.54095480893 SampleCountF=2.14612803568 CountEF=0.698970004336 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.00358708037 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] a [X,2] thousand ||| EgivenFCoherent=0.887742295151 SampleCountF=2.14612803568 CountEF=1.27875360095 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=0.691828555534 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] one [X,2] a thousand ||| EgivenFCoherent=1.84198480459 SampleCountF=2.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=2.22396348512 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] one [X,2] thousand ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.61862440097 MaxLexEgivenF=1.91220496028 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] tausend ||| [X,1] one [X,2] thousands ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=2.48430289554 MaxLexEgivenF=2.61343986926 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ein [X,1] tausend ||| [X,1] a thousand ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=0.691828555534 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-1 2-2
+[X] ||| ein [X,1] tausend ||| the [X,1] thousands of ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.34181663936 MaxLexEgivenF=2.77230582476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend ||| ein [X,1] tausend ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=0.88345944177 MaxLexEgivenF=4.74696407348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend ||| an [X,1] a thousand ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.71345659911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend ||| an [X,1] thousand ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.35832159131 MaxLexEgivenF=1.40169807427 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend ||| a [X,1] of thousand ||| EgivenFCoherent=1.66589354553 SampleCountF=2.14612803568 CountEF=0.602059991328 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.38866382074 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| ein [X,1] tausend ||| a [X,1] a thousand ||| EgivenFCoherent=1.44404479592 SampleCountF=2.14612803568 CountEF=0.778151250384 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.00358708037 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend ||| a [X,1] thousand ||| EgivenFCoherent=0.800592119432 SampleCountF=2.14612803568 CountEF=1.36172783602 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=0.691828555534 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend ||| one [X,1] a thousand ||| EgivenFCoherent=1.66589354553 SampleCountF=2.14612803568 CountEF=0.602059991328 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=2.22396348512 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend ||| one [X,1] thousand ||| EgivenFCoherent=1.84198480459 SampleCountF=2.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.61862440097 MaxLexEgivenF=1.91220496028 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend ||| one [X,1] thousands ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=2.48430289554 MaxLexEgivenF=2.61343986926 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend [X,2] ||| [X,1] a thousand [X,2] ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=0.691828555534 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-1 2-2
+[X] ||| ein [X,1] tausend [X,2] ||| the [X,1] thousands of [X,2] ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=3.34181663936 MaxLexEgivenF=2.77230582476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend [X,2] ||| ein [X,1] tausend [X,2] ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=0.88345944177 MaxLexEgivenF=4.74696407348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend [X,2] ||| an [X,1] a thousand [X,2] ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.71345659911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend [X,2] ||| an [X,1] thousand [X,2] ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=1.35832159131 MaxLexEgivenF=1.40169807427 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend [X,2] ||| a [X,1] of thousand [X,2] ||| EgivenFCoherent=1.84198480459 SampleCountF=2.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.38866382074 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| ein [X,1] tausend [X,2] ||| a [X,1] a thousand [X,2] ||| EgivenFCoherent=1.44404479592 SampleCountF=2.14612803568 CountEF=0.778151250384 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=1.00358708037 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend [X,2] ||| a [X,1] thousand [X,2] ||| EgivenFCoherent=0.82079550552 SampleCountF=2.14612803568 CountEF=1.34242268082 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=0.691828555534 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend [X,2] ||| one [X,1] a thousand [X,2] ||| EgivenFCoherent=1.84198480459 SampleCountF=2.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.3562506613 MaxLexEgivenF=2.22396348512 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| ein [X,1] tausend [X,2] ||| one [X,1] thousand [X,2] ||| EgivenFCoherent=1.84198480459 SampleCountF=2.14612803568 CountEF=0.47712125472 MaxLexFgivenE=1.61862440097 MaxLexEgivenF=1.91220496028 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ein [X,1] tausend [X,2] ||| one [X,1] thousands [X,2] ||| EgivenFCoherent=2.14301480025 SampleCountF=2.14612803568 CountEF=0.301029995664 MaxLexFgivenE=2.48430289554 MaxLexEgivenF=2.61343986926 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ein [X,2] katzen ||| [X,1] an [X,2] cats ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=1.3339838398 MaxLexEgivenF=1.34175938004 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ein [X,2] katzen ||| [X,1] a [X,2] cats ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=1.3319129098 MaxLexEgivenF=0.631889861313 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ein [X,1] katzen ||| an [X,1] cats ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=1.3339838398 MaxLexEgivenF=1.34175938004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ein [X,1] katzen ||| a [X,1] cats ||| EgivenFCoherent=0.954242509439 SampleCountF=1.27875360095 CountEF=0.47712125472 MaxLexFgivenE=1.3319129098 MaxLexEgivenF=0.631889861313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] traum von ||| [X,1] dream of ||| EgivenFCoherent=0.485554422257 SampleCountF=2.02118929907 CountEF=1.54406804435 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] traum von ||| [X,1] dream for ||| EgivenFCoherent=1.53991208458 SampleCountF=2.02118929907 CountEF=0.602059991328 MaxLexFgivenE=2.04410312485 MaxLexEgivenF=2.02673378251 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] traum von ||| [X,1] dream come true of ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=3.76336626183 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 2-4
+[X] ||| [X,1] traum von ||| [X,1] dreams of ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] traum von ||| [X,1] striving of ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=3.30687766506 MaxLexEgivenF=3.29756765288 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] traum von ||| of [X,1] dreams ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2
+[X] ||| [X,1] traum von [X,2] ||| [X,2] of [X,1] dreams ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] traum von [X,2] ||| [X,1] dream of [X,2] ||| EgivenFCoherent=0.58566957514 SampleCountF=2.02118929907 CountEF=1.44715803134 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] traum von [X,2] ||| [X,1] dream for [X,2] ||| EgivenFCoherent=1.53991208458 SampleCountF=2.02118929907 CountEF=0.602059991328 MaxLexFgivenE=2.04410312485 MaxLexEgivenF=2.02673378251 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] traum von [X,2] ||| [X,1] dream come true of [X,2] ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=3.76336626183 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 2-4
+[X] ||| [X,1] traum von [X,2] ||| [X,1] dreams of [X,2] ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] traum von [X,2] ||| [X,1] striving of [X,2] ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=3.30687766506 MaxLexEgivenF=3.29756765288 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| traum von ||| dream of ||| EgivenFCoherent=0.437249742682 SampleCountF=2.02118929907 CountEF=1.59106460703 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| traum von ||| dream for ||| EgivenFCoherent=1.53991208458 SampleCountF=2.02118929907 CountEF=0.602059991328 MaxLexFgivenE=2.04410312485 MaxLexEgivenF=2.02673378251 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| traum von ||| dream come true of ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=3.76336626183 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 1-3
+[X] ||| traum von ||| dreams of ||| EgivenFCoherent=1.71600334363 SampleCountF=2.02118929907 CountEF=0.47712125472 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| traum von ||| dreams from ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=2.17711969751 MaxLexEgivenF=2.42361331553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| traum von ||| di ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=4.58211545203 MaxLexEgivenF=2.38840572033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| traum von ||| striving of ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=3.30687766506 MaxLexEgivenF=3.29756765288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| traum von [X,1] ||| of [X,1] dreams ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| traum von [X,1] ||| dream of [X,1] ||| EgivenFCoherent=0.539912084579 SampleCountF=2.02118929907 CountEF=1.49136169383 MaxLexFgivenE=1.504567213 MaxLexEgivenF=0.744291606742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| traum von [X,1] ||| dream for [X,1] ||| EgivenFCoherent=1.53991208458 SampleCountF=2.02118929907 CountEF=0.602059991328 MaxLexFgivenE=2.04410312485 MaxLexEgivenF=2.02673378251 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| traum von [X,1] ||| dream come true of [X,1] ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=1.504567213 MaxLexEgivenF=3.76336626183 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 1-3
+[X] ||| traum von [X,1] ||| dreams of [X,1] ||| EgivenFCoherent=1.71600334363 SampleCountF=2.02118929907 CountEF=0.47712125472 MaxLexFgivenE=2.40408720499 MaxLexEgivenF=1.87432177894 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| traum von [X,1] ||| striving of [X,1] ||| EgivenFCoherent=2.0170333393 SampleCountF=2.02118929907 CountEF=0.301029995664 MaxLexFgivenE=3.30687766506 MaxLexEgivenF=3.29756765288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] traum [X,2] katzen ||| [X,1] dream [X,2] cats ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.19277683443 MaxLexEgivenF=0.699329055012 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| traum [X,1] katzen ||| dream [X,1] cats ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.19277683443 MaxLexEgivenF=0.699329055012 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] von tausend ||| [X,1] of tausend ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] von tausend ||| [X,1] of thousand ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] von tausend ||| [X,1] among a thousand ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=4.44899138116 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] von tausend ||| [X,1] thousands of ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] von tausend [X,2] ||| [X,1] of tausend [X,2] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] von tausend [X,2] ||| [X,1] of thousand [X,2] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] von tausend [X,2] ||| [X,1] thousands of [X,2] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| von tausend ||| of tausend ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von tausend ||| of thousand ||| EgivenFCoherent=0.845098040014 SampleCountF=1.17609125906 CountEF=0.47712125472 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| von tausend ||| in thousand ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=1.8008711213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von tausend ||| among a thousand ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=4.44899138116 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| von tausend ||| thousands of ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| von tausend [X,1] ||| of tausend [X,1] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.22143746306 MaxLexEgivenF=2.55190901265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von tausend [X,1] ||| of thousand [X,1] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.3310614035 MaxLexEgivenF=0.745163918895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von tausend [X,1] ||| in thousand [X,1] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=1.87059731535 MaxLexEgivenF=1.8008711213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| von tausend [X,1] ||| thousands of [X,1] ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.19673989807 MaxLexEgivenF=1.44639882788 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| welche [X,1] von [X,2] ist ||| what [X,1] of [X,2] is ||| EgivenFCoherent=1.22010808804 SampleCountF=1.92427928606 CountEF=0.778151250384 MaxLexFgivenE=2.56584487345 MaxLexEgivenF=1.56331945577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] ist ||| what [X,1] of [X,2] will ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=3.69064513377 MaxLexEgivenF=3.30617560433 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] ist ||| whichever [X,1] of [X,2] is ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.58857603211 MaxLexEgivenF=3.5235523289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] ein ||| what [X,1] of [X,2] a ||| EgivenFCoherent=1.19033169817 SampleCountF=1.50514997832 CountEF=0.47712125472 MaxLexFgivenE=2.92044829729 MaxLexEgivenF=1.60353307331 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] von ||| the [X,1] of [X,2] of ||| EgivenFCoherent=2.03742649794 SampleCountF=2.04139268516 CountEF=0.301029995664 MaxLexFgivenE=5.09936492926 MaxLexEgivenF=1.95908991314 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] von ||| which [X,1] of [X,2] of ||| EgivenFCoherent=2.03742649794 SampleCountF=2.04139268516 CountEF=0.301029995664 MaxLexFgivenE=3.19912023599 MaxLexEgivenF=1.33753213212 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] von ||| which [X,1] from [X,2] of ||| EgivenFCoherent=2.03742649794 SampleCountF=2.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.74518522104 MaxLexEgivenF=1.88682366871 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] von ||| what [X,1] of [X,2] of ||| EgivenFCoherent=1.73639650228 SampleCountF=2.04139268516 CountEF=0.47712125472 MaxLexFgivenE=2.89525903949 MaxLexEgivenF=1.65686843667 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] von [X,2] von ||| what kind of [X,1] from the [X,2] by ||| EgivenFCoherent=2.03742649794 SampleCountF=2.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.44132402454 MaxLexEgivenF=6.8279259503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 4-7
+[X] ||| welche [X,1] ist ein ||| what [X,1] is a ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=2.59103413125 MaxLexEgivenF=1.50998409241 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| welche [X,1] ist ein ||| what [X,1] can a ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=3.66791700177 MaxLexEgivenF=3.10950017494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| welche [X,1] ist ein [X,2] ||| what [X,1] is a [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=2.59103413125 MaxLexEgivenF=1.50998409241 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| welche [X,1] ist [X,2] von ||| which [X,1] is [X,2] of ||| EgivenFCoherent=1.67209785794 SampleCountF=1.68124123738 CountEF=0.301029995664 MaxLexFgivenE=2.86970606995 MaxLexEgivenF=1.24398315121 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| welche [X,1] ein [X,2] von ||| which [X,1] a [X,2] from ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.99734198632 MaxLexEgivenF=1.83348830535 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] ausgabe von [X,2] ist ||| [X,1] online spare [X,2] is ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=5.13269524258 MaxLexEgivenF=6.85687040165 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 4-4
+[X] ||| [X,1] ausgabe von [X,2] ist ||| [X,1] issue of [X,2] is ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=2.16311434363 MaxLexEgivenF=1.3105296736 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| ausgabe von [X,1] ist ||| online spare [X,1] is ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=5.13269524258 MaxLexEgivenF=6.85687040165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 3-3
+[X] ||| ausgabe von [X,1] ist ||| issue of [X,1] is ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=2.16311434363 MaxLexEgivenF=1.3105296736 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] ist ||| edition of [X,1] is ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=2.24784551662 MaxLexEgivenF=1.41581372221 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] ist [X,2] ||| online spare [X,1] is [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=5.13269524258 MaxLexEgivenF=6.85687040165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 3-3
+[X] ||| ausgabe von [X,1] ist [X,2] ||| issue of [X,1] is [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=2.16311434363 MaxLexEgivenF=1.3105296736 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] ist [X,2] ||| edition of [X,1] is [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=2.24784551662 MaxLexEgivenF=1.41581372221 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] ausgabe von [X,2] von ||| [X,1] output of [X,2] of ||| EgivenFCoherent=1.52504480704 SampleCountF=1.83250891271 CountEF=0.47712125472 MaxLexFgivenE=2.57237415434 MaxLexEgivenF=1.55811977282 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ausgabe von [X,2] von ||| [X,1] issue of [X,2] by ||| EgivenFCoherent=1.52504480704 SampleCountF=1.83250891271 CountEF=0.47712125472 MaxLexFgivenE=2.17437810522 MaxLexEgivenF=2.02719596757 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ausgabe von [X,2] von ||| [X,1] issue of [X,2] that the ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.49252850967 MaxLexEgivenF=4.70494575076 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| [X,1] ausgabe von [X,2] von ||| [X,1] edition of [X,2] by ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.25910927822 MaxLexEgivenF=2.13248001618 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ausgabe von [X,2] von ||| [X,1] issues of [X,2] of ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=4.85893846364 MaxLexEgivenF=3.65935115961 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| ausgabe von [X,1] von ||| output of [X,1] of ||| EgivenFCoherent=1.52504480704 SampleCountF=1.83250891271 CountEF=0.47712125472 MaxLexFgivenE=2.57237415434 MaxLexEgivenF=1.55811977282 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von ||| issue of [X,1] by ||| EgivenFCoherent=1.52504480704 SampleCountF=1.83250891271 CountEF=0.47712125472 MaxLexFgivenE=2.17437810522 MaxLexEgivenF=2.02719596757 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von ||| issue of [X,1] that the ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.49252850967 MaxLexEgivenF=4.70494575076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| ausgabe von [X,1] von ||| edition of [X,1] of ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.57725968267 MaxLexEgivenF=1.50936270312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von ||| edition of [X,1] by ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.25910927822 MaxLexEgivenF=2.13248001618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von ||| issues of [X,1] of ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=4.85893846364 MaxLexEgivenF=3.65935115961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von [X,2] ||| output of [X,1] of [X,2] ||| EgivenFCoherent=1.52504480704 SampleCountF=1.83250891271 CountEF=0.47712125472 MaxLexFgivenE=2.57237415434 MaxLexEgivenF=1.55811977282 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von [X,2] ||| issue of [X,1] by [X,2] ||| EgivenFCoherent=1.52504480704 SampleCountF=1.83250891271 CountEF=0.47712125472 MaxLexFgivenE=2.17437810522 MaxLexEgivenF=2.02719596757 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von [X,2] ||| issue of [X,1] that the [X,2] ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.49252850967 MaxLexEgivenF=4.70494575076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| ausgabe von [X,1] von [X,2] ||| edition of [X,1] by [X,2] ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=2.25910927822 MaxLexEgivenF=2.13248001618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe von [X,1] von [X,2] ||| issues of [X,1] of [X,2] ||| EgivenFCoherent=1.8260748027 SampleCountF=1.83250891271 CountEF=0.301029995664 MaxLexFgivenE=4.85893846364 MaxLexEgivenF=3.65935115961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ausgabe [X,1] ist ein ||| issue [X,1] is a ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.18830360143 MaxLexEgivenF=1.25719431024 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ausgabe [X,1] ist ein [X,2] ||| issue [X,1] is a [X,2] ||| EgivenFCoherent=1 SampleCountF=1.04139268516 CountEF=0.301029995664 MaxLexFgivenE=2.18830360143 MaxLexEgivenF=1.25719431024 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ausgabe [X,1] ein [X,2] von ||| issue [X,1] an [X,2] of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.51978869748 MaxLexEgivenF=2.06061280988 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| ausgabe [X,1] ein [X,2] von ||| edition [X,1] a [X,2] of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.60244894047 MaxLexEgivenF=1.45602733976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,2] [X,1] is a ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 3-2 4-3
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] [X,2] is a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 3-2 4-3
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] of [X,2] is an ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.1256170676 MaxLexEgivenF=1.65826683907 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] of [X,2] is a ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] of [X,2] are a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03582359114 MaxLexEgivenF=2.13406027344 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] of [X,2] represents an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.70354829325 MaxLexEgivenF=4.54039944065 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] from [X,2] is the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.0164661136 MaxLexEgivenF=2.18009595197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] from [X,2] is a ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.49768885693 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] by [X,2] is a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.96447093537 MaxLexEgivenF=1.57151463341 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| [X,1] by [X,2] is one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22684467504 MaxLexEgivenF=2.79189103815 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] von [X,2] ist ein ||| in [X,2] [X,1] ) is a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=3.89574159229 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-4 4-5
+[X] ||| von [X,1] ist ein ||| of [X,1] is an ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.1256170676 MaxLexEgivenF=1.65826683907 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| of [X,1] is a ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| of [X,1] are a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03582359114 MaxLexEgivenF=2.13406027344 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| of [X,1] represents an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.70354829325 MaxLexEgivenF=4.54039944065 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| from [X,1] , a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02137889045 MaxLexEgivenF=1.83676756364 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| from [X,1] is the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.0164661136 MaxLexEgivenF=2.18009595197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| from [X,1] is a ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.49768885693 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| from [X,1] is one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15895236979 MaxLexEgivenF=2.71806526168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| from [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02137889045 MaxLexEgivenF=1.22614394963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| von [X,1] ist ein ||| by [X,1] is a ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.96447093537 MaxLexEgivenF=1.57151463341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein ||| by [X,1] is one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22684467504 MaxLexEgivenF=2.79189103815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| [X,1] is a [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 3-2 0-4
+[X] ||| von [X,1] ist ein [X,2] ||| of [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36823388141 MaxLexEgivenF=0.975717502208 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| von [X,1] ist ein [X,2] ||| of [X,1] is an [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.1256170676 MaxLexEgivenF=1.65826683907 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| of [X,1] is a [X,2] ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| of [X,1] are a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03582359114 MaxLexEgivenF=2.13406027344 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| from [X,1] , a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02137889045 MaxLexEgivenF=1.83676756364 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| from [X,1] is the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.0164661136 MaxLexEgivenF=2.18009595197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| from [X,1] is a [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.49768885693 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| from [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02137889045 MaxLexEgivenF=1.22614394963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| von [X,1] ist ein [X,2] ||| by [X,1] is a [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.96447093537 MaxLexEgivenF=1.57151463341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist ein [X,2] ||| by [X,1] is one [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22684467504 MaxLexEgivenF=2.79189103815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ist [X,2] traum ||| from [X,1] is [X,2] dream ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=1.75744255476 MaxLexEgivenF=1.56512805063 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ist [X,2] von ||| von [X,1] ist [X,2] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.788416989014 MaxLexEgivenF=6.30499599778 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ist [X,2] von ||| of [X,1] is [X,2] de ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09835687979 MaxLexEgivenF=3.45070523377 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ist [X,2] von ||| of [X,1] is [X,2] of ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=2.09835687979 MaxLexEgivenF=1.0017326837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ist [X,2] von ||| of [X,1] is [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.64442186484 MaxLexEgivenF=1.55102422029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ist [X,2] von ||| of [X,1] is [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78020647534 MaxLexEgivenF=1.62484999677 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ist [X,2] von ||| from [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76922212517 MaxLexEgivenF=1.279479313 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| von [X,1] ist [X,2] von ||| from [X,1] is [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.64442186484 MaxLexEgivenF=2.10031575689 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] von [X,2] ein traum ||| [X,1] of [X,2] a dream ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| von [X,1] ein traum ||| of [X,1] a dream ||| EgivenFCoherent=0.740362689494 SampleCountF=1.07918124605 CountEF=0.47712125472 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ein traum ||| from [X,1] dream of a ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.1120459786 MaxLexEgivenF=1.97043555638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2 2-4
+[X] ||| von [X,1] ein traum [X,2] ||| of [X,1] a dream [X,2] ||| EgivenFCoherent=0.740362689494 SampleCountF=1.07918124605 CountEF=0.47712125472 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ein traum [X,2] ||| from [X,1] dream of a [X,2] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.1120459786 MaxLexEgivenF=1.97043555638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2 2-4
+[X] ||| von [X,1] ein [X,2] von ||| of [X,1] , an [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45503123364 MaxLexEgivenF=2.36243943398 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| von [X,1] ein [X,2] von ||| of [X,1] an [X,2] of ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.45503123364 MaxLexEgivenF=1.75181581998 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ein [X,2] von ||| of [X,1] an [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13688082919 MaxLexEgivenF=2.37493313304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ein [X,2] von ||| of [X,1] a [X,2] of ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=2.45296030364 MaxLexEgivenF=1.04194630124 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ein [X,2] von ||| of [X,1] a [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.99902528869 MaxLexEgivenF=1.59123783784 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ein [X,2] von ||| of [X,1] a [X,2] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13480989919 MaxLexEgivenF=1.66506361431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ein [X,2] von ||| in [X,1] to a [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45296030364 MaxLexEgivenF=3.10995877471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| von [X,1] ein [X,2] von ||| from [X,1] one [X,2] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26139902836 MaxLexEgivenF=3.36090577917 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| von [X,1] ein [X,2] von ||| by [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25469738267 MaxLexEgivenF=1.35330508947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| von [X,1] ein [X,2] tausend ||| of [X,1] a [X,2] thousand ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.16550767658 MaxLexEgivenF=1.05692244374 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] von [X,2] traum von ||| [X,1] [X,2] dreams of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=3.21334422027 MaxLexEgivenF=1.87432177894 IsSingletonF=1 IsSingletonFE=1 ||| 3-2 4-3
+[X] ||| von [X,1] traum von ||| of [X,1] dream of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.31382422827 MaxLexEgivenF=1.10938549494 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] traum von [X,2] ||| of [X,1] dream of [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=2.31382422827 MaxLexEgivenF=1.10938549494 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] ist ein traum ||| [X,1] is a dream ||| EgivenFCoherent=0.549671921868 SampleCountF=1.60205999133 CountEF=1.07918124605 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=0.96250115068 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] ist ein traum ||| [X,1] is a dream come true ||| EgivenFCoherent=1.29003461136 SampleCountF=1.60205999133 CountEF=0.47712125472 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=3.98157580577 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3 3-4 3-5
+[X] ||| [X,1] ist ein traum [X,2] ||| [X,1] is a dream [X,2] ||| EgivenFCoherent=0.687974620035 SampleCountF=1.60205999133 CountEF=0.954242509439 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=0.96250115068 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] ist ein traum [X,2] ||| [X,1] is a dream come true [X,2] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=3.98157580577 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3 3-4 3-5
+[X] ||| ist ein traum ||| is a dream ||| EgivenFCoherent=0.549671921868 SampleCountF=1.60205999133 CountEF=1.07918124605 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=0.96250115068 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| ist ein traum ||| is a dream come true ||| EgivenFCoherent=1.29003461136 SampleCountF=1.60205999133 CountEF=0.47712125472 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=3.98157580577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 2-3 2-4
+[X] ||| ist ein traum [X,1] ||| is a dream [X,1] ||| EgivenFCoherent=0.687974620035 SampleCountF=1.60205999133 CountEF=0.954242509439 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=0.96250115068 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| ist ein traum [X,1] ||| is a dream come true [X,1] ||| EgivenFCoherent=1.59106460703 SampleCountF=1.60205999133 CountEF=0.301029995664 MaxLexFgivenE=2.00959932003 MaxLexEgivenF=3.98157580577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2 2-3 2-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24343362108 MaxLexEgivenF=1.63080441538 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is an [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.1256170676 MaxLexEgivenF=1.65826683907 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is an [X,2] from ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89864956012 MaxLexEgivenF=2.20755837567 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is from a [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.86278274513 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3 4-5
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is a [X,2] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47572792574 MaxLexEgivenF=2.47173322018 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is a [X,2] of ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is a [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=2.53512679931 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is a [X,2] from ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.49768885693 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] ist ein [X,2] von ||| [X,1] is a [X,2] by ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.96447093537 MaxLexEgivenF=1.57151463341 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| ist ein [X,1] von ||| , is a [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=2.10831247094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| ist ein [X,1] von ||| is the [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.24343362108 MaxLexEgivenF=1.63080441538 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is an [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.1256170676 MaxLexEgivenF=1.65826683907 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is an [X,1] from ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89864956012 MaxLexEgivenF=2.20755837567 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is from a [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.86278274513 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 3-4
+[X] ||| ist ein [X,1] von ||| is a [X,1] von ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47572792574 MaxLexEgivenF=2.47173322018 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is a [X,1] of ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is a [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=2.53512679931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is a [X,1] from ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.49768885693 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von ||| is a [X,1] by ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.96447093537 MaxLexEgivenF=1.57151463341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| , a [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78788230977 MaxLexEgivenF=0.922382138847 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ist ein [X,1] von [X,2] ||| is an [X,1] of [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.1256170676 MaxLexEgivenF=1.65826683907 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| is an [X,1] from [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89864956012 MaxLexEgivenF=2.20755837567 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| is from a [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.86278274513 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 3-4
+[X] ||| ist ein [X,1] von [X,2] ||| is a [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=0.58330343214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ist ein [X,1] von [X,2] ||| is a [X,1] von [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47572792574 MaxLexEgivenF=2.47173322018 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| is a [X,1] of [X,2] ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=2.12354613759 MaxLexEgivenF=0.948397320341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| is a [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66308204944 MaxLexEgivenF=2.53512679931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| is a [X,1] from [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.89657863012 MaxLexEgivenF=1.49768885693 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| ist ein [X,1] von [X,2] ||| is a [X,1] by [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.96447093537 MaxLexEgivenF=1.57151463341 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] ist ein [X,2] tausend ||| [X,1] is a [X,2] a thousand ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.83609351054 MaxLexEgivenF=1.27513198767 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| ist ein [X,1] tausend ||| is a [X,1] a thousand ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.83609351054 MaxLexEgivenF=1.27513198767 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist ein [X,1] tausend [X,2] ||| is a [X,1] a thousand [X,2] ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.83609351054 MaxLexEgivenF=1.27513198767 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| ist [X,1] von [X,2] katzen ||| is [X,1] of [X,2] cats ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=1.78656650123 MaxLexEgivenF=0.956770131973 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] ein traum von ||| [X,1] a dream of ||| EgivenFCoherent=0.47712125472 SampleCountF=1 CountEF=0.602059991328 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] ein traum von [X,2] ||| [X,1] a dream of [X,2] ||| EgivenFCoherent=0.47712125472 SampleCountF=1 CountEF=0.602059991328 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| ein traum von ||| a dream of ||| EgivenFCoherent=0.255272505103 SampleCountF=1 CountEF=0.778151250384 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| ein traum von [X,1] ||| a dream of [X,1] ||| EgivenFCoherent=0.255272505103 SampleCountF=1 CountEF=0.778151250384 MaxLexFgivenE=2.33901348608 MaxLexEgivenF=1.05605013158 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| ein traum [X,1] katzen ||| a dream [X,1] cats ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=2.02722310751 MaxLexEgivenF=1.01108757985 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] ein [X,2] von tausend ||| [X,1] ein [X,2] of tausend ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.69271645705 MaxLexEgivenF=5.11205796168 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] ein [X,2] von tausend ||| [X,1] one [X,2] among a thousand ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.70504358843 MaxLexEgivenF=5.40528636604 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| ein [X,1] von tausend ||| ein [X,1] of tausend ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.69271645705 MaxLexEgivenF=5.11205796168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| ein [X,1] von tausend ||| one [X,1] among a thousand ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.70504358843 MaxLexEgivenF=5.40528636604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| ein [X,1] von tausend [X,2] ||| ein [X,1] of tausend [X,2] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=1.69271645705 MaxLexEgivenF=5.11205796168 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| von [X,1] ein traum von ||| of [X,1] a dream of ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.14827050135 MaxLexEgivenF=1.42114401978 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3 4-4
diff --git a/example_free917/grammar/grammar.5 b/example_free917/grammar/grammar.5
new file mode 100644
index 0000000..2fe99de
--- /dev/null
+++ b/example_free917/grammar/grammar.5
@@ -0,0 +1,1399 @@
+[X] ||| [X,1] wie ||| [X,1] wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] as ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] how ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] like ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such as ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie ||| [X,1] however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie ||| how [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie [X,2] ||| [X,1] wie [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-3
+[X] ||| [X,1] wie [X,2] ||| [X,1] as for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] like [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] such as [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| wie ||| and ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| as ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| what ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2189806527 MaxLexEgivenF=2.55593279611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| how ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| like ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| such as ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie ||| including ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| practically ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| just ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| look like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=4.31044308413 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| wie [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] as ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-2
+[X] ||| wie [X,1] ||| as to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.55648031348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| how [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| like [X,1] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| such as [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| including [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| practically [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] viele ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48119192305 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] the many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] a range ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=3.87378310003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] a lot ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67506238525 MaxLexEgivenF=3.1098769553 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] are many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.3966214641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele ||| [X,1] many ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] lots of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] some of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=4.13821461053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] viele ||| [X,1] much ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=1.88337619277 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] viele ||| many [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] viele [X,2] ||| [X,2] [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] [X,2] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] the many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] a lot of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=3.25209128813 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] are many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.3966214641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] many [X,2] ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] many of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.07521643541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] numerous [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] lots of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] some [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] much of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=2.58021145798 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| many [X,2] [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] viele [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| viele ||| of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.23098557295 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=3.48119192305 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| the many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.70618632111 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| a ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| a range ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=3.87378310003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| a lot ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele ||| a number ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8728558153 MaxLexEgivenF=2.91633545072 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| a wide ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41818072095 MaxLexEgivenF=3.78663292432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67506238525 MaxLexEgivenF=3.1098769553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.51277513079 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51669989616 MaxLexEgivenF=2.55172244967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| many ||| EgivenFCoherent=0.334106454466 SampleCountF=2.47856649559 CountEF=2.14612803568 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| many a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31548961209 MaxLexEgivenF=1.9304577529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| several ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86408650037 MaxLexEgivenF=2.06545781551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| lots ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=1.93490070195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| lots of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele ||| some ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| some of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=4.13821461053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| viele ||| much ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=1.88337619277 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| too ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=3.09348653911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| enjoy ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98882640705 MaxLexEgivenF=3.92279031194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| viele [X,1] ||| of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.23098557295 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| the many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| a lot [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a lot of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=3.25209128813 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a number of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8728558153 MaxLexEgivenF=3.61317071593 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a wide [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41818072095 MaxLexEgivenF=3.78663292432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51669989616 MaxLexEgivenF=2.55172244967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| many [X,1] ||| EgivenFCoherent=0.45593195565 SampleCountF=2.47856649559 CountEF=2.02530586526 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| many of [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.07521643541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| many of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.41988027149 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| many a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| most of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31548961209 MaxLexEgivenF=2.62729301811 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| several [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86408650037 MaxLexEgivenF=2.06545781551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| numerous [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| lots of [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| much of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=2.58021145798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| too [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=3.09348653911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| enjoy [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98882640705 MaxLexEgivenF=3.92279031194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] menschen ||| [X,1] man ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.14174161982 MaxLexEgivenF=1.4664687675 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] of people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.11259101895 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] menschen ||| [X,1] users ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21298618474 MaxLexEgivenF=3.32680677407 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] others ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10502050777 MaxLexEgivenF=2.38728752145 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] human ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13301705856 MaxLexEgivenF=1.45348617225 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] human being ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13301705856 MaxLexEgivenF=3.71583495709 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] menschen ||| [X,1] human beings ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.664572976949 MaxLexEgivenF=3.44183645272 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] menschen ||| [X,1] people ||| EgivenFCoherent=0.713693261157 SampleCountF=2.47856649559 CountEF=1.77085201164 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] people who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.75311271014 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] menschen ||| [X,1] people have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.77877470046 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] menschen ||| [X,1] crowds ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2749271931 MaxLexEgivenF=3.84968551935 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] persons ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.70992576142 MaxLexEgivenF=2.19008620691 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] men ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.15821963749 MaxLexEgivenF=1.58723442962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] author ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00173371281 MaxLexEgivenF=3.62783676973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] humans ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.452206747833 MaxLexEgivenF=1.5770704585 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] individual ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51551509368 MaxLexEgivenF=2.64556553669 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] humanity ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54002493231 MaxLexEgivenF=2.75860505 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] person ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.67522825359 MaxLexEgivenF=1.84968551935 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen ||| [X,1] mankind ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.951242930299 MaxLexEgivenF=2.27372833059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen ||| people [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] menschen [X,2] ||| [X,2] [X,1] people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] [X,2] people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] [X,2] people &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.82874867543 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] menschen [X,2] ||| [X,1] man [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14174161982 MaxLexEgivenF=1.4664687675 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] man , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14174161982 MaxLexEgivenF=2.0770923815 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] of people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.11259101895 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] users [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21298618474 MaxLexEgivenF=3.32680677407 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] others [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10502050777 MaxLexEgivenF=2.38728752145 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] human being [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13301705856 MaxLexEgivenF=3.71583495709 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] human beings [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.664572976949 MaxLexEgivenF=3.44183645272 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] people [X,2] ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] people , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.02637936775 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] people of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.11259101895 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] people who [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.75311271014 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] people have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.77877470046 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] menschen [X,2] ||| [X,1] persons [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.70992576142 MaxLexEgivenF=2.19008620691 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] men [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.15821963749 MaxLexEgivenF=1.58723442962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] author [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00173371281 MaxLexEgivenF=3.62783676973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] individual [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51551509368 MaxLexEgivenF=2.64556553669 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] humanity [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54002493231 MaxLexEgivenF=2.75860505 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] menschen [X,2] ||| [X,1] person [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.67522825359 MaxLexEgivenF=1.84968551935 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| menschen ||| man ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.14174161982 MaxLexEgivenF=1.4664687675 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| ” ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32754468909 MaxLexEgivenF=2.98438409325 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| he ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.69672518337 MaxLexEgivenF=3.07153426897 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12637851215 MaxLexEgivenF=1.85405032475 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1902579577 MaxLexEgivenF=2.04805317312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| users ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21298618474 MaxLexEgivenF=3.32680677407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| others ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10502050777 MaxLexEgivenF=2.38728752145 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| across ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.22193559983 MaxLexEgivenF=3.54865552368 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| real people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=3.78832001837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen ||| human ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.13301705856 MaxLexEgivenF=1.45348617225 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| human being ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13301705856 MaxLexEgivenF=3.71583495709 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| menschen ||| human beings ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.664572976949 MaxLexEgivenF=3.44183645272 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| menschen ||| people ||| EgivenFCoherent=0.50399340112 SampleCountF=2.47856649559 CountEF=1.97772360529 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| people who ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.75311271014 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| menschen ||| people &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.82874867543 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen ||| people are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.26980607849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen ||| people both ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=4.74256252781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen ||| people have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.77877470046 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen ||| crowds ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2749271931 MaxLexEgivenF=3.84968551935 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| &#93; ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.90690288787 MaxLexEgivenF=3.04471452535 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| persons ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.70992576142 MaxLexEgivenF=2.19008620691 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| men ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.15821963749 MaxLexEgivenF=1.58723442962 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| author ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00173371281 MaxLexEgivenF=3.62783676973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| humans ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.452206747833 MaxLexEgivenF=1.5770704585 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| individual ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51551509368 MaxLexEgivenF=2.64556553669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| humanity ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54002493231 MaxLexEgivenF=2.75860505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| person ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.67522825359 MaxLexEgivenF=1.84968551935 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen ||| mankind ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.951242930299 MaxLexEgivenF=2.27372833059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen ||| woman ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72754125703 MaxLexEgivenF=3.54865552368 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| [X,1] people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| menschen [X,1] ||| [X,1] people &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.82874867543 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| menschen [X,1] ||| man [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.14174161982 MaxLexEgivenF=1.4664687675 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen [X,1] ||| man , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14174161982 MaxLexEgivenF=2.0770923815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| those [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1902579577 MaxLexEgivenF=2.04805317312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| users [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21298618474 MaxLexEgivenF=3.32680677407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| others [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10502050777 MaxLexEgivenF=2.38728752145 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| real people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=3.78832001837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen [X,1] ||| human being [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.13301705856 MaxLexEgivenF=3.71583495709 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| menschen [X,1] ||| human beings [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.664572976949 MaxLexEgivenF=3.44183645272 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| menschen [X,1] ||| people [X,1] ||| EgivenFCoherent=0.795880017344 SampleCountF=2.47856649559 CountEF=1.69019608003 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen [X,1] ||| people , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.02637936775 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| people of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.11259101895 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen [X,1] ||| people who [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=1.75311271014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen [X,1] ||| people both [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=4.74256252781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen [X,1] ||| people have [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.807865665687 MaxLexEgivenF=2.77877470046 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| menschen [X,1] ||| persons [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.70992576142 MaxLexEgivenF=2.19008620691 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen [X,1] ||| men [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.15821963749 MaxLexEgivenF=1.58723442962 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen [X,1] ||| author [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00173371281 MaxLexEgivenF=3.62783676973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| humans [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.452206747833 MaxLexEgivenF=1.5770704585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| individual [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51551509368 MaxLexEgivenF=2.64556553669 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| humanity [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54002493231 MaxLexEgivenF=2.75860505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| menschen [X,1] ||| person [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.67522825359 MaxLexEgivenF=1.84968551935 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] haben ||| [X,1] haben ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.512020817692 MaxLexEgivenF=2.64669410282 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben ||| [X,1] you are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=2.91306389836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] haben ||| [X,1] are ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=1.3416613647 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] haben ||| [X,1] have ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] haben ||| [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27288292221 MaxLexEgivenF=1.95529604963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben ||| [X,1] now have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=3.52195853973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] haben ||| [X,1] please ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11735830072 MaxLexEgivenF=2.45137540074 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben ||| [X,1] didn ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01475787312 MaxLexEgivenF=3.36954254474 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben ||| [X,1] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35456459304 MaxLexEgivenF=2.12921038943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben ||| have [X,1] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] haben [X,2] ||| [X,2] [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] haben [X,2] ||| [X,2] have [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] [X,2] have ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] haben [X,2] ||| [X,1] , [X,2] have ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=1.07340963091 IsSingletonF=0 IsSingletonFE=0 ||| 1-3
+[X] ||| [X,1] haben [X,2] ||| [X,1] , [X,2] will have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=2.86541042533 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3 1-4
+[X] ||| [X,1] haben [X,2] ||| [X,1] haben [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.512020817692 MaxLexEgivenF=2.64669410282 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] that [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=2.78408316528 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] haben [X,2] ||| [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=1.3416613647 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] are the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=2.68632520078 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] have [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27288292221 MaxLexEgivenF=1.95529604963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] now have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=3.52195853973 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] haben [X,2] ||| [X,1] please [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11735830072 MaxLexEgivenF=2.45137540074 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] didn [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01475787312 MaxLexEgivenF=3.36954254474 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| [X,1] did [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35456459304 MaxLexEgivenF=2.12921038943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] haben [X,2] ||| have [X,1] [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| haben ||| , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.5380415731 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| haben ||| haben ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.512020817692 MaxLexEgivenF=2.64669410282 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5380415731 MaxLexEgivenF=2.32129714838 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12799255268 MaxLexEgivenF=2.28566617748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5380415731 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| you are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=2.91306389836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| haben ||| are ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=1.3416613647 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| haben ||| we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73034295011 MaxLexEgivenF=1.37976395783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| have ||| EgivenFCoherent=0.558043162344 SampleCountF=2.47856649559 CountEF=1.92427928606 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| haben ||| will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07595390667 MaxLexEgivenF=1.79200079442 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38088508899 MaxLexEgivenF=2.52444450472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27288292221 MaxLexEgivenF=1.95529604963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| haben ||| do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.67978815959 MaxLexEgivenF=1.8718318453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| issue ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50089805417 MaxLexEgivenF=3.80185145504 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| credit ( accounting ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5380415731 MaxLexEgivenF=12.1850551528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3
+[X] ||| haben ||| now have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=3.52195853973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| haben ||| mind ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15470286272 MaxLexEgivenF=3.35105913904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| please ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11735830072 MaxLexEgivenF=2.45137540074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| us ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1005547894 MaxLexEgivenF=2.3290089983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| didn ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01475787312 MaxLexEgivenF=3.36954254474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben ||| did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35456459304 MaxLexEgivenF=2.12921038943 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| [X,1] have ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| haben [X,1] ||| [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27288292221 MaxLexEgivenF=1.95529604963 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| haben [X,1] ||| , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5380415731 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| , [X,1] will have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=2.86541042533 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3
+[X] ||| haben [X,1] ||| haben [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.512020817692 MaxLexEgivenF=2.64669410282 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| are [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=1.3416613647 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| haben [X,1] ||| are the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90849594975 MaxLexEgivenF=2.68632520078 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| have [X,1] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| haben [X,1] ||| can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27288292221 MaxLexEgivenF=1.95529604963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| issue [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50089805417 MaxLexEgivenF=3.80185145504 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| now have [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.722065370081 MaxLexEgivenF=3.52195853973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| haben [X,1] ||| please [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11735830072 MaxLexEgivenF=2.45137540074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| didn [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01475787312 MaxLexEgivenF=3.36954254474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] ||| did [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.35456459304 MaxLexEgivenF=2.12921038943 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] das ||| [X,1] , to which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26432500458 MaxLexEgivenF=3.33189820027 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] das ||| [X,1] das ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.405749710301 MaxLexEgivenF=2.45443605727 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] the ||| EgivenFCoherent=0.823908740944 SampleCountF=2.47856649559 CountEF=1.66275783168 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] at this time the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=8.7349676361 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-4
+[X] ||| [X,1] das ||| [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26432500458 MaxLexEgivenF=1.7089693152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] that ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34709961603 MaxLexEgivenF=1.43783652182 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62805594596 MaxLexEgivenF=2.26483934961 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] trading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53917264086 MaxLexEgivenF=4.63803437278 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70594374401 MaxLexEgivenF=2.10635898684 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] things ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36573515441 MaxLexEgivenF=4.02770185548 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| [X,1] crystal ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82073869415 MaxLexEgivenF=4.23346378521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das ||| the [X,1] opening ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=4.15426780042 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2
+[X] ||| [X,1] das [X,2] ||| [X,1] , to which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26432500458 MaxLexEgivenF=3.33189820027 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] das [X,2] ||| [X,1] das [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.405749710301 MaxLexEgivenF=2.45443605727 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] das [X,2] ||| [X,1] at this time the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=8.7349676361 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-4
+[X] ||| [X,1] das [X,2] ||| [X,1] that [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34709961603 MaxLexEgivenF=1.43783652182 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] das [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das [X,2] ||| [X,1] its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62805594596 MaxLexEgivenF=2.26483934961 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das [X,2] ||| [X,1] crystal [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82073869415 MaxLexEgivenF=4.23346378521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] das [X,2] ||| the [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] das [X,2] ||| the [X,1] opening [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=4.15426780042 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2
+[X] ||| das ||| das ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.405749710301 MaxLexEgivenF=2.45443605727 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.39957149708 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| the ||| EgivenFCoherent=0.397940008672 SampleCountF=2.47856649559 CountEF=2.08278537032 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75749484388 MaxLexEgivenF=2.16923275939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| at this time the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=8.7349676361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-3
+[X] ||| das ||| it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.4493543335 MaxLexEgivenF=1.66937185239 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| which ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.26432500458 MaxLexEgivenF=1.7089693152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| that ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.34709961603 MaxLexEgivenF=1.43783652182 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74027867857 MaxLexEgivenF=2.27369989316 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| a ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| a product ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=5.08801191604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| das ||| you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22271647115 MaxLexEgivenF=2.28689243753 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| this ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.10691061467 MaxLexEgivenF=1.36906059 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93186091655 MaxLexEgivenF=2.30095927293 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| its ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.62805594596 MaxLexEgivenF=2.26483934961 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| trading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53917264086 MaxLexEgivenF=4.63803437278 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| our ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.70594374401 MaxLexEgivenF=2.10635898684 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das ||| things ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36573515441 MaxLexEgivenF=4.02770185548 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| international ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10283003704 MaxLexEgivenF=4.60584968941 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| crystal ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82073869415 MaxLexEgivenF=4.23346378521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das ||| since ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60408928034 MaxLexEgivenF=3.85435063379 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| das [X,1] ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| das [X,1] ||| das [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.405749710301 MaxLexEgivenF=2.45443605727 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| the [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das [X,1] ||| at this time the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06884158966 MaxLexEgivenF=8.7349676361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-3
+[X] ||| das [X,1] ||| it [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4493543335 MaxLexEgivenF=1.66937185239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| which [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.26432500458 MaxLexEgivenF=1.7089693152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das [X,1] ||| that [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.34709961603 MaxLexEgivenF=1.43783652182 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das [X,1] ||| &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74027867857 MaxLexEgivenF=2.27369989316 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| a [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das [X,1] ||| a product [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6608444046 MaxLexEgivenF=5.08801191604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| das [X,1] ||| you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22271647115 MaxLexEgivenF=2.28689243753 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| this [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.10691061467 MaxLexEgivenF=1.36906059 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| das [X,1] ||| its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62805594596 MaxLexEgivenF=2.26483934961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| our [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70594374401 MaxLexEgivenF=2.10635898684 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| international [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10283003704 MaxLexEgivenF=4.60584968941 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] ||| crystal [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82073869415 MaxLexEgivenF=4.23346378521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] sinken ||| [X,1] to decrease ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=2.43238802481 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] sinken ||| [X,1] are going lower and lower ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=9.27612518611 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-5
+[X] ||| [X,1] sinken ||| [X,1] put the matter to the test ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.80160948803 MaxLexEgivenF=11.3037112614 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3 1-4 1-6
+[X] ||| [X,1] sinken ||| [X,1] sinken ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] decrease ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] decline ||| EgivenFCoherent=1.59842570667 SampleCountF=2.37839790095 CountEF=0.845098040014 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] dropping ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.07188200731 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] reduced ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.00785441876 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] goes down ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.75143308182 MaxLexEgivenF=4.76702221645 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sinken ||| [X,1] sink ||| EgivenFCoherent=1.53147891704 SampleCountF=2.37839790095 CountEF=0.903089986992 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] go down ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.95363890339 MaxLexEgivenF=4.46599222078 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sinken ||| [X,1] fall ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=2.44416494932 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] drop ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=1.45484486001 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] sinking ||| EgivenFCoherent=1.89945570234 SampleCountF=2.37839790095 CountEF=0.602059991328 MaxLexFgivenE=1.73037846859 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken ||| [X,1] reduce ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.07927171464 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sinken ||| decrease [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sinken ||| decline [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sinken ||| sink [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sinken ||| lower [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sinken [X,2] ||| [X,1] [X,2] decline ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] sinken [X,2] ||| [X,1] [X,2] drop as low ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=5.55623372819 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 1-4
+[X] ||| [X,1] sinken [X,2] ||| [X,1] to decrease [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=2.43238802481 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] sinken [X,2] ||| [X,1] are going lower and lower [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=9.27612518611 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-5
+[X] ||| [X,1] sinken [X,2] ||| [X,1] put the matter to the test [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.80160948803 MaxLexEgivenF=11.3037112614 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3 1-4 1-6
+[X] ||| [X,1] sinken [X,2] ||| [X,1] sinken [X,2] ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| [X,1] decrease [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| [X,1] decline [X,2] ||| EgivenFCoherent=1.77451696573 SampleCountF=2.37839790095 CountEF=0.698970004336 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| [X,1] goes down [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.75143308182 MaxLexEgivenF=4.76702221645 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sinken [X,2] ||| [X,1] sink [X,2] ||| EgivenFCoherent=1.59842570667 SampleCountF=2.37839790095 CountEF=0.845098040014 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| [X,1] go down [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.95363890339 MaxLexEgivenF=4.46599222078 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sinken [X,2] ||| [X,1] fall [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.44416494932 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| [X,1] drop [X,2] ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=1.45484486001 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| [X,1] sinking [X,2] ||| EgivenFCoherent=1.89945570234 SampleCountF=2.37839790095 CountEF=0.602059991328 MaxLexFgivenE=1.73037846859 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sinken [X,2] ||| decline [X,1] [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sinken [X,2] ||| sink [X,1] [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sinken [X,2] ||| lower [X,1] [X,2] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| sinken ||| to fall ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.44416494932 MaxLexEgivenF=2.43238802481 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sinken ||| are going lower and lower ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=9.27612518611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-4
+[X] ||| sinken ||| mark ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.74004672405 MaxLexEgivenF=2.53402610606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| put the matter to the test ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.80160948803 MaxLexEgivenF=11.3037112614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-5
+[X] ||| sinken ||| cost ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.70701631049 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| sinken ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| stones ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.25647720624 MaxLexEgivenF=2.53402610606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| decrease ||| EgivenFCoherent=1.67760695272 SampleCountF=2.37839790095 CountEF=0.778151250384 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| decline ||| EgivenFCoherent=1.29739571101 SampleCountF=2.37839790095 CountEF=1.11394335231 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| dropping ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.07188200731 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| reduced ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=3.00785441876 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| increases ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.18326984368 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| goes down ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.75143308182 MaxLexEgivenF=4.76702221645 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sinken ||| sink ||| EgivenFCoherent=1.37657695706 SampleCountF=2.37839790095 CountEF=1.04139268516 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| go down ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.95363890339 MaxLexEgivenF=4.46599222078 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sinken ||| fall ||| EgivenFCoherent=1.77451696573 SampleCountF=2.37839790095 CountEF=0.698970004336 MaxLexFgivenE=2.44416494932 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| drop ||| EgivenFCoherent=1.77451696573 SampleCountF=2.37839790095 CountEF=0.698970004336 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=1.45484486001 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| drop as low ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=5.55623372819 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| sinken ||| lower ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| falling ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.78211414748 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| sinking ||| EgivenFCoherent=1.77451696573 SampleCountF=2.37839790095 CountEF=0.698970004336 MaxLexFgivenE=1.73037846859 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken ||| reduce ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.07927171464 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken ||| decreasing ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.02118929907 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken [X,1] ||| [X,1] decline ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| sinken [X,1] ||| [X,1] sink ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| sinken [X,1] ||| [X,1] drop ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=1.45484486001 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| sinken [X,1] ||| [X,1] drop as low ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=5.55623372819 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 0-3
+[X] ||| sinken [X,1] ||| are going lower and lower [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.22865695811 MaxLexEgivenF=9.27612518611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-4
+[X] ||| sinken [X,1] ||| put the matter to the test [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.80160948803 MaxLexEgivenF=11.3037112614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-5
+[X] ||| sinken [X,1] ||| sinken [X,1] ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken [X,1] ||| decrease [X,1] ||| EgivenFCoherent=1.89945570234 SampleCountF=2.37839790095 CountEF=0.602059991328 MaxLexFgivenE=1.94410287809 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken [X,1] ||| decline [X,1] ||| EgivenFCoherent=1.77451696573 SampleCountF=2.37839790095 CountEF=0.698970004336 MaxLexFgivenE=1.89172325211 MaxLexEgivenF=1.357934847 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken [X,1] ||| goes down [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.75143308182 MaxLexEgivenF=4.76702221645 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sinken [X,1] ||| sink [X,1] ||| EgivenFCoherent=1.59842570667 SampleCountF=2.37839790095 CountEF=0.845098040014 MaxLexFgivenE=1.60433975762 MaxLexEgivenF=1.2552725051 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken [X,1] ||| go down [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=3.95363890339 MaxLexEgivenF=4.46599222078 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sinken [X,1] ||| fall [X,1] ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=2.44416494932 MaxLexEgivenF=1.42008275375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken [X,1] ||| drop [X,1] ||| EgivenFCoherent=2.07554696139 SampleCountF=2.37839790095 CountEF=0.47712125472 MaxLexFgivenE=2.36141301579 MaxLexEgivenF=1.45484486001 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sinken [X,1] ||| falling [X,1] ||| EgivenFCoherent=2.37657695706 SampleCountF=2.37839790095 CountEF=0.301029995664 MaxLexFgivenE=2.78211414748 MaxLexEgivenF=2.23299611039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sinken [X,1] ||| sinking [X,1] ||| EgivenFCoherent=1.77451696573 SampleCountF=2.37839790095 CountEF=0.698970004336 MaxLexFgivenE=1.73037846859 MaxLexEgivenF=1.93196611473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| [X,1] der ||| [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of the ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] the ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] to the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] der [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| der ||| der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| der ( sumer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=9.74601791977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| der ||| of ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| of the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der ||| of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| the ||| EgivenFCoherent=0.431798275933 SampleCountF=2.47856649559 CountEF=2.04921802267 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=4.3949981849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| der [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| of [X,1] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| of the [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| the [X,1] ||| EgivenFCoherent=0.651046452019 SampleCountF=2.47856649559 CountEF=1.83250891271 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] überlebt ||| [X,1] and survived ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=1.76863479125 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] überlebt ||| [X,1] can survive ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.43069727837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] überlebt ||| [X,1] survive ||| EgivenFCoherent=2.07003786661 SampleCountF=2.37291200297 CountEF=0.47712125472 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] überlebt ||| [X,1] survives ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.40654018043 MaxLexEgivenF=1.69019608003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt ||| [X,1] survived ||| EgivenFCoherent=1.32967517711 SampleCountF=2.37291200297 CountEF=1.07918124605 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] überlebt ||| [X,1] alive ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=2.90794852161 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt ||| [X,1] still ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.82991457238 MaxLexEgivenF=1.99122607569 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt ||| that [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.54729746698 MaxLexEgivenF=1.47934271471 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] überlebt ||| survive [X,1] ||| EgivenFCoherent=1.89394660755 SampleCountF=2.37291200297 CountEF=0.602059991328 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] überlebt ||| survived [X,1] ||| EgivenFCoherent=1.11579535717 SampleCountF=2.37291200297 CountEF=1.27875360095 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] überlebt ||| outlived [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.43136376416 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] überlebt ||| somehow survived [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=3.4157201224 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,2] survived [X,1] ||| EgivenFCoherent=1.46797787528 SampleCountF=2.37291200297 CountEF=0.954242509439 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,2] outlived [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.43136376416 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,2] somehow survived [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=3.4157201224 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] [X,2] been preserved ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.36285930296 MaxLexEgivenF=4.58451214271 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] [X,2] survive ||| EgivenFCoherent=2.07003786661 SampleCountF=2.37291200297 CountEF=0.47712125472 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] [X,2] survived ||| EgivenFCoherent=1.89394660755 SampleCountF=2.37291200297 CountEF=0.602059991328 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] can survive [X,2] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.43069727837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] survive [X,2] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] survives [X,2] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.40654018043 MaxLexEgivenF=1.69019608003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] survived [X,2] ||| EgivenFCoherent=1.52596982226 SampleCountF=2.37291200297 CountEF=0.903089986992 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] alive [X,2] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=2.90794852161 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| [X,1] still [X,2] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.82991457238 MaxLexEgivenF=1.99122607569 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] überlebt [X,2] ||| survive [X,1] [X,2] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] überlebt [X,2] ||| survived [X,1] [X,2] ||| EgivenFCoherent=1.67209785794 SampleCountF=2.37291200297 CountEF=0.778151250384 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| überlebt ||| was ||| EgivenFCoherent=1.89394660755 SampleCountF=2.37291200297 CountEF=0.602059991328 MaxLexFgivenE=3.88413237504 MaxLexEgivenF=1.1161648123 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| überlebt ||| was seen ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.48010280312 MaxLexEgivenF=3.2323296246 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt ||| that ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.54729746698 MaxLexEgivenF=1.47934271471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| more ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.53516748511 MaxLexEgivenF=2.1161648123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| he ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.87281644243 MaxLexEgivenF=1.51410482097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| if ||| EgivenFCoherent=1.89394660755 SampleCountF=2.37291200297 CountEF=0.602059991328 MaxLexFgivenE=4.280987889 MaxLexEgivenF=1.81513481664 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| überlebt ||| won ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.45596090765 MaxLexEgivenF=2.1161648123 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| been ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.28668096935 MaxLexEgivenF=1.99122607569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| been preserved ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.36285930296 MaxLexEgivenF=4.58451214271 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt ||| can survive ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.43069727837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt ||| first ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.19031068341 MaxLexEgivenF=1.99122607569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| survive ||| EgivenFCoherent=1.29188661622 SampleCountF=2.37291200297 CountEF=1.11394335231 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| überlebt ||| survive them ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.20884852875 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt ||| survives ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.40654018043 MaxLexEgivenF=1.69019608003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| problems ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.04715800113 MaxLexEgivenF=2.59328606702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| them ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.04049948953 MaxLexEgivenF=1.89431606268 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| survived ||| EgivenFCoherent=0.769007870944 SampleCountF=2.37291200297 CountEF=1.61278385672 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| überlebt ||| alive ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=2.90794852161 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| outlived ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.43136376416 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| somehow survived ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=3.4157201224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt ||| further ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.98875955994 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| developed ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=4.13621306551 MaxLexEgivenF=2.59328606702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt ||| still ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.82991457238 MaxLexEgivenF=1.99122607569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt [X,1] ||| [X,1] been preserved ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.36285930296 MaxLexEgivenF=4.58451214271 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| überlebt [X,1] ||| [X,1] survive ||| EgivenFCoherent=2.07003786661 SampleCountF=2.37291200297 CountEF=0.47712125472 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| überlebt [X,1] ||| [X,1] survived ||| EgivenFCoherent=1.25712450996 SampleCountF=2.37291200297 CountEF=1.14612803568 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| überlebt [X,1] ||| [X,1] outlived ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.43136376416 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| überlebt [X,1] ||| [X,1] somehow survived ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=3.4157201224 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| überlebt [X,1] ||| if [X,1] survive ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.1296672827 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| überlebt [X,1] ||| can survive [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.43069727837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt [X,1] ||| survive [X,1] ||| EgivenFCoherent=2.07003786661 SampleCountF=2.37291200297 CountEF=0.47712125472 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| überlebt [X,1] ||| survive them [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.73827973835 MaxLexEgivenF=3.20884852875 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| überlebt [X,1] ||| survives [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=1.40654018043 MaxLexEgivenF=1.69019608003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt [X,1] ||| survived [X,1] ||| EgivenFCoherent=1.46797787528 SampleCountF=2.37291200297 CountEF=0.954242509439 MaxLexFgivenE=1.17115604138 MaxLexEgivenF=0.822434055378 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| überlebt [X,1] ||| alive [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=2.90794852161 MaxLexEgivenF=2.29225607136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| überlebt [X,1] ||| still [X,1] ||| EgivenFCoherent=2.37106786227 SampleCountF=2.37291200297 CountEF=0.301029995664 MaxLexFgivenE=3.82991457238 MaxLexEgivenF=1.99122607569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] wie viele ||| [X,1] so many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] wie viele ||| [X,1] on how many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.37314203745 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele ||| [X,1] for as many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=2.57009227659 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele ||| [X,1] as in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] as many ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] how many ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] how much ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] like many ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] well as other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] so many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] on how many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.37314203745 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] for as many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=2.57009227659 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] as in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] as many [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] how many [X,2] ||| EgivenFCoherent=0.833668578233 SampleCountF=2.47856649559 CountEF=1.65321251378 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] how much [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] like many [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] well as other [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| wie viele ||| so many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wie viele ||| the number ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.25885397626 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1 1-1
+[X] ||| wie viele ||| wie viele ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905939254301 MaxLexEgivenF=5.20183975045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.39688640083 MaxLexEgivenF=1.88883887851 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34728413887 MaxLexEgivenF=2.74342859749 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as many ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| as most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23118408987 MaxLexEgivenF=2.47463279532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28458472776 MaxLexEgivenF=2.64089055167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as do many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=3.14109294053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele ||| how many ||| EgivenFCoherent=0.416423414366 SampleCountF=2.47856649559 CountEF=2.06445798923 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| how much ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| how few ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99258305808 MaxLexEgivenF=3.68300144465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| like a lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75785108543 MaxLexEgivenF=3.56442756404 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie viele ||| like many ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| like most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93036924785 MaxLexEgivenF=2.93962929402 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| number ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=1.91419014018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele ||| amount of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99068649587 MaxLexEgivenF=3.73032387465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| wie viele ||| well as other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele [X,1] ||| so many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| the number [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.25885397626 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1 1-1
+[X] ||| wie viele [X,1] ||| the number of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.95568924147 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| wie viele [X,1] ||| wie viele [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905939254301 MaxLexEgivenF=5.20183975045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.39688640083 MaxLexEgivenF=1.88883887851 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as many [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as most [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23118408987 MaxLexEgivenF=2.47463279532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28458472776 MaxLexEgivenF=2.64089055167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as do many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=3.14109294053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele [X,1] ||| how many [X,1] ||| EgivenFCoherent=0.439694756779 SampleCountF=2.47856649559 CountEF=2.04139268516 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| how many are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.29513529498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| how much [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| like a lot of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75785108543 MaxLexEgivenF=4.26126282925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie viele [X,1] ||| like many [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| like most of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93036924785 MaxLexEgivenF=3.63646455923 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| number [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=1.91419014018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| number of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=2.61102540539 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| amount of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99068649587 MaxLexEgivenF=3.73032387465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| wie viele [X,1] ||| well as other [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] [X,2] number of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21583468268 MaxLexEgivenF=4.18957394929 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-2 3-4
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] as [X,2] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05743609761 MaxLexEgivenF=2.01064380992 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] as [X,2] human being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04871153635 MaxLexEgivenF=4.26000999952 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] as [X,2] people ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=0.959930796165 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] as [X,2] people who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=2.29728775257 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] as [X,2] brings people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=4.50858631985 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] how [X,2] people ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.19592813389 MaxLexEgivenF=1.31426958461 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] like [X,2] people ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.42274530145 MaxLexEgivenF=1.42492729486 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] like [X,2] humans ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0670863836 MaxLexEgivenF=2.58624199962 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] such as [X,2] human ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72853309161 MaxLexEgivenF=2.98652295263 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] menschen ||| [X,1] such as the [X,2] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73725765287 MaxLexEgivenF=4.34416938395 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5
+[X] ||| wie [X,1] menschen ||| [X,1] number of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21583468268 MaxLexEgivenF=4.18957394929 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-1 2-3
+[X] ||| wie [X,1] menschen ||| so how [X,1] people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19592813389 MaxLexEgivenF=4.30543147411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] menschen ||| wie [X,1] menschen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.893515170337 MaxLexEgivenF=5.02254565726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| as [X,1] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05743609761 MaxLexEgivenF=2.01064380992 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| as [X,1] human being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04871153635 MaxLexEgivenF=4.26000999952 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] menschen ||| as [X,1] people ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=0.959930796165 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| as [X,1] people who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=2.29728775257 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] menschen ||| as [X,1] men ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07391411528 MaxLexEgivenF=2.13140947204 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| as [X,1] humans ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36790122562 MaxLexEgivenF=2.12124550092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| as [X,1] brings people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=4.50858631985 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] menschen ||| how [X,1] people ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.19592813389 MaxLexEgivenF=1.31426958461 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| like [X,1] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75662125559 MaxLexEgivenF=2.47564030862 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| like [X,1] others ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71990014354 MaxLexEgivenF=3.39645906257 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| like [X,1] people ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.42274530145 MaxLexEgivenF=1.42492729486 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| like [X,1] men ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77309927325 MaxLexEgivenF=2.59640597074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| like [X,1] humans ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0670863836 MaxLexEgivenF=2.58624199962 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| like [X,1] humanity ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15490456807 MaxLexEgivenF=3.76777659112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen ||| such as [X,1] human ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72853309161 MaxLexEgivenF=2.98652295263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] menschen ||| such as the [X,1] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73725765287 MaxLexEgivenF=4.34416938395 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] menschen ||| than [X,1] people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81202393707 MaxLexEgivenF=2.86844791961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| [X,1] number of people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21583468268 MaxLexEgivenF=4.18957394929 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-1 2-3
+[X] ||| wie [X,1] menschen [X,2] ||| so how [X,1] people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19592813389 MaxLexEgivenF=4.30543147411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] menschen [X,2] ||| as [X,1] man [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.05743609761 MaxLexEgivenF=2.01064380992 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| as [X,1] human being [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04871153635 MaxLexEgivenF=4.26000999952 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] menschen [X,2] ||| as [X,1] people [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=0.959930796165 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| as [X,1] people who [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=2.29728775257 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] menschen [X,2] ||| as [X,1] brings people to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72356014347 MaxLexEgivenF=5.52089159091 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] menschen [X,2] ||| how [X,1] people [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.19592813389 MaxLexEgivenF=1.31426958461 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| how do people [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19592813389 MaxLexEgivenF=3.53280631252 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| like [X,1] man [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75662125559 MaxLexEgivenF=2.47564030862 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| like [X,1] others [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71990014354 MaxLexEgivenF=3.39645906257 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| like [X,1] people [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.42274530145 MaxLexEgivenF=1.42492729486 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| like [X,1] men [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77309927325 MaxLexEgivenF=2.59640597074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| like [X,1] humanity [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15490456807 MaxLexEgivenF=3.76777659112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] menschen [X,2] ||| such as [X,1] human [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72853309161 MaxLexEgivenF=2.98652295263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] menschen [X,2] ||| such as the [X,1] man [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73725765287 MaxLexEgivenF=4.34416938395 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] menschen [X,2] ||| than [X,1] people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81202393707 MaxLexEgivenF=2.86844791961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie [X,2] haben ||| [X,1] as [X,2] have ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.63775984787 MaxLexEgivenF=1.00696105933 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] haben ||| [X,1] how [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11012783828 MaxLexEgivenF=1.36129984778 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] haben ||| [X,1] like [X,2] have ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.33694500585 MaxLexEgivenF=1.47195755803 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] haben ||| [X,1] such as [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31758140313 MaxLexEgivenF=1.99582279728 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] haben ||| have [X,1] as [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63775984787 MaxLexEgivenF=1.00696105933 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| [X,1] wie [X,2] haben ||| have [X,1] like those [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33694500585 MaxLexEgivenF=5.46286524929 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2 1-3
+[X] ||| wie [X,1] haben ||| as [X,1] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.14259839374 MaxLexEgivenF=2.11557757609 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] haben ||| as [X,1] have ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.63775984787 MaxLexEgivenF=1.00696105933 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] haben ||| how [X,1] have ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.11012783828 MaxLexEgivenF=1.36129984778 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] haben ||| how [X,1] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74262706125 MaxLexEgivenF=3.0277242203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] haben ||| like [X,1] have ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.33694500585 MaxLexEgivenF=1.47195755803 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] haben ||| like in [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33694500585 MaxLexEgivenF=2.89275864863 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] haben ||| such as [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31758140313 MaxLexEgivenF=1.99582279728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] haben [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.45373605089 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] haben [X,2] ||| as [X,1] [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63775984787 MaxLexEgivenF=1.00696105933 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] haben [X,2] ||| as [X,1] , [X,2] got ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3847888798 MaxLexEgivenF=3.67655402264 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| wie [X,1] haben [X,2] ||| as [X,1] have [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.63775984787 MaxLexEgivenF=1.00696105933 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] haben [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92610404131 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] haben [X,2] ||| how [X,1] [X,2] have ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.11012783828 MaxLexEgivenF=1.36129984778 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| wie [X,1] haben [X,2] ||| how [X,1] [X,2] &apos;ve ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19687070326 MaxLexEgivenF=3.00964815665 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] haben [X,2] ||| how [X,1] have [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.11012783828 MaxLexEgivenF=1.36129984778 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] haben [X,2] ||| how [X,1] did [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74262706125 MaxLexEgivenF=3.0277242203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] haben [X,2] ||| like [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15292120887 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] haben [X,2] ||| like [X,1] have [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.33694500585 MaxLexEgivenF=1.47195755803 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] haben [X,2] ||| such as [X,1] , [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31758140313 MaxLexEgivenF=2.60644641129 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-5
+[X] ||| wie [X,1] haben [X,2] ||| such as [X,1] have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31758140313 MaxLexEgivenF=1.99582279728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] das ||| [X,1] , as [X,2] as the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=1.9337726869 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-4 3-5
+[X] ||| [X,1] wie [X,2] das ||| [X,1] , such as [X,2] providing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46168518068 MaxLexEgivenF=5.71954686041 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 3-5
+[X] ||| [X,1] wie [X,2] das ||| [X,1] as [X,2] , the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=1.38959764448 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] wie [X,2] das ||| [X,1] as [X,2] the ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=0.77897403047 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] das ||| [X,1] how [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.45690405786 MaxLexEgivenF=1.13331281892 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] das ||| [X,1] how do [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45690405786 MaxLexEgivenF=3.35184954682 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] das ||| [X,1] like [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68372122543 MaxLexEgivenF=1.24397052916 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] das ||| [X,1] like [X,2] this ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72179025044 MaxLexEgivenF=2.37823213111 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] das ||| [X,1] like [X,2] allows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66112828698 MaxLexEgivenF=4.57930567826 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] das ||| [X,1] such as [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.66435762271 MaxLexEgivenF=1.76783576842 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] das ||| [X,1] such as [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25636043765 MaxLexEgivenF=2.74988456361 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] das ||| of [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.64302084815 MaxLexEgivenF=0.931634253255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| as [X,1] , the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=1.38959764448 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] das ||| as [X,1] the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=0.77897403047 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| as [X,1] as the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=1.32314907289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 2-3
+[X] ||| wie [X,1] das ||| as with [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=2.49657963868 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| wie [X,1] das ||| what [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84080433346 MaxLexEgivenF=3.51114635004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| what do [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4640578974 MaxLexEgivenF=4.31694600202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das ||| how [X,1] the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.45690405786 MaxLexEgivenF=1.13331281892 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| how [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49497308288 MaxLexEgivenF=2.26757442087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| how do [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45690405786 MaxLexEgivenF=3.35184954682 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das ||| when [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42727502663 MaxLexEgivenF=2.86098960239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| like [X,1] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.68372122543 MaxLexEgivenF=1.24397052916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| like [X,1] this ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72179025044 MaxLexEgivenF=2.37823213111 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| like [X,1] allows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66112828698 MaxLexEgivenF=4.57930567826 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das ||| such as [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.66435762271 MaxLexEgivenF=1.76783576842 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das ||| such as [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25636043765 MaxLexEgivenF=2.74988456361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das ||| such as [X,1] providing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46168518068 MaxLexEgivenF=5.1089232464 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das ||| instance [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95381145295 MaxLexEgivenF=4.98643794355 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| of [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.64302084815 MaxLexEgivenF=0.931634253255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| as [X,1] , the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=1.38959764448 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] das [X,2] ||| as [X,1] the [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=0.77897403047 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| as [X,1] as the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=1.32314907289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 2-3
+[X] ||| wie [X,1] das [X,2] ||| as with [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.98453606745 MaxLexEgivenF=2.49657963868 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| wie [X,1] das [X,2] ||| what [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84080433346 MaxLexEgivenF=3.51114635004 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| what do [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4640578974 MaxLexEgivenF=4.31694600202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das [X,2] ||| how [X,1] [X,2] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49497308288 MaxLexEgivenF=2.26757442087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] das [X,2] ||| how [X,1] the [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.45690405786 MaxLexEgivenF=1.13331281892 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| how [X,1] this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49497308288 MaxLexEgivenF=2.26757442087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| how do [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45690405786 MaxLexEgivenF=3.35184954682 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das [X,2] ||| when [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42727502663 MaxLexEgivenF=2.86098960239 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| like [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.68372122543 MaxLexEgivenF=1.24397052916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| like [X,1] this [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72179025044 MaxLexEgivenF=2.37823213111 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| like [X,1] allows [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66112828698 MaxLexEgivenF=4.57930567826 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] das [X,2] ||| such as [X,1] the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.66435762271 MaxLexEgivenF=1.76783576842 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das [X,2] ||| such as [X,1] providing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46168518068 MaxLexEgivenF=5.1089232464 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] das [X,2] ||| instance [X,1] which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95381145295 MaxLexEgivenF=4.98643794355 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie [X,2] der ||| [X,1] , [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23359530294 MaxLexEgivenF=1.55386984743 IsSingletonF=0 IsSingletonFE=1 ||| 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] , such [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.88742319016 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=2.92150763507 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as is [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] how [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] such as [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] such as [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5
+[X] ||| wie [X,1] der ||| for how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=2.83398773304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der ||| as [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der ||| as [X,1] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as [X,1] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=2.92150763507 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as is [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] der ||| how [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.08879202114 MaxLexEgivenF=1.5538222261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| like [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der ||| like [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| like [X,1] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| such [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.27679957615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| such as [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der ||| such as [X,1] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 2-4
+[X] ||| wie [X,1] der [X,2] ||| for how [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=2.83398773304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| as is [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] der [X,2] ||| how [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.08879202114 MaxLexEgivenF=1.5538222261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| how [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] our [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| such [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.27679957615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72968924532 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 2-4
+[X] ||| wie [X,1] überlebt ||| how [X,1] survived ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.55921850958 MaxLexEgivenF=1.72094788625 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] viele menschen ||| [X,1] , many people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=1.40476053795 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] viele menschen ||| [X,1] a lot of people ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=3.66784704187 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-4
+[X] ||| [X,1] viele menschen ||| [X,1] a large number of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68072148099 MaxLexEgivenF=6.5899889456 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 2-5
+[X] ||| [X,1] viele menschen ||| [X,1] many man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75889512042 MaxLexEgivenF=1.8448499377 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen ||| [X,1] many other people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=3.30615000251 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] viele menschen ||| [X,1] many human beings ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28172647755 MaxLexEgivenF=3.82021762292 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] viele menschen ||| [X,1] many people ||| EgivenFCoherent=0.644612342013 SampleCountF=2.47856649559 CountEF=1.83884909074 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen ||| [X,1] many people are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.64818724869 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] viele menschen ||| [X,1] many people living ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=3.35009168637 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] viele menschen ||| [X,1] some people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17675591566 MaxLexEgivenF=2.51247126298 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen ||| [X,1] viele menschen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01228317838 MaxLexEgivenF=5.16788981592 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen ||| [X,1] people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] viele menschen ||| of people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=1.11259101895 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] viele menschen ||| many of the people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.83563602523 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-3
+[X] ||| [X,1] viele menschen ||| many people [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-1
+[X] ||| [X,1] viele menschen ||| many men [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77537313809 MaxLexEgivenF=1.96561559982 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] viele menschen ||| most people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12335527777 MaxLexEgivenF=2.34621350664 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] viele menschen ||| lot of people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=2.66570173133 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] [X,2] a lot of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=3.66784704187 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 2-5
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] , many people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=1.40476053795 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] a lot of people [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=3.66784704187 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-4
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] a large number of people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68072148099 MaxLexEgivenF=6.5899889456 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 2-5
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] many man [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75889512042 MaxLexEgivenF=1.8448499377 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] many human beings [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28172647755 MaxLexEgivenF=3.82021762292 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] many people [X,2] ||| EgivenFCoherent=0.744727494897 SampleCountF=2.47856649559 CountEF=1.74036268949 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] many people from [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.98668244746 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] many people living [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=3.35009168637 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] some people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17675591566 MaxLexEgivenF=2.51247126298 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] viele menschen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01228317838 MaxLexEgivenF=5.16788981592 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] ||| [X,1] people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] viele menschen [X,2] ||| many of the people [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.83563602523 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-3
+[X] ||| [X,1] viele menschen [X,2] ||| many people [X,1] [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-1
+[X] ||| [X,1] viele menschen [X,2] ||| many men [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77537313809 MaxLexEgivenF=1.96561559982 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] viele menschen [X,2] ||| most people [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12335527777 MaxLexEgivenF=2.34621350664 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| viele menschen ||| of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=1.11259101895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| more people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=2.7447064046 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| a lot of people ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=3.66784704187 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-3
+[X] ||| viele menschen ||| a lot of people are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=5.52189736662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-3 1-4
+[X] ||| viele menschen ||| a large number of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68072148099 MaxLexEgivenF=6.5899889456 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 1-4
+[X] ||| viele menschen ||| a life ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.85400863266 MaxLexEgivenF=3.21168078895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| many man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75889512042 MaxLexEgivenF=1.8448499377 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| many of the people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.83563602523 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-3
+[X] ||| viele menschen ||| many other people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=3.30615000251 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| viele menschen ||| many human beings ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28172647755 MaxLexEgivenF=3.82021762292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| viele menschen ||| many people ||| EgivenFCoherent=0.324832910337 SampleCountF=2.47856649559 CountEF=2.15533603747 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| viele menschen ||| many people are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.64818724869 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| viele menschen ||| many people living ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=3.35009168637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| viele menschen ||| many men ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77537313809 MaxLexEgivenF=1.96561559982 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| many lives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6708720245 MaxLexEgivenF=3.1488854435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| most people ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.12335527777 MaxLexEgivenF=2.34621350664 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| viele menschen ||| lot of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=2.66570173133 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| viele menschen ||| number of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68072148099 MaxLexEgivenF=3.02678115913 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| viele menschen ||| some people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.17675591566 MaxLexEgivenF=2.51247126298 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| viele menschen ||| they work ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.93048471962 MaxLexEgivenF=5.8440538335 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| viele menschen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01228317838 MaxLexEgivenF=5.16788981592 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| people ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| viele menschen ||| winning personality ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.28790066617 MaxLexEgivenF=7.55062708168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen ||| benefits individuals ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.48496670573 MaxLexEgivenF=6.13565373371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| [X,1] a lot of people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=3.66784704187 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 1-4
+[X] ||| viele menschen [X,1] ||| a lot of people [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=3.66784704187 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-3
+[X] ||| viele menschen [X,1] ||| a lot of people are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95083711536 MaxLexEgivenF=5.52189736662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-3 1-4
+[X] ||| viele menschen [X,1] ||| a large number of people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68072148099 MaxLexEgivenF=6.5899889456 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 1-4
+[X] ||| viele menschen [X,1] ||| many man [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75889512042 MaxLexEgivenF=1.8448499377 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| many human beings [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28172647755 MaxLexEgivenF=3.82021762292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| viele menschen [X,1] ||| many people [X,1] ||| EgivenFCoherent=0.472799880937 SampleCountF=2.47856649559 CountEF=2.00860017176 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| many people , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=1.40476053795 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| many people in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.21493801455 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| many people from [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.98668244746 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| many people are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=2.64818724869 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| viele menschen [X,1] ||| many people living [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42501916629 MaxLexEgivenF=3.35009168637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| viele menschen [X,1] ||| most people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12335527777 MaxLexEgivenF=2.34621350664 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| some people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17675591566 MaxLexEgivenF=2.51247126298 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| viele menschen [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01228317838 MaxLexEgivenF=5.16788981592 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| people [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.39967755334 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| viele menschen [X,1] ||| winning personality [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.28790066617 MaxLexEgivenF=7.55062708168 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] ||| benefits individuals [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.48496670573 MaxLexEgivenF=6.13565373371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] many [X,2] have ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] many [X,2] they have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=3.08388685136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] many [X,2] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29694166019 MaxLexEgivenF=2.2502130155 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] many [X,2] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97171809365 MaxLexEgivenF=2.50759155963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] many [X,2] asked ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52965945495 MaxLexEgivenF=3.5473586865 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] many of [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=1.53800245232 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] much [X,2] may have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4702711028 MaxLexEgivenF=4.9160645882 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] have many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] viele [X,2] haben ||| [X,1] viele [X,2] haben ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02437444887 MaxLexEgivenF=5.32028605737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] haben ||| have [X,1] many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| viele [X,1] haben ||| a lot [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86503681975 MaxLexEgivenF=3.01804203983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] haben ||| many [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52564945035 MaxLexEgivenF=1.7200425349 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many [X,1] have ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many [X,1] have made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=3.16504666339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] haben ||| many [X,1] they have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=3.08388685136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] haben ||| many [X,1] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29694166019 MaxLexEgivenF=2.2502130155 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many [X,1] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97171809365 MaxLexEgivenF=2.50759155963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many [X,1] asked ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.52965945495 MaxLexEgivenF=3.5473586865 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many [X,1] discovered ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1551950737 MaxLexEgivenF=4.41068154662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many [X,1] run ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1551950737 MaxLexEgivenF=3.84247982255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| many of [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=1.53800245232 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] haben ||| several [X,1] have ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.58615187045 MaxLexEgivenF=2.52824383242 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] haben ||| much [X,1] may have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4702711028 MaxLexEgivenF=4.9160645882 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] haben ||| have many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| viele [X,1] haben ||| viele [X,1] haben ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02437444887 MaxLexEgivenF=5.32028605737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| a lot [X,1] have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86503681975 MaxLexEgivenF=3.01804203983 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1551950737 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] [X,2] have ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52564945035 MaxLexEgivenF=1.7200425349 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] have [X,2] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] have made [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=3.16504666339 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] have a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=1.84331249765 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] they have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=3.08388685136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] do [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29694166019 MaxLexEgivenF=2.2502130155 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] did [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.97171809365 MaxLexEgivenF=2.50759155963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] asked [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52965945495 MaxLexEgivenF=3.5473586865 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] discovered [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1551950737 MaxLexEgivenF=4.41068154662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many [X,1] run [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.1551950737 MaxLexEgivenF=3.84247982255 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| many of [X,1] have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=1.53800245232 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] haben [X,2] ||| several [X,1] have [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.58615187045 MaxLexEgivenF=2.52824383242 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] haben [X,2] ||| numerous [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.0217239433 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] haben [X,2] ||| have many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33921887068 MaxLexEgivenF=0.841167187108 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| viele [X,1] haben [X,2] ||| viele [X,1] haben [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02437444887 MaxLexEgivenF=5.32028605737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] viele [X,2] das ||| [X,1] many [X,2] the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.68599509026 MaxLexEgivenF=0.613180158245 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] das ||| [X,1] many [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88147850518 MaxLexEgivenF=2.0873504854 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] das ||| [X,1] some [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.43773183964 MaxLexEgivenF=2.33151449729 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] das ||| many [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68599509026 MaxLexEgivenF=0.613180158245 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| viele [X,1] das ||| many [X,1] the ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.68599509026 MaxLexEgivenF=0.613180158245 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] das ||| many [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88147850518 MaxLexEgivenF=2.0873504854 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das ||| many [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96425311663 MaxLexEgivenF=1.81621769202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das ||| many [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2779979052 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das ||| many [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72406411528 MaxLexEgivenF=1.7474417602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das ||| many [X,1] be the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68599509026 MaxLexEgivenF=2.95749421173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] das ||| many of [X,1] edinburgh ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51826492161 MaxLexEgivenF=5.48477147967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] das ||| some [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.43773183964 MaxLexEgivenF=2.33151449729 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das [X,2] ||| many [X,1] the [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.68599509026 MaxLexEgivenF=0.613180158245 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] das [X,2] ||| many [X,1] which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88147850518 MaxLexEgivenF=2.0873504854 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das [X,2] ||| many [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2779979052 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das [X,2] ||| many [X,1] this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72406411528 MaxLexEgivenF=1.7474417602 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] das [X,2] ||| many [X,1] be the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68599509026 MaxLexEgivenF=2.95749421173 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] das [X,2] ||| many of [X,2] [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0665078341 MaxLexEgivenF=2.7445882878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| viele [X,1] das [X,2] ||| many of [X,1] edinburgh [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51826492161 MaxLexEgivenF=5.48477147967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] sinken ||| many [X,1] sinking ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=2.34753196919 MaxLexEgivenF=2.31034728493 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] sinken [X,2] ||| many [X,1] sinking [X,2] ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=2.34753196919 MaxLexEgivenF=2.31034728493 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=1.03368956542 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=1.32162740363 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] the ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=0.666319008402 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] main ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=3.78928812117 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| viele [X,1] der ||| many [X,1] of ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=1.03368956542 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der ||| many [X,1] of the ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=1.32162740363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der ||| many [X,1] of their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=3.66491953388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der ||| many [X,1] the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=0.666319008402 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der ||| many [X,1] main ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=3.78928812117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] der ||| most [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97490565654 MaxLexEgivenF=2.2183955911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] of [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=1.03368956542 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] of the [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=1.32162740363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] of their [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=3.66491953388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] the [X,2] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=0.666319008402 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] main [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=3.78928812117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| most [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97490565654 MaxLexEgivenF=2.2183955911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] viele [X,2] überlebt ||| [X,1] many [X,2] survived ||| EgivenFCoherent=0.54406804435 SampleCountF=0.903089986992 CountEF=0.47712125472 MaxLexFgivenE=1.78830954198 MaxLexEgivenF=1.20081522558 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| viele [X,1] überlebt ||| many [X,1] survived ||| EgivenFCoherent=0.54406804435 SampleCountF=0.903089986992 CountEF=0.47712125472 MaxLexFgivenE=1.78830954198 MaxLexEgivenF=1.20081522558 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] überlebt [X,2] ||| many [X,1] survived [X,2] ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=1.78830954198 MaxLexEgivenF=1.20081522558 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] had ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=5.72916133911 MaxLexEgivenF=2.49448128135 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] menschen haben ||| [X,1] menschen haben ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.0119503649 MaxLexEgivenF=5.14099196418 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] human beings have ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=3.90462246962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] menschen haben ||| [X,1] people ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=3.31995647567 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] menschen haben ||| [X,1] people that helped ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.3821167737 MaxLexEgivenF=5.87172618725 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben ||| [X,1] people are ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=2.71636161544 MaxLexEgivenF=1.75741711844 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] people have ||| EgivenFCoherent=0.557350256358 SampleCountF=2.22271647115 CountEF=1.67209785794 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] people have had ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.37302305199 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben ||| [X,1] people have been ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.40298627537 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben ||| [X,1] people will have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=2.67054256506 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben ||| [X,1] people ’ ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=3.29416465526 MaxLexEgivenF=2.85922440456 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] people do ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.48765382527 MaxLexEgivenF=2.28758759904 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] people would ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=3.31995647567 MaxLexEgivenF=3.5237768441 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] people received ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.38502511848 MaxLexEgivenF=3.05185678306 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] people bought ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.08922869457 MaxLexEgivenF=3.3307848345 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] beings have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=2.45113629737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] person have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.39729362367 MaxLexEgivenF=2.31247153626 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| [X,1] individuals have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.13921756464 MaxLexEgivenF=2.67564943867 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben ||| have [X,1] people ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 1-2
+[X] ||| [X,1] menschen haben ||| have [X,1] people feel ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.79026821586 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 2-3
+[X] ||| [X,1] menschen haben ||| people have [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] menschen haben [X,2] ||| [X,2] , [X,1] human beings have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=4.51524608363 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 1-4 2-5
+[X] ||| [X,1] menschen haben [X,2] ||| [X,2] , [X,1] people have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=1.48916538465 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 2-4
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] had [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=5.72916133911 MaxLexEgivenF=2.49448128135 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] menschen haben [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.0119503649 MaxLexEgivenF=5.14099196418 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] human beings have [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=3.90462246962 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=3.31995647567 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people [X,2] have ||| EgivenFCoherent=1.74298683332 SampleCountF=2.22271647115 CountEF=0.602059991328 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people [X,2] &apos;ve ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.61667390075 MaxLexEgivenF=2.52689007952 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people that helped [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.3821167737 MaxLexEgivenF=5.87172618725 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people are [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=2.71636161544 MaxLexEgivenF=1.75741711844 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people have [X,2] ||| EgivenFCoherent=0.629043481014 SampleCountF=2.22271647115 CountEF=1.60205999133 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people have had [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.37302305199 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people have been [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.40298627537 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people will have [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=2.67054256506 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people do [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.48765382527 MaxLexEgivenF=2.28758759904 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people received [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.38502511848 MaxLexEgivenF=3.05185678306 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] people bought [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.08922869457 MaxLexEgivenF=3.3307848345 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] beings have [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=2.45113629737 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] person have [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.39729362367 MaxLexEgivenF=2.31247153626 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| [X,1] individuals have [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.13921756464 MaxLexEgivenF=2.67564943867 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] menschen haben [X,2] ||| have [X,1] people [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 1-2
+[X] ||| [X,1] menschen haben [X,2] ||| have [X,1] people feel [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.79026821586 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 2-3
+[X] ||| [X,1] menschen haben [X,2] ||| people have [X,1] [X,2] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| menschen haben ||| had ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=5.72916133911 MaxLexEgivenF=2.49448128135 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| menschen haben ||| have people ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| menschen haben ||| menschen haben ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.0119503649 MaxLexEgivenF=5.14099196418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| human beings have ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=3.90462246962 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| menschen haben ||| people ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=3.31995647567 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| menschen haben ||| people that helped ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.3821167737 MaxLexEgivenF=5.87172618725 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben ||| people are ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=2.71636161544 MaxLexEgivenF=1.75741711844 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| menschen haben ||| people we ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.5382086158 MaxLexEgivenF=1.79551971157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| people have ||| EgivenFCoherent=0.504104744405 SampleCountF=2.22271647115 CountEF=1.7242758696 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| menschen haben ||| people have had ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.37302305199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben ||| people have been ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.40298627537 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben ||| people will have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=2.67054256506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben ||| people ’ ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=3.29416465526 MaxLexEgivenF=2.85922440456 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| people do ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.48765382527 MaxLexEgivenF=2.28758759904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| people would ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=3.31995647567 MaxLexEgivenF=3.5237768441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| menschen haben ||| people received ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.38502511848 MaxLexEgivenF=3.05185678306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| people bought ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.08922869457 MaxLexEgivenF=3.3307848345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| beings have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=2.45113629737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| person have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.39729362367 MaxLexEgivenF=2.31247153626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben ||| individuals have ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.13921756464 MaxLexEgivenF=2.67564943867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| had [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=5.72916133911 MaxLexEgivenF=2.49448128135 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| menschen haben [X,1] ||| have [X,1] people ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| menschen haben [X,1] ||| have people [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| menschen haben [X,1] ||| menschen haben [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.0119503649 MaxLexEgivenF=5.14099196418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| human beings have [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=3.90462246962 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| menschen haben [X,1] ||| people [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=3.31995647567 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| menschen haben [X,1] ||| people [X,1] have ||| EgivenFCoherent=1.74298683332 SampleCountF=2.22271647115 CountEF=0.602059991328 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-2
+[X] ||| menschen haben [X,1] ||| people [X,1] &apos;ve ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.61667390075 MaxLexEgivenF=2.52689007952 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| menschen haben [X,1] ||| people that helped [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.3821167737 MaxLexEgivenF=5.87172618725 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben [X,1] ||| people are [X,1] ||| EgivenFCoherent=1.91907809238 SampleCountF=2.22271647115 CountEF=0.47712125472 MaxLexFgivenE=2.71636161544 MaxLexEgivenF=1.75741711844 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| people have [X,1] ||| EgivenFCoherent=0.618048096712 SampleCountF=2.22271647115 CountEF=1.61278385672 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=0.878541770648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| people have had [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.37302305199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben [X,1] ||| people have been [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=3.40298627537 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben [X,1] ||| people will have [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.52993103577 MaxLexEgivenF=2.67054256506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| menschen haben [X,1] ||| people do [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.48765382527 MaxLexEgivenF=2.28758759904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| people received [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.38502511848 MaxLexEgivenF=3.05185678306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| people bought [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.08922869457 MaxLexEgivenF=3.3307848345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| beings have [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=1.38663834703 MaxLexEgivenF=2.45113629737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| person have [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.39729362367 MaxLexEgivenF=2.31247153626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| menschen haben [X,1] ||| individuals have [X,1] ||| EgivenFCoherent=2.22010808804 SampleCountF=2.22271647115 CountEF=0.301029995664 MaxLexFgivenE=2.13921756464 MaxLexEgivenF=2.67564943867 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] human [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20185864822 MaxLexEgivenF=1.6882851603 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] people [X,2] the ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.87670725535 MaxLexEgivenF=0.650554741785 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] people [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07219067027 MaxLexEgivenF=2.12472506894 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] people [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15496528171 MaxLexEgivenF=1.85359227556 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] people [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46871007029 MaxLexEgivenF=1.63260353698 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] people [X,2] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91477628036 MaxLexEgivenF=1.78481634374 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] das ||| [X,1] men [X,2] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26513025216 MaxLexEgivenF=2.95629501961 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| menschen [X,1] das ||| man [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21058320948 MaxLexEgivenF=1.70126775554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| human [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20185864822 MaxLexEgivenF=1.6882851603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| people [X,1] the ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.87670725535 MaxLexEgivenF=0.650554741785 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| people [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07219067027 MaxLexEgivenF=2.12472506894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| people [X,1] that ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.15496528171 MaxLexEgivenF=1.85359227556 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| people [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46871007029 MaxLexEgivenF=1.63260353698 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| people [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91477628036 MaxLexEgivenF=1.78481634374 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| men [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26513025216 MaxLexEgivenF=2.95629501961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das ||| humans [X,1] those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52501895939 MaxLexEgivenF=3.62512363161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| man [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21058320948 MaxLexEgivenF=1.70126775554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| human [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20185864822 MaxLexEgivenF=1.6882851603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| people [X,1] the [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.87670725535 MaxLexEgivenF=0.650554741785 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| people [X,1] which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07219067027 MaxLexEgivenF=2.12472506894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| people [X,1] that [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.15496528171 MaxLexEgivenF=1.85359227556 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| people [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46871007029 MaxLexEgivenF=1.63260353698 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| people [X,1] this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91477628036 MaxLexEgivenF=1.78481634374 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] das [X,2] ||| men [X,1] this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26513025216 MaxLexEgivenF=2.95629501961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] man [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84247117276 MaxLexEgivenF=2.12177716272 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] man [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80115766428 MaxLexEgivenF=1.7544066057 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] human being [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79243310302 MaxLexEgivenF=4.65908119052 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] human being [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79243310302 MaxLexEgivenF=4.0037727953 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] people [X,2] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.50859521862 MaxLexEgivenF=1.07106414896 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] people [X,2] of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=1.35900198717 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] people [X,2] the ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] people [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94203887796 MaxLexEgivenF=2.48398375217 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] people living [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=3.91495674959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] people living [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=3.25964835437 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] menschen [X,2] der ||| [X,1] men [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81763568195 MaxLexEgivenF=1.87517226782 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| menschen [X,1] der ||| man [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84247117276 MaxLexEgivenF=2.12177716272 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] der ||| man [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80115766428 MaxLexEgivenF=1.7544066057 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der ||| the man [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80115766428 MaxLexEgivenF=1.7544066057 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| menschen [X,1] der ||| human being [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79243310302 MaxLexEgivenF=4.65908119052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| menschen [X,1] der ||| human being [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79243310302 MaxLexEgivenF=4.0037727953 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| menschen [X,1] der ||| people [X,1] of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.50859521862 MaxLexEgivenF=1.07106414896 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der ||| people [X,1] of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=1.35900198717 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| menschen [X,1] der ||| people [X,1] the ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der ||| people [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94203887796 MaxLexEgivenF=2.48398375217 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] der ||| people living [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=3.91495674959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| menschen [X,1] der ||| people living [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=3.25964835437 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| menschen [X,1] der ||| men [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81763568195 MaxLexEgivenF=1.87517226782 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der ||| humans [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15293630077 MaxLexEgivenF=2.23237885372 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] der [X,2] ||| man [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.80115766428 MaxLexEgivenF=1.7544066057 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der [X,2] ||| human being [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79243310302 MaxLexEgivenF=4.65908119052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| menschen [X,1] der [X,2] ||| human being [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79243310302 MaxLexEgivenF=4.0037727953 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| menschen [X,1] der [X,2] ||| people [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.94203887796 MaxLexEgivenF=0.41575575374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| menschen [X,1] der [X,2] ||| people [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| menschen [X,1] der [X,2] ||| people [X,1] of [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.50859521862 MaxLexEgivenF=1.07106414896 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der [X,2] ||| people [X,1] of the [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=1.35900198717 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| menschen [X,1] der [X,2] ||| people [X,1] the [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der [X,2] ||| people [X,1] which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94203887796 MaxLexEgivenF=2.48398375217 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| menschen [X,1] der [X,2] ||| people living [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=3.91495674959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| menschen [X,1] der [X,2] ||| people living [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46728171014 MaxLexEgivenF=3.25964835437 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| menschen [X,1] der [X,2] ||| men [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81763568195 MaxLexEgivenF=1.87517226782 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| menschen [X,1] der [X,2] ||| humans [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.15293630077 MaxLexEgivenF=2.23237885372 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] haben das ||| [X,1] made an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66111568839 MaxLexEgivenF=4.49311223568 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] you have your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6484323192 MaxLexEgivenF=4.31165863654 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das ||| [X,1] has made the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97246243417 MaxLexEgivenF=4.31520694058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das ||| [X,1] have the ||| EgivenFCoherent=0.908919530653 SampleCountF=2.47856649559 CountEF=1.57978359662 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] have a ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.38290977468 MaxLexEgivenF=1.67963380015 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] have just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93287236321 MaxLexEgivenF=3.71370447977 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] haben das ||| [X,1] have something ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40736492209 MaxLexEgivenF=3.84740782097 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] have exactly ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08147920726 MaxLexEgivenF=4.95949123689 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] have full ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35569539355 MaxLexEgivenF=4.41590514728 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] will have the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=2.48958579937 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das ||| [X,1] did a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01540899765 MaxLexEgivenF=3.34605817267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] got the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.53793599168 MaxLexEgivenF=2.75655435426 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| [X,1] years have the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=3.77084398905 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das ||| [X,1] receive the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15438877839 MaxLexEgivenF=3.21019451313 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das ||| have [X,1] , the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=1.30820861896 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-3
+[X] ||| [X,1] haben das ||| have [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] [X,2] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.85072796973 MaxLexEgivenF=1.8718318453 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] the [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] haben das [X,2] ||| [X,1] you have your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6484323192 MaxLexEgivenF=4.31165863654 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das [X,2] ||| [X,1] has made the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97246243417 MaxLexEgivenF=4.31520694058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have the [X,2] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have the [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=1.16037102186 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-4
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have a [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.38290977468 MaxLexEgivenF=1.67963380015 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have just [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93287236321 MaxLexEgivenF=3.71370447977 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have something [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40736492209 MaxLexEgivenF=3.84740782097 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have exactly [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08147920726 MaxLexEgivenF=4.95949123689 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] have full [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35569539355 MaxLexEgivenF=4.41590514728 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] will have the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=2.48958579937 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] haben das [X,2] ||| [X,1] did a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01540899765 MaxLexEgivenF=3.34605817267 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] got the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.53793599168 MaxLexEgivenF=2.75655435426 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| [X,1] receive the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15438877839 MaxLexEgivenF=3.21019451313 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] haben das [X,2] ||| the [X,2] have [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2
+[X] ||| [X,1] haben das [X,2] ||| have [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| haben das ||| made an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66111568839 MaxLexEgivenF=4.49311223568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| you have your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6484323192 MaxLexEgivenF=4.31165863654 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| haben das ||| has made the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97246243417 MaxLexEgivenF=4.31520694058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| haben das ||| we will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.66220386667 MaxLexEgivenF=3.17176475224 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| haben das ||| have the ||| EgivenFCoherent=0.823908740944 SampleCountF=2.47856649559 CountEF=1.66275783168 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| haben das ||| have a ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=2.38290977468 MaxLexEgivenF=1.67963380015 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| haben das ||| have just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93287236321 MaxLexEgivenF=3.71370447977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| haben das ||| have something ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40736492209 MaxLexEgivenF=3.84740782097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| have exactly ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08147920726 MaxLexEgivenF=4.95949123689 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| have full ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35569539355 MaxLexEgivenF=4.41590514728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| will have the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=2.48958579937 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| haben das ||| do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.85072796973 MaxLexEgivenF=1.8718318453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| haben das ||| saw the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27012489024 MaxLexEgivenF=3.88688812275 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| did a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01540899765 MaxLexEgivenF=3.34605817267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| got the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.53793599168 MaxLexEgivenF=2.75655435426 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| haben das ||| years have the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=3.77084398905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| haben das ||| chose the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55272242803 MaxLexEgivenF=3.43459045176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| influence on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.96896712721 MaxLexEgivenF=5.35769540115 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das ||| receive the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15438877839 MaxLexEgivenF=3.21019451313 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| [X,1] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.85072796973 MaxLexEgivenF=1.8718318453 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-1
+[X] ||| haben das [X,1] ||| the [X,1] have ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-2
+[X] ||| haben das [X,1] ||| you have your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.6484323192 MaxLexEgivenF=4.31165863654 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| haben das [X,1] ||| has made the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97246243417 MaxLexEgivenF=4.31520694058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| haben das [X,1] ||| have the [X,1] ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| have the [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=1.16037102186 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-3
+[X] ||| haben das [X,1] ||| have a [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.38290977468 MaxLexEgivenF=1.67963380015 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| have just [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93287236321 MaxLexEgivenF=3.71370447977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| haben das [X,1] ||| have something [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.40736492209 MaxLexEgivenF=3.84740782097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| have exactly [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.08147920726 MaxLexEgivenF=4.95949123689 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| have full [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35569539355 MaxLexEgivenF=4.41590514728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| will have the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.79090695974 MaxLexEgivenF=2.48958579937 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| haben das [X,1] ||| saw the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.27012489024 MaxLexEgivenF=3.88688812275 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| did a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01540899765 MaxLexEgivenF=3.34605817267 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| got the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.53793599168 MaxLexEgivenF=2.75655435426 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| chose the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55272242803 MaxLexEgivenF=3.43459045176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] ||| receive the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.15438877839 MaxLexEgivenF=3.21019451313 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] haben [X,2] sinken ||| [X,1] have [X,2] sinking ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.45244383867 MaxLexEgivenF=2.39475213164 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| haben [X,1] sinken ||| have [X,1] sinking ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.45244383867 MaxLexEgivenF=2.39475213164 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| haben [X,1] sinken [X,2] ||| have [X,1] sinking [X,2] ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.45244383867 MaxLexEgivenF=2.39475213164 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] haben [X,2] der ||| [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19745761756 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] haben [X,2] der ||| [X,1] having [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10563546622 MaxLexEgivenF=2.55755965089 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] haben [X,2] der ||| [X,1] have [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42279492302 MaxLexEgivenF=1.11809441213 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] haben [X,2] der ||| [X,1] have [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38148141454 MaxLexEgivenF=1.40603225033 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] haben [X,2] der ||| [X,1] have [X,2] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.38148141454 MaxLexEgivenF=0.75072385511 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] haben [X,2] der ||| [X,1] have [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85623858235 MaxLexEgivenF=2.78408316528 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] haben [X,2] der ||| have [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42279492302 MaxLexEgivenF=1.11809441213 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| [X,1] haben [X,2] der ||| have [X,1] [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85623858235 MaxLexEgivenF=2.53101401534 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| haben [X,1] der ||| having [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10563546622 MaxLexEgivenF=2.55755965089 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| haben [X,1] der ||| have [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42279492302 MaxLexEgivenF=1.11809441213 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| haben [X,1] der ||| have [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38148141454 MaxLexEgivenF=1.40603225033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| haben [X,1] der ||| have [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.38148141454 MaxLexEgivenF=0.75072385511 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| haben [X,1] der ||| have [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85623858235 MaxLexEgivenF=2.78408316528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| haben [X,1] der [X,2] ||| having [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10563546622 MaxLexEgivenF=2.55755965089 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| haben [X,1] der [X,2] ||| have [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85623858235 MaxLexEgivenF=0.462786016908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| haben [X,1] der [X,2] ||| have [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.42279492302 MaxLexEgivenF=1.11809441213 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| haben [X,1] der [X,2] ||| have [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38148141454 MaxLexEgivenF=1.40603225033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| haben [X,1] der [X,2] ||| have [X,1] the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.38148141454 MaxLexEgivenF=0.75072385511 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| haben [X,1] der [X,2] ||| have [X,1] that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85623858235 MaxLexEgivenF=2.78408316528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| haben [X,1] der [X,2] ||| do [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.81396137186 MaxLexEgivenF=1.8718318453 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] haben [X,2] überlebt ||| [X,1] have survived [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=1.89322141146 MaxLexEgivenF=1.28522007229 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| haben [X,1] überlebt ||| [X,1] &apos;ve survived ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=1.97996427644 MaxLexEgivenF=2.93356838116 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| haben [X,1] überlebt ||| have [X,1] survived ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=1.89322141146 MaxLexEgivenF=1.28522007229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| haben [X,1] überlebt ||| have survived [X,1] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=1.89322141146 MaxLexEgivenF=1.28522007229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| haben [X,1] überlebt [X,2] ||| have survived [X,1] [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=1.89322141146 MaxLexEgivenF=1.28522007229 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| das sinken ||| the fall ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=3.51300653898 MaxLexEgivenF=1.65488174179 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] das [X,2] der ||| [X,1] the [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.890107383268 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] das [X,2] der ||| [X,1] the [X,2] of the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.12490637131 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] das [X,2] der ||| [X,1] the [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.46959797609 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] das [X,2] der ||| [X,1] the [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.94376830325 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] das [X,2] der ||| [X,1] the [X,2] that the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.90743449791 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] das [X,2] der ||| [X,1] that [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=2.32794390509 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] das [X,2] der ||| [X,1] a [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.45164677128 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] das [X,2] der ||| [X,1] being [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=3.68574671746 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| das [X,1] der ||| [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.890107383268 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2 2-2
+[X] ||| das [X,1] der ||| the [X,1] of ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.890107383268 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| das [X,1] der ||| the [X,1] of the ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.12490637131 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| das [X,1] der ||| the [X,1] the ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.46959797609 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| das [X,1] der ||| the [X,1] as the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=2.63902072954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| das [X,1] der ||| the [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.94376830325 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der ||| the [X,1] that the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.90743449791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| das [X,1] der ||| the [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.70513323755 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der ||| that [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=2.32794390509 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| das [X,1] der ||| a [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.45164677128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der ||| this [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.60385957804 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der ||| being [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=3.68574671746 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.890107383268 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2 2-2
+[X] ||| das [X,1] der [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.234798988045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| das [X,1] der [X,2] ||| the [X,1] [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.890107383268 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| das [X,1] der [X,2] ||| the [X,1] [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.46959797609 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| das [X,1] der [X,2] ||| the [X,1] of [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.890107383268 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| das [X,1] der [X,2] ||| the [X,1] of the [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.12490637131 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| das [X,1] der [X,2] ||| the [X,1] the [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=0.46959797609 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| das [X,1] der [X,2] ||| the [X,1] which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.94376830325 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der [X,2] ||| the [X,1] that the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.90743449791 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| das [X,1] der [X,2] ||| that [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=2.32794390509 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| das [X,1] der [X,2] ||| a [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.45164677128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der [X,2] ||| this [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=1.60385957804 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| das [X,1] der [X,2] ||| being [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72825763412 MaxLexEgivenF=3.68574671746 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] das [X,2] überlebt ||| [X,1] survived the [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.23999763104 MaxLexEgivenF=1.05723304342 IsSingletonF=1 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| das [X,1] überlebt ||| survived [X,1] this ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.27806665605 MaxLexEgivenF=2.19149464537 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| das [X,1] überlebt ||| survived the [X,1] ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.23999763104 MaxLexEgivenF=1.05723304342 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| das [X,1] überlebt [X,2] ||| [X,2] survived [X,1] this ||| EgivenFCoherent=1.39794000867 SampleCountF=1.41497334797 CountEF=0.301029995664 MaxLexFgivenE=2.27806665605 MaxLexEgivenF=2.19149464537 IsSingletonF=1 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| [X,1] sinken der ||| [X,1] decline of ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=2.59245280504 MaxLexEgivenF=2.01324324222 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sinken der ||| [X,1] fall of ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=3.14489450226 MaxLexEgivenF=2.07539114897 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sinken der [X,2] ||| [X,1] fall of [X,2] ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=3.14489450226 MaxLexEgivenF=2.07539114897 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| sinken der ||| decline of ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=2.59245280504 MaxLexEgivenF=2.01324324222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sinken der ||| fall of ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=3.14489450226 MaxLexEgivenF=2.07539114897 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sinken der [X,1] ||| fall of [X,1] ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=3.14489450226 MaxLexEgivenF=2.07539114897 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] der [X,2] überlebt ||| [X,1] [X,2] survive ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=2.87245295062 MaxLexEgivenF=1.31453246607 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] überlebt ||| [X,1] of [X,2] alive ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=3.60867807455 MaxLexEgivenF=2.94756446658 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] überlebt ||| survived [X,1] of [X,2] ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=1.87188559431 MaxLexEgivenF=1.4777424506 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| [X,1] der [X,2] überlebt ||| survived [X,1] of the [X,2] ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=1.83057208584 MaxLexEgivenF=1.7656802888 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2 1-3
+[X] ||| [X,1] der [X,2] überlebt ||| survived [X,1] the [X,2] ||| EgivenFCoherent=1.48429983935 SampleCountF=1.7923916895 CountEF=0.47712125472 MaxLexFgivenE=1.83057208584 MaxLexEgivenF=1.11037189358 IsSingletonF=0 IsSingletonFE=0 ||| 3-0 1-2
+[X] ||| der [X,1] überlebt ||| of [X,1] alive ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=3.60867807455 MaxLexEgivenF=2.94756446658 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] überlebt ||| the [X,1] survived ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=1.83057208584 MaxLexEgivenF=1.11037189358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] überlebt [X,2] ||| of [X,1] alive [X,2] ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=3.60867807455 MaxLexEgivenF=2.94756446658 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] überlebt [X,2] ||| the [X,1] survived [X,2] ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=1.83057208584 MaxLexEgivenF=1.11037189358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie viele menschen ||| [X,1] the number of people ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=5.08869049799 MaxLexEgivenF=4.37144499521 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 3-2 3-4
+[X] ||| [X,1] wie viele menschen ||| [X,1] how many people ||| EgivenFCoherent=0.869231719731 SampleCountF=1.57978359662 CountEF=0.778151250384 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=1.69265075481 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] wie viele menschen ||| [X,1] like many people ||| EgivenFCoherent=1.2671717284 SampleCountF=1.57978359662 CountEF=0.47712125472 MaxLexFgivenE=2.03989880205 MaxLexEgivenF=1.80330846506 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] wie viele menschen ||| as [X,1] how many people ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=2.23682579724 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3 3-4
+[X] ||| [X,1] wie viele menschen [X,2] ||| [X,1] the number of people [X,2] ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=5.08869049799 MaxLexEgivenF=4.37144499521 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 3-2 3-4
+[X] ||| [X,1] wie viele menschen [X,2] ||| [X,1] how many people [X,2] ||| EgivenFCoherent=0.966141732739 SampleCountF=1.57978359662 CountEF=0.698970004336 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=1.69265075481 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] wie viele menschen [X,2] ||| [X,1] like many people [X,2] ||| EgivenFCoherent=1.2671717284 SampleCountF=1.57978359662 CountEF=0.47712125472 MaxLexFgivenE=2.03989880205 MaxLexEgivenF=1.80330846506 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] wie viele menschen [X,2] ||| as [X,1] how many people [X,2] ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=2.23682579724 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3 3-4
+[X] ||| wie viele menschen ||| so how many people ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=4.68381264431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-3
+[X] ||| wie viele menschen ||| the number of people ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=5.08869049799 MaxLexEgivenF=4.37144499521 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 2-1 2-3
+[X] ||| wie viele menschen ||| as many people ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=2.34071364408 MaxLexEgivenF=1.33831196637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen ||| as some people ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=4.09245039345 MaxLexEgivenF=3.05664630541 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen ||| how many people ||| EgivenFCoherent=0.45425837176 SampleCountF=1.57978359662 CountEF=1.14612803568 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=1.69265075481 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen ||| like many people ||| EgivenFCoherent=1.2671717284 SampleCountF=1.57978359662 CountEF=0.47712125472 MaxLexFgivenE=2.03989880205 MaxLexEgivenF=1.80330846506 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen [X,1] ||| so how many people [X,1] ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=4.68381264431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-3
+[X] ||| wie viele menschen [X,1] ||| the number of people [X,1] ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=5.08869049799 MaxLexEgivenF=4.37144499521 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 2-1 2-3
+[X] ||| wie viele menschen [X,1] ||| as many people [X,1] ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=2.34071364408 MaxLexEgivenF=1.33831196637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen [X,1] ||| as some people [X,1] ||| EgivenFCoherent=1.56820172407 SampleCountF=1.57978359662 CountEF=0.301029995664 MaxLexFgivenE=4.09245039345 MaxLexEgivenF=3.05664630541 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen [X,1] ||| how many people [X,1] ||| EgivenFCoherent=0.489020478019 SampleCountF=1.57978359662 CountEF=1.11394335231 MaxLexFgivenE=1.81308163449 MaxLexEgivenF=1.69265075481 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| wie viele menschen [X,1] ||| like many people [X,1] ||| EgivenFCoherent=1.2671717284 SampleCountF=1.57978359662 CountEF=0.47712125472 MaxLexFgivenE=2.03989880205 MaxLexEgivenF=1.80330846506 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] haben ||| [X,1] how many [X,2] have ||| EgivenFCoherent=1.21307482531 SampleCountF=1.9956351946 CountEF=0.845098040014 MaxLexFgivenE=1.72728133889 MaxLexEgivenF=1.73968101798 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| wie viele [X,1] haben ||| how many [X,1] have ||| EgivenFCoherent=0.787106093037 SampleCountF=1.9956351946 CountEF=1.23044892138 MaxLexFgivenE=1.72728133889 MaxLexEgivenF=1.73968101798 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] haben ||| how many [X,1] do ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=2.68500412839 MaxLexEgivenF=3.14872684637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] haben ||| how many [X,1] did ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=2.35978056185 MaxLexEgivenF=3.4061053905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] haben ||| how many [X,1] &apos;ve got ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=1.81402420387 MaxLexEgivenF=5.90978469307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] haben [X,2] ||| as many [X,1] [X,2] ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=4.07088955149 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] haben [X,2] ||| how many [X,1] [X,2] have ||| EgivenFCoherent=1.51410482097 SampleCountF=1.9956351946 CountEF=0.602059991328 MaxLexFgivenE=1.72728133889 MaxLexEgivenF=1.73968101798 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-4
+[X] ||| wie viele [X,1] haben [X,2] ||| how many [X,1] have [X,2] ||| EgivenFCoherent=0.912044829645 SampleCountF=1.9956351946 CountEF=1.11394335231 MaxLexFgivenE=1.72728133889 MaxLexEgivenF=1.73968101798 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] haben [X,2] ||| how many [X,1] do [X,2] ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=2.68500412839 MaxLexEgivenF=3.14872684637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] haben [X,2] ||| how many [X,1] did [X,2] ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=2.35978056185 MaxLexEgivenF=3.4061053905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] haben [X,2] ||| how many [X,1] &apos;ve got [X,2] ||| EgivenFCoherent=1.99122607569 SampleCountF=1.9956351946 CountEF=0.301029995664 MaxLexFgivenE=1.81402420387 MaxLexEgivenF=5.90978469307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| [X,1] wie viele [X,2] das ||| [X,1] as many [X,2] the ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.60168956805 MaxLexEgivenF=1.15735520067 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] das ||| [X,1] how many [X,2] the ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=2.07405755846 MaxLexEgivenF=1.51169398912 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] das ||| [X,1] how many [X,2] which ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.26954097339 MaxLexEgivenF=2.98586431628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| wie viele [X,1] das ||| as many [X,1] the ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=2.60168956805 MaxLexEgivenF=1.15735520067 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das ||| how many [X,1] the ||| EgivenFCoherent=1.00539503189 SampleCountF=1.91381385238 CountEF=0.954242509439 MaxLexFgivenE=2.07405755846 MaxLexEgivenF=1.51169398912 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das ||| how many [X,1] which ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.26954097339 MaxLexEgivenF=2.98586431628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das ||| like many [X,1] the ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.30087472603 MaxLexEgivenF=1.62235169936 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das ||| like many , [X,1] this ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.33894375104 MaxLexEgivenF=3.36723691532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| wie viele [X,1] das [X,2] ||| as many [X,1] the [X,2] ||| EgivenFCoherent=1.60745502321 SampleCountF=1.91381385238 CountEF=0.47712125472 MaxLexFgivenE=2.60168956805 MaxLexEgivenF=1.15735520067 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das [X,2] ||| how many [X,1] the [X,2] ||| EgivenFCoherent=1.06338697886 SampleCountF=1.91381385238 CountEF=0.903089986992 MaxLexFgivenE=2.07405755846 MaxLexEgivenF=1.51169398912 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das [X,2] ||| how many [X,1] which [X,2] ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.26954097339 MaxLexEgivenF=2.98586431628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das [X,2] ||| like many [X,1] the [X,2] ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.30087472603 MaxLexEgivenF=1.62235169936 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] das [X,2] ||| like many , [X,1] this [X,2] ||| EgivenFCoherent=1.90848501888 SampleCountF=1.91381385238 CountEF=0.301029995664 MaxLexFgivenE=2.33894375104 MaxLexEgivenF=3.36723691532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] as in [X,2] of the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.80609609519 MaxLexEgivenF=2.90822236646 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] how many [X,2] of ||| EgivenFCoherent=1.56229286446 SampleCountF=2.34242268082 CountEF=0.845098040014 MaxLexFgivenE=1.70594552174 MaxLexEgivenF=1.9322033963 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] how many [X,2] the ||| EgivenFCoherent=1.86332286012 SampleCountF=2.34242268082 CountEF=0.602059991328 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] how many people [X,2] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=3.96257834418 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] like many others [X,2] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.89144918082 MaxLexEgivenF=4.64403835203 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| wie viele [X,1] der ||| the number [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.94024087676 MaxLexEgivenF=2.49006581659 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1 3-3
+[X] ||| wie viele [X,1] der ||| as in [X,1] of the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.80609609519 MaxLexEgivenF=2.90822236646 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der ||| as many [X,1] of ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.23357753132 MaxLexEgivenF=1.57786460785 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| as many [X,1] of the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.86580244605 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der ||| as many [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.21049405083 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many [X,1] of ||| EgivenFCoherent=1.49534607483 SampleCountF=2.34242268082 CountEF=0.903089986992 MaxLexFgivenE=1.70594552174 MaxLexEgivenF=1.9322033963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many [X,1] the ||| EgivenFCoherent=1.29905142968 SampleCountF=2.34242268082 CountEF=1.07918124605 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many [X,1] that ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.13938918108 MaxLexEgivenF=3.59819214945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many people [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=3.96257834418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der ||| like many [X,1] nearby ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.06860024248 MaxLexEgivenF=4.34875682644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| like many others [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.89144918082 MaxLexEgivenF=4.64403835203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der ||| like most of [X,1] that ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=3.63109880079 MaxLexEgivenF=5.91623483761 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| the [X,2] how many [X,1] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 0-2 1-3
+[X] ||| wie viele [X,1] der [X,2] ||| the number [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.94024087676 MaxLexEgivenF=2.49006581659 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| as in [X,1] of the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.80609609519 MaxLexEgivenF=2.90822236646 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| as many [X,1] of [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.23357753132 MaxLexEgivenF=1.57786460785 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| as many [X,1] of the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.86580244605 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| as many [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.21049405083 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] [X,2] ||| EgivenFCoherent=2.03941411918 SampleCountF=2.34242268082 CountEF=0.47712125472 MaxLexFgivenE=2.13938918108 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] of [X,2] ||| EgivenFCoherent=1.49534607483 SampleCountF=2.34242268082 CountEF=0.903089986992 MaxLexFgivenE=1.70594552174 MaxLexEgivenF=1.9322033963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] the [X,2] ||| EgivenFCoherent=1.29905142968 SampleCountF=2.34242268082 CountEF=1.07918124605 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] that [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.13938918108 MaxLexEgivenF=3.59819214945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many people [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=3.96257834418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| like many of [X,2] [X,1] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.9327626893 MaxLexEgivenF=2.04286110654 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-2
+[X] ||| wie viele [X,1] der [X,2] ||| like many others [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.89144918082 MaxLexEgivenF=4.64403835203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| like most of [X,1] that [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=3.63109880079 MaxLexEgivenF=5.91623483761 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| wie viele [X,1] überlebt ||| how many [X,1] survived ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=2.17637201018 MaxLexEgivenF=2.09932905645 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] wie [X,2] menschen haben ||| [X,1] how [X,2] people have ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=1.91799350397 MaxLexEgivenF=1.77705560152 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| wie [X,1] menschen haben ||| as [X,1] people have ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=2.44562551355 MaxLexEgivenF=1.42271681307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] menschen haben ||| how [X,1] people have ||| EgivenFCoherent=0.602059991328 SampleCountF=0.954242509439 CountEF=0.47712125472 MaxLexFgivenE=1.91799350397 MaxLexEgivenF=1.77705560152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] menschen haben [X,2] ||| as [X,1] people have [X,2] ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=2.44562551355 MaxLexEgivenF=1.42271681307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] menschen haben [X,2] ||| how [X,1] people have [X,2] ||| EgivenFCoherent=0.602059991328 SampleCountF=0.954242509439 CountEF=0.47712125472 MaxLexFgivenE=1.91799350397 MaxLexEgivenF=1.77705560152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] menschen [X,2] das ||| how [X,1] people [X,2] the ||| EgivenFCoherent=0.954242509439 SampleCountF=1.27875360095 CountEF=0.47712125472 MaxLexFgivenE=2.26476972355 MaxLexEgivenF=1.54906857266 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] menschen [X,2] das ||| how do people [X,2] [X,1] the ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=2.26476972355 MaxLexEgivenF=3.76760530056 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2 4-5
+[X] ||| wie [X,1] menschen [X,2] das ||| like [X,1] humans [X,2] a ||| EgivenFCoherent=1.2552725051 SampleCountF=1.27875360095 CountEF=0.301029995664 MaxLexFgivenE=2.7279307882 MaxLexEgivenF=3.80308978286 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] menschen [X,2] der ||| as [X,1] human being [X,2] as it ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=3.18288474862 MaxLexEgivenF=7.00343859701 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5 4-6
+[X] ||| wie [X,1] menschen [X,2] der ||| as [X,1] people [X,2] the ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=2.38297618793 MaxLexEgivenF=1.24786863437 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] menschen [X,2] der ||| how [X,1] people [X,2] of ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=1.89665768682 MaxLexEgivenF=1.96957797984 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] menschen [X,2] der ||| like [X,1] man [X,2] the ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=2.41603730004 MaxLexEgivenF=2.76357814682 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] menschen [X,2] der ||| like [X,1] people [X,2] of the ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=2.08216134591 MaxLexEgivenF=2.36817352828 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| wie [X,1] menschen [X,2] der ||| than [X,1] people [X,2] the ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=3.47143998152 MaxLexEgivenF=3.15638575781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] haben [X,2] der ||| as [X,1] have [X,2] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.29717589233 MaxLexEgivenF=1.29489889753 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] haben [X,2] der ||| how [X,1] have [X,2] the ||| EgivenFCoherent=1.93951925262 SampleCountF=2.24303804869 CountEF=0.47712125472 MaxLexFgivenE=1.76954388274 MaxLexEgivenF=1.64923768598 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] haben [X,2] der ||| like [X,1] have [X,2] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=1.9963610503 MaxLexEgivenF=1.75989539623 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] haben [X,2] der ||| such as [X,1] have [X,2] which ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4517546154 MaxLexEgivenF=4.06405079572 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] das [X,2] der ||| as [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64395211191 MaxLexEgivenF=1.43428242569 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| as [X,1] the [X,2] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.64395211191 MaxLexEgivenF=1.66908141374 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4 4-5
+[X] ||| wie [X,1] das [X,2] der ||| as [X,1] the [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.64395211191 MaxLexEgivenF=1.01377301851 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| how [X,1] the [X,2] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.11632010232 MaxLexEgivenF=1.78862121414 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| how [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11632010232 MaxLexEgivenF=2.02342020219 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| wie [X,1] das [X,2] der ||| how [X,1] the [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.11632010232 MaxLexEgivenF=1.36811180696 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| how [X,1] this [X,2] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62914629515 MaxLexEgivenF=4.37393340771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| how to [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11632010232 MaxLexEgivenF=2.8009264852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| wie [X,1] das [X,2] der ||| like [X,1] the [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34313726988 MaxLexEgivenF=2.13407791243 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| wie [X,1] das [X,2] der ||| like [X,1] the [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34313726988 MaxLexEgivenF=1.47876951721 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| however [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.72178262899 MaxLexEgivenF=3.56842101093 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] das [X,2] der ||| just as [X,1] the [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64395211191 MaxLexEgivenF=3.73189929512 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| [X,1] viele menschen haben ||| [X,1] many people are ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.33351511604 MaxLexEgivenF=2.13579828864 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben ||| [X,1] many people have ||| EgivenFCoherent=0.865301426103 SampleCountF=1.36172783602 CountEF=0.602059991328 MaxLexFgivenE=2.14708453637 MaxLexEgivenF=1.25692294085 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben ||| [X,1] many people do ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.10480732588 MaxLexEgivenF=2.66596876924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben ||| [X,1] many people bought ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=2.70638219517 MaxLexEgivenF=3.7091660047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben ||| have [X,1] many people ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=2.14708453637 MaxLexEgivenF=1.25692294085 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2 2-3
+[X] ||| [X,1] viele menschen haben [X,2] ||| [X,1] many people are [X,2] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.33351511604 MaxLexEgivenF=2.13579828864 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben [X,2] ||| [X,1] many people have [X,2] ||| EgivenFCoherent=0.865301426103 SampleCountF=1.36172783602 CountEF=0.602059991328 MaxLexFgivenE=2.14708453637 MaxLexEgivenF=1.25692294085 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben [X,2] ||| [X,1] many people do [X,2] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.10480732588 MaxLexEgivenF=2.66596876924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben [X,2] ||| [X,1] many people bought [X,2] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=2.70638219517 MaxLexEgivenF=3.7091660047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] viele menschen haben [X,2] ||| have [X,1] many people [X,2] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=2.14708453637 MaxLexEgivenF=1.25692294085 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2 2-3
+[X] ||| viele menschen haben ||| many people are ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.33351511604 MaxLexEgivenF=2.13579828864 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben ||| many people have ||| EgivenFCoherent=0.497324640808 SampleCountF=1.36172783602 CountEF=0.903089986992 MaxLexFgivenE=2.14708453637 MaxLexEgivenF=1.25692294085 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben ||| many people do ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.10480732588 MaxLexEgivenF=2.66596876924 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben ||| many people received ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.00217861908 MaxLexEgivenF=3.43023795326 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben ||| many people bought ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=2.70638219517 MaxLexEgivenF=3.7091660047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben ||| most people have ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.84542064786 MaxLexEgivenF=2.80899952354 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben [X,1] ||| many people are [X,1] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.33351511604 MaxLexEgivenF=2.13579828864 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben [X,1] ||| many people have [X,1] ||| EgivenFCoherent=0.564271430439 SampleCountF=1.36172783602 CountEF=0.845098040014 MaxLexFgivenE=2.14708453637 MaxLexEgivenF=1.25692294085 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben [X,1] ||| many people do [X,1] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.10480732588 MaxLexEgivenF=2.66596876924 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben [X,1] ||| many people received [X,1] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.00217861908 MaxLexEgivenF=3.43023795326 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben [X,1] ||| many people bought [X,1] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=2.70638219517 MaxLexEgivenF=3.7091660047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| viele menschen haben [X,1] ||| most people have [X,1] ||| EgivenFCoherent=1.34242268082 SampleCountF=1.36172783602 CountEF=0.301029995664 MaxLexFgivenE=3.84542064786 MaxLexEgivenF=2.80899952354 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| [X,1] viele menschen [X,2] das ||| [X,1] many people [X,2] the ||| EgivenFCoherent=1.35218251811 SampleCountF=1.66275783168 CountEF=0.47712125472 MaxLexFgivenE=2.49386075595 MaxLexEgivenF=1.02893591199 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] viele menschen [X,2] das ||| many people [X,1] [X,2] fully ||| EgivenFCoherent=1.65321251378 SampleCountF=1.66275783168 CountEF=0.301029995664 MaxLexFgivenE=3.51758304078 MaxLexEgivenF=4.57298679542 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 4-4
+[X] ||| viele menschen [X,1] das ||| many people [X,1] the ||| EgivenFCoherent=0.954242509439 SampleCountF=1.66275783168 CountEF=0.778151250384 MaxLexFgivenE=2.49386075595 MaxLexEgivenF=1.02893591199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] das [X,2] ||| many people [X,1] the [X,2] ||| EgivenFCoherent=1.05115252245 SampleCountF=1.66275783168 CountEF=0.698970004336 MaxLexFgivenE=2.49386075595 MaxLexEgivenF=1.02893591199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| [X,1] viele menschen [X,2] der ||| [X,1] many people [X,2] of ||| EgivenFCoherent=1.87215627275 SampleCountF=2.17609125906 CountEF=0.47712125472 MaxLexFgivenE=2.12574871922 MaxLexEgivenF=1.44944531916 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] viele menschen [X,2] der ||| [X,1] many people [X,2] of the ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.73738315737 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] viele menschen [X,2] der ||| [X,1] many people [X,2] the ||| EgivenFCoherent=1.17318626841 SampleCountF=2.17609125906 CountEF=1.04139268516 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.08207476214 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] viele menschen [X,2] der ||| [X,1] people [X,2] the ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.05909359779 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-3
+[X] ||| [X,1] viele menschen [X,2] der ||| many people [X,1] [X,2] the ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.08207476214 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 4-4
+[X] ||| [X,1] viele menschen [X,2] der ||| many people [X,1] [X,2] a ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.55919237856 MaxLexEgivenF=1.79628223448 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 4-4
+[X] ||| viele menschen [X,1] der ||| of people [X,1] the ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.05909359779 MaxLexEgivenF=1.35900198717 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der ||| many people [X,1] of ||| EgivenFCoherent=1.39503501803 SampleCountF=2.17609125906 CountEF=0.845098040014 MaxLexFgivenE=2.12574871922 MaxLexEgivenF=1.44944531916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der ||| many people [X,1] of the ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.73738315737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| viele menschen [X,1] der ||| many people [X,1] the ||| EgivenFCoherent=0.894432667459 SampleCountF=2.17609125906 CountEF=1.30102999566 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.08207476214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der ||| most people [X,1] the ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.78277132223 MaxLexEgivenF=2.63415134484 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der ||| people [X,1] the ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.05909359779 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| viele menschen [X,1] der [X,2] ||| of people [X,1] the [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.05909359779 MaxLexEgivenF=1.35900198717 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der [X,2] ||| many people [X,1] [X,2] ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.55919237856 MaxLexEgivenF=0.794136923941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| viele menschen [X,1] der [X,2] ||| many people [X,1] of [X,2] ||| EgivenFCoherent=1.57112627708 SampleCountF=2.17609125906 CountEF=0.698970004336 MaxLexFgivenE=2.12574871922 MaxLexEgivenF=1.44944531916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der [X,2] ||| many people [X,1] of the [X,2] ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.73738315737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| viele menschen [X,1] der [X,2] ||| many people [X,1] the [X,2] ||| EgivenFCoherent=0.969066285756 SampleCountF=2.17609125906 CountEF=1.23044892138 MaxLexFgivenE=2.08443521075 MaxLexEgivenF=1.08207476214 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der [X,2] ||| most people [X,1] the [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.78277132223 MaxLexEgivenF=2.63415134484 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| viele menschen [X,1] der [X,2] ||| people [X,1] the [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.05909359779 MaxLexEgivenF=0.703693591942 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| viele [X,1] haben das ||| many [X,1] have a ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=3.00006327528 MaxLexEgivenF=1.84331249765 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| viele [X,1] haben das [X,2] ||| many [X,1] have a [X,2] ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=3.00006327528 MaxLexEgivenF=1.84331249765 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| viele [X,1] haben [X,2] der ||| a lot of [X,1] have a [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.17897694729 CountEF=0.301029995664 MaxLexFgivenE=2.52445286421 MaxLexEgivenF=4.96343358379 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 0-5 4-7
+[X] ||| viele [X,1] haben [X,2] der ||| many [X,1] have [X,2] of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.17897694729 CountEF=0.47712125472 MaxLexFgivenE=2.03994842362 MaxLexEgivenF=1.49647558233 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] haben [X,2] der ||| many [X,1] have [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.17897694729 CountEF=0.301029995664 MaxLexFgivenE=1.99863491514 MaxLexEgivenF=1.12910502531 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] haben [X,2] der ||| many [X,1] have [X,2] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.17897694729 CountEF=0.301029995664 MaxLexFgivenE=2.47339208295 MaxLexEgivenF=1.84331249765 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] haben [X,2] der ||| many [X,1] have made [X,2] of ||| EgivenFCoherent=1.69897000434 SampleCountF=2.17897694729 CountEF=0.602059991328 MaxLexFgivenE=2.03994842362 MaxLexEgivenF=3.82035505861 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| viele [X,1] haben [X,2] der ||| most [X,1] have [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.17897694729 CountEF=0.301029995664 MaxLexFgivenE=3.69697102663 MaxLexEgivenF=2.68118160801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] haben [X,2] der ||| some [X,1] have [X,2] in the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.17897694729 CountEF=0.301029995664 MaxLexFgivenE=3.75037166451 MaxLexEgivenF=4.26824045496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| viele [X,1] das [X,2] der ||| a [X,1] which [X,2] the ||| EgivenFCoherent=2.32837960344 SampleCountF=2.33041377335 CountEF=0.301029995664 MaxLexFgivenE=4.25359103968 MaxLexEgivenF=2.94591361379 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] das [X,2] der ||| many [X,1] the [X,2] of ||| EgivenFCoherent=1.48328156342 SampleCountF=2.33041377335 CountEF=0.903089986992 MaxLexFgivenE=2.34541113472 MaxLexEgivenF=1.26848855347 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] das [X,2] der ||| many [X,1] the [X,2] of the ||| EgivenFCoherent=2.02734960777 SampleCountF=2.33041377335 CountEF=0.47712125472 MaxLexFgivenE=2.34541113472 MaxLexEgivenF=1.50328754151 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4 4-5
+[X] ||| viele [X,1] das [X,2] der ||| many [X,1] the [X,2] in the ||| EgivenFCoherent=2.32837960344 SampleCountF=2.33041377335 CountEF=0.301029995664 MaxLexFgivenE=2.34541113472 MaxLexEgivenF=2.2687802369 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| viele [X,1] das [X,2] der ||| many [X,1] the [X,2] the ||| EgivenFCoherent=1.85125834872 SampleCountF=2.33041377335 CountEF=0.602059991328 MaxLexFgivenE=2.34541113472 MaxLexEgivenF=0.84797914629 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] das [X,2] der ||| many [X,1] a [X,2] the ||| EgivenFCoherent=2.32837960344 SampleCountF=2.33041377335 CountEF=0.301029995664 MaxLexFgivenE=2.34541113472 MaxLexEgivenF=1.61532546878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] das [X,2] der ||| many [X,1] be the [X,2] in the ||| EgivenFCoherent=2.32837960344 SampleCountF=2.33041377335 CountEF=0.301029995664 MaxLexFgivenE=2.34541113472 MaxLexEgivenF=4.61309429038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5 4-6
+[X] ||| [X,1] menschen haben [X,2] der ||| [X,1] people have [X,2] of ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.2306605887 MaxLexEgivenF=1.53385016587 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] menschen haben [X,2] der ||| [X,1] people have [X,2] the ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=1.16647960885 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] menschen haben [X,2] der ||| [X,1] people have been [X,2] the ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=3.69092411357 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] menschen haben [X,2] der ||| have [X,1] people [X,2] of ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.2306605887 MaxLexEgivenF=1.53385016587 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 4-4
+[X] ||| [X,1] menschen haben [X,2] der ||| have [X,1] people [X,2] the ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=1.16647960885 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 4-4
+[X] ||| menschen haben [X,1] der ||| people have [X,1] of ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.2306605887 MaxLexEgivenF=1.53385016587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| menschen haben [X,1] der ||| people have [X,1] the ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=1.16647960885 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| menschen haben [X,1] der ||| people have been [X,1] the ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=3.69092411357 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| menschen haben [X,1] der [X,2] ||| people have [X,1] of [X,2] ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.2306605887 MaxLexEgivenF=1.53385016587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| menschen haben [X,1] der [X,2] ||| people have [X,1] the [X,2] ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=1.16647960885 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| menschen haben [X,1] der [X,2] ||| people have been [X,1] the [X,2] ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=2.18934708022 MaxLexEgivenF=3.69092411357 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| menschen [X,1] das [X,2] der ||| man [X,1] the [X,2] the ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.86999925394 MaxLexEgivenF=1.93606674359 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| menschen [X,1] das [X,2] der ||| people [X,1] the [X,2] of ||| EgivenFCoherent=1.90848501888 SampleCountF=2.2121876044 CountEF=0.47712125472 MaxLexFgivenE=2.5361232998 MaxLexEgivenF=1.30586313701 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| menschen [X,1] das [X,2] der ||| people [X,1] the [X,2] of the ||| EgivenFCoherent=1.90848501888 SampleCountF=2.2121876044 CountEF=0.47712125472 MaxLexFgivenE=2.5361232998 MaxLexEgivenF=1.54066212505 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4 4-5
+[X] ||| menschen [X,1] das [X,2] der ||| people [X,1] the [X,2] the ||| EgivenFCoherent=1.90848501888 SampleCountF=2.2121876044 CountEF=0.47712125472 MaxLexFgivenE=2.5361232998 MaxLexEgivenF=0.88535372983 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| menschen [X,1] das [X,2] der ||| people [X,1] this [X,2] the ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.5361232998 MaxLexEgivenF=2.01961533178 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| menschen [X,1] das [X,2] der ||| men [X,1] the [X,2] of ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.88647727161 MaxLexEgivenF=2.47734181289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| menschen [X,1] das [X,2] der ||| men [X,1] the [X,2] who ||| EgivenFCoherent=2.20951501454 SampleCountF=2.2121876044 CountEF=0.301029995664 MaxLexFgivenE=2.88647727161 MaxLexEgivenF=3.15939037407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| [X,1] haben das [X,2] der ||| [X,1] have the [X,2] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=0.932383992998 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] haben das [X,2] der ||| [X,1] have a [X,2] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=1.91443278819 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] haben das [X,2] der ||| [X,1] receive the [X,2] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.81380482285 MaxLexEgivenF=3.44499350117 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] haben das [X,2] der ||| have [X,1] the [X,2] of the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=1.58769238822 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 4-4 4-5
+[X] ||| haben das [X,1] der ||| have the [X,1] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=0.932383992998 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| haben das [X,1] der ||| have a [X,1] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=1.91443278819 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| haben das [X,1] der ||| chose the [X,1] of the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.21213847248 MaxLexEgivenF=4.32469783503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| haben das [X,1] der ||| receive the [X,1] the ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.81380482285 MaxLexEgivenF=3.44499350117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| haben das [X,1] der [X,2] ||| have the [X,1] [X,2] ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=0.697585004953 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] der [X,2] ||| have the [X,1] the [X,2] ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=0.932383992998 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| haben das [X,1] der [X,2] ||| have a [X,1] the [X,2] ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=2.4503230042 MaxLexEgivenF=1.91443278819 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| haben das [X,1] der [X,2] ||| do the [X,1] [X,2] ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.40804579371 MaxLexEgivenF=2.10663083334 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| haben das [X,1] der [X,2] ||| chose the [X,1] of the [X,2] ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.21213847248 MaxLexEgivenF=4.32469783503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| haben das [X,1] der [X,2] ||| receive the [X,1] the [X,2] ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.81380482285 MaxLexEgivenF=3.44499350117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| haben [X,1] der [X,2] überlebt ||| have survived [X,1] of the [X,2] ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=2.55263745592 MaxLexEgivenF=2.22846630571 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 4-1 2-3 2-4
+[X] ||| [X,1] wie viele menschen haben ||| [X,1] how many people have ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=2.53514700457 MaxLexEgivenF=2.15543677172 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 3-3 4-4
+[X] ||| wie viele menschen haben ||| how many people have ||| EgivenFCoherent=0.301029995664 SampleCountF=0.698970004336 CountEF=0.47712125472 MaxLexFgivenE=2.53514700457 MaxLexEgivenF=2.15543677172 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 3-3
+[X] ||| wie viele menschen haben [X,1] ||| how many people have [X,1] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.698970004336 CountEF=0.47712125472 MaxLexFgivenE=2.53514700457 MaxLexEgivenF=2.15543677172 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2 3-3
+[X] ||| wie viele menschen [X,1] das ||| how many people [X,1] the ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.88192322415 MaxLexEgivenF=1.92744974286 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4
+[X] ||| wie viele menschen [X,1] der ||| how many people [X,1] of ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=2.51381118743 MaxLexEgivenF=2.34795915004 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4
+[X] ||| viele menschen haben [X,1] der ||| most people have [X,1] the ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=4.50483669231 MaxLexEgivenF=3.09693736175 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 2-2 4-4
diff --git a/example_free917/grammar/grammar.6 b/example_free917/grammar/grammar.6
new file mode 100644
index 0000000..63d1c6e
--- /dev/null
+++ b/example_free917/grammar/grammar.6
@@ -0,0 +1,610 @@
+[X] ||| [X,1] bei ||| [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62528452598 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] in ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.65543318168 MaxLexEgivenF=0.812868570758 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] bei ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.300378064871 MaxLexEgivenF=2.229658809 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.22145166145 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01182603478 MaxLexEgivenF=1.75778060969 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] for ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.6693943424 MaxLexEgivenF=1.09608796839 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] with ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.53873820751 MaxLexEgivenF=1.0727463833 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] at ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.20005564982 MaxLexEgivenF=0.98664557785 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86414032794 MaxLexEgivenF=1.61602837407 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19493130523 MaxLexEgivenF=1.53981739986 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.36499136006 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei ||| [X,1] production ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89177118616 MaxLexEgivenF=3.73829711517 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei ||| happy to be at [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.20005564982 MaxLexEgivenF=8.65339852233 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-2 1-3 1-5
+[X] ||| [X,1] bei [X,2] ||| [X,1] [X,2] ’ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93211591491 MaxLexEgivenF=3.08664400875 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] bei [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62528452598 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] in [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.65543318168 MaxLexEgivenF=0.812868570758 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] bei [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.300378064871 MaxLexEgivenF=2.229658809 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.22145166145 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] for [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.6693943424 MaxLexEgivenF=1.09608796839 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] with [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.53873820751 MaxLexEgivenF=1.0727463833 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] at [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.20005564982 MaxLexEgivenF=0.98664557785 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] when [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19493130523 MaxLexEgivenF=1.53981739986 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| [X,1] production [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89177118616 MaxLexEgivenF=3.73829711517 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] bei [X,2] ||| for [X,2] , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.6693943424 MaxLexEgivenF=1.70671158239 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] bei [X,2] ||| happy to be at [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.20005564982 MaxLexEgivenF=8.65339852233 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 1-2 1-3 1-5
+[X] ||| bei ||| of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62528452598 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| in ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=1.65543318168 MaxLexEgivenF=0.812868570758 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.91346069894 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| bei ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.300378064871 MaxLexEgivenF=2.229658809 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| to ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.22145166145 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| on ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.73624649604 MaxLexEgivenF=1.35662899694 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| from ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.01182603478 MaxLexEgivenF=1.75778060969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| for ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.6693943424 MaxLexEgivenF=1.09608796839 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| with ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.53873820751 MaxLexEgivenF=1.0727463833 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| at ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.20005564982 MaxLexEgivenF=0.98664557785 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| by ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.86414032794 MaxLexEgivenF=1.61602837407 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| when ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.19493130523 MaxLexEgivenF=1.53981739986 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.36499136006 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| through ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04809637145 MaxLexEgivenF=2.62220378579 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.91500277254 MaxLexEgivenF=2.85308185194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13440990072 MaxLexEgivenF=3.04781522106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| if ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54102019225 MaxLexEgivenF=1.71153986186 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71642333389 MaxLexEgivenF=3.14703115035 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| ’ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93211591491 MaxLexEgivenF=3.08664400875 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei ||| during ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.26602345534 MaxLexEgivenF=1.86736487104 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei ||| during the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26602345534 MaxLexEgivenF=3.21202870712 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| bei ||| production ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89177118616 MaxLexEgivenF=3.73829711517 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] ||| [X,1] ’ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93211591491 MaxLexEgivenF=3.08664400875 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| bei [X,1] ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62528452598 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] ||| in [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.65543318168 MaxLexEgivenF=0.812868570758 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| in the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65543318168 MaxLexEgivenF=2.15753240684 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] ||| bei [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.300378064871 MaxLexEgivenF=2.229658809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] ||| to [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.22145166145 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| on [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.73624649604 MaxLexEgivenF=1.35662899694 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| from [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01182603478 MaxLexEgivenF=1.75778060969 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] ||| for [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.6693943424 MaxLexEgivenF=1.09608796839 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| with [X,1] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.53873820751 MaxLexEgivenF=1.0727463833 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| at [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.20005564982 MaxLexEgivenF=0.98664557785 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| when [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.19493130523 MaxLexEgivenF=1.53981739986 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| if [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54102019225 MaxLexEgivenF=1.71153986186 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] ||| during [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.26602345534 MaxLexEgivenF=1.86736487104 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| bei [X,1] ||| during the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26602345534 MaxLexEgivenF=3.21202870712 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| bei [X,1] ||| production [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89177118616 MaxLexEgivenF=3.73829711517 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] welchen ||| [X,1] and which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=1.57499498044 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] welchen ||| [X,1] the ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=4.12813842997 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen ||| [X,1] which ||| EgivenFCoherent=0.864337398 SampleCountF=2.47856649559 CountEF=1.6232492904 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=0.628794244575 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen ||| [X,1] what ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen ||| [X,1] any ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.34266158097 MaxLexEgivenF=1.84835119741 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen ||| [X,1] your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.12212098729 MaxLexEgivenF=2.14938119308 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welchen ||| [X,1] see which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=3.45486904728 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] welchen ||| [X,1] welchen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579783596617 MaxLexEgivenF=2.72916478969 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welchen ||| [X,1] whom ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27369558793 MaxLexEgivenF=2.12710479836 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welchen [X,2] ||| [X,1] and which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=1.57499498044 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] welchen [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.12813842997 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen [X,2] ||| [X,1] which [X,2] ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=0.628794244575 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen [X,2] ||| [X,1] what [X,2] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] welchen [X,2] ||| [X,1] any [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34266158097 MaxLexEgivenF=1.84835119741 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welchen [X,2] ||| [X,1] see which [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=3.45486904728 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] welchen [X,2] ||| [X,1] welchen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579783596617 MaxLexEgivenF=2.72916478969 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welchen [X,2] ||| [X,1] whom [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27369558793 MaxLexEgivenF=2.12710479836 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] welchen [X,2] ||| the [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.12813842997 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welchen [X,2] ||| which [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=0.628794244575 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] welchen [X,2] ||| what [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] welchen [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] welchen [X,2] ||| basic [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42433706668 MaxLexEgivenF=2.95101353931 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| welchen ||| the ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=4.12813842997 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen ||| which ||| EgivenFCoherent=0.736758565225 SampleCountF=2.47856649559 CountEF=1.74818802701 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=0.628794244575 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen ||| there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92260313561 MaxLexEgivenF=2.28200675835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| what ||| EgivenFCoherent=0.814363423038 SampleCountF=2.47856649559 CountEF=1.67209785794 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen ||| any ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.34266158097 MaxLexEgivenF=1.84835119741 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen ||| different ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22388515188 MaxLexEgivenF=3.12710479836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| how ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.75558780389 MaxLexEgivenF=1.54164406886 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen ||| your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.12212098729 MaxLexEgivenF=2.14938119308 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.64717642463 MaxLexEgivenF=2.17286228893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| see which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=3.45486904728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welchen ||| welchen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579783596617 MaxLexEgivenF=2.72916478969 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| questions ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.06092436969 MaxLexEgivenF=3.42813479403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| whom ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.27369558793 MaxLexEgivenF=2.12710479836 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen ||| tell what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=3.51286099425 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welchen ||| basic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42433706668 MaxLexEgivenF=2.95101353931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen ||| add ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09078692795 MaxLexEgivenF=3.42813479403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] ||| [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=0.628794244575 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| welchen [X,1] ||| the [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=4.12813842997 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen [X,1] ||| which [X,1] ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=0.628794244575 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen [X,1] ||| what [X,1] ||| EgivenFCoherent=0.897337658103 SampleCountF=2.47856649559 CountEF=1.59106460703 MaxLexFgivenE=2.03969732393 MaxLexEgivenF=0.783696204561 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen [X,1] ||| any [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34266158097 MaxLexEgivenF=1.84835119741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] ||| how [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.75558780389 MaxLexEgivenF=1.54164406886 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| welchen [X,1] ||| other [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.64717642463 MaxLexEgivenF=2.17286228893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] ||| see which [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50799286501 MaxLexEgivenF=3.45486904728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| welchen [X,1] ||| welchen [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.579783596617 MaxLexEgivenF=2.72916478969 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] ||| questions [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.06092436969 MaxLexEgivenF=3.42813479403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] ||| whom [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27369558793 MaxLexEgivenF=2.12710479836 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] ||| basic [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42433706668 MaxLexEgivenF=2.95101353931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] olympischen ||| [X,1] , 7-8 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13353890837 MaxLexEgivenF=3.75113165704 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] olympischen ||| [X,1] olympischen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.204119982656 MaxLexEgivenF=2.4415380387 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] olympischen ||| [X,1] olympic ||| EgivenFCoherent=0.752845385119 SampleCountF=2.47856649559 CountEF=1.73239375982 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] olympischen ||| [X,1] winter ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38683106849 MaxLexEgivenF=1.43293786694 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] olympischen ||| [X,1] winter olympic ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=1.98461418438 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] olympischen ||| [X,1] winter olympics ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=1.8040685839 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] olympischen ||| [X,1] athletes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58574264739 MaxLexEgivenF=2.53844805171 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] olympischen ||| olympics [X,1] ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] olympischen [X,2] ||| [X,2] olympics [X,1] ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] olympischen [X,2] ||| [X,1] [X,2] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] olympischen [X,2] ||| [X,1] olympischen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.204119982656 MaxLexEgivenF=2.4415380387 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] olympischen [X,2] ||| [X,1] olympic [X,2] ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] olympischen [X,2] ||| [X,1] winter , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38683106849 MaxLexEgivenF=2.04356148095 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] olympischen [X,2] ||| [X,1] winter olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=1.98461418438 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] olympischen [X,2] ||| [X,1] athletes [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58574264739 MaxLexEgivenF=2.53844805171 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] olympischen [X,2] ||| olympic [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| olympischen ||| olympischen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.204119982656 MaxLexEgivenF=2.4415380387 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| olympic ||| EgivenFCoherent=0.632023214705 SampleCountF=2.47856649559 CountEF=1.85125834872 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| olympischen ||| winter ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38683106849 MaxLexEgivenF=1.43293786694 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| winter olympic ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=1.98461418438 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| olympischen ||| winter olympics ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=1.8040685839 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| olympischen ||| olympics ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| olympischen ||| dedicated ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84911216618 MaxLexEgivenF=3.14050804304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| athletes ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.58574264739 MaxLexEgivenF=2.53844805171 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| olympischen ||| took ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73126634908 MaxLexEgivenF=2.83947804737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| 7-8 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13353890837 MaxLexEgivenF=3.14050804304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| summer olympics ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=2.03451750528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| olympischen ||| champions ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03039730086 MaxLexEgivenF=2.83947804737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| official ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.8251014116 MaxLexEgivenF=3.14050804304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen ||| major ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.8228542978 MaxLexEgivenF=2.83947804737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen [X,1] ||| [X,1] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| olympischen [X,1] ||| [X,1] olympics ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.46295795101 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| olympischen [X,1] ||| olympischen [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.204119982656 MaxLexEgivenF=2.4415380387 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen [X,1] ||| olympic [X,1] ||| EgivenFCoherent=0.670941280736 SampleCountF=2.47856649559 CountEF=1.81291335664 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| olympischen [X,1] ||| winter , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38683106849 MaxLexEgivenF=2.04356148095 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| olympischen [X,1] ||| winter olympic [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.790473792156 MaxLexEgivenF=1.98461418438 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| olympischen [X,1] ||| athletes [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58574264739 MaxLexEgivenF=2.53844805171 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] spielen ||| [X,1] , play ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.10030126183 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] spielen ||| [X,1] of playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.81683081921 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen ||| [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.13215505338 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] are playing ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] spielen ||| [X,1] some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] title ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] spielen ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] games ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] playing ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] play ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] gamble ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.950086549668 MaxLexEgivenF=2.44515922938 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] gambling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] gameplay ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83463260634 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| are playing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] spielen ||| playing [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] spielen ||| play [X,1] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] , play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.10030126183 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] of playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.81683081921 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] gameplay ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83463260634 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] are playing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] play [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] [X,2] play ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,1] , play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.10030126183 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,1] are playing [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,1] some [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] title [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] spielen [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] games [X,2] ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] playing [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] play [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] gambling [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| play [X,1] [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| spielen ||| de ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.90930041678 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.13215505338 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.08286677649 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33668387174 MaxLexEgivenF=1.726776184 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| are playing ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| spielen ||| some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61948187166 MaxLexEgivenF=2.31712941579 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| take ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30667516631 MaxLexEgivenF=2.60901603202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.0934006704 MaxLexEgivenF=3.29025726939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| title ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| now ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86216120621 MaxLexEgivenF=3.21107602335 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| spielen ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| games ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| playing ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| play ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| play at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=3.5497292016 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| spielen ||| gamble ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.950086549668 MaxLexEgivenF=2.44515922938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| children ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34449051924 MaxLexEgivenF=2.98922727373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| gambling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| game ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0408316415 MaxLexEgivenF=1.76134056912 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| gameplay ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83463260634 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| [X,1] to play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.50198291888 IsSingletonF=0 IsSingletonFE=1 ||| 0-2
+[X] ||| spielen [X,1] ||| [X,1] are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33668387174 MaxLexEgivenF=1.726776184 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| spielen [X,1] ||| [X,1] are playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| spielen [X,1] ||| [X,1] play ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| spielen [X,1] ||| are playing [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| spielen [X,1] ||| some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| do [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=3.03174689021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| spielen [X,1] ||| title [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| spielen [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| games [X,1] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| playing [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| play [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| children [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34449051924 MaxLexEgivenF=2.98922727373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| gambling [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] hat ||| [X,1] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.94311813134 MaxLexEgivenF=1.6144671473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.50173402295 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] and has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=1.49927125831 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] hat ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] hat ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.474822526197 MaxLexEgivenF=2.08615038072 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38665960421 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] is ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=1.06500787306 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] has ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] has now ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=3.78633261871 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] hat ||| [X,1] have ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.75062492067 MaxLexEgivenF=1.4916478368 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] does ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61366423616 MaxLexEgivenF=2.24514217121 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] features ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98876198692 MaxLexEgivenF=2.72725127628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41255654002 MaxLexEgivenF=2.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] took ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45595499453 MaxLexEgivenF=2.45626129552 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] demonstrated ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71700440704 MaxLexEgivenF=3.63466263706 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] stopped ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2848065837 MaxLexEgivenF=4.07836013629 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] dismissed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25767857487 MaxLexEgivenF=4.73157265006 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| [X,1] resides ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86839250308 MaxLexEgivenF=4.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=1.06500787306 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] hat ||| has [X,1] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] hat [X,2] ||| [X,1] [X,2] has ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] hat [X,2] ||| [X,1] [X,2] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75062492067 MaxLexEgivenF=1.4916478368 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] hat [X,2] ||| [X,1] [X,2] must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99922146173 MaxLexEgivenF=2.6044678517 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] hat [X,2] ||| [X,1] [X,2] gave ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37618172468 MaxLexEgivenF=2.7448009158 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] hat [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94311813134 MaxLexEgivenF=1.6144671473 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.50173402295 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] , [X,2] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=1.16369413644 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] hat [X,2] ||| [X,1] and has [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=1.49927125831 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] hat [X,2] ||| [X,1] hat [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.474822526197 MaxLexEgivenF=2.08615038072 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=1.06500787306 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] has [X,2] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] has now [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=3.78633261871 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] hat [X,2] ||| [X,1] have [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75062492067 MaxLexEgivenF=1.4916478368 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] does [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61366423616 MaxLexEgivenF=2.24514217121 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] did [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41255654002 MaxLexEgivenF=2.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] took [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45595499453 MaxLexEgivenF=2.45626129552 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] demonstrated [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71700440704 MaxLexEgivenF=3.63466263706 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] stopped [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2848065837 MaxLexEgivenF=4.07836013629 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] dismissed [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25767857487 MaxLexEgivenF=4.73157265006 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| [X,1] resides [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86839250308 MaxLexEgivenF=4.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] hat [X,2] ||| there is [X,2] in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=4.96331716081 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] hat [X,2] ||| there are [X,2] in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51363672271 MaxLexEgivenF=5.91654958166 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] hat [X,2] ||| has [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] hat [X,2] ||| has [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=1.16369413644 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| hat ||| was ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.94311813134 MaxLexEgivenF=1.6144671473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| , ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=2.50173402295 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| in ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| hat ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.474822526197 MaxLexEgivenF=2.08615038072 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| with ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.38665960421 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=2.86528531098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51363672271 MaxLexEgivenF=2.47750819715 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=3.54251607021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hat ||| is ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=1.06500787306 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| has ||| EgivenFCoherent=0.632023214705 SampleCountF=2.47856649559 CountEF=1.85125834872 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| has made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=2.86551386476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hat ||| has now ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=3.78633261871 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hat ||| its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=2.62098293977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| have ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.75062492067 MaxLexEgivenF=1.4916478368 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| does ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61366423616 MaxLexEgivenF=2.24514217121 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat ||| been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18717297563 MaxLexEgivenF=2.33103466067 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99922146173 MaxLexEgivenF=2.6044678517 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| then ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=3.80215372435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| makes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=3.75384904478 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| features ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98876198692 MaxLexEgivenF=2.72725127628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41255654002 MaxLexEgivenF=2.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| took ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45595499453 MaxLexEgivenF=2.45626129552 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| demonstrated ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71700440704 MaxLexEgivenF=3.63466263706 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| stopped ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2848065837 MaxLexEgivenF=4.07836013629 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| dismissed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25767857487 MaxLexEgivenF=4.73157265006 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| resides ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86839250308 MaxLexEgivenF=4.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat ||| gave ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37618172468 MaxLexEgivenF=2.7448009158 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94311813134 MaxLexEgivenF=1.6144671473 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| hat [X,1] ||| [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.50173402295 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| hat [X,1] ||| [X,1] has ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| hat [X,1] ||| [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75062492067 MaxLexEgivenF=1.4916478368 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| hat [X,1] ||| [X,1] must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99922146173 MaxLexEgivenF=2.6044678517 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| hat [X,1] ||| [X,1] gave ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37618172468 MaxLexEgivenF=2.7448009158 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| hat [X,1] ||| was [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.94311813134 MaxLexEgivenF=1.6144671473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat [X,1] ||| , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.50173402295 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| hat [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.474822526197 MaxLexEgivenF=2.08615038072 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| with [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.38665960421 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| there is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=3.54251607021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hat [X,1] ||| there are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51363672271 MaxLexEgivenF=4.49574849105 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| is [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.90492568834 MaxLexEgivenF=1.06500787306 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat [X,1] ||| has [X,1] ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=0.553070522436 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat [X,1] ||| has made [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=2.86551386476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hat [X,1] ||| has now [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.73933147326 MaxLexEgivenF=3.78633261871 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| hat [X,1] ||| have [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.75062492067 MaxLexEgivenF=1.4916478368 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat [X,1] ||| does [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61366423616 MaxLexEgivenF=2.24514217121 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| hat [X,1] ||| then [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.65867751584 MaxLexEgivenF=3.80215372435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| did [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41255654002 MaxLexEgivenF=2.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| took [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.45595499453 MaxLexEgivenF=2.45626129552 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| demonstrated [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71700440704 MaxLexEgivenF=3.63466263706 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| stopped [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2848065837 MaxLexEgivenF=4.07836013629 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| dismissed [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25767857487 MaxLexEgivenF=4.73157265006 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| hat [X,1] ||| resides [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86839250308 MaxLexEgivenF=4.18750460571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ägypten ||| [X,1] of egypt ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.905589924248 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ägypten ||| [X,1] ägypten ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.403692337561 MaxLexEgivenF=1.8983594599 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ägypten ||| [X,1] egypt ||| EgivenFCoherent=0.431798275933 SampleCountF=2.47856649559 CountEF=2.04921802267 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ägypten ||| [X,1] egitto ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.301029995664 MaxLexEgivenF=2.59732946423 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ägypten ||| [X,1] red sea ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32988580505 MaxLexEgivenF=4.84787144225 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ägypten ||| [X,1] 1987 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92220627744 MaxLexEgivenF=2.77342072329 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ägypten ||| egypt [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ägypten ||| egyptian [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.968356718505 MaxLexEgivenF=1.02912774017 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ägypten [X,2] ||| [X,2] [X,1] egypt ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] ägypten [X,2] ||| [X,1] [X,2] egypt ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ägypten [X,2] ||| [X,1] ägypten [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.403692337561 MaxLexEgivenF=1.8983594599 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ägypten [X,2] ||| [X,1] egypt [X,2] ||| EgivenFCoherent=0.713693261157 SampleCountF=2.47856649559 CountEF=1.77085201164 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ägypten [X,2] ||| [X,1] egypt , [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.819378273045 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ägypten [X,2] ||| [X,1] red sea [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32988580505 MaxLexEgivenF=4.84787144225 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ägypten [X,2] ||| [X,1] 1987 [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92220627744 MaxLexEgivenF=2.77342072329 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ägypten [X,2] ||| egyptian [X,1] [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.968356718505 MaxLexEgivenF=1.02912774017 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| ägypten ||| of ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=4.91754059733 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten ||| today ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.88396410577 MaxLexEgivenF=2.59732946423 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten ||| international ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.58485116161 MaxLexEgivenF=3.07445071895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| ägypten ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.403692337561 MaxLexEgivenF=1.8983594599 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten ||| egypt ||| EgivenFCoherent=0.36653154442 SampleCountF=2.47856649559 CountEF=2.11394335231 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten ||| egitto ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.301029995664 MaxLexEgivenF=2.59732946423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| egyptian ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.968356718505 MaxLexEgivenF=1.02912774017 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten ||| accommodations ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33525725643 MaxLexEgivenF=3.07445071895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| red ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.32988580505 MaxLexEgivenF=2.37548071462 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten ||| red sea ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32988580505 MaxLexEgivenF=4.84787144225 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ägypten ||| sea ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.7795784554 MaxLexEgivenF=2.47239072763 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| heaviest ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14301480025 MaxLexEgivenF=3.07445071895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| 1987 ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92220627744 MaxLexEgivenF=2.77342072329 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| waste ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45469244924 MaxLexEgivenF=3.07445071895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| advance ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.77136697086 MaxLexEgivenF=3.07445071895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten ||| 15th ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30233092868 MaxLexEgivenF=3.07445071895 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ägypten [X,1] ||| [X,1] egypt ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ägypten [X,1] ||| [X,1] egyptian ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.968356718505 MaxLexEgivenF=1.02912774017 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| ägypten [X,1] ||| ägypten [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.403692337561 MaxLexEgivenF=1.8983594599 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten [X,1] ||| egypt [X,1] ||| EgivenFCoherent=0.677780705266 SampleCountF=2.47856649559 CountEF=1.80617997398 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.208754659039 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten [X,1] ||| egypt , [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.405913241463 MaxLexEgivenF=0.819378273045 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ägypten [X,1] ||| red sea [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32988580505 MaxLexEgivenF=4.84787144225 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ägypten [X,1] ||| 1987 [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92220627744 MaxLexEgivenF=2.77342072329 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] teilgenommen ||| [X,1] participated ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilgenommen ||| part in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72611253179 MaxLexEgivenF=2.23465688082 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] teilgenommen ||| participated [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] teilgenommen ||| participated in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=1.97568823015 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] teilgenommen ||| taken part [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=2.72514209709 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 1-1
+[X] ||| [X,1] teilgenommen [X,2] ||| [X,2] participated [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilgenommen [X,2] ||| [X,2] participated in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=1.97568823015 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] teilgenommen [X,2] ||| [X,2] taken part [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=2.72514209709 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] teilgenommen [X,2] ||| [X,1] [X,2] taken part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=3.75110961852 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 1-4
+[X] ||| [X,1] teilgenommen [X,2] ||| [X,1] participated [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilgenommen [X,2] ||| participated [X,1] [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] teilgenommen [X,2] ||| taken part [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=2.72514209709 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| teilgenommen ||| was held ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40513283223 MaxLexEgivenF=4.44114544073 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| teilgenommen ||| in ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=4.07658822532 MaxLexEgivenF=1.02596752143 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilgenommen ||| part ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72611253179 MaxLexEgivenF=1.20868935939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen ||| part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72611253179 MaxLexEgivenF=2.23465688082 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| teilgenommen ||| companies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44270368992 MaxLexEgivenF=2.17650467601 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen ||| took part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.5008174277 MaxLexEgivenF=3.7247806798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| teilgenommen ||| participated ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilgenommen ||| participated in ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=1.97568823015 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| teilgenommen ||| accompanying me ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.0762762554 MaxLexEgivenF=6.04320543206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| teilgenommen ||| tournament ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17609125906 MaxLexEgivenF=2.72057272036 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen ||| survey ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.91890364189 MaxLexEgivenF=2.54448146131 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen ||| majnek ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51851393988 MaxLexEgivenF=3.02160271603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen ||| participants ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00374766897 MaxLexEgivenF=2.24345146564 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen ||| taken part ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=2.72514209709 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| teilgenommen ||| taken part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=3.75110961852 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| teilgenommen ||| destinies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09342168516 MaxLexEgivenF=3.02160271603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen [X,1] ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.07658822532 MaxLexEgivenF=1.02596752143 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| teilgenommen [X,1] ||| [X,1] participated ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| teilgenommen [X,1] ||| [X,1] participated in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=1.97568823015 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| teilgenommen [X,1] ||| [X,1] taken part ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=2.72514209709 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 0-2
+[X] ||| teilgenommen [X,1] ||| [X,1] taken part in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52771043763 MaxLexEgivenF=3.75110961852 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 0-3
+[X] ||| teilgenommen [X,1] ||| part [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72611253179 MaxLexEgivenF=1.20868935939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen [X,1] ||| participated [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.16916614337 MaxLexEgivenF=0.949720708722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilgenommen [X,1] ||| accompanying me [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.0762762554 MaxLexEgivenF=6.04320543206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| teilgenommen [X,1] ||| tournament [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17609125906 MaxLexEgivenF=2.72057272036 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilgenommen [X,1] ||| majnek [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51851393988 MaxLexEgivenF=3.02160271603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] bei welchen ||| [X,1] in which ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.16342604669 MaxLexEgivenF=1.44166281533 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] in what ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.69513050561 MaxLexEgivenF=1.59656477532 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] the ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=7.0415991289 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] bei welchen ||| [X,1] on which ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.24423936105 MaxLexEgivenF=1.98542324151 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] from basic ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=5.43616310146 MaxLexEgivenF=4.708794149 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] for which ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.17738720741 MaxLexEgivenF=1.72488221296 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] for whom ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.94308993033 MaxLexEgivenF=3.22319276675 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] at which ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.70804851483 MaxLexEgivenF=1.61543982243 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen ||| [X,1] where ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.72928323982 MaxLexEgivenF=1.5708022976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] bei welchen [X,2] ||| [X,1] in which [X,2] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.16342604669 MaxLexEgivenF=1.44166281533 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen [X,2] ||| [X,1] in what [X,2] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.69513050561 MaxLexEgivenF=1.59656477532 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen [X,2] ||| [X,1] on which [X,2] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.24423936105 MaxLexEgivenF=1.98542324151 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen [X,2] ||| [X,1] for whom [X,2] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.94308993033 MaxLexEgivenF=3.22319276675 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] bei welchen [X,2] ||| [X,1] at which [X,2] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.70804851483 MaxLexEgivenF=1.61543982243 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| bei welchen ||| in which ||| EgivenFCoherent=1.23678909941 SampleCountF=1.84509804001 CountEF=0.698970004336 MaxLexFgivenE=4.16342604669 MaxLexEgivenF=1.44166281533 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| bei welchen ||| in what ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.69513050561 MaxLexEgivenF=1.59656477532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| the ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=7.0415991289 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| bei welchen ||| on which ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.24423936105 MaxLexEgivenF=1.98542324151 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| from basic ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=5.43616310146 MaxLexEgivenF=4.708794149 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| for which ||| EgivenFCoherent=1.1398790864 SampleCountF=1.84509804001 CountEF=0.778151250384 MaxLexFgivenE=4.17738720741 MaxLexEgivenF=1.72488221296 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| bei welchen ||| for whom ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.94308993033 MaxLexEgivenF=3.22319276675 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| at the ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=5.32819407978 MaxLexEgivenF=1.95689847515 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| at which ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.70804851483 MaxLexEgivenF=1.61543982243 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| there any ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=5.90717191155 MaxLexEgivenF=4.13035795576 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen ||| what kind ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=5.11104938062 MaxLexEgivenF=3.43367974821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| bei welchen ||| where ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.72928323982 MaxLexEgivenF=1.5708022976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| bei welchen [X,1] ||| in which [X,1] ||| EgivenFCoherent=1.36172783602 SampleCountF=1.84509804001 CountEF=0.602059991328 MaxLexFgivenE=4.16342604669 MaxLexEgivenF=1.44166281533 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| bei welchen [X,1] ||| in what [X,1] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.69513050561 MaxLexEgivenF=1.59656477532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen [X,1] ||| on which [X,1] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.24423936105 MaxLexEgivenF=1.98542324151 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen [X,1] ||| for which [X,1] ||| EgivenFCoherent=1.23678909941 SampleCountF=1.84509804001 CountEF=0.698970004336 MaxLexFgivenE=4.17738720741 MaxLexEgivenF=1.72488221296 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| bei welchen [X,1] ||| for whom [X,1] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.94308993033 MaxLexEgivenF=3.22319276675 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen [X,1] ||| at which [X,1] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=3.70804851483 MaxLexEgivenF=1.61543982243 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| bei welchen [X,1] ||| what kind of [X,1] ||| EgivenFCoherent=1.83884909074 SampleCountF=1.84509804001 CountEF=0.301029995664 MaxLexFgivenE=4.66498184991 MaxLexEgivenF=4.13051501342 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| [X,1] bei [X,2] olympischen ||| [X,1] of [X,2] the olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41575831813 MaxLexEgivenF=2.59317541874 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] bei [X,2] olympischen ||| [X,1] for [X,2] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45986813456 MaxLexEgivenF=1.64776428583 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] olympischen ||| [X,1] with [X,2] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32921199966 MaxLexEgivenF=1.62442270074 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] olympischen ||| [X,1] at [X,2] olympic ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.99052944197 MaxLexEgivenF=1.53832189529 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] olympischen ||| [X,1] at [X,2] summer olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99052944197 MaxLexEgivenF=3.20170868361 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] bei [X,2] olympischen ||| [X,1] during [X,2] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0564972475 MaxLexEgivenF=2.41904118848 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| bei [X,1] olympischen ||| of [X,1] the olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41575831813 MaxLexEgivenF=2.59317541874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| bei [X,1] olympischen ||| in [X,1] olympic ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.44590697383 MaxLexEgivenF=1.3645448882 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen ||| to [X,1] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01192545361 MaxLexEgivenF=1.5639815885 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen ||| for [X,1] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45986813456 MaxLexEgivenF=1.64776428583 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen ||| with [X,1] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32921199966 MaxLexEgivenF=1.62442270074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen ||| at [X,1] olympic ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.99052944197 MaxLexEgivenF=1.53832189529 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen ||| at [X,1] winter olympics ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66301360083 MaxLexEgivenF=2.79071416175 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| bei [X,1] olympischen ||| at [X,1] summer olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99052944197 MaxLexEgivenF=3.20170868361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| bei [X,1] olympischen ||| during [X,1] olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0564972475 MaxLexEgivenF=2.41904118848 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen ||| during [X,1] winter olympic ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0564972475 MaxLexEgivenF=3.85197905542 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| bei [X,1] olympischen [X,2] ||| of [X,1] the olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41575831813 MaxLexEgivenF=2.59317541874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| bei [X,1] olympischen [X,2] ||| in [X,1] olympic [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.44590697383 MaxLexEgivenF=1.3645448882 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen [X,2] ||| to [X,1] olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01192545361 MaxLexEgivenF=1.5639815885 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen [X,2] ||| for [X,1] olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45986813456 MaxLexEgivenF=1.64776428583 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen [X,2] ||| with [X,1] olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32921199966 MaxLexEgivenF=1.62442270074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen [X,2] ||| at [X,1] olympic [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.99052944197 MaxLexEgivenF=1.53832189529 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen [X,2] ||| at [X,1] summer olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99052944197 MaxLexEgivenF=3.20170868361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| bei [X,1] olympischen [X,2] ||| during [X,1] olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0564972475 MaxLexEgivenF=2.41904118848 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] olympischen [X,2] ||| during [X,1] winter olympic [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0564972475 MaxLexEgivenF=3.85197905542 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] of [X,2] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62345533366 MaxLexEgivenF=1.58534745237 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] in [X,2] games ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.65360398936 MaxLexEgivenF=1.70138075792 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] with [X,2] games ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.53690901519 MaxLexEgivenF=1.96125857046 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] with [X,2] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144930024 MaxLexEgivenF=1.56242403113 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] at [X,2] games ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.1982264575 MaxLexEgivenF=1.87515776501 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] through [X,2] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74080746419 MaxLexEgivenF=3.11188143361 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] play in [X,2] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34814427442 MaxLexEgivenF=2.19105840574 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2 3-4
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] play on [X,2] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42895758877 MaxLexEgivenF=2.73481883192 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2 3-4
+[X] ||| [X,1] bei [X,2] spielen ||| [X,1] play at [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89276674255 MaxLexEgivenF=1.47632322568 IsSingletonF=0 IsSingletonFE=0 ||| 3-1 1-2
+[X] ||| [X,1] bei [X,2] spielen ||| games [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73441730372 MaxLexEgivenF=2.2451411841 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| bei [X,1] spielen ||| of [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62345533366 MaxLexEgivenF=1.58534745237 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| in [X,1] games ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.65360398936 MaxLexEgivenF=1.70138075792 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| on [X,1] games ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.73441730372 MaxLexEgivenF=2.2451411841 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| from [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00999684246 MaxLexEgivenF=2.64629279685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| for [X,1] games ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.66756515008 MaxLexEgivenF=1.98460015554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| with [X,1] games ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.53690901519 MaxLexEgivenF=1.96125857046 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| with [X,1] games to play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144930024 MaxLexEgivenF=3.46324148934 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| bei [X,1] spielen ||| with [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144930024 MaxLexEgivenF=1.56242403113 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| at [X,1] games ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.1982264575 MaxLexEgivenF=1.87515776501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| at the [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1982264575 MaxLexEgivenF=3.21982160109 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| bei [X,1] spielen ||| through [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.74080746419 MaxLexEgivenF=3.11188143361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| during [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26419426302 MaxLexEgivenF=2.75587705819 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen ||| play in [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34814427442 MaxLexEgivenF=2.19105840574 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| bei [X,1] spielen ||| play on [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42895758877 MaxLexEgivenF=2.73481883192 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| bei [X,1] spielen ||| play at [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.89276674255 MaxLexEgivenF=1.47632322568 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1
+[X] ||| bei [X,1] spielen ||| enjoying [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11455714229 MaxLexEgivenF=4.64104974144 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| [X,2] at the [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1982264575 MaxLexEgivenF=3.21982160109 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 2-4
+[X] ||| bei [X,1] spielen [X,2] ||| of [X,1] games [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.62345533366 MaxLexEgivenF=1.58534745237 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| in [X,1] games [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.65360398936 MaxLexEgivenF=1.70138075792 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| on [X,1] [X,2] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42895758877 MaxLexEgivenF=1.84630664476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| bei [X,1] spielen [X,2] ||| from [X,1] games [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00999684246 MaxLexEgivenF=2.64629279685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| with [X,1] games [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.53690901519 MaxLexEgivenF=1.96125857046 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| with [X,1] games to play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144930024 MaxLexEgivenF=3.46324148934 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| bei [X,1] spielen [X,2] ||| with [X,1] play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23144930024 MaxLexEgivenF=1.56242403113 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| at [X,1] games [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.1982264575 MaxLexEgivenF=1.87515776501 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] spielen [X,2] ||| play in [X,1] games [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34814427442 MaxLexEgivenF=2.19105840574 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| bei [X,1] spielen [X,2] ||| play at [X,1] [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.89276674255 MaxLexEgivenF=1.47632322568 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1
+[X] ||| [X,1] bei [X,2] hat ||| [X,1] to [X,2] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96078313471 MaxLexEgivenF=1.56537579349 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] hat ||| [X,1] at [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.70178967276 MaxLexEgivenF=1.59726919186 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] hat ||| [X,1] at [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10498133816 MaxLexEgivenF=2.05165345091 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] hat ||| [X,1] at [X,2] has ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.93938712308 MaxLexEgivenF=1.53971610029 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] bei [X,2] hat ||| [X,1] at [X,2] occupies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96488534814 MaxLexEgivenF=4.81512824092 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| bei [X,1] hat ||| to [X,1] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96078313471 MaxLexEgivenF=1.56537579349 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] hat ||| on [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23798051898 MaxLexEgivenF=1.96725261095 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] hat ||| for [X,1] it is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57432003074 MaxLexEgivenF=3.97991518784 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| bei [X,1] hat ||| at [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.70178967276 MaxLexEgivenF=1.59726919186 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] hat ||| at [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10498133816 MaxLexEgivenF=2.05165345091 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] hat ||| at [X,1] has ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.93938712308 MaxLexEgivenF=1.53971610029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] hat ||| at [X,1] occupies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96488534814 MaxLexEgivenF=4.81512824092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] hat [X,2] ||| in [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31411069752 MaxLexEgivenF=0.812868570758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] hat [X,2] ||| in [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56035887002 MaxLexEgivenF=1.87787644381 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| bei [X,1] hat [X,2] ||| in [X,1] ) [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.31411069752 MaxLexEgivenF=2.7045056403 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] hat [X,2] ||| to [X,1] has [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96078313471 MaxLexEgivenF=1.56537579349 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] hat [X,2] ||| on [X,1] [X,2] takes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.92437653929 MaxLexEgivenF=4.51999992294 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| bei [X,1] hat [X,2] ||| on [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.23798051898 MaxLexEgivenF=1.96725261095 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| bei [X,1] hat [X,2] ||| for [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.32807185824 MaxLexEgivenF=1.09608796839 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| bei [X,1] hat [X,2] ||| at [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.70178967276 MaxLexEgivenF=1.59726919186 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] hat [X,2] ||| at [X,1] has [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.93938712308 MaxLexEgivenF=1.53971610029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| bei [X,1] hat [X,2] ||| at [X,1] occupies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96488534814 MaxLexEgivenF=4.81512824092 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] welchen [X,2] hat ||| [X,1] what [X,2] has ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.77902879719 MaxLexEgivenF=1.336766727 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] welchen [X,2] hat ||| [X,1] what is the [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=2.81895697491 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2 1-3
+[X] ||| welchen [X,1] hat ||| the [X,1] company ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=6.7868159458 MaxLexEgivenF=4.18331160748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat ||| which [X,1] did ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.92054940503 MaxLexEgivenF=2.81629885029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat ||| what [X,1] is there ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=4.13071083597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| welchen [X,1] hat ||| what [X,1] has ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.77902879719 MaxLexEgivenF=1.336766727 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat ||| what [X,1] are ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.69837483977 MaxLexEgivenF=2.37298190785 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat ||| what [X,1] does ||| EgivenFCoherent=1.47421626408 SampleCountF=2.17609125906 CountEF=0.778151250384 MaxLexFgivenE=3.6533615601 MaxLexEgivenF=3.02883837577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat ||| what is [X,1] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=1.84870407762 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| welchen [X,1] hat ||| what is the [X,1] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=2.81895697491 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 0-2
+[X] ||| welchen [X,1] hat [X,2] ||| the [X,1] [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=6.7868159458 MaxLexEgivenF=0.970252897295 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] hat [X,2] ||| the [X,1] company [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=6.7868159458 MaxLexEgivenF=4.18331160748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat [X,2] ||| which [X,1] did [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.92054940503 MaxLexEgivenF=2.81629885029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat [X,2] ||| what [X,1] [X,2] have ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.7903222446 MaxLexEgivenF=2.27534404136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| welchen [X,1] hat [X,2] ||| what [X,1] is there in [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=5.55151192658 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| welchen [X,1] hat [X,2] ||| what [X,1] has [X,2] ||| EgivenFCoherent=1.69606501369 SampleCountF=2.17609125906 CountEF=0.602059991328 MaxLexFgivenE=2.77902879719 MaxLexEgivenF=1.336766727 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat [X,2] ||| what [X,1] are [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=4.69837483977 MaxLexEgivenF=2.37298190785 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat [X,2] ||| what [X,1] does [X,2] ||| EgivenFCoherent=1.47421626408 SampleCountF=2.17609125906 CountEF=0.778151250384 MaxLexFgivenE=3.6533615601 MaxLexEgivenF=3.02883837577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| welchen [X,1] hat [X,2] ||| what is [X,1] [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=1.84870407762 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| welchen [X,1] hat [X,2] ||| what is the [X,1] [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.94462301228 MaxLexEgivenF=2.81895697491 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 0-2
+[X] ||| welchen [X,1] hat [X,2] ||| what did [X,2] [X,1] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=3.45225386396 MaxLexEgivenF=2.97120081028 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| welchen [X,1] hat [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.17318626841 SampleCountF=2.17609125906 CountEF=0.301029995664 MaxLexFgivenE=5.41426531973 MaxLexEgivenF=1.54164406886 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| welchen [X,1] teilgenommen [X,2] ||| which [X,1] [X,2] taken part in ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=5.03570330264 MaxLexEgivenF=4.3799038631 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-3 2-4 2-5
+[X] ||| [X,1] olympischen spielen ||| [X,1] the olympic games ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=2.78485234068 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] olympischen spielen ||| [X,1] olympischen spielen ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=0.875061263392 MaxLexEgivenF=4.92561533411 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] olympischen spielen ||| [X,1] olympic ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.69265805519 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] olympischen spielen ||| [X,1] olympic games ||| EgivenFCoherent=0.625774265428 SampleCountF=2.31806333496 CountEF=1.69897000434 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] olympischen spielen ||| [X,1] winter , will ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=6.40205456149 MaxLexEgivenF=4.73175875901 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] olympischen spielen ||| [X,1] winter olympic games ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=2.87312637154 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] olympischen spielen ||| [X,1] winter olympics ||| EgivenFCoherent=0.853572347558 SampleCountF=2.31806333496 CountEF=1.47712125472 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=1.8040685839 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-2
+[X] ||| [X,1] olympischen spielen ||| [X,1] olympics ||| EgivenFCoherent=1.20202699315 SampleCountF=2.31806333496 CountEF=1.14612803568 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] olympischen spielen ||| [X,1] summer olympics ||| EgivenFCoherent=1.06069784035 SampleCountF=2.31806333496 CountEF=1.27875360095 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=2.03451750528 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-2
+[X] ||| [X,1] olympischen spielen ||| olympics [X,1] ||| EgivenFCoherent=2.01494034979 SampleCountF=2.31806333496 CountEF=0.47712125472 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,2] [X,1] olympic games ||| EgivenFCoherent=1.83884909074 SampleCountF=2.31806333496 CountEF=0.602059991328 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-3
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,2] [X,1] olympics ||| EgivenFCoherent=2.01494034979 SampleCountF=2.31806333496 CountEF=0.47712125472 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-2
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,2] olympics [X,1] ||| EgivenFCoherent=2.01494034979 SampleCountF=2.31806333496 CountEF=0.47712125472 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] [X,2] olympic games ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] [X,2] olympics ||| EgivenFCoherent=1.83884909074 SampleCountF=2.31806333496 CountEF=0.602059991328 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-2
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] the olympic games [X,2] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=2.78485234068 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] olympischen spielen [X,2] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=0.875061263392 MaxLexEgivenF=4.92561533411 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] olympic games [X,2] ||| EgivenFCoherent=0.868812314115 SampleCountF=2.31806333496 CountEF=1.4623979979 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] olympic games of [X,2] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=2.13702376981 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] winter olympics [X,2] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=1.8040685839 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] olympischen spielen [X,2] ||| [X,1] olympics [X,2] ||| EgivenFCoherent=1.36172783602 SampleCountF=2.31806333496 CountEF=1 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| olympischen spielen ||| olympischen spielen ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=0.875061263392 MaxLexEgivenF=4.92561533411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| olympischen spielen ||| olympic ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.69265805519 MaxLexEgivenF=0.551676317444 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| olympischen spielen ||| olympic games ||| EgivenFCoherent=0.483461432751 SampleCountF=2.31806333496 CountEF=1.83884909074 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| olympischen spielen ||| olympic gold ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.69265805519 MaxLexEgivenF=4.06378233645 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| olympischen spielen ||| winter , will ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=6.40205456149 MaxLexEgivenF=4.73175875901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| olympischen spielen ||| winter olympic games ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=2.87312637154 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| olympischen spielen ||| winter olympics ||| EgivenFCoherent=0.853572347558 SampleCountF=2.31806333496 CountEF=1.47712125472 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=1.8040685839 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| olympischen spielen ||| olympics ||| EgivenFCoherent=0.954242509439 SampleCountF=2.31806333496 CountEF=1.38021124171 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| olympischen spielen ||| summer olympics ||| EgivenFCoherent=1.06069784035 SampleCountF=2.31806333496 CountEF=1.27875360095 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=2.03451750528 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| olympischen spielen ||| games ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.95092866625 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| olympischen spielen ||| cs classic ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=5.58555246688 MaxLexEgivenF=6.35158406639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| olympischen spielen [X,1] ||| [X,1] olympic games ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| olympischen spielen [X,1] ||| [X,1] olympic gold ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.69265805519 MaxLexEgivenF=4.06378233645 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-2
+[X] ||| olympischen spielen [X,1] ||| [X,1] olympics ||| EgivenFCoherent=1.61700034112 SampleCountF=2.31806333496 CountEF=0.778151250384 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 1-1
+[X] ||| olympischen spielen [X,1] ||| olympischen spielen [X,1] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=0.875061263392 MaxLexEgivenF=4.92561533411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| olympischen spielen [X,1] ||| olympic games [X,1] ||| EgivenFCoherent=0.797456405579 SampleCountF=2.31806333496 CountEF=1.53147891704 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=1.4401885046 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| olympischen spielen [X,1] ||| olympic games of [X,1] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=1.78864459984 MaxLexEgivenF=2.13702376981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| olympischen spielen [X,1] ||| winter olympics [X,1] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=1.8040685839 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| olympischen spielen [X,1] ||| olympics [X,1] ||| EgivenFCoherent=1.31597034546 SampleCountF=2.31806333496 CountEF=1.04139268516 MaxLexFgivenE=3.83796073166 MaxLexEgivenF=0.371130716962 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| olympischen spielen [X,1] ||| games [X,1] ||| EgivenFCoherent=2.31597034546 SampleCountF=2.31806333496 CountEF=0.301029995664 MaxLexFgivenE=3.95092866625 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] olympischen [X,2] hat ||| [X,1] olympic [X,2] is ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.6953994805 MaxLexEgivenF=1.6166841905 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| olympischen [X,1] hat ||| olympic [X,1] is ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.6953994805 MaxLexEgivenF=1.6166841905 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| olympischen [X,1] hat [X,2] ||| olympic [X,1] is [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=2.6953994805 MaxLexEgivenF=1.6166841905 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] hat [X,2] teilgenommen ||| [X,1] has participated [X,2] ||| EgivenFCoherent=1.85733249643 SampleCountF=2.33645973385 CountEF=0.602059991328 MaxLexFgivenE=1.90849761663 MaxLexEgivenF=1.50279123116 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-2
+[X] ||| hat [X,1] teilgenommen ||| has participated [X,1] ||| EgivenFCoherent=1.73239375982 SampleCountF=2.33645973385 CountEF=0.698970004336 MaxLexFgivenE=1.90849761663 MaxLexEgivenF=1.50279123116 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| hat [X,1] teilgenommen [X,2] ||| has participated [X,1] [X,2] ||| EgivenFCoherent=1.85733249643 SampleCountF=2.33645973385 CountEF=0.602059991328 MaxLexFgivenE=1.90849761663 MaxLexEgivenF=1.50279123116 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] of [X,2] the olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.41392912581 MaxLexEgivenF=3.48168760589 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-5
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] for [X,2] olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.45803894223 MaxLexEgivenF=2.53627647299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] with [X,2] olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.32738280734 MaxLexEgivenF=2.5129348879 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] at [X,2] olympic games ||| EgivenFCoherent=1.07255066715 SampleCountF=2.11727129566 CountEF=1.07918124605 MaxLexFgivenE=2.98870024965 MaxLexEgivenF=2.42683408245 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] at [X,2] winter olympics ||| EgivenFCoherent=0.666785320965 SampleCountF=2.11727129566 CountEF=1.4623979979 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=2.79071416175 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-4
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] at [X,2] olympics ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=1.35777629481 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3
+[X] ||| [X,1] bei [X,2] olympischen spielen ||| [X,1] at [X,2] summer olympics ||| EgivenFCoherent=0.858670847204 SampleCountF=2.11727129566 CountEF=1.27875360095 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=3.02116308313 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-4
+[X] ||| bei [X,1] olympischen spielen ||| of [X,1] the olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.41392912581 MaxLexEgivenF=3.48168760589 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| bei [X,1] olympischen spielen ||| in [X,1] olympic games ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=3.44407778151 MaxLexEgivenF=2.25305707536 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen ||| to [X,1] olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.01009626129 MaxLexEgivenF=2.45249377566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen ||| for [X,1] olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.45803894223 MaxLexEgivenF=2.53627647299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen ||| with [X,1] olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.32738280734 MaxLexEgivenF=2.5129348879 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen ||| at [X,1] olympic games ||| EgivenFCoherent=0.858670847204 SampleCountF=2.11727129566 CountEF=1.27875360095 MaxLexFgivenE=2.98870024965 MaxLexEgivenF=2.42683408245 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen ||| at [X,1] winter olympics ||| EgivenFCoherent=0.651545354408 SampleCountF=2.11727129566 CountEF=1.47712125472 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=2.79071416175 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-3
+[X] ||| bei [X,1] olympischen spielen ||| at [X,1] olympics ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=1.35777629481 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| bei [X,1] olympischen spielen ||| at [X,1] summer olympics ||| EgivenFCoherent=0.858670847204 SampleCountF=2.11727129566 CountEF=1.27875360095 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=3.02116308313 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-3
+[X] ||| bei [X,1] olympischen spielen ||| during [X,1] winter olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.05466805517 MaxLexEgivenF=4.74049124258 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-4
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| of [X,1] the olympic games [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.41392912581 MaxLexEgivenF=3.48168760589 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| in [X,1] [X,2] olympics ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=5.49339391334 MaxLexEgivenF=1.18399928772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| in [X,1] olympic games [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.44407778151 MaxLexEgivenF=2.25305707536 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| to [X,1] olympic games [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=4.01009626129 MaxLexEgivenF=2.45249377566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| for [X,1] [X,2] olympics ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=5.50735507406 MaxLexEgivenF=1.46721868535 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| for [X,1] olympic games [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.45803894223 MaxLexEgivenF=2.53627647299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| with [X,1] olympic games [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=3.32738280734 MaxLexEgivenF=2.5129348879 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| at [X,1] [X,2] olympic games ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=2.98870024965 MaxLexEgivenF=2.42683408245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| at [X,1] olympic games [X,2] ||| EgivenFCoherent=1.21085336531 SampleCountF=2.11727129566 CountEF=0.954242509439 MaxLexFgivenE=2.98870024965 MaxLexEgivenF=2.42683408245 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| at [X,1] winter olympics [X,2] ||| EgivenFCoherent=2.11394335231 SampleCountF=2.11727129566 CountEF=0.301029995664 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=2.79071416175 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| bei [X,1] olympischen spielen [X,2] ||| at [X,1] olympics [X,2] ||| EgivenFCoherent=1.81291335664 SampleCountF=2.11727129566 CountEF=0.47712125472 MaxLexFgivenE=5.03801638148 MaxLexEgivenF=1.35777629481 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
diff --git a/example_free917/grammar/grammar.7 b/example_free917/grammar/grammar.7
new file mode 100644
index 0000000..e985cf2
--- /dev/null
+++ b/example_free917/grammar/grammar.7
@@ -0,0 +1,787 @@
+[X] ||| [X,1] wie ||| [X,1] wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] as ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] how ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] like ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such as ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie ||| [X,1] however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie ||| how [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie [X,2] ||| [X,1] wie [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-3
+[X] ||| [X,1] wie [X,2] ||| [X,1] as for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] like [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] such as [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| wie ||| and ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| as ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| what ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2189806527 MaxLexEgivenF=2.55593279611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| how ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| like ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| such as ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie ||| including ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| practically ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| just ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| look like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=4.31044308413 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| wie [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] as ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-2
+[X] ||| wie [X,1] ||| as to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.55648031348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| how [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| like [X,1] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| such as [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| including [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| practically [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] viele ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48119192305 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] the many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] a range ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=3.87378310003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] a lot ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67506238525 MaxLexEgivenF=3.1098769553 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] are many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.3966214641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele ||| [X,1] many ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] lots of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] some of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=4.13821461053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] viele ||| [X,1] much ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=1.88337619277 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] viele ||| many [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] viele [X,2] ||| [X,2] [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] [X,2] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] the many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] a lot of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=3.25209128813 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] are many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.3966214641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] many [X,2] ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] many of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.07521643541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] numerous [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] lots of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] some [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] much of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=2.58021145798 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| many [X,2] [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] viele [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| viele ||| of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.23098557295 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=3.48119192305 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| the many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.70618632111 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| a ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| a range ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=3.87378310003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| a lot ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele ||| a number ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8728558153 MaxLexEgivenF=2.91633545072 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| a wide ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41818072095 MaxLexEgivenF=3.78663292432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67506238525 MaxLexEgivenF=3.1098769553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.51277513079 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51669989616 MaxLexEgivenF=2.55172244967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| many ||| EgivenFCoherent=0.334106454466 SampleCountF=2.47856649559 CountEF=2.14612803568 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| many a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31548961209 MaxLexEgivenF=1.9304577529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| several ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86408650037 MaxLexEgivenF=2.06545781551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| lots ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=1.93490070195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| lots of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele ||| some ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| some of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=4.13821461053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| viele ||| much ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=1.88337619277 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| too ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=3.09348653911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| enjoy ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98882640705 MaxLexEgivenF=3.92279031194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| viele [X,1] ||| of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.23098557295 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| the many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| a lot [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a lot of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=3.25209128813 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a number of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8728558153 MaxLexEgivenF=3.61317071593 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a wide [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41818072095 MaxLexEgivenF=3.78663292432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51669989616 MaxLexEgivenF=2.55172244967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| many [X,1] ||| EgivenFCoherent=0.45593195565 SampleCountF=2.47856649559 CountEF=2.02530586526 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| many of [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.07521643541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| many of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.41988027149 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| many a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| most of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31548961209 MaxLexEgivenF=2.62729301811 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| several [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86408650037 MaxLexEgivenF=2.06545781551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| numerous [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| lots of [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| much of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=2.58021145798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| too [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=3.09348653911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| enjoy [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98882640705 MaxLexEgivenF=3.92279031194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] prominenten ||| [X,1] most prominent ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] prominenten ||| [X,1] celebrities ||| EgivenFCoherent=0.957071799458 SampleCountF=2.19033169817 CountEF=1.2552725051 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.01118416695 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] prominent ||| EgivenFCoherent=0.807309479125 SampleCountF=2.19033169817 CountEF=1.39794000867 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=0.781847395944 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] prominent ones ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] prominenten ||| [X,1] notables ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.68124123738 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] celebrity ||| EgivenFCoherent=1.71039946612 SampleCountF=2.19033169817 CountEF=0.602059991328 MaxLexFgivenE=2.08368174727 MaxLexEgivenF=1.77085201164 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] famous ||| EgivenFCoherent=1.58546072951 SampleCountF=2.19033169817 CountEF=0.698970004336 MaxLexFgivenE=3.35298143616 MaxLexEgivenF=1.52781396296 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] distinguished ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.23879856271 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] popular ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.59413462296 MaxLexEgivenF=1.89579074825 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] eminent ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=2.36361197989 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] well-known ||| EgivenFCoherent=1.88649072517 SampleCountF=2.19033169817 CountEF=0.47712125472 MaxLexFgivenE=3.19893186993 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] renowned ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.25358028956 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten ||| [X,1] program ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.97701444087 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten ||| controlled by [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.46819958607 MaxLexEgivenF=4.14376401461 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,2] [X,1] celebrities ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.01118416695 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] most prominent [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] celebrities [X,2] ||| EgivenFCoherent=1.10833947479 SampleCountF=2.19033169817 CountEF=1.11394335231 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.01118416695 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] celebrities , [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.62180778096 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] prominent [X,2] ||| EgivenFCoherent=0.957071799458 SampleCountF=2.19033169817 CountEF=1.2552725051 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=0.781847395944 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] prominent ones [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] notables [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.68124123738 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] celebrity [X,2] ||| EgivenFCoherent=1.88649072517 SampleCountF=2.19033169817 CountEF=0.47712125472 MaxLexFgivenE=2.08368174727 MaxLexEgivenF=1.77085201164 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] famous [X,2] ||| EgivenFCoherent=1.58546072951 SampleCountF=2.19033169817 CountEF=0.698970004336 MaxLexFgivenE=3.35298143616 MaxLexEgivenF=1.52781396296 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] distinguished [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.23879856271 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] eminent [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=2.36361197989 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] well-known [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.19893186993 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] prominenten [X,2] ||| [X,1] renowned [X,2] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.25358028956 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| prominenten ||| most prominent ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| prominenten ||| ’ s ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=4.2287638298 MaxLexEgivenF=3.18952150517 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| prominenten ||| s ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=4.2287638298 MaxLexEgivenF=1.59476075259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| comes ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.68859777508 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| celebrities ||| EgivenFCoherent=0.908767119884 SampleCountF=2.19033169817 CountEF=1.30102999566 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.01118416695 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten ||| prominent ||| EgivenFCoherent=0.725122722938 SampleCountF=2.19033169817 CountEF=1.47712125472 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=0.781847395944 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten ||| prominent ones ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| prominenten ||| notables ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.68124123738 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| celebrity ||| EgivenFCoherent=1.71039946612 SampleCountF=2.19033169817 CountEF=0.602059991328 MaxLexFgivenE=2.08368174727 MaxLexEgivenF=1.77085201164 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten ||| famous ||| EgivenFCoherent=1.40936947045 SampleCountF=2.19033169817 CountEF=0.845098040014 MaxLexFgivenE=3.35298143616 MaxLexEgivenF=1.52781396296 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten ||| знаменитости ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| plan ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.54425413068 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| controlled by ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.46819958607 MaxLexEgivenF=4.14376401461 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| prominenten ||| distinguished ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.23879856271 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| 1960s ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=2.79518458968 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| mile ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.18977095635 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| popular ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.59413462296 MaxLexEgivenF=1.89579074825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| began ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.41796964221 MaxLexEgivenF=1.89579074825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| eminent ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=2.36361197989 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten ||| well-known ||| EgivenFCoherent=1.88649072517 SampleCountF=2.19033169817 CountEF=0.47712125472 MaxLexFgivenE=3.19893186993 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten ||| renowned ||| EgivenFCoherent=1.88649072517 SampleCountF=2.19033169817 CountEF=0.47712125472 MaxLexFgivenE=3.25358028956 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten ||| program ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.97701444087 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| most prominent [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| prominenten [X,1] ||| celebrities [X,1] ||| EgivenFCoherent=1.10833947479 SampleCountF=2.19033169817 CountEF=1.11394335231 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.01118416695 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten [X,1] ||| celebrities , [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.51449000457 MaxLexEgivenF=1.62180778096 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| prominent [X,1] ||| EgivenFCoherent=0.845098040014 SampleCountF=2.19033169817 CountEF=1.36172783602 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=0.781847395944 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten [X,1] ||| prominent ones [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.59476075259 MaxLexEgivenF=3.15475939891 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| prominenten [X,1] ||| notables [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=1.68124123738 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| celebrity [X,1] ||| EgivenFCoherent=1.88649072517 SampleCountF=2.19033169817 CountEF=0.47712125472 MaxLexFgivenE=2.08368174727 MaxLexEgivenF=1.77085201164 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten [X,1] ||| famous [X,1] ||| EgivenFCoherent=1.58546072951 SampleCountF=2.19033169817 CountEF=0.698970004336 MaxLexFgivenE=3.35298143616 MaxLexEgivenF=1.52781396296 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| prominenten [X,1] ||| знаменитости [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=0.602059991328 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| distinguished [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.23879856271 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| eminent [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=2.36361197989 MaxLexEgivenF=2.37291200297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| well-known [X,1] ||| EgivenFCoherent=2.18752072084 SampleCountF=2.19033169817 CountEF=0.301029995664 MaxLexFgivenE=3.19893186993 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| prominenten [X,1] ||| renowned [X,1] ||| EgivenFCoherent=1.88649072517 SampleCountF=2.19033169817 CountEF=0.47712125472 MaxLexFgivenE=3.25358028956 MaxLexEgivenF=2.07188200731 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| [X,1] waren ||| [X,1] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.03409911735 MaxLexEgivenF=1.06448619108 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] , ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=3.3626227066 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] ( although not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53767520557 MaxLexEgivenF=6.5956095258 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] waren ||| [X,1] there were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=2.83481073474 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] waren ||| [X,1] had ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.69967920144 MaxLexEgivenF=1.40085801169 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] were ||| EgivenFCoherent=1.06214790675 SampleCountF=2.47856649559 CountEF=1.43136376416 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] were at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=3.2667698307 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] waren ||| [X,1] said goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=4.77442584299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] waren ||| [X,1] them ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02346615024 MaxLexEgivenF=2.67563735986 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] waren ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.751698915018 MaxLexEgivenF=2.35024801833 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] commodity ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07188200731 MaxLexEgivenF=3.61348945311 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] goods ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=1.33702764894 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] wares ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01072386539 MaxLexEgivenF=3.18752072084 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] follows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85390091632 MaxLexEgivenF=3.91451944877 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren ||| [X,1] encountered ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32960124836 MaxLexEgivenF=3.69267069916 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren ||| had [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69967920144 MaxLexEgivenF=1.40085801169 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] waren ||| were [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] waren [X,2] ||| [X,2] , [X,1] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=1.21814650104 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] waren [X,2] ||| [X,2] were [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] [X,2] were ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] waren [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03409911735 MaxLexEgivenF=1.06448619108 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.3626227066 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] had [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69967920144 MaxLexEgivenF=1.40085801169 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] were [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] were the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=1.95218672311 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] were at [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=3.2667698307 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] waren [X,2] ||| [X,1] said goods [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=4.77442584299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] waren [X,2] ||| [X,1] them [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02346615024 MaxLexEgivenF=2.67563735986 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] waren [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.751698915018 MaxLexEgivenF=2.35024801833 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] goods [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=1.33702764894 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] goods , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=1.94765126294 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] wares [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01072386539 MaxLexEgivenF=3.18752072084 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| [X,1] follows a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85390091632 MaxLexEgivenF=5.13136723201 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren [X,2] ||| had [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69967920144 MaxLexEgivenF=1.40085801169 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] waren [X,2] ||| were [X,1] [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| waren ||| was ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=2.03409911735 MaxLexEgivenF=1.06448619108 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren ||| , ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=3.3626227066 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren ||| ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73682498704 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.7104955839 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| from ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.31344251869 MaxLexEgivenF=2.19254552352 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57488098861 MaxLexEgivenF=2.30528087282 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| there were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=2.83481073474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| waren ||| had ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.69967920144 MaxLexEgivenF=1.40085801169 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren ||| were ||| EgivenFCoherent=0.721246399047 SampleCountF=2.47856649559 CountEF=1.76342799356 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren ||| were at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=3.2667698307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| waren ||| could ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43907229941 MaxLexEgivenF=2.43259931117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| said goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=4.77442584299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| waren ||| we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.46380127633 MaxLexEgivenF=2.47256261112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58914919315 MaxLexEgivenF=1.68921016705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| time ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10198953854 MaxLexEgivenF=2.55913179079 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12084334466 MaxLexEgivenF=1.62374308747 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| them ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02346615024 MaxLexEgivenF=2.67563735986 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| gold ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.43798825022 MaxLexEgivenF=4.09061070783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| waren ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.751698915018 MaxLexEgivenF=2.35024801833 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren ||| commodity ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07188200731 MaxLexEgivenF=3.61348945311 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| goods ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=1.33702764894 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren ||| wares ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01072386539 MaxLexEgivenF=3.18752072084 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| articles ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43625101706 MaxLexEgivenF=3.13636819839 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| although not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53767520557 MaxLexEgivenF=5.02436951459 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| waren ||| follows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85390091632 MaxLexEgivenF=3.91451944877 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren ||| encountered ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32960124836 MaxLexEgivenF=3.69267069916 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03409911735 MaxLexEgivenF=1.06448619108 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| waren [X,1] ||| [X,1] were ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| waren [X,1] ||| was [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.03409911735 MaxLexEgivenF=1.06448619108 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren [X,1] ||| , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.3626227066 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren [X,1] ||| ) [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.73682498704 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| had [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69967920144 MaxLexEgivenF=1.40085801169 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| were [X,1] ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren [X,1] ||| were [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=1.21814650104 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| waren [X,1] ||| were the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=1.95218672311 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| were at [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.09050893515 MaxLexEgivenF=3.2667698307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| waren [X,1] ||| could [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43907229941 MaxLexEgivenF=2.43259931117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| said goods [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=4.77442584299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| waren [X,1] ||| them [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02346615024 MaxLexEgivenF=2.67563735986 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| gold [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.43798825022 MaxLexEgivenF=4.09061070783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| waren [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.751698915018 MaxLexEgivenF=2.35024801833 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren [X,1] ||| goods [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=1.33702764894 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| waren [X,1] ||| goods , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.900208128495 MaxLexEgivenF=1.94765126294 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| wares [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.01072386539 MaxLexEgivenF=3.18752072084 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| articles [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43625101706 MaxLexEgivenF=3.13636819839 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren [X,1] ||| follows a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85390091632 MaxLexEgivenF=5.13136723201 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] im ||| [X,1] , in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=1.06861974307 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] im ||| [X,1] in ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.45799612906 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] im ||| [X,1] in the ||| EgivenFCoherent=1.06214790675 SampleCountF=2.47856649559 CountEF=1.43136376416 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.925323049351 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] im ||| [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=0.46732692029 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] im ||| [X,1] to the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=1.47963219135 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] im ||| [X,1] on the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=2.04063160387 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] im ||| [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32723214217 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] im ||| [X,1] at the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26912544368 MaxLexEgivenF=1.97315105038 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] im ||| [X,1] when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04718427613 MaxLexEgivenF=2.84217912914 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] im [X,2] ||| [X,1] [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.45799612906 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] im [X,2] ||| [X,1] , in [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=1.06861974307 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] im [X,2] ||| [X,1] in [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.45799612906 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] im [X,2] ||| [X,1] in the [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.925323049351 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] im [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=0.46732692029 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] im [X,2] ||| [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=1.47963219135 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] im [X,2] ||| [X,1] on the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=2.04063160387 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] im [X,2] ||| [X,1] with [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32723214217 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] im [X,2] ||| [X,1] at the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26912544368 MaxLexEgivenF=1.97315105038 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] im [X,2] ||| [X,1] when [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04718427613 MaxLexEgivenF=2.84217912914 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| im ||| in ||| EgivenFCoherent=0.721246399047 SampleCountF=2.47856649559 CountEF=1.76342799356 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.45799612906 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| im ||| in the ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.925323049351 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| im ||| the ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=0.46732692029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| im ||| on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.5028134243 MaxLexEgivenF=1.57330468358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| im ||| on the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=2.04063160387 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| im ||| with ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.32723214217 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| im ||| at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26912544368 MaxLexEgivenF=1.50582413009 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im ||| at the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.26912544368 MaxLexEgivenF=1.97315105038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| im ||| by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20338196732 MaxLexEgivenF=2.22419102557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im ||| located in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=3.14786913272 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| im ||| there is a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13422454591 MaxLexEgivenF=5.78261837576 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| im ||| when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04718427613 MaxLexEgivenF=2.84217912914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im ||| s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32723214217 MaxLexEgivenF=3.08207238145 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im ||| per ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08697767045 MaxLexEgivenF=3.40101396643 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im ||| during ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1692266037 MaxLexEgivenF=2.22067677778 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im [X,1] ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.45799612906 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| im [X,1] ||| in [X,1] ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.45799612906 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| im [X,1] ||| in the [X,1] ||| EgivenFCoherent=0.833668578233 SampleCountF=2.47856649559 CountEF=1.65321251378 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=0.925323049351 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| im [X,1] ||| the [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=0.46732692029 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| im [X,1] ||| on the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37357967961 MaxLexEgivenF=2.04063160387 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| im [X,1] ||| with [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.32723214217 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im [X,1] ||| at the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.26912544368 MaxLexEgivenF=1.97315105038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| im [X,1] ||| by [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20338196732 MaxLexEgivenF=2.22419102557 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im [X,1] ||| located in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850451981602 MaxLexEgivenF=3.14786913272 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| im [X,1] ||| when [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04718427613 MaxLexEgivenF=2.84217912914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| im [X,1] ||| during [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1692266037 MaxLexEgivenF=2.22067677778 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] betty ||| [X,1] betty ||| EgivenFCoherent=0.817175358285 SampleCountF=2.40993312333 CountEF=1.60205999133 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] betty [X,2] ||| [X,2] [X,1] betty ||| EgivenFCoherent=2.10720996965 SampleCountF=2.40993312333 CountEF=0.47712125472 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] betty [X,2] ||| [X,1] betty [X,2] ||| EgivenFCoherent=1.12948636436 SampleCountF=2.40993312333 CountEF=1.30102999566 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] betty [X,2] ||| betty [X,2] [X,1] ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| betty ||| meeting ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=4.060886623 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty ||| classic ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=3.72721582091 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty ||| betty ||| EgivenFCoherent=0.120438235382 SampleCountF=2.40993312333 CountEF=2.29003461136 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| betty ||| criminal ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=3.1894903137 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty ||| little ||| EgivenFCoherent=2.10720996965 SampleCountF=2.40993312333 CountEF=0.47712125472 MaxLexFgivenE=3.94583772624 MaxLexEgivenF=2.1398790864 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| betty ||| updated ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=3.71424591102 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty ||| harmon ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=1.87506126339 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty ||| design ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=3.92695948838 MaxLexEgivenF=1.96378782735 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty ||| light ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=4.13969022165 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| betty [X,1] ||| [X,1] betty ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| betty [X,1] ||| betty [X,1] ||| EgivenFCoherent=0.193396117264 SampleCountF=2.40993312333 CountEF=2.21748394421 MaxLexFgivenE=0.168175150411 MaxLexEgivenF=0.133413044152 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| betty [X,1] ||| updated [X,1] ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=3.71424591102 MaxLexEgivenF=2.44090908207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ford ||| [X,1] of ford ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.900452818304 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ford ||| [X,1] a ford ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=1.42046533633 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ford ||| [X,1] ford ||| EgivenFCoherent=0.552841968658 SampleCountF=2.47856649559 CountEF=1.92941892571 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.203617553095 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ford ||| [X,1] ford ( actor ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=5.92278990412 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] ford ||| [X,1] ford ( musician ) ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] ford ||| [X,1] ford ( outlaw ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] ford ||| [X,1] ford ( skier ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] ford ||| [X,1] ford motor company ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=4.47986837017 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] ford ||| ford [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.203617553095 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] ford [X,2] ||| [X,1] of ford [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.900452818304 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ford [X,2] ||| [X,1] a ford [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=1.42046533633 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ford [X,2] ||| [X,1] ford [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.203617553095 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ford [X,2] ||| ford [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.203617553095 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| ford ||| ) ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.00098362276 MaxLexEgivenF=1.55826193778 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ford ||| ( ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.05622661409 MaxLexEgivenF=1.57124001121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford ||| – ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.11707233659 MaxLexEgivenF=2.49276038903 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ford ||| &apos;s ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.87613382967 MaxLexEgivenF=1.84930771254 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ford ||| he ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04890770148 MaxLexEgivenF=2.28864040637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford ||| company ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41674449261 MaxLexEgivenF=1.98761041071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford ||| ford ||| EgivenFCoherent=0.209949526317 SampleCountF=2.47856649559 CountEF=2.26951294422 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.203617553095 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ford ||| ford ( actor ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=5.92278990412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| ford ||| ford ( musician ) ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 0-2 0-3
+[X] ||| ford ||| ford ( outlaw ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| ford ||| ford ( skier ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| ford ||| ford &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=2.05292526564 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ford ||| ford motor company ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=4.47986837017 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| ford ||| ford ecoboost ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=2.61719669607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| ford ||| cloth ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57460994134 MaxLexEgivenF=2.8907003977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford ||| family ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.8897870938 MaxLexEgivenF=2.71460913864 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford [X,1] ||| de [X,1] ford ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=3.09431795079 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| ford [X,1] ||| he [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.04890770148 MaxLexEgivenF=2.28864040637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford [X,1] ||| ford [X,1] ||| EgivenFCoherent=0.350016456355 SampleCountF=2.47856649559 CountEF=2.1303337685 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=0.203617553095 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ford [X,1] ||| ford [X,1] ( europe ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=5.92278990412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-4
+[X] ||| ford [X,1] ||| ford [X,1] ( 1903 – 1904 ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=11.6072806865 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-4 0-5 0-6
+[X] ||| ford [X,1] ||| ford [X,1] ( 1932 ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=6.22381989979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3 0-4
+[X] ||| ford [X,1] ||| ford at [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=3.26366910687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ford [X,1] ||| ford ecoboost [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.251186638859 MaxLexEgivenF=2.61719669607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| [X,1] center ||| [X,1] ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.05466848172 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] center ||| EgivenFCoherent=0.380211241712 SampleCountF=2.47856649559 CountEF=2.10037054512 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.268791840262 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] center ( chicago ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=7.01805053176 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3 1-4
+[X] ||| [X,1] center ||| [X,1] business ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30099897352 MaxLexEgivenF=2.44128357073 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] apartment ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.72296280894 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] centre ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=0.992650853825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] trails ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89689348557 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] centers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61796503379 MaxLexEgivenF=1.96416231601 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center ||| [X,1] altitude ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21958452621 MaxLexEgivenF=3.76350286547 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,2] [X,1] center ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.268791840262 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] center [X,2] ||| [X,2] [X,1] centre ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=0.992650853825 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] center [X,2] ||| [X,1] center [X,2] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.268791840262 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] center , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.879415454269 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] center in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=1.68959293087 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] apartment [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.72296280894 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] centre [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=0.992650853825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] centre , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=1.60327446783 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] trails [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89689348557 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] center [X,2] ||| [X,1] centers [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61796503379 MaxLexEgivenF=1.96416231601 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| center ||| ) ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.05466848172 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| center ||| center ||| EgivenFCoherent=0.340400687563 SampleCountF=2.47856649559 CountEF=2.1398790864 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.268791840262 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| center ||| center ( chicago ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=7.01805053176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 0-3
+[X] ||| center ||| business ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30099897352 MaxLexEgivenF=2.44128357073 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| location ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.9493267465 MaxLexEgivenF=2.03110910564 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| apartment ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.72296280894 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| centre ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=0.992650853825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| center ||| trails ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89689348557 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| centers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61796503379 MaxLexEgivenF=1.96416231601 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| restaurants ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06158954536 MaxLexEgivenF=2.72211018031 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| internet ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.57394440014 MaxLexEgivenF=2.86041287848 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| altitude ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21958452621 MaxLexEgivenF=3.76350286547 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center ||| sports ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55990662504 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center [X,1] ||| center [X,1] ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.268791840262 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| center [X,1] ||| center , [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=0.879415454269 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| center [X,1] ||| center in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.836351675395 MaxLexEgivenF=1.68959293087 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center [X,1] ||| apartment [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.72296280894 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center [X,1] ||| centre [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=0.992650853825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| center [X,1] ||| centre , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83866769678 MaxLexEgivenF=1.60327446783 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center [X,1] ||| trails [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89689348557 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center [X,1] ||| centers [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61796503379 MaxLexEgivenF=1.96416231601 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| center [X,1] ||| sports [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55990662504 MaxLexEgivenF=3.28638161075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] wie viele ||| [X,1] so many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] wie viele ||| [X,1] on how many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.37314203745 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele ||| [X,1] for as many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=2.57009227659 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele ||| [X,1] as in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] as many ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] how many ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] how much ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] like many ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] well as other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] so many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] on how many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.37314203745 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] for as many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=2.57009227659 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] as in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] as many [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] how many [X,2] ||| EgivenFCoherent=0.833668578233 SampleCountF=2.47856649559 CountEF=1.65321251378 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] how much [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] like many [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] well as other [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| wie viele ||| so many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wie viele ||| the number ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.25885397626 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1 1-1
+[X] ||| wie viele ||| wie viele ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905939254301 MaxLexEgivenF=5.20183975045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.39688640083 MaxLexEgivenF=1.88883887851 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34728413887 MaxLexEgivenF=2.74342859749 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as many ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| as most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23118408987 MaxLexEgivenF=2.47463279532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28458472776 MaxLexEgivenF=2.64089055167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as do many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=3.14109294053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele ||| how many ||| EgivenFCoherent=0.416423414366 SampleCountF=2.47856649559 CountEF=2.06445798923 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| how much ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| how few ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99258305808 MaxLexEgivenF=3.68300144465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| like a lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75785108543 MaxLexEgivenF=3.56442756404 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie viele ||| like many ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| like most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93036924785 MaxLexEgivenF=2.93962929402 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| number ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=1.91419014018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele ||| amount of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99068649587 MaxLexEgivenF=3.73032387465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| wie viele ||| well as other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele [X,1] ||| so many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| the number [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.25885397626 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1 1-1
+[X] ||| wie viele [X,1] ||| the number of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.95568924147 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| wie viele [X,1] ||| wie viele [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905939254301 MaxLexEgivenF=5.20183975045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.39688640083 MaxLexEgivenF=1.88883887851 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as many [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as most [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23118408987 MaxLexEgivenF=2.47463279532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28458472776 MaxLexEgivenF=2.64089055167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as do many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=3.14109294053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele [X,1] ||| how many [X,1] ||| EgivenFCoherent=0.439694756779 SampleCountF=2.47856649559 CountEF=2.04139268516 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| how many are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.29513529498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| how much [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| like a lot of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75785108543 MaxLexEgivenF=4.26126282925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie viele [X,1] ||| like many [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| like most of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93036924785 MaxLexEgivenF=3.63646455923 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| number [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=1.91419014018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| number of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=2.61102540539 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| amount of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99068649587 MaxLexEgivenF=3.73032387465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| wie viele [X,1] ||| well as other [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] wie [X,2] waren ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14528453815 MaxLexEgivenF=4.87849581423 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] as [X,2] were ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.00620341294 MaxLexEgivenF=1.15169792945 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] as [X,2] goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81590260628 MaxLexEgivenF=1.88120269136 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] how [X,2] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47857140336 MaxLexEgivenF=1.5060367179 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] like [X,2] were ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.70538857092 MaxLexEgivenF=1.61669442815 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] like [X,2] have been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73572298043 MaxLexEgivenF=4.32212479564 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] like [X,2] products ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00090080739 MaxLexEgivenF=3.21048054644 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] such as [X,2] were ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.6860249682 MaxLexEgivenF=2.14055966741 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] waren ||| [X,1] such as [X,2] goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49572416155 MaxLexEgivenF=2.87006442931 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] waren ||| like [X,1] of [X,2] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70538857092 MaxLexEgivenF=2.31352969336 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-4
+[X] ||| wie [X,1] waren ||| wie [X,1] waren ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14528453815 MaxLexEgivenF=4.87849581423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| as [X,1] of them ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.93916062802 MaxLexEgivenF=3.91664766749 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] waren ||| as [X,1] had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61537367923 MaxLexEgivenF=1.94503305411 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| as [X,1] were ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=2.00620341294 MaxLexEgivenF=1.15169792945 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| as [X,1] have been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03653782245 MaxLexEgivenF=3.85712829695 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] waren ||| as [X,1] been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03653782245 MaxLexEgivenF=2.1679181299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| as [X,1] goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81590260628 MaxLexEgivenF=1.88120269136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| what [X,1] were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4857252429 MaxLexEgivenF=2.4711331731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| how [X,1] were ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.47857140336 MaxLexEgivenF=1.5060367179 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| how [X,1] were was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47857140336 MaxLexEgivenF=2.57052290899 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] waren ||| how [X,1] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64139567446 MaxLexEgivenF=3.28583316058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| when [X,1] goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.25864156547 MaxLexEgivenF=3.96321826328 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| like [X,1] were ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.70538857092 MaxLexEgivenF=1.61669442815 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| like [X,1] have been ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73572298043 MaxLexEgivenF=4.32212479564 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] waren ||| like [X,1] products ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00090080739 MaxLexEgivenF=3.21048054644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren ||| such as [X,1] were ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.6860249682 MaxLexEgivenF=2.14055966741 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] waren ||| such as [X,1] goods ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49572416155 MaxLexEgivenF=2.87006442931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] waren [X,2] ||| wie [X,1] waren [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14528453815 MaxLexEgivenF=4.87849581423 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| as [X,1] , [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94979359514 MaxLexEgivenF=2.21928484751 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| wie [X,1] waren [X,2] ||| as [X,1] were [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.00620341294 MaxLexEgivenF=1.15169792945 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| as [X,1] have been [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.03653782245 MaxLexEgivenF=3.85712829695 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] waren [X,2] ||| as [X,1] goods [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81590260628 MaxLexEgivenF=1.88120269136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| what [X,1] were [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4857252429 MaxLexEgivenF=2.4711331731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| how [X,1] were [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.47857140336 MaxLexEgivenF=1.5060367179 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| how [X,1] were [X,2] other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47857140336 MaxLexEgivenF=4.23491958971 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| wie [X,1] waren [X,2] ||| how [X,1] did [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64139567446 MaxLexEgivenF=3.28583316058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| like [X,1] were [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.70538857092 MaxLexEgivenF=1.61669442815 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| like [X,1] have been [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73572298043 MaxLexEgivenF=4.32212479564 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] waren [X,2] ||| like [X,1] products [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00090080739 MaxLexEgivenF=3.21048054644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] waren [X,2] ||| such as [X,1] were [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.6860249682 MaxLexEgivenF=2.14055966741 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] waren [X,2] ||| such as [X,1] goods [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49572416155 MaxLexEgivenF=2.87006442931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] im ||| [X,1] and [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.8652490717 MaxLexEgivenF=2.98683233974 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] im ||| [X,1] wie [X,2] im ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.709537138333 MaxLexEgivenF=4.88229450526 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] im ||| [X,1] as [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=1.00217117148 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] im ||| [X,1] as [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=1.46949809178 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] im ||| [X,1] as [X,2] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18481992147 MaxLexEgivenF=2.04999917252 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] im ||| [X,1] as are [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=3.48773838568 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 3-5
+[X] ||| [X,1] wie [X,2] im ||| [X,1] like [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46533161737 MaxLexEgivenF=1.46716767018 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] im ||| [X,1] like [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46533161737 MaxLexEgivenF=1.93449459047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] im ||| [X,1] approaching [X,2] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48974449191 MaxLexEgivenF=6.41501024522 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| wie [X,1] im ||| and [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.8652490717 MaxLexEgivenF=2.98683233974 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im ||| wie [X,1] im ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.709537138333 MaxLexEgivenF=4.88229450526 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] im ||| as [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2892741574 MaxLexEgivenF=1.70833722792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] im ||| as [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=1.00217117148 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] im ||| as [X,1] in the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=1.46949809178 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im ||| as [X,1] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18481992147 MaxLexEgivenF=2.04999917252 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] im ||| as are [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=3.48773838568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| wie [X,1] im ||| how [X,1] in ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.23851444981 MaxLexEgivenF=1.35650995993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] im ||| how [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23851444981 MaxLexEgivenF=1.82383688022 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im ||| like [X,1] in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46533161737 MaxLexEgivenF=1.46716767018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] im ||| like [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46533161737 MaxLexEgivenF=1.93449459047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im ||| similar [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.9801987612 MaxLexEgivenF=3.36101521779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im ||| approaching [X,1] on the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48974449191 MaxLexEgivenF=6.41501024522 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im [X,2] ||| and [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.8652490717 MaxLexEgivenF=2.98683233974 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im [X,2] ||| wie [X,1] im [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.709537138333 MaxLexEgivenF=4.88229450526 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] im [X,2] ||| as [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2892741574 MaxLexEgivenF=1.70833722792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] im [X,2] ||| as [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=1.00217117148 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] im [X,2] ||| as [X,1] in the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=1.46949809178 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im [X,2] ||| as [X,1] at [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18481992147 MaxLexEgivenF=2.04999917252 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] im [X,2] ||| as are [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76614645939 MaxLexEgivenF=3.48773838568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| wie [X,1] im [X,2] ||| how [X,1] in [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.23851444981 MaxLexEgivenF=1.35650995993 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] im [X,2] ||| how [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23851444981 MaxLexEgivenF=1.82383688022 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im [X,2] ||| like [X,1] in [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46533161737 MaxLexEgivenF=1.46716767018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] im [X,2] ||| like [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46533161737 MaxLexEgivenF=1.93449459047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im [X,2] ||| similar [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.9801987612 MaxLexEgivenF=3.36101521779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] im [X,2] ||| approaching [X,1] on the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48974449191 MaxLexEgivenF=6.41501024522 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] betty ||| such as [X,1] betty ||| EgivenFCoherent=0.698970004336 SampleCountF=0.778151250384 CountEF=0.301029995664 MaxLexFgivenE=0.763691183461 MaxLexEgivenF=1.66644982453 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] ford ||| [X,1] such as [X,2] ford ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=0.846702671909 MaxLexEgivenF=1.73665433347 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] ford ||| such as [X,1] ford ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=0.846702671909 MaxLexEgivenF=1.73665433347 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] ford [X,2] ||| such as [X,1] ford [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=0.846702671909 MaxLexEgivenF=1.73665433347 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] center ||| [X,1] , such as [X,2] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=2.41245223464 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 3-5
+[X] ||| [X,1] wie [X,2] center ||| [X,1] , such as the [X,2] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=3.75711607073 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 3-6
+[X] ||| [X,1] wie [X,2] center ||| [X,1] , including [X,2] center ||| EgivenFCoherent=1.50060235057 SampleCountF=1.98227123304 CountEF=0.602059991328 MaxLexFgivenE=2.05067496078 MaxLexEgivenF=2.78865919992 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] center ||| [X,1] like [X,2] centre ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.45354733254 MaxLexEgivenF=2.00182239494 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] center ||| [X,1] such as [X,2] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=1.80182862064 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] center ||| [X,1] such as [X,2] centre ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.43418372983 MaxLexEgivenF=2.5256876342 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] center ||| as [X,1] center ||| EgivenFCoherent=1.67669360962 SampleCountF=1.98227123304 CountEF=0.47712125472 MaxLexFgivenE=1.75204615318 MaxLexEgivenF=0.812966882687 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] center ||| as the [X,1] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.75204615318 MaxLexEgivenF=2.15763071877 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] center ||| how [X,1] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.2244141436 MaxLexEgivenF=1.16730567114 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center ||| like [X,1] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.45123131116 MaxLexEgivenF=1.27796338138 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center ||| like [X,1] centre ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.45354733254 MaxLexEgivenF=2.00182239494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center ||| such as [X,1] center ||| EgivenFCoherent=1.27875360095 SampleCountF=1.98227123304 CountEF=0.778151250384 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=1.80182862064 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] center ||| such as [X,1] centre ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.43418372983 MaxLexEgivenF=2.5256876342 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] center ||| such as the [X,1] center ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=3.14649245672 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] center ||| such as the [X,1] centres ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.76712061369 MaxLexEgivenF=5.26099224021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] center ||| including [X,1] center ||| EgivenFCoherent=1.50060235057 SampleCountF=1.98227123304 CountEF=0.602059991328 MaxLexFgivenE=2.05067496078 MaxLexEgivenF=2.17803558591 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] center [X,2] ||| as [X,1] center [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.75204615318 MaxLexEgivenF=0.812966882687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center [X,2] ||| as the [X,1] center [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.75204615318 MaxLexEgivenF=2.15763071877 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] center [X,2] ||| how [X,1] center [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.2244141436 MaxLexEgivenF=1.16730567114 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center [X,2] ||| like [X,1] center [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.45123131116 MaxLexEgivenF=1.27796338138 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center [X,2] ||| like [X,1] centre [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.45354733254 MaxLexEgivenF=2.00182239494 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] center [X,2] ||| such as [X,1] center [X,2] ||| EgivenFCoherent=1.37566361396 SampleCountF=1.98227123304 CountEF=0.698970004336 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=1.80182862064 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] center [X,2] ||| such as [X,1] centre [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.43418372983 MaxLexEgivenF=2.5256876342 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] center [X,2] ||| such as the [X,1] center [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=1.43186770845 MaxLexEgivenF=3.14649245672 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] center [X,2] ||| such as the [X,1] centres [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.76712061369 MaxLexEgivenF=5.26099224021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] center [X,2] ||| including [X,1] center [X,2] ||| EgivenFCoherent=1.97772360529 SampleCountF=1.98227123304 CountEF=0.301029995664 MaxLexFgivenE=2.05067496078 MaxLexEgivenF=2.17803558591 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] viele [X,2] waren ||| [X,1] were many [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] viele [X,2] waren ||| [X,1] a lot of [X,2] have been ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.26381479434 MaxLexEgivenF=6.56504454265 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5 3-6
+[X] ||| [X,1] viele [X,2] waren ||| [X,1] many [X,2] had ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=2.31683270204 MaxLexEgivenF=1.77923918189 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] waren ||| [X,1] many [X,2] were ||| EgivenFCoherent=1.85125834872 SampleCountF=2.45484486001 CountEF=0.698970004336 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] waren ||| [X,1] many [X,2] got ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.36634399145 MaxLexEgivenF=3.53957295231 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] waren ||| [X,1] viele [X,2] waren ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.26405254619 MaxLexEgivenF=5.02383997289 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] waren ||| were [X,1] many [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| [X,1] viele [X,2] waren ||| many [X,1] were [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| viele [X,1] waren ||| were many [X,1] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| viele [X,1] waren ||| a lot of [X,1] have been ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.26381479434 MaxLexEgivenF=6.56504454265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 2-5
+[X] ||| viele [X,1] waren ||| many [X,1] had ||| EgivenFCoherent=2.15228834438 SampleCountF=2.45484486001 CountEF=0.47712125472 MaxLexFgivenE=2.31683270204 MaxLexEgivenF=1.77923918189 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] waren ||| many [X,1] were ||| EgivenFCoherent=1.27722708099 SampleCountF=2.45484486001 CountEF=1.20411998266 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] waren ||| many [X,1] were b ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=4.900423506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] waren ||| many [X,1] have ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.20630269375 MaxLexEgivenF=2.06759133725 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren ||| many [X,1] have been ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=2.73799684527 MaxLexEgivenF=3.69133442472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] waren ||| many [X,1] got ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.36634399145 MaxLexEgivenF=3.53957295231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren ||| many [X,1] ago ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.34764738096 MaxLexEgivenF=3.62389383801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren ||| many of [X,1] were ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=1.68273932244 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] waren ||| many of [X,1] have ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.20630269375 MaxLexEgivenF=2.76442660246 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] waren ||| numerous [X,1] goods ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=2.38389049869 MaxLexEgivenF=3.38475669749 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren ||| viele [X,1] waren ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.26405254619 MaxLexEgivenF=5.02383997289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren [X,2] ||| were many [X,1] and that [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=4.23738566592 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| viele [X,1] waren [X,2] ||| a lot of [X,1] have been [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.26381479434 MaxLexEgivenF=6.56504454265 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 2-5
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] [X,2] were ||| EgivenFCoherent=1.97619708533 SampleCountF=2.45484486001 CountEF=0.602059991328 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] [X,2] goods ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.5173616291 MaxLexEgivenF=1.71540881914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] had [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=2.31683270204 MaxLexEgivenF=1.77923918189 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] were [X,2] ||| EgivenFCoherent=1.374137094 SampleCountF=2.45484486001 CountEF=1.11394335231 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=0.98590405723 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] have [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.20630269375 MaxLexEgivenF=2.06759133725 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] have been [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=2.73799684527 MaxLexEgivenF=3.69133442472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] waren [X,2] ||| many [X,1] ago [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=3.34764738096 MaxLexEgivenF=3.62389383801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] waren [X,2] ||| many of [X,1] were [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.70766243576 MaxLexEgivenF=1.68273932244 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] waren [X,2] ||| viele [X,1] waren [X,2] ||| EgivenFCoherent=2.45331834005 SampleCountF=2.45484486001 CountEF=0.301029995664 MaxLexFgivenE=1.26405254619 MaxLexEgivenF=5.02383997289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] in ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=0.836377299261 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] in the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=1.30370421955 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=0.845708090491 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] the north ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=4.30275918672 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1199669249 MaxLexEgivenF=1.95168585378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] on the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=2.41901277407 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] at a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88627894428 MaxLexEgivenF=2.88635061083 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many [X,2] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75137804652 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] im ||| [X,1] many of [X,2] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=2.00053948476 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 3-5
+[X] ||| [X,1] viele [X,2] im ||| lot of [X,2] [X,1] in this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99342343127 MaxLexEgivenF=5.1763221211 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-4 3-5
+[X] ||| viele [X,1] im ||| a lot of [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99342343127 MaxLexEgivenF=4.17741433748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 2-5
+[X] ||| viele [X,1] im ||| many [X,1] in ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=0.836377299261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] im ||| many [X,1] in the ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=1.30370421955 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im ||| many [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=0.845708090491 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im ||| many [X,1] the north ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=4.30275918672 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im ||| many [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1199669249 MaxLexEgivenF=1.95168585378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im ||| many [X,1] on the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=2.41901277407 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im ||| many [X,1] at a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88627894428 MaxLexEgivenF=2.88635061083 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im ||| many [X,1] a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75137804652 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im ||| many [X,1] within ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70539948413 MaxLexEgivenF=2.5605280878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im ||| many of [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=2.00053948476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| viele [X,1] im ||| many of the [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=2.00053948476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| viele [X,1] im ||| lots of [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96559599082 MaxLexEgivenF=3.08973209622 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] im ||| number of [X,1] in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7233077969 MaxLexEgivenF=3.53634845474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| viele [X,1] im [X,2] ||| a lot of [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99342343127 MaxLexEgivenF=4.17741433748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 2-5
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] in [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=0.836377299261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] in the [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=1.30370421955 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=0.845708090491 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] the north [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=4.30275918672 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1199669249 MaxLexEgivenF=1.95168585378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] on the [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.99073318021 MaxLexEgivenF=2.41901277407 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] at a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88627894428 MaxLexEgivenF=2.88635061083 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75137804652 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im [X,2] ||| many [X,1] within [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70539948413 MaxLexEgivenF=2.5605280878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] im [X,2] ||| many of [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=2.00053948476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 2-4
+[X] ||| viele [X,1] im [X,2] ||| many of the [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4676054822 MaxLexEgivenF=2.00053948476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| viele [X,1] im [X,2] ||| lots of [X,1] in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96559599082 MaxLexEgivenF=3.08973209622 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] im [X,2] ||| number of [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7233077969 MaxLexEgivenF=3.53634845474 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4
+[X] ||| viele [X,1] center ||| many [X,1] center ||| EgivenFCoherent=0.903089986992 SampleCountF=1.23044892138 CountEF=0.47712125472 MaxLexFgivenE=1.453505176 MaxLexEgivenF=0.647173010463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] center [X,2] ||| many [X,1] center [X,2] ||| EgivenFCoherent=1.20411998266 SampleCountF=1.23044892138 CountEF=0.301029995664 MaxLexFgivenE=1.453505176 MaxLexEgivenF=0.647173010463 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] prominenten [X,2] im ||| [X,1] prominent [X,2] in ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.44521273419 MaxLexEgivenF=1.239843525 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] prominenten [X,2] im ||| [X,1] prominent [X,2] in the ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.44521273419 MaxLexEgivenF=1.70717044529 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] prominenten [X,2] im ||| [X,1] prominent [X,2] on the ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.9683404322 MaxLexEgivenF=2.82247899982 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| prominenten [X,1] im ||| prominent [X,1] in ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.44521273419 MaxLexEgivenF=1.239843525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| prominenten [X,1] im ||| prominent [X,1] in the ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.44521273419 MaxLexEgivenF=1.70717044529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| prominenten [X,1] im ||| prominent [X,1] on the ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.9683404322 MaxLexEgivenF=2.82247899982 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| prominenten [X,1] im [X,2] ||| prominent [X,1] in [X,2] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.44521273419 MaxLexEgivenF=1.239843525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| prominenten [X,1] im [X,2] ||| prominent [X,1] in the [X,2] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.07918124605 CountEF=0.301029995664 MaxLexFgivenE=2.44521273419 MaxLexEgivenF=1.70717044529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] waren im ||| [X,1] were in the ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im ||| [X,1] were in a ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=2.28236679933 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im ||| [X,1] were on the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.46408861477 MaxLexEgivenF=2.6481544909 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im ||| [X,1] goods , in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=2.87297431229 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3 2-4
+[X] ||| [X,1] waren im ||| [X,1] goods in ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=1.795023778 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] waren im ||| [X,1] goods in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=2.26235069829 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im ||| [X,1] products to the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.75960085124 MaxLexEgivenF=3.68094119667 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] waren im ||| [X,1] items in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.27852889671 MaxLexEgivenF=3.8698057215 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im ||| [X,1] went on ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.83504983979 MaxLexEgivenF=4.48782413235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] waren im ||| [X,1] stayed in ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.21878780937 MaxLexEgivenF=3.5708832316 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] waren im ||| had [X,1] at the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.96880464513 MaxLexEgivenF=3.37400906207 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 2-3
+[X] ||| [X,1] waren im ||| were [X,1] in ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.06551901609 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] waren im ||| were [X,1] in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 2-3
+[X] ||| [X,1] waren im ||| goods [X,1] through ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.07288593955 MaxLexEgivenF=4.5339216327 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] waren im [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=5.68985484877 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren im [X,2] ||| [X,1] of the [X,2] were ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.46408861477 MaxLexEgivenF=1.77168507253 IsSingletonF=0 IsSingletonFE=1 ||| 2-2 1-4
+[X] ||| [X,1] waren im [X,2] ||| [X,1] were [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.41774107732 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] waren im [X,2] ||| [X,1] were in the [X,2] ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im [X,2] ||| [X,1] were in a [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=2.28236679933 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im [X,2] ||| [X,1] were on the [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.46408861477 MaxLexEgivenF=2.6481544909 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im [X,2] ||| [X,1] goods in [X,2] ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=1.795023778 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] waren im [X,2] ||| [X,1] goods in the [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=2.26235069829 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] waren im [X,2] ||| [X,1] products to the [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.75960085124 MaxLexEgivenF=3.68094119667 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] waren im [X,2] ||| [X,1] went on [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.83504983979 MaxLexEgivenF=4.48782413235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] waren im [X,2] ||| [X,1] stayed in [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.21878780937 MaxLexEgivenF=3.5708832316 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] waren im [X,2] ||| in the [X,2] [X,1] were ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 1-4
+[X] ||| [X,1] waren im [X,2] ||| in the [X,2] , [X,1] were ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=2.14346955039 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 1-5
+[X] ||| [X,1] waren im [X,2] ||| had [X,1] at the [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.96880464513 MaxLexEgivenF=3.37400906207 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 2-3
+[X] ||| [X,1] waren im [X,2] ||| were [X,1] in [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.06551901609 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] waren im [X,2] ||| were [X,1] in the [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 2-3
+[X] ||| [X,1] waren im [X,2] ||| goods [X,1] through [X,2] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.07288593955 MaxLexEgivenF=4.5339216327 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| waren im ||| was the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.40767879697 MaxLexEgivenF=1.53181311137 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| waren im ||| in duty-free ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.88387573709 MaxLexEgivenF=4.54860683689 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| waren im ||| were in the ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| waren im ||| were in a ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=2.28236679933 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im ||| were on the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.46408861477 MaxLexEgivenF=2.6481544909 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im ||| time in ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.95244152014 MaxLexEgivenF=3.01712791985 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| waren im ||| goods , in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=2.87297431229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2 1-3
+[X] ||| waren im ||| goods in ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=1.795023778 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| waren im ||| goods in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=2.26235069829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im ||| goods at the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.16933357218 MaxLexEgivenF=3.31017869932 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im ||| products to the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.75960085124 MaxLexEgivenF=3.68094119667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| waren im ||| items in the ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.27852889671 MaxLexEgivenF=3.8698057215 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im ||| went on ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.83504983979 MaxLexEgivenF=4.48782413235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| waren im ||| stayed in ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.21878780937 MaxLexEgivenF=3.5708832316 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| waren im [X,1] ||| , [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=5.68985484877 MaxLexEgivenF=0.610623614007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren im [X,1] ||| the [X,1] were ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.46408861477 MaxLexEgivenF=1.07484980732 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| waren im [X,1] ||| were [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.41774107732 MaxLexEgivenF=0.607522887029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| waren im [X,1] ||| were in the [X,1] ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=1.53284593638 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| waren im [X,1] ||| were in a [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.94096091676 MaxLexEgivenF=2.28236679933 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im [X,1] ||| were on the [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.46408861477 MaxLexEgivenF=2.6481544909 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im [X,1] ||| goods in [X,1] ||| EgivenFCoherent=2.01283722471 SampleCountF=2.31597034546 CountEF=0.47712125472 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=1.795023778 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| waren im [X,1] ||| goods in the [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=1.7506601101 MaxLexEgivenF=2.26235069829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im [X,1] ||| goods at the [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=2.16933357218 MaxLexEgivenF=3.31017869932 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| waren im [X,1] ||| products to the [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.75960085124 MaxLexEgivenF=3.68094119667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| waren im [X,1] ||| went on [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.83504983979 MaxLexEgivenF=4.48782413235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| waren im [X,1] ||| stayed in [X,1] ||| EgivenFCoherent=2.31386722037 SampleCountF=2.31597034546 CountEF=0.301029995664 MaxLexFgivenE=3.21878780937 MaxLexEgivenF=3.5708832316 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] im [X,2] ford ||| [X,1] in [X,2] ford ||| EgivenFCoherent=1.53147891704 SampleCountF=1.54406804435 CountEF=0.301029995664 MaxLexFgivenE=1.10163862046 MaxLexEgivenF=0.661613682155 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] im [X,2] ford ||| [X,1] in the [X,2] ford ||| EgivenFCoherent=1.53147891704 SampleCountF=1.54406804435 CountEF=0.301029995664 MaxLexFgivenE=1.10163862046 MaxLexEgivenF=1.12894060245 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| im [X,1] ford ||| in [X,1] ford ||| EgivenFCoherent=1.23044892138 SampleCountF=1.54406804435 CountEF=0.47712125472 MaxLexFgivenE=1.10163862046 MaxLexEgivenF=0.661613682155 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] ford ||| in the [X,1] ford ||| EgivenFCoherent=1.53147891704 SampleCountF=1.54406804435 CountEF=0.301029995664 MaxLexFgivenE=1.10163862046 MaxLexEgivenF=1.12894060245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] ford [X,2] ||| in [X,1] ford [X,2] ||| EgivenFCoherent=1.23044892138 SampleCountF=1.54406804435 CountEF=0.47712125472 MaxLexFgivenE=1.10163862046 MaxLexEgivenF=0.661613682155 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] ford [X,2] ||| in the [X,1] ford [X,2] ||| EgivenFCoherent=1.53147891704 SampleCountF=1.54406804435 CountEF=0.301029995664 MaxLexFgivenE=1.10163862046 MaxLexEgivenF=1.12894060245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] im [X,2] center ||| [X,1] in [X,2] center ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.686803657 MaxLexEgivenF=0.726787969323 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] im [X,2] center ||| [X,1] in [X,2] centre ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.45064698289 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] im [X,2] center ||| [X,1] in the [X,2] center ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.686803657 MaxLexEgivenF=1.19411488961 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] im [X,2] center ||| [X,1] in the [X,2] centre ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.91797390318 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] im [X,2] center ||| [X,1] in our [X,2] center ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.686803657 MaxLexEgivenF=3.37757783149 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] im [X,2] center ||| [X,1] the [X,2] center ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.20993135501 MaxLexEgivenF=0.736118760553 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] im [X,2] center ||| [X,1] at [X,2] center ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=1.77461597036 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] im [X,2] center ||| [X,1] at the [X,2] center ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=2.24194289065 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] im [X,2] center ||| [X,1] at the [X,2] centre ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.10779314046 MaxLexEgivenF=2.96580190421 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] im [X,2] center ||| [X,1] at the [X,2] centrum ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41525347936 MaxLexEgivenF=5.13459392452 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| im [X,1] center ||| in [X,1] center ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.686803657 MaxLexEgivenF=0.726787969323 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center ||| in [X,1] centre ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.45064698289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| im [X,1] center ||| in [X,1] centers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46841701539 MaxLexEgivenF=2.42215844507 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| im [X,1] center ||| in the [X,1] center ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=1.686803657 MaxLexEgivenF=1.19411488961 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| in the [X,1] centre ||| EgivenFCoherent=0.875061263392 SampleCountF=2.47856649559 CountEF=1.61278385672 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.91797390318 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| in our [X,1] center ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.686803657 MaxLexEgivenF=3.37757783149 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| the [X,1] center ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=2.20993135501 MaxLexEgivenF=0.736118760553 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center ||| the [X,1] centre ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.21224737639 MaxLexEgivenF=1.45997777412 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center ||| at [X,1] center ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=1.77461597036 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center ||| at the [X,1] center ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=2.24194289065 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| at the [X,1] centre ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.10779314046 MaxLexEgivenF=2.96580190421 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| at the [X,1] centrum ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41525347936 MaxLexEgivenF=5.13459392452 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| within a [X,1] centre ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.9269136803 MaxLexEgivenF=4.39164555466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center ||| we [X,1] center ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16358381756 MaxLexEgivenF=3.18889156295 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| im [X,1] center [X,2] ||| [X,2] in the [X,1] center ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.686803657 MaxLexEgivenF=1.19411488961 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 0-2 2-4
+[X] ||| im [X,1] center [X,2] ||| [X,2] in the [X,1] centre ||| EgivenFCoherent=1.06214790675 SampleCountF=2.47856649559 CountEF=1.43136376416 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.91797390318 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 0-2 2-4
+[X] ||| im [X,1] center [X,2] ||| [X,2] the [X,1] center ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20993135501 MaxLexEgivenF=0.736118760553 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| [X,2] at the [X,1] center ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=2.24194289065 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 2-4
+[X] ||| im [X,1] center [X,2] ||| [X,2] within a [X,1] centre ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.9269136803 MaxLexEgivenF=4.39164555466 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 2-4
+[X] ||| im [X,1] center [X,2] ||| in [X,2] [X,1] centre ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.45064698289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| im [X,1] center [X,2] ||| in [X,1] center [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.686803657 MaxLexEgivenF=0.726787969323 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center [X,2] ||| in [X,1] centre [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.45064698289 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| im [X,1] center [X,2] ||| in the [X,1] center [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.686803657 MaxLexEgivenF=1.19411488961 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| in the [X,1] centre [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=1.91797390318 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| in the [X,1] centre with [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68911967838 MaxLexEgivenF=3.63557951139 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| in our [X,1] center [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.686803657 MaxLexEgivenF=3.37757783149 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| the [X,1] center [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=2.20993135501 MaxLexEgivenF=0.736118760553 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center [X,2] ||| the [X,1] centre [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.21224737639 MaxLexEgivenF=1.45997777412 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| im [X,1] center [X,2] ||| at [X,1] center [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=1.77461597036 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| im [X,1] center [X,2] ||| at the [X,1] center [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=2.24194289065 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| at the [X,1] center of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10547711908 MaxLexEgivenF=2.93877815586 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| at the [X,1] centre [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.10779314046 MaxLexEgivenF=2.96580190421 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| at the [X,1] centrum [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.41525347936 MaxLexEgivenF=5.13459392452 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| im [X,1] center [X,2] ||| like [X,2] the [X,1] center ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72371776671 MaxLexEgivenF=2.54501443286 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-2 2-4
+[X] ||| im [X,1] center [X,2] ||| we [X,1] center [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16358381756 MaxLexEgivenF=3.18889156295 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| betty ford ||| betty ford ||| EgivenFCoherent=0.0969100130081 SampleCountF=0.778151250384 CountEF=0.698970004336 MaxLexFgivenE=0.41936178927 MaxLexEgivenF=0.337030597247 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| betty ford [X,1] ||| betty ford [X,1] ||| EgivenFCoherent=0.397940008672 SampleCountF=0.778151250384 CountEF=0.47712125472 MaxLexFgivenE=0.41936178927 MaxLexEgivenF=0.337030597247 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| betty [X,1] center ||| betty [X,1] center ||| EgivenFCoherent=-0 SampleCountF=0.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.00452682581 MaxLexEgivenF=0.402204884414 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] ford center ||| [X,1] ford center ||| EgivenFCoherent=-0 SampleCountF=0.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.08753831425 MaxLexEgivenF=0.472409393357 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| ford center ||| ford center ||| EgivenFCoherent=-0 SampleCountF=0.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.08753831425 MaxLexEgivenF=0.472409393357 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| [X,1] wie viele [X,2] im ||| [X,1] the number of [X,2] in ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=5.1312768139 MaxLexEgivenF=3.53634845474 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 2-2 4-5
+[X] ||| [X,1] wie viele [X,2] im ||| [X,1] how many [X,2] the ||| EgivenFCoherent=0.959041392321 SampleCountF=1.96378782735 CountEF=1.04139268516 MaxLexFgivenE=2.37879564842 MaxLexEgivenF=1.74422192136 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] im ||| [X,1] how many [X,2] the north ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=2.37879564842 MaxLexEgivenF=5.20127301759 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| wie viele [X,1] im ||| the number of [X,1] in ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=5.1312768139 MaxLexEgivenF=3.53634845474 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1 3-4
+[X] ||| wie viele [X,1] im ||| as many [X,1] on the ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=2.906427658 MaxLexEgivenF=2.9631878165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] im ||| how many [X,1] in the ||| EgivenFCoherent=1.65801139666 SampleCountF=1.96378782735 CountEF=0.47712125472 MaxLexFgivenE=1.85566795041 MaxLexEgivenF=2.20221805042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] im ||| how many [X,1] the ||| EgivenFCoherent=0.959041392321 SampleCountF=1.96378782735 CountEF=1.04139268516 MaxLexFgivenE=2.37879564842 MaxLexEgivenF=1.74422192136 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] im ||| how many [X,1] the north ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=2.37879564842 MaxLexEgivenF=5.20127301759 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] im ||| how many [X,1] on ||| EgivenFCoherent=1.4819201376 SampleCountF=1.96378782735 CountEF=0.602059991328 MaxLexFgivenE=2.50802939311 MaxLexEgivenF=2.85019968466 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] im [X,2] ||| the number of [X,1] in [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=5.1312768139 MaxLexEgivenF=3.53634845474 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1 3-4
+[X] ||| wie viele [X,1] im [X,2] ||| how many [X,1] in the [X,2] ||| EgivenFCoherent=1.65801139666 SampleCountF=1.96378782735 CountEF=0.47712125472 MaxLexFgivenE=1.85566795041 MaxLexEgivenF=2.20221805042 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] im [X,2] ||| how many [X,1] the [X,2] ||| EgivenFCoherent=0.959041392321 SampleCountF=1.96378782735 CountEF=1.04139268516 MaxLexFgivenE=2.37879564842 MaxLexEgivenF=1.74422192136 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] im [X,2] ||| how many [X,1] the north [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=1.96378782735 CountEF=0.301029995664 MaxLexFgivenE=2.37879564842 MaxLexEgivenF=5.20127301759 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] im [X,2] ||| how many [X,1] on [X,2] ||| EgivenFCoherent=1.4819201376 SampleCountF=1.96378782735 CountEF=0.602059991328 MaxLexFgivenE=2.50802939311 MaxLexEgivenF=2.85019968466 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie [X,1] waren im ||| as [X,1] were in the ||| EgivenFCoherent=0.397940008672 SampleCountF=0.778151250384 CountEF=0.47712125472 MaxLexFgivenE=2.85665539454 MaxLexEgivenF=2.0770209788 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 3-4
+[X] ||| wie [X,1] waren im [X,2] ||| as [X,1] were in the [X,2] ||| EgivenFCoherent=0.397940008672 SampleCountF=0.778151250384 CountEF=0.47712125472 MaxLexFgivenE=2.85665539454 MaxLexEgivenF=2.0770209788 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3 3-4
+[X] ||| betty ford center ||| betty ford center ||| EgivenFCoherent=-0 SampleCountF=0.47712125472 CountEF=0.47712125472 MaxLexFgivenE=1.25571346466 MaxLexEgivenF=0.605822437509 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
diff --git a/example_free917/grammar/grammar.8 b/example_free917/grammar/grammar.8
new file mode 100644
index 0000000..ab388a4
--- /dev/null
+++ b/example_free917/grammar/grammar.8
@@ -0,0 +1,1726 @@
+[X] ||| [X,1] wie ||| [X,1] wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] as ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] how ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] like ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such as ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie ||| [X,1] however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie ||| how [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie [X,2] ||| [X,1] wie [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-3
+[X] ||| [X,1] wie [X,2] ||| [X,1] as for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] like [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] such as [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| wie ||| and ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| as ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| what ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2189806527 MaxLexEgivenF=2.55593279611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| how ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| like ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| such as ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie ||| including ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| practically ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| just ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| look like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=4.31044308413 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| wie [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] as ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-2
+[X] ||| wie [X,1] ||| as to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.55648031348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| how [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| like [X,1] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| such as [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| including [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| practically [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] alt ||| [X,1] of age ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=1.91886399596 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] alt ||| [X,1] &quot; alt ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.291484677758 MaxLexEgivenF=4.04198130348 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] alt ||| [X,1] old ||| EgivenFCoherent=0.568636235841 SampleCountF=2.47856649559 CountEF=1.91381385238 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] old people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=3.69710874456 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] alt ||| [X,1] children ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30309783408 MaxLexEgivenF=2.4661933546 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] ago ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41422391814 MaxLexEgivenF=2.04518804186 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] alt ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.291484677758 MaxLexEgivenF=0.999730168067 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] ancient ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61694512601 MaxLexEgivenF=2.22883243881 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] 75th birthday ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96848294855 MaxLexEgivenF=6.4131120882 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] alt ||| [X,1] young ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.87962827886 MaxLexEgivenF=2.36145800408 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] age ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=1.22202873076 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] originating ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76192783842 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt ||| [X,1] adults ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52672686731 MaxLexEgivenF=2.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt ||| old [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] alt [X,2] ||| [X,2] [X,1] of age ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=1.91886399596 IsSingletonF=0 IsSingletonFE=0 ||| 1-3
+[X] ||| [X,1] alt [X,2] ||| [X,2] [X,1] old ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] alt [X,2] ||| [X,1] [X,2] old ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] alt [X,2] ||| [X,1] &quot; alt [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.291484677758 MaxLexEgivenF=4.04198130348 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] alt [X,2] ||| [X,1] old [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] old , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=1.10117631447 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] old - [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=4.2300577435 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] old people [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=3.69710874456 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] alt [X,2] ||| [X,1] children [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30309783408 MaxLexEgivenF=2.4661933546 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] ago [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41422391814 MaxLexEgivenF=2.04518804186 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] alt [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.291484677758 MaxLexEgivenF=0.999730168067 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] ancient [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61694512601 MaxLexEgivenF=2.22883243881 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] 75th birthday [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96848294855 MaxLexEgivenF=6.4131120882 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] alt [X,2] ||| [X,1] young [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.87962827886 MaxLexEgivenF=2.36145800408 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] originating [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76192783842 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| [X,1] adults [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52672686731 MaxLexEgivenF=2.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] alt [X,2] ||| old [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] alt [X,2] ||| berlin [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.11816548524 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| alt ||| before ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.15460653928 MaxLexEgivenF=3.2065560441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| both ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.08800607634 MaxLexEgivenF=3.03046478504 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| but ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.98883977523 MaxLexEgivenF=2.50758603976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| old ||| EgivenFCoherent=0.485895179027 SampleCountF=2.47856649559 CountEF=1.9956351946 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| old people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=3.69710874456 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| alt ||| children ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30309783408 MaxLexEgivenF=2.4661933546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| ago ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.41422391814 MaxLexEgivenF=2.04518804186 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| alt ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.291484677758 MaxLexEgivenF=0.999730168067 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| ancient ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.61694512601 MaxLexEgivenF=2.22883243881 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| berlin ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.11816548524 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| 75th birthday ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96848294855 MaxLexEgivenF=6.4131120882 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| alt ||| young ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.87962827886 MaxLexEgivenF=2.36145800408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| near ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.53192575494 MaxLexEgivenF=2.60449605277 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| word ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.53636902868 MaxLexEgivenF=3.2065560441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| rental ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.76589197643 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| age ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=1.22202873076 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| older ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26672434801 MaxLexEgivenF=2.18536674503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| minimum age ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=4.2524935158 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| alt ||| or ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.92395374735 MaxLexEgivenF=1.97610712272 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt ||| originating ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76192783842 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt ||| adults ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52672686731 MaxLexEgivenF=2.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| [X,1] old ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| alt [X,1] ||| before [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.15460653928 MaxLexEgivenF=3.2065560441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| both [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.08800607634 MaxLexEgivenF=3.03046478504 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| but [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98883977523 MaxLexEgivenF=2.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| old [X,1] ||| EgivenFCoherent=0.736758565225 SampleCountF=2.47856649559 CountEF=1.74818802701 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt [X,1] ||| old , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=1.10117631447 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| old - [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=4.2300577435 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| old people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37576909778 MaxLexEgivenF=3.69710874456 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| alt [X,1] ||| children [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30309783408 MaxLexEgivenF=2.4661933546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| ago [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41422391814 MaxLexEgivenF=2.04518804186 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt [X,1] ||| alt [X,1] ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=0.291484677758 MaxLexEgivenF=0.999730168067 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt [X,1] ||| ancient [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.61694512601 MaxLexEgivenF=2.22883243881 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| berlin [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.11816548524 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| 75th birthday [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.96848294855 MaxLexEgivenF=6.4131120882 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| alt [X,1] ||| young [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.87962827886 MaxLexEgivenF=2.36145800408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| rental [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.76589197643 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| age of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=1.91886399596 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| minimum age [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7137907602 MaxLexEgivenF=4.2524935158 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| alt [X,1] ||| originating [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76192783842 MaxLexEgivenF=3.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| alt [X,1] ||| adults [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52672686731 MaxLexEgivenF=2.50758603976 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] sollte ||| [X,1] was ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.64026788561 MaxLexEgivenF=1.54357236865 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sollte ||| [X,1] had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05699343767 MaxLexEgivenF=2.63108965722 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sollte ||| [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.48982774976 MaxLexEgivenF=3.2645581128 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sollte ||| [X,1] have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45273063885 MaxLexEgivenF=2.42570902206 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sollte ||| [X,1] if ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89389481326 MaxLexEgivenF=1.09931378668 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sollte ||| [X,1] should ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sollte ||| [X,1] should be ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] sollte ||| [X,1] should include ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=4.0804099057 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sollte ||| [X,1] should give ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=3.73798722487 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sollte ||| should [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] sollte ||| should be a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=2.75868395513 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] sollte ||| would [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29544822102 MaxLexEgivenF=1.91820513835 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] sollte [X,2] ||| [X,2] [X,1] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] sollte [X,2] ||| [X,1] [X,2] should ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] sollte [X,2] ||| [X,1] was [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.64026788561 MaxLexEgivenF=1.54357236865 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sollte [X,2] ||| [X,1] , [X,2] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=1.12544541124 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] sollte [X,2] ||| [X,1] this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.48982774976 MaxLexEgivenF=3.2645581128 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sollte [X,2] ||| [X,1] if [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89389481326 MaxLexEgivenF=1.09931378668 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sollte [X,2] ||| [X,1] should [X,2] ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sollte [X,2] ||| [X,1] should be [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] sollte [X,2] ||| [X,1] should include [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=4.0804099057 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sollte [X,2] ||| [X,1] should give [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=3.73798722487 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] sollte [X,2] ||| should [X,1] [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] sollte [X,2] ||| expect [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56457502673 MaxLexEgivenF=3.15061476049 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| sollte ||| was ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.64026788561 MaxLexEgivenF=1.54357236865 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| ) should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=2.40645886677 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte ||| in ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=3.32403539291 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| in case ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21417554302 MaxLexEgivenF=3.62466136305 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.95561885599 MaxLexEgivenF=1.68821676259 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| over ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.95989164938 MaxLexEgivenF=3.48640686242 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| had ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05699343767 MaxLexEgivenF=2.63108965722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33055870727 MaxLexEgivenF=2.72049006845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.56716909157 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.06146139133 MaxLexEgivenF=1.63821774543 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| you should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=2.15303954266 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.48982774976 MaxLexEgivenF=3.2645581128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| however , if ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89389481326 MaxLexEgivenF=4.12323716476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| sollte ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45273063885 MaxLexEgivenF=2.42570902206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| have to be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26116645838 MaxLexEgivenF=4.46502866778 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| sollte ||| be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26116645838 MaxLexEgivenF=1.02701437466 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| if ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.89389481326 MaxLexEgivenF=1.09931378668 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| should ||| EgivenFCoherent=0.607889534989 SampleCountF=2.47856649559 CountEF=1.87506126339 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| should be ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| sollte ||| should include ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=4.0804099057 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte ||| should give ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=3.73798722487 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte ||| would ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.29544822102 MaxLexEgivenF=1.91820513835 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte ||| expect ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56457502673 MaxLexEgivenF=3.15061476049 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| traveled ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52891670028 MaxLexEgivenF=3.96352811714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| make ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42567276833 MaxLexEgivenF=2.96352811714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte ||| food ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96713484766 MaxLexEgivenF=3.03410919142 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] ||| [X,1] have to be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26116645838 MaxLexEgivenF=4.46502866778 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-3
+[X] ||| sollte [X,1] ||| [X,1] should ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| sollte [X,1] ||| was [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.64026788561 MaxLexEgivenF=1.54357236865 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte [X,1] ||| ) should [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=2.40645886677 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.32403539291 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] ||| in case [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21417554302 MaxLexEgivenF=3.62466136305 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte [X,1] ||| were [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33055870727 MaxLexEgivenF=2.72049006845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] ||| you should [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=2.15303954266 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.48982774976 MaxLexEgivenF=3.2645581128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] ||| however , if [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89389481326 MaxLexEgivenF=4.12323716476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| sollte [X,1] ||| if [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.89389481326 MaxLexEgivenF=1.09931378668 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte [X,1] ||| should [X,1] ||| EgivenFCoherent=0.945642337677 SampleCountF=2.47856649559 CountEF=1.54406804435 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte [X,1] ||| should be [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| sollte [X,1] ||| should include [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=4.0804099057 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte [X,1] ||| should give [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.777777586123 MaxLexEgivenF=3.73798722487 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| sollte [X,1] ||| expect [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56457502673 MaxLexEgivenF=3.15061476049 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] ||| traveled [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52891670028 MaxLexEgivenF=3.96352811714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] ||| make [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.42567276833 MaxLexEgivenF=2.96352811714 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] man ||| [X,1] man ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.83064572545 MaxLexEgivenF=1.83023492238 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.56607364502 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=1.28633413954 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] it would ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=4.12365010708 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] man ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52930887083 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] found ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85800781064 MaxLexEgivenF=2.44900060722 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] one ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] one can see ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=5.44456592192 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] man ||| [X,1] you ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] you can go ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=5.02799321416 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] man ||| [X,1] we ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.07410159504 MaxLexEgivenF=1.69289104966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man ||| [X,1] we get ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81135185082 MaxLexEgivenF=3.82945589835 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] man ||| [X,1] will help you to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=7.46277030894 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] man ||| [X,1] i ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16613334134 MaxLexEgivenF=2.02761792053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man ||| one [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] man ||| you [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] man [X,2] ||| [X,1] man [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.83064572545 MaxLexEgivenF=1.83023492238 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=1.28633413954 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] it would [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=4.12365010708 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] man [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52930887083 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] found [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85800781064 MaxLexEgivenF=2.44900060722 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] one [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] one can see [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=5.44456592192 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] man [X,2] ||| [X,1] you [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] we [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.07410159504 MaxLexEgivenF=1.69289104966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| [X,1] we get [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81135185082 MaxLexEgivenF=3.82945589835 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] man [X,2] ||| [X,1] will help you to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=7.46277030894 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 1-4
+[X] ||| [X,1] man [X,2] ||| [X,1] i [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16613334134 MaxLexEgivenF=2.02761792053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] man [X,2] ||| one [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] man [X,2] ||| you [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] man [X,2] ||| you [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| man ||| man ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.83064572545 MaxLexEgivenF=1.83023492238 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99235643274 MaxLexEgivenF=2.87693696737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80194316563 MaxLexEgivenF=1.89163706954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.56607364502 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| the people ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04681882808 MaxLexEgivenF=3.67423480147 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| to ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.34497786156 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=1.28633413954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| it there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=3.10387960862 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| it is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=2.75666838904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| it would ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=4.12365010708 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88460781705 MaxLexEgivenF=1.81754546909 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42645733853 MaxLexEgivenF=2.74399024846 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| where they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84742818679 MaxLexEgivenF=4.11473305565 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| were ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27913052979 MaxLexEgivenF=2.4061726015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52930887083 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| found ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85800781064 MaxLexEgivenF=2.44900060722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| one ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| one can see ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=5.44456592192 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| man ||| you ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=2.38805222685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| you can go ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=5.02799321416 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| man ||| you need ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=3.54115774929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| you reach ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=3.55920225199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16138439865 MaxLexEgivenF=1.56391826051 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| we ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.07410159504 MaxLexEgivenF=1.69289104966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| we get ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81135185082 MaxLexEgivenF=3.82945589835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| all you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=3.42066033901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33015742365 MaxLexEgivenF=2.53480120297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| will help you to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=7.46277030894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| man ||| be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0804089052 MaxLexEgivenF=1.58336753201 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| if you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=2.85240691014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man ||| they ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.84742818679 MaxLexEgivenF=1.87424004548 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| i ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16613334134 MaxLexEgivenF=2.02761792053 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man ||| here ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63299687229 MaxLexEgivenF=2.92248757728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| still ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63263401426 MaxLexEgivenF=3.20232827387 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man ||| uncertainty ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71850168887 MaxLexEgivenF=5.00166882333 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| [X,1] they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84742818679 MaxLexEgivenF=1.87424004548 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| man [X,1] ||| man [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.83064572545 MaxLexEgivenF=1.83023492238 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man [X,1] ||| . [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99235643274 MaxLexEgivenF=2.87693696737 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| the people [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04681882808 MaxLexEgivenF=3.67423480147 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34497786156 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| it [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=1.28633413954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| it is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=2.75666838904 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| it would [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81662552241 MaxLexEgivenF=4.12365010708 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.42645733853 MaxLexEgivenF=2.74399024846 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52930887083 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| found [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85800781064 MaxLexEgivenF=2.44900060722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| one [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man [X,1] ||| one can see [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50142792848 MaxLexEgivenF=5.44456592192 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| man [X,1] ||| you [X,1] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=0.775017372873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man [X,1] ||| you need [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=3.54115774929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| we [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.07410159504 MaxLexEgivenF=1.69289104966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man [X,1] ||| we get [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81135185082 MaxLexEgivenF=3.82945589835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| all you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=3.42066033901 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| will help you to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=7.46277030894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| man [X,1] ||| if you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46115030825 MaxLexEgivenF=2.85240691014 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] ||| they [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84742818679 MaxLexEgivenF=1.87424004548 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| man [X,1] ||| i [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16613334134 MaxLexEgivenF=2.02761792053 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man [X,1] ||| here [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63299687229 MaxLexEgivenF=2.92248757728 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] sein ||| [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62347518732 MaxLexEgivenF=1.87288254793 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein ||| [X,1] his ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.18138974424 MaxLexEgivenF=1.04258700833 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sein ||| [X,1] one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76988944711 MaxLexEgivenF=2.4612212807 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein ||| [X,1] its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7375238821 MaxLexEgivenF=1.40369712748 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein ||| [X,1] be ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sein ||| [X,1] being ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70305276654 MaxLexEgivenF=1.93441224179 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein ||| [X,1] sein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.574655702748 MaxLexEgivenF=2.63835276656 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein ||| be [X,1] ||| EgivenFCoherent=0.9719712764 SampleCountF=2.47856649559 CountEF=1.51851393988 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] sein ||| being [X,1] others ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70305276654 MaxLexEgivenF=5.30080646063 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2
+[X] ||| [X,1] sein [X,2] ||| [X,2] be [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sein [X,2] ||| [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62347518732 MaxLexEgivenF=1.87288254793 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein [X,2] ||| [X,1] his [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.18138974424 MaxLexEgivenF=1.04258700833 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sein [X,2] ||| [X,1] its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.7375238821 MaxLexEgivenF=1.40369712748 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein [X,2] ||| [X,1] be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] sein [X,2] ||| be [X,1] [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] sein [X,2] ||| being [X,1] others [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70305276654 MaxLexEgivenF=5.30080646063 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2
+[X] ||| sein ||| in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34459701549 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=3.34459701549 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| to ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.76299839549 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34459701549 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.62347518732 MaxLexEgivenF=1.87288254793 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.34158209389 MaxLexEgivenF=2.08588589032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.22190812546 MaxLexEgivenF=2.32129714838 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| that can not be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=8.30479863044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 0-3
+[X] ||| sein ||| ” ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13848845287 MaxLexEgivenF=3.24988864977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76620651026 MaxLexEgivenF=2.31598471536 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| his ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.18138974424 MaxLexEgivenF=1.04258700833 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76988944711 MaxLexEgivenF=2.4612212807 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55392740656 MaxLexEgivenF=2.86755371443 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| its ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.7375238821 MaxLexEgivenF=1.40369712748 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| all ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34459701549 MaxLexEgivenF=3.43421424042 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47666654832 MaxLexEgivenF=1.96645438554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.66691862996 MaxLexEgivenF=2.1320327081 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| be ||| EgivenFCoherent=0.721246399047 SampleCountF=2.47856649559 CountEF=1.76342799356 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| being ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.70305276654 MaxLexEgivenF=1.93441224179 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein ||| sein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.574655702748 MaxLexEgivenF=2.63835276656 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| systems ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34459701549 MaxLexEgivenF=4.78136756681 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein ||| technologies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23337690347 MaxLexEgivenF=4.17930757548 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sein [X,1] ||| [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66691862996 MaxLexEgivenF=2.1320327081 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| sein [X,1] ||| [X,1] be ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| sein [X,1] ||| the [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.34459701549 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein [X,1] ||| it [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.62347518732 MaxLexEgivenF=1.87288254793 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein [X,1] ||| his [X,1] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=1.18138974424 MaxLexEgivenF=1.04258700833 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein [X,1] ||| its [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.7375238821 MaxLexEgivenF=1.40369712748 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein [X,1] ||| be [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.23782824606 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| [X,1] , ||| [X,1] , ||| EgivenFCoherent=0.590630529547 SampleCountF=2.47856649559 CountEF=1.89209460269 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] , ||| [X,1] and ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] , [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=0.651046452019 SampleCountF=2.47856649559 CountEF=1.83250891271 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| , ||| . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=2.33909787868 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , ||| , ||| EgivenFCoherent=0.38721614328 SampleCountF=2.47856649559 CountEF=2.09342168516 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , ||| and ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , ||| to ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , ||| that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.487393411096 MaxLexEgivenF=1.30197103764 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , [X,1] ||| , [X,1] ||| EgivenFCoherent=0.585026652029 SampleCountF=2.47856649559 CountEF=1.89762709129 MaxLexFgivenE=0.186246036225 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| , [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.523831401668 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] um ||| [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92054718907 MaxLexEgivenF=1.08713736777 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] in order to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693457579698 MaxLexEgivenF=2.82907678454 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3
+[X] ||| [X,1] um ||| [X,1] to ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] for ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72082635162 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] at ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.78324772291 MaxLexEgivenF=1.57899244056 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] by ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78607055458 MaxLexEgivenF=1.54711339033 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82369037449 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] around ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.802472803248 MaxLexEgivenF=1.54464730268 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um ||| [X,1] facilitate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55606115901 MaxLexEgivenF=4.53984359428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] um [X,2] ||| [X,1] [X,2] involves ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3079398337 MaxLexEgivenF=3.21350773335 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] um [X,2] ||| [X,1] in the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92054718907 MaxLexEgivenF=2.43180120385 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| [X,1] for [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.72082635162 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| [X,1] at [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.78324772291 MaxLexEgivenF=1.57899244056 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| [X,1] by [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78607055458 MaxLexEgivenF=1.54711339033 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82369037449 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| [X,1] around [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.802472803248 MaxLexEgivenF=1.54464730268 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] um [X,2] ||| to [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=1.0446246116 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| um ||| in ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.92054718907 MaxLexEgivenF=1.08713736777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| in order ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.693457579698 MaxLexEgivenF=2.48128743814 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| um ||| in order to ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.693457579698 MaxLexEgivenF=2.82907678454 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 0-2
+[X] ||| um ||| to ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| to take ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=3.38248296235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| um ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66528743303 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um ||| for ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.72082635162 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.76212148868 MaxLexEgivenF=2.16942275345 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47895703404 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um ||| at ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.78324772291 MaxLexEgivenF=1.57899244056 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| by ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.78607055458 MaxLexEgivenF=1.54711339033 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.82369037449 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| around ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.802472803248 MaxLexEgivenF=1.54464730268 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| get ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89613851332 MaxLexEgivenF=2.45849628648 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um ||| facilitate ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55606115901 MaxLexEgivenF=4.53984359428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um ||| involves ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3079398337 MaxLexEgivenF=3.21350773335 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um ||| order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693457579698 MaxLexEgivenF=1.39415007038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um ||| delight ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84104646541 MaxLexEgivenF=4.93778360295 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| [X,1] involves ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3079398337 MaxLexEgivenF=3.21350773335 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| um [X,1] ||| in [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.92054718907 MaxLexEgivenF=1.08713736777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um [X,1] ||| in the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92054718907 MaxLexEgivenF=2.43180120385 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| in order to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693457579698 MaxLexEgivenF=2.82907678454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2
+[X] ||| um [X,1] ||| to [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.31351218197 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um [X,1] ||| on [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.66528743303 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| for [X,1] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.72082635162 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um [X,1] ||| as [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76212148868 MaxLexEgivenF=2.16942275345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| with [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.47895703404 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| at [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.78324772291 MaxLexEgivenF=1.57899244056 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um [X,1] ||| by [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78607055458 MaxLexEgivenF=1.54711339033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82369037449 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| around [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.802472803248 MaxLexEgivenF=1.54464730268 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| um [X,1] ||| order [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693457579698 MaxLexEgivenF=1.39415007038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] ||| delight [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84104646541 MaxLexEgivenF=4.93778360295 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] monopoly ||| [X,1] game of monopoly ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=2.52934417792 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] monopoly ||| [X,1] monopoly ||| EgivenFCoherent=0.54406804435 SampleCountF=1.4623979979 CountEF=0.954242509439 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=0.602059991328 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] monopoly ||| [X,1] monopoly , a place ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=4.26204030128 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-4
+[X] ||| [X,1] monopoly [X,2] ||| [X,1] monopoly [X,2] ||| EgivenFCoherent=0.54406804435 SampleCountF=1.4623979979 CountEF=0.954242509439 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=0.602059991328 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] monopoly [X,2] ||| [X,1] monopoly , a place [X,2] ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=4.26204030128 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-4
+[X] ||| monopoly ||| ( ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=5.15888895599 MaxLexEgivenF=1.35538765799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| monopoly ||| game of monopoly ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=2.52934417792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| monopoly ||| monopoly ||| EgivenFCoherent=0.447158031342 SampleCountF=1.4623979979 CountEF=1.04139268516 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=0.602059991328 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| monopoly ||| monopoly , a place ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=4.26204030128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-3
+[X] ||| monopoly ||| monopoly ( game ) ||| EgivenFCoherent=1.14612803568 SampleCountF=1.4623979979 CountEF=0.47712125472 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=4.71937548774 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 0-2 0-3
+[X] ||| monopoly [X,1] ||| ( [X,1] ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=5.15888895599 MaxLexEgivenF=1.35538765799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| monopoly [X,1] ||| monopoly [X,1] ||| EgivenFCoherent=0.447158031342 SampleCountF=1.4623979979 CountEF=1.04139268516 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=0.602059991328 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| monopoly [X,1] ||| monopoly , a place [X,1] ||| EgivenFCoherent=1.44715803134 SampleCountF=1.4623979979 CountEF=0.301029995664 MaxLexFgivenE=1.33065246227 MaxLexEgivenF=4.26204030128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-3
+[X] ||| [X,1] spielen ||| [X,1] , play ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.10030126183 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] spielen ||| [X,1] of playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.81683081921 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen ||| [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.13215505338 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] are playing ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] spielen ||| [X,1] some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] title ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] spielen ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] games ||| EgivenFCoherent=1.01472325682 SampleCountF=2.47856649559 CountEF=1.47712125472 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] playing ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] play ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] gamble ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.950086549668 MaxLexEgivenF=2.44515922938 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] gambling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| [X,1] gameplay ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83463260634 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen ||| are playing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] spielen ||| playing [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] spielen ||| play [X,1] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] , play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.10030126183 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] of playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.81683081921 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] [X,1] gameplay ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83463260634 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] are playing [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,2] play [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] [X,2] play ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,1] , play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.10030126183 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,1] are playing [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] spielen [X,2] ||| [X,1] some [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] title [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] spielen [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] games [X,2] ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] playing [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] play [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| [X,1] gambling [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] spielen [X,2] ||| play [X,1] [X,2] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| spielen ||| de ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.90930041678 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.13215505338 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.08286677649 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33668387174 MaxLexEgivenF=1.726776184 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| are playing ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| spielen ||| some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.61948187166 MaxLexEgivenF=2.31712941579 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| take ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30667516631 MaxLexEgivenF=2.60901603202 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.0934006704 MaxLexEgivenF=3.29025726939 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| title ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| now ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86216120621 MaxLexEgivenF=3.21107602335 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| spielen ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| games ||| EgivenFCoherent=0.933053210369 SampleCountF=2.47856649559 CountEF=1.55630250077 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| playing ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| play ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen ||| play at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=3.5497292016 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| spielen ||| gamble ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.950086549668 MaxLexEgivenF=2.44515922938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| children ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34449051924 MaxLexEgivenF=2.98922727373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| gambling ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| game ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0408316415 MaxLexEgivenF=1.76134056912 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen ||| gameplay ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83463260634 MaxLexEgivenF=3.03498476429 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| [X,1] to play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=1.50198291888 IsSingletonF=0 IsSingletonFE=1 ||| 0-2
+[X] ||| spielen [X,1] ||| [X,1] are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33668387174 MaxLexEgivenF=1.726776184 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| spielen [X,1] ||| [X,1] are playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| spielen [X,1] ||| [X,1] play ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| spielen [X,1] ||| are playing [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=2.846771738 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| spielen [X,1] ||| some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71784379796 MaxLexEgivenF=2.91004602768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| do [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=3.03174689021 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| spielen [X,1] ||| title [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.12336155875 MaxLexEgivenF=3.3871672824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| spielen [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.670941280736 MaxLexEgivenF=2.48407729541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| games [X,1] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.998170807679 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| playing [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.00408888208 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| play [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.692711092737 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| spielen [X,1] ||| children [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34449051924 MaxLexEgivenF=2.98922727373 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| spielen [X,1] ||| gambling [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.32776424891 MaxLexEgivenF=2.18988672428 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] zu ||| [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] zu ||| [X,1] to ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.797361455792 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu ||| [X,1] on ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.4939987167 MaxLexEgivenF=1.59269263256 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu ||| [X,1] for ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.4772648401 MaxLexEgivenF=1.38226988104 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu ||| [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] zu ||| [X,1] at ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37067191445 MaxLexEgivenF=1.63557325744 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu ||| [X,1] attacks ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=4.6665775388 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] zu [X,2] ||| [X,2] [X,1] with ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] zu [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] zu [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.797361455792 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu [X,2] ||| [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4939987167 MaxLexEgivenF=1.59269263256 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] zu [X,2] ||| [X,1] for [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.4772648401 MaxLexEgivenF=1.38226988104 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu [X,2] ||| [X,1] at [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37067191445 MaxLexEgivenF=1.63557325744 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] zu [X,2] ||| to [X,2] [X,1] ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.797361455792 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| zu ||| and ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu ||| of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu ||| to ||| EgivenFCoherent=0.632023214705 SampleCountF=2.47856649559 CountEF=1.85125834872 MaxLexFgivenE=0.797361455792 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu ||| on ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.4939987167 MaxLexEgivenF=1.59269263256 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu ||| for ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.4772648401 MaxLexEgivenF=1.38226988104 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu ||| as ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=2.16942275345 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu ||| with ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=1.71760560821 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu ||| at ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.37067191445 MaxLexEgivenF=1.63557325744 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu ||| up ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=2.82658556719 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu ||| attacks ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=4.6665775388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu ||| unto ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.774652703964 MaxLexEgivenF=2.57093276917 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu ||| into ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.26629876138 MaxLexEgivenF=2.14758530099 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu [X,1] ||| of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50018638689 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu [X,1] ||| of [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.797361455792 MaxLexEgivenF=0.997630510772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| zu [X,1] ||| to [X,1] ||| EgivenFCoherent=0.805023396784 SampleCountF=2.47856649559 CountEF=1.68124123738 MaxLexFgivenE=0.797361455792 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu [X,1] ||| on [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4939987167 MaxLexEgivenF=1.59269263256 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| zu [X,1] ||| for [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.4772648401 MaxLexEgivenF=1.38226988104 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu [X,1] ||| at [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.37067191445 MaxLexEgivenF=1.63557325744 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| zu [X,1] ||| unto [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.774652703964 MaxLexEgivenF=2.57093276917 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] können ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64570790937 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7915334141 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.85339491092 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] können ||| [X,1] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89186193426 MaxLexEgivenF=1.74141049521 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] be able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.894618110557 MaxLexEgivenF=2.86405163427 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] können ||| [X,1] may ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] can ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] can use ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=2.49498278979 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] können ||| [X,1] can be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] können ||| [X,1] lets ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.926406930643 MaxLexEgivenF=2.58260327566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16539554997 MaxLexEgivenF=2.49094090889 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] allows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12634516521 MaxLexEgivenF=2.06405497568 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können ||| [X,1] able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.894618110557 MaxLexEgivenF=1.61925938615 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können ||| be able [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.894618110557 MaxLexEgivenF=2.86405163427 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 1-1
+[X] ||| [X,1] können ||| may [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] können ||| can [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] können ||| can be [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1
+[X] ||| [X,1] können ||| might [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38828270815 MaxLexEgivenF=2.50116007407 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] können [X,2] ||| [X,2] , [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.02616418484 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] können [X,2] ||| [X,2] can [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] können [X,2] ||| [X,1] [X,2] will ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89186193426 MaxLexEgivenF=1.74141049521 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] können [X,2] ||| [X,1] [X,2] may ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] können [X,2] ||| [X,1] [X,2] can ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] können [X,2] ||| [X,1] [X,2] can be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3
+[X] ||| [X,1] können [X,2] ||| [X,1] , [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.02616418484 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] können [X,2] ||| [X,1] , [X,2] can be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=2.27095643297 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 1-4
+[X] ||| [X,1] können [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7915334141 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können [X,2] ||| [X,1] will [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89186193426 MaxLexEgivenF=1.74141049521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können [X,2] ||| [X,1] may [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] können [X,2] ||| [X,1] can [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=2.47856649559 CountEF=1.41497334797 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] können [X,2] ||| [X,1] can use [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=2.49498278979 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] können [X,2] ||| [X,1] can be [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] können [X,2] ||| [X,1] lets [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.926406930643 MaxLexEgivenF=2.58260327566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] können [X,2] ||| be able [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.894618110557 MaxLexEgivenF=2.86405163427 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 1-1
+[X] ||| [X,1] können [X,2] ||| may [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] können [X,2] ||| may [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] können [X,2] ||| can [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| können ||| to ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.64570790937 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.7915334141 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| you ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.95985404916 MaxLexEgivenF=1.43785434008 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| you can ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.85339491092 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| können ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.9801460411 MaxLexEgivenF=1.54681312926 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können ||| will ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.89186193426 MaxLexEgivenF=1.74141049521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| be ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.57770039502 MaxLexEgivenF=1.24479224813 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| be able ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.894618110557 MaxLexEgivenF=2.86405163427 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| können ||| may ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| can ||| EgivenFCoherent=0.460087915421 SampleCountF=2.47856649559 CountEF=2.02118929907 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| can use ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=2.49498278979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| können ||| can be ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| können ||| lets ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.926406930643 MaxLexEgivenF=2.58260327566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können ||| do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16539554997 MaxLexEgivenF=2.49094090889 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können ||| might ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38828270815 MaxLexEgivenF=2.50116007407 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können ||| allows ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.12634516521 MaxLexEgivenF=2.06405497568 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können ||| allows you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12634516521 MaxLexEgivenF=3.50190931576 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| können ||| help ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95029381481 MaxLexEgivenF=2.64860615167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können ||| also ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11084649784 MaxLexEgivenF=2.17324853179 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können ||| able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.894618110557 MaxLexEgivenF=1.61925938615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können [X,1] ||| [X,1] will ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89186193426 MaxLexEgivenF=1.74141049521 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| können [X,1] ||| [X,1] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57770039502 MaxLexEgivenF=1.24479224813 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| können [X,1] ||| [X,1] may ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| können [X,1] ||| [X,1] can ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 0-1
+[X] ||| können [X,1] ||| [X,1] can be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 0-2
+[X] ||| können [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7915334141 MaxLexEgivenF=1.47033424951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können [X,1] ||| will [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89186193426 MaxLexEgivenF=1.74141049521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können [X,1] ||| may [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.882166521606 MaxLexEgivenF=1.28647674884 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können [X,1] ||| can [X,1] ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| können [X,1] ||| can use [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=2.49498278979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| können [X,1] ||| can be [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.599625770218 MaxLexEgivenF=1.66033281896 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| können [X,1] ||| lets [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.926406930643 MaxLexEgivenF=2.58260327566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können [X,1] ||| allows [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12634516521 MaxLexEgivenF=2.06405497568 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| können [X,1] ||| help [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95029381481 MaxLexEgivenF=2.64860615167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] wie alt ||| [X,1] , how old ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=1.99969014534 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie alt ||| [X,1] , such as alt ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=0.887000710808 MaxLexEgivenF=3.14339056245 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 2-4
+[X] ||| [X,1] wie alt ||| [X,1] how old ||| EgivenFCoherent=1.27875360095 SampleCountF=1.76342799356 CountEF=0.602059991328 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=1.38906653134 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie alt ||| as [X,1] how old exactly ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=4.8387676222 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3 2-4
+[X] ||| [X,1] wie alt [X,2] ||| [X,1] , how old [X,2] ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=1.99969014534 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie alt [X,2] ||| [X,1] , such as alt [X,2] ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=0.887000710808 MaxLexEgivenF=3.14339056245 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 2-4
+[X] ||| [X,1] wie alt [X,2] ||| [X,1] what [X,2] age ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=3.10900706794 MaxLexEgivenF=3.08563901683 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] wie alt [X,2] ||| [X,1] how old [X,2] ||| EgivenFCoherent=1.45484486001 SampleCountF=1.76342799356 CountEF=0.47712125472 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=1.38906653134 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie alt [X,2] ||| as [X,1] how old exactly [X,2] ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=4.8387676222 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3 2-4
+[X] ||| wie alt ||| what age ||| EgivenFCoherent=1.45484486001 SampleCountF=1.76342799356 CountEF=0.47712125472 MaxLexFgivenE=3.10900706794 MaxLexEgivenF=3.08563901683 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie alt ||| how long ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=4.14007248118 MaxLexEgivenF=3.80403987931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie alt ||| how old ||| EgivenFCoherent=0.641931503366 SampleCountF=1.76342799356 CountEF=1.14612803568 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=1.38906653134 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie alt ||| such as alt ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=0.887000710808 MaxLexEgivenF=2.53276694844 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie alt ||| however old ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=3.36929409265 MaxLexEgivenF=3.16886632812 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie alt ||| exact age ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=3.79423685481 MaxLexEgivenF=5.07352862683 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie alt [X,1] ||| what [X,1] age ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=3.10900706794 MaxLexEgivenF=3.08563901683 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| wie alt [X,1] ||| what age [X,1] ||| EgivenFCoherent=1.45484486001 SampleCountF=1.76342799356 CountEF=0.47712125472 MaxLexFgivenE=3.10900706794 MaxLexEgivenF=3.08563901683 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie alt [X,1] ||| how long [X,1] ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=4.14007248118 MaxLexEgivenF=3.80403987931 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie alt [X,1] ||| how old [X,1] ||| EgivenFCoherent=0.755874855672 SampleCountF=1.76342799356 CountEF=1.04139268516 MaxLexFgivenE=1.76383156599 MaxLexEgivenF=1.38906653134 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie alt [X,1] ||| such as alt [X,1] ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=0.887000710808 MaxLexEgivenF=2.53276694844 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie alt [X,1] ||| however old [X,1] ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=3.36929409265 MaxLexEgivenF=3.16886632812 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] the way [X,2] shouldn ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33133548784 MaxLexEgivenF=5.66373145441 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] wie [X,2] sollte ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.03819796514 MaxLexEgivenF=5.26132699166 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] as [X,2] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.5559623634 MaxLexEgivenF=2.08774741107 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] as [X,2] ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.2077238753 MaxLexEgivenF=2.43581211196 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] as [X,2] when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98755383551 MaxLexEgivenF=2.99581979858 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] as [X,2] should ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=1.05899683966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] as [X,2] should be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=2.08601121431 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] how [X,2] should be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16584005433 MaxLexEgivenF=2.44035000276 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] such as [X,2] should ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.37329361917 MaxLexEgivenF=2.04785857761 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] sollte ||| [X,1] however as with [X,2] should ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=5.18990221195 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-5
+[X] ||| [X,1] wie [X,2] sollte ||| how [X,1] [X,2] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16584005433 MaxLexEgivenF=1.4133356281 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| wie [X,1] sollte ||| [X,1] how would ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68351068923 MaxLexEgivenF=2.81671896922 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| wie [X,1] sollte ||| wie [X,1] sollte ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.03819796514 MaxLexEgivenF=5.26132699166 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| as [X,1] was ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.5559623634 MaxLexEgivenF=2.08774741107 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| as [X,1] ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.2077238753 MaxLexEgivenF=2.43581211196 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| as [X,1] when ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98755383551 MaxLexEgivenF=2.99581979858 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| as [X,1] should ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=1.05899683966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| as [X,1] should be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=2.08601121431 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] sollte ||| as how [X,1] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44952385953 MaxLexEgivenF=3.08090661872 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] sollte ||| how [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3436813242 MaxLexEgivenF=2.58673059347 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| how [X,1] should ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.16584005433 MaxLexEgivenF=1.4133356281 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| how [X,1] should be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16584005433 MaxLexEgivenF=2.44035000276 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] sollte ||| how [X,1] do ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.32522917192 MaxLexEgivenF=3.11705055878 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte ||| such as [X,1] should ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.37329361917 MaxLexEgivenF=2.04785857761 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] sollte ||| however as with [X,1] should ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=5.18990221195 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] sollte ||| way [X,1] shouldn ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33133548784 MaxLexEgivenF=4.31906761832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| [X,1] how would [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68351068923 MaxLexEgivenF=2.81671896922 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| wie [X,1] sollte [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.03819796514 MaxLexEgivenF=5.26132699166 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] [X,2] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=1.05899683966 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] was to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.5559623634 MaxLexEgivenF=3.10005268213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] , [X,2] should be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=2.69663482832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 2-5
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] ) [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.2077238753 MaxLexEgivenF=2.43581211196 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] when [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98755383551 MaxLexEgivenF=2.99581979858 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] should [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=1.05899683966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| as [X,1] should be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=2.08601121431 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] sollte [X,2] ||| how [X,1] should [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.16584005433 MaxLexEgivenF=1.4133356281 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| how [X,1] should be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.16584005433 MaxLexEgivenF=2.44035000276 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] sollte [X,2] ||| how [X,1] do [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.32522917192 MaxLexEgivenF=3.11705055878 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sollte [X,2] ||| like [X,1] [X,2] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39265722189 MaxLexEgivenF=1.52399333835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] sollte [X,2] ||| such as [X,1] should [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.37329361917 MaxLexEgivenF=2.04785857761 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] sollte [X,2] ||| however as with [X,1] should [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.69347206391 MaxLexEgivenF=5.18990221195 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] sollte [X,2] ||| way [X,1] shouldn [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33133548784 MaxLexEgivenF=4.31906761832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie [X,2] man ||| [X,1] as [X,2] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74634020324 MaxLexEgivenF=2.37440996481 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] as [X,2] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37684478604 MaxLexEgivenF=1.3191924153 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] how [X,2] one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.88949039668 MaxLexEgivenF=2.31157484946 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] how [X,2] you ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=1.67353120375 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] how [X,2] be called ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=5.06524889489 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] man ||| [X,1] how can you [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=3.28656605772 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] how do you [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=3.89206793165 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] like [X,2] man ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.44552536121 MaxLexEgivenF=2.8394064635 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] like [X,2] one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.11630756424 MaxLexEgivenF=2.4222325597 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] man ||| [X,1] like [X,2] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07602994401 MaxLexEgivenF=1.78418891399 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| wie [X,1] man ||| as [X,1] man ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74634020324 MaxLexEgivenF=2.37440996481 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| as [X,1] one were to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41712240627 MaxLexEgivenF=5.37571393357 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-4
+[X] ||| wie [X,1] man ||| as [X,1] you ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.37684478604 MaxLexEgivenF=1.3191924153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| how [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| wie [X,1] man ||| how [X,1] it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=2.18484797041 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| how [X,1] one ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.88949039668 MaxLexEgivenF=2.31157484946 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| how [X,1] one supposed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88949039668 MaxLexEgivenF=6.16711563711 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] man ||| how [X,1] you ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=1.67353120375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| how [X,1] be called ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=5.06524889489 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] man ||| how [X,1] i ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=2.92613175141 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| how can you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=3.28656605772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 2-2
+[X] ||| wie [X,1] man ||| how can we [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=4.20443973451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 2-2
+[X] ||| wie [X,1] man ||| how do you [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=3.89206793165 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-2
+[X] ||| wie [X,1] man ||| like [X,1] man ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.44552536121 MaxLexEgivenF=2.8394064635 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| like [X,1] one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.11630756424 MaxLexEgivenF=2.4222325597 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man ||| like [X,1] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07602994401 MaxLexEgivenF=1.78418891399 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| as [X,1] man [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74634020324 MaxLexEgivenF=2.37440996481 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| as [X,1] you [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.37684478604 MaxLexEgivenF=1.3191924153 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=2.18484797041 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] one [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.88949039668 MaxLexEgivenF=2.31157484946 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] one [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88949039668 MaxLexEgivenF=3.32388012052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] one supposed [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88949039668 MaxLexEgivenF=6.16711563711 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] you [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=1.67353120375 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] be called [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=5.06524889489 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] man [X,2] ||| how [X,1] i [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=2.92613175141 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| how are [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=2.46243209138 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] man [X,2] ||| how can you [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=3.28656605772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 2-2
+[X] ||| wie [X,1] man [X,2] ||| how can we [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89788130774 MaxLexEgivenF=4.20443973451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1 2-2
+[X] ||| wie [X,1] man [X,2] ||| how do you [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.84921277645 MaxLexEgivenF=3.89206793165 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-2
+[X] ||| wie [X,1] man [X,2] ||| like [X,1] man [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.44552536121 MaxLexEgivenF=2.8394064635 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| like [X,1] one [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.11630756424 MaxLexEgivenF=2.4222325597 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] man [X,2] ||| like [X,1] you [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.07602994401 MaxLexEgivenF=1.78418891399 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] wie [X,2] sein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.968241325876 MaxLexEgivenF=5.16660056246 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] as [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.26029149328 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] as [X,2] as his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09708422202 MaxLexEgivenF=2.13093709318 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3 3-4
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] how [X,2] his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56945221244 MaxLexEgivenF=1.9411008392 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] how [X,2] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=3.55103215532 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] how [X,2] be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=1.41899944722 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] such as [X,2] his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77690577729 MaxLexEgivenF=2.5756237887 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] sein ||| [X,1] be like [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85270788182 MaxLexEgivenF=1.52965715747 IsSingletonF=0 IsSingletonFE=0 ||| 3-1 1-2
+[X] ||| wie [X,1] sein ||| wie [X,1] sein ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.968241325876 MaxLexEgivenF=5.16660056246 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sein ||| as [X,1] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.26029149328 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sein ||| as [X,1] as his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09708422202 MaxLexEgivenF=2.13093709318 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 2-3
+[X] ||| wie [X,1] sein ||| how [X,1] his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56945221244 MaxLexEgivenF=1.9411008392 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sein ||| how [X,1] will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=3.55103215532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] sein ||| how [X,1] be ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=1.41899944722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sein ||| such as [X,1] his ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77690577729 MaxLexEgivenF=2.5756237887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] sein ||| be like [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85270788182 MaxLexEgivenF=1.52965715747 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1
+[X] ||| wie [X,1] sein [X,2] ||| wie [X,1] sein [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.968241325876 MaxLexEgivenF=5.16660056246 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sein [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.26029149328 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] sein [X,2] ||| as [X,1] [X,2] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15352272384 MaxLexEgivenF=1.06466065877 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] sein [X,2] ||| as [X,1] as his [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09708422202 MaxLexEgivenF=2.13093709318 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 2-3
+[X] ||| wie [X,1] sein [X,2] ||| how [X,1] [X,2] be ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=1.41899944722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| wie [X,1] sein [X,2] ||| how [X,1] his [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56945221244 MaxLexEgivenF=1.9411008392 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sein [X,2] ||| how [X,1] will be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=3.55103215532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] sein [X,2] ||| how [X,1] be [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.62589071426 MaxLexEgivenF=1.41899944722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sein [X,2] ||| such as [X,1] his [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.77690577729 MaxLexEgivenF=2.5756237887 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] sein [X,2] ||| be like [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85270788182 MaxLexEgivenF=1.52965715747 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1
+[X] ||| [X,1] wie [X,2] , ||| [X,1] , which include [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09006062388 MaxLexEgivenF=5.13505078983 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 3-5
+[X] ||| [X,1] wie [X,2] , ||| [X,1] , like [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.801125671989 MaxLexEgivenF=1.43320217797 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] , ||| [X,1] , including [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40056932161 MaxLexEgivenF=2.3332743825 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] , ||| [X,1] and [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97906280318 MaxLexEgivenF=2.24817177351 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] , ||| [X,1] as [X,2] , ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.10194051401 MaxLexEgivenF=0.756190360848 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] , ||| [X,1] how do [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.574308504428 MaxLexEgivenF=3.3290658772 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] , ||| [X,1] like [X,2] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.801125671989 MaxLexEgivenF=1.22118685954 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] , ||| [X,1] such as [X,2] , ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=0.781762069276 MaxLexEgivenF=1.7450520988 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] , ||| [X,1] including [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.40056932161 MaxLexEgivenF=2.12125906407 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| wie [X,1] , ||| and [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97906280318 MaxLexEgivenF=2.24817177351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] , ||| as [X,1] , ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.10194051401 MaxLexEgivenF=0.756190360848 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , ||| which include [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09006062388 MaxLexEgivenF=4.92303547141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] , ||| how [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.574308504428 MaxLexEgivenF=1.1105291493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , ||| how do [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.574308504428 MaxLexEgivenF=3.3290658772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] , ||| like [X,1] , ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.801125671989 MaxLexEgivenF=1.22118685954 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , ||| such [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.781762069276 MaxLexEgivenF=1.20087705637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] , ||| such as [X,1] , ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.781762069276 MaxLexEgivenF=1.7450520988 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] , ||| including [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.40056932161 MaxLexEgivenF=2.12125906407 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , [X,2] ||| and [X,1] that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97906280318 MaxLexEgivenF=2.24817177351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] , [X,2] ||| as [X,1] , [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.10194051401 MaxLexEgivenF=0.756190360848 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , [X,2] ||| which include [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09006062388 MaxLexEgivenF=4.92303547141 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] , [X,2] ||| how [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.574308504428 MaxLexEgivenF=1.1105291493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , [X,2] ||| how do [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.574308504428 MaxLexEgivenF=3.3290658772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] , [X,2] ||| like [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13871103743 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] , [X,2] ||| like [X,1] , [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.801125671989 MaxLexEgivenF=1.22118685954 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] , [X,2] ||| such [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.781762069276 MaxLexEgivenF=1.20087705637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] , [X,2] ||| such as [X,1] , [X,2] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.781762069276 MaxLexEgivenF=1.7450520988 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] , [X,2] ||| such as [X,1] , the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.781762069276 MaxLexEgivenF=3.08971593488 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] um ||| [X,1] as how [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70157465017 MaxLexEgivenF=1.79047821969 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] um ||| [X,1] like [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33570598738 MaxLexEgivenF=2.16584630834 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] um ||| [X,1] such as [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31634238467 MaxLexEgivenF=2.6897115476 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] um ||| [X,1] such as [X,2] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3979888363 MaxLexEgivenF=3.07768408306 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] um ||| as how [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.70157465017 MaxLexEgivenF=1.79047821969 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] um ||| how [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10888881982 MaxLexEgivenF=2.0551885981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] um ||| how [X,1] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19053527145 MaxLexEgivenF=2.44316113356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] um ||| like [X,1] for ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.33570598738 MaxLexEgivenF=2.16584630834 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] um ||| such as [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31634238467 MaxLexEgivenF=2.6897115476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] um ||| such as [X,1] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3979888363 MaxLexEgivenF=3.07768408306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] um [X,2] ||| what [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.25327741844 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] um [X,2] ||| how [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10888881982 MaxLexEgivenF=2.0551885981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] um [X,2] ||| like [X,1] [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.92839181773 MaxLexEgivenF=1.35696088751 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] um [X,2] ||| like [X,1] for [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.33570598738 MaxLexEgivenF=2.16584630834 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] um [X,2] ||| such as [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31634238467 MaxLexEgivenF=2.6897115476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] um [X,2] ||| such as [X,1] around [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.3979888363 MaxLexEgivenF=3.07768408306 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] and [X,2] play ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=3.18438048482 MaxLexEgivenF=1.4358783837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] as [X,2] games ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.91386528547 MaxLexEgivenF=1.43268722958 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] as [X,2] playing ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.91978335987 MaxLexEgivenF=1.66417059642 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] as [X,2] play ||| EgivenFCoherent=1.97158506519 SampleCountF=2.45024910832 CountEF=0.602059991328 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=1.03385269025 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] as well as [X,2] play ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=3.95024031227 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 1-3 3-5
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] how [X,2] games ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.38623327588 MaxLexEgivenF=1.78702601803 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] how [X,2] play ||| EgivenFCoherent=1.97158506519 SampleCountF=2.45024910832 CountEF=0.602059991328 MaxLexFgivenE=1.08077356094 MaxLexEgivenF=1.3881914787 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] how [X,2] touch ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=3.82022973765 MaxLexEgivenF=4.58671110894 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] like [X,2] playing ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.61896851785 MaxLexEgivenF=2.12916709512 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] like [X,2] play ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.3075907285 MaxLexEgivenF=1.49884918894 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] such as [X,2] play ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.28822712579 MaxLexEgivenF=2.0227144282 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] such as [X,2] plays ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=2.38158685866 MaxLexEgivenF=3.84102281673 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] spielen ||| [X,1] such as the [X,2] games ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.59368684073 MaxLexEgivenF=3.76621280362 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5
+[X] ||| wie [X,1] spielen ||| and [X,1] play ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=3.18438048482 MaxLexEgivenF=1.4358783837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| as [X,1] games ||| EgivenFCoherent=1.97158506519 SampleCountF=2.45024910832 CountEF=0.602059991328 MaxLexFgivenE=1.91386528547 MaxLexEgivenF=1.43268722958 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| as [X,1] playing ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.91978335987 MaxLexEgivenF=1.66417059642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| as [X,1] play ||| EgivenFCoherent=1.74973631557 SampleCountF=2.45024910832 CountEF=0.778151250384 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=1.03385269025 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| as well as [X,1] play ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=3.95024031227 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-4
+[X] ||| wie [X,1] spielen ||| how [X,1] games ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.38623327588 MaxLexEgivenF=1.78702601803 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| how [X,1] play ||| EgivenFCoherent=1.84664632858 SampleCountF=2.45024910832 CountEF=0.698970004336 MaxLexFgivenE=1.08077356094 MaxLexEgivenF=1.3881914787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| how [X,1] touch ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=3.82022973765 MaxLexEgivenF=4.58671110894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| like [X,1] playing ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.61896851785 MaxLexEgivenF=2.12916709512 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| like [X,1] play ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.3075907285 MaxLexEgivenF=1.49884918894 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen ||| such as [X,1] play ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.28822712579 MaxLexEgivenF=2.0227144282 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] spielen ||| such as [X,1] plays ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=2.38158685866 MaxLexEgivenF=3.84102281673 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] spielen ||| such as the [X,1] games ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.59368684073 MaxLexEgivenF=3.76621280362 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| wie [X,1] spielen ||| playing like [X,1] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.61896851785 MaxLexEgivenF=2.12916709512 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| wie [X,1] spielen [X,2] ||| and [X,1] play [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=3.18438048482 MaxLexEgivenF=1.4358783837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| as [X,1] games [X,2] ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.91386528547 MaxLexEgivenF=1.43268722958 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| as [X,1] games [X,2] play ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=1.92236487741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| wie [X,1] spielen [X,2] ||| as [X,1] playing [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.91978335987 MaxLexEgivenF=1.66417059642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| as [X,1] play [X,2] ||| EgivenFCoherent=1.97158506519 SampleCountF=2.45024910832 CountEF=0.602059991328 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=1.03385269025 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| as well as [X,1] play [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.60840557052 MaxLexEgivenF=3.95024031227 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-4
+[X] ||| wie [X,1] spielen [X,2] ||| how [X,1] [X,2] play ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.08077356094 MaxLexEgivenF=1.3881914787 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] spielen [X,2] ||| how [X,1] games [X,2] ||| EgivenFCoherent=2.14767632424 SampleCountF=2.45024910832 CountEF=0.47712125472 MaxLexFgivenE=1.38623327588 MaxLexEgivenF=1.78702601803 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| how [X,1] play [X,2] ||| EgivenFCoherent=1.97158506519 SampleCountF=2.45024910832 CountEF=0.602059991328 MaxLexFgivenE=1.08077356094 MaxLexEgivenF=1.3881914787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| how [X,1] touch [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=3.82022973765 MaxLexEgivenF=4.58671110894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| like [X,1] playing [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.61896851785 MaxLexEgivenF=2.12916709512 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| like [X,1] play [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.3075907285 MaxLexEgivenF=1.49884918894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] spielen [X,2] ||| such as [X,1] play [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.28822712579 MaxLexEgivenF=2.0227144282 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] spielen [X,2] ||| such as the [X,1] games [X,2] ||| EgivenFCoherent=2.44870631991 SampleCountF=2.45024910832 CountEF=0.301029995664 MaxLexFgivenE=1.59368684073 MaxLexEgivenF=3.76621280362 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| [X,1] wie [X,2] zu ||| [X,1] how to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18542392399 MaxLexEgivenF=1.19930907644 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| wie [X,1] zu ||| as [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71305593358 MaxLexEgivenF=0.844970287987 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] zu ||| as [X,1] involve ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41588086467 MaxLexEgivenF=5.25214526638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] zu ||| how to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18542392399 MaxLexEgivenF=1.19930907644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] zu ||| like [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41224109156 MaxLexEgivenF=1.30996678668 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] zu ||| such as [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39287748884 MaxLexEgivenF=1.83383202594 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] zu ||| way [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.28960583869 MaxLexEgivenF=2.37233809039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] zu [X,2] ||| to [X,2] like [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.41224109156 MaxLexEgivenF=1.30996678668 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-2
+[X] ||| wie [X,1] zu [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41588086467 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] zu [X,2] ||| as [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71305593358 MaxLexEgivenF=0.844970287987 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] zu [X,2] ||| as [X,1] involve [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41588086467 MaxLexEgivenF=5.25214526638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] zu [X,2] ||| how to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.18542392399 MaxLexEgivenF=1.19930907644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] zu [X,2] ||| such as [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39287748884 MaxLexEgivenF=1.83383202594 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] zu [X,2] ||| way [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.28960583869 MaxLexEgivenF=2.37233809039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie [X,2] können ||| [X,1] wie [X,2] können ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.912519374041 MaxLexEgivenF=5.41989199626 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] können ||| [X,1] as [X,2] can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.51532024801 MaxLexEgivenF=0.959715613262 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] können ||| [X,1] how [X,2] be able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28268057876 MaxLexEgivenF=3.76256546515 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] können ||| [X,1] like [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21450540598 MaxLexEgivenF=1.42471211196 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] können ||| [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.17380502871 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=1 ||| 3-1
+[X] ||| [X,1] wie [X,2] können ||| allows [X,1] like [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74122480097 MaxLexEgivenF=3.0732265168 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| wie [X,1] können ||| wie [X,1] können ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.912519374041 MaxLexEgivenF=5.41989199626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] können ||| as [X,1] can ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.51532024801 MaxLexEgivenF=0.959715613262 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] können ||| how [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3682085093 MaxLexEgivenF=2.44532696013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] können ||| how [X,1] be able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28268057876 MaxLexEgivenF=3.76256546515 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] können ||| like [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21450540598 MaxLexEgivenF=1.42471211196 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] können [X,2] ||| wie [X,1] können [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.912519374041 MaxLexEgivenF=5.41989199626 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] können [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.15376800032 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] können [X,2] ||| as [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51532024801 MaxLexEgivenF=0.959715613262 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] können [X,2] ||| as [X,1] can [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.51532024801 MaxLexEgivenF=0.959715613262 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] können [X,2] ||| how [X,1] [X,2] can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.987688238421 MaxLexEgivenF=1.31405440171 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| wie [X,1] können [X,2] ||| how [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.3682085093 MaxLexEgivenF=2.44532696013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] können [X,2] ||| how [X,1] be able [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28268057876 MaxLexEgivenF=3.76256546515 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] können [X,2] ||| like [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21450540598 MaxLexEgivenF=1.42471211196 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] können [X,2] ||| such as [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19514180327 MaxLexEgivenF=1.94857735121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| [X,1] alt [X,2] man ||| [X,1] old [X,2] you ||| EgivenFCoherent=1.27875360095 SampleCountF=1.59106460703 CountEF=0.47712125472 MaxLexFgivenE=2.83691940604 MaxLexEgivenF=1.26557007334 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| alt [X,1] man ||| old [X,1] you ||| EgivenFCoherent=1.27875360095 SampleCountF=1.59106460703 CountEF=0.47712125472 MaxLexFgivenE=2.83691940604 MaxLexEgivenF=1.26557007334 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] man [X,2] ||| old [X,1] you [X,2] ||| EgivenFCoherent=1.57978359662 SampleCountF=1.59106460703 CountEF=0.301029995664 MaxLexFgivenE=2.83691940604 MaxLexEgivenF=1.26557007334 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] alt [X,2] sein ||| [X,2] be [X,1] old ||| EgivenFCoherent=1.61804809671 SampleCountF=1.92427928606 CountEF=0.47712125472 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=0 ||| 3-1 1-3
+[X] ||| [X,1] alt [X,2] sein ||| [X,1] old [X,2] his ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.55715884202 MaxLexEgivenF=1.53313970879 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] sein ||| [X,1] old [X,2] a ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=4.62244349919 MaxLexEgivenF=1.7074004837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] sein ||| [X,1] old [X,2] be ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] sein ||| [X,1] age [X,2] be ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.95161900626 MaxLexEgivenF=1.7425143471 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] sein ||| be [X,1] old [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| alt [X,1] sein ||| [X,1] be old ||| EgivenFCoherent=1.44195683766 SampleCountF=1.92427928606 CountEF=0.602059991328 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2
+[X] ||| alt [X,1] sein ||| old [X,1] his ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.55715884202 MaxLexEgivenF=1.53313970879 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein ||| old [X,1] a ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=4.62244349919 MaxLexEgivenF=1.7074004837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein ||| old [X,1] be ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein ||| age [X,1] be ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.95161900626 MaxLexEgivenF=1.7425143471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein [X,2] ||| [X,1] be old [X,2] ||| EgivenFCoherent=1.44195683766 SampleCountF=1.92427928606 CountEF=0.602059991328 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2
+[X] ||| alt [X,1] sein [X,2] ||| old [X,1] his [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.55715884202 MaxLexEgivenF=1.53313970879 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein [X,2] ||| old [X,1] a [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=4.62244349919 MaxLexEgivenF=1.7074004837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein [X,2] ||| old [X,1] have to be [X,2] be ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=4.51028358975 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-4 2-6
+[X] ||| alt [X,1] sein [X,2] ||| old [X,1] be [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.61359734384 MaxLexEgivenF=1.01103831681 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] sein [X,2] ||| age [X,1] be [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.95161900626 MaxLexEgivenF=1.7425143471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] alt [X,2] , ||| [X,2] [X,1] old , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=0.702568018888 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 3-3
+[X] ||| [X,1] alt [X,2] , ||| [X,1] [X,2] old , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=0.702568018888 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3
+[X] ||| [X,1] alt [X,2] , ||| [X,1] of the alt [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.477730713983 MaxLexEgivenF=3.25324458778 IsSingletonF=0 IsSingletonFE=1 ||| 1-3 3-5
+[X] ||| [X,1] alt [X,2] , ||| [X,1] old [X,2] , ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=0.702568018888 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] , ||| [X,1] old people [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=3.90912406299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] alt [X,2] , ||| [X,1] ago [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60046995436 MaxLexEgivenF=2.25720336029 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] , ||| [X,1] alt [X,2] , ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.477730713983 MaxLexEgivenF=1.21174548649 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] , ||| [X,1] alt [X,2] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.815316079426 MaxLexEgivenF=2.97652172064 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] , ||| [X,1] alto [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.06769409828 MaxLexEgivenF=2.76535884875 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| alt [X,1] , ||| [X,1] old , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=0.702568018888 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| alt [X,1] , ||| old [X,1] , ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=0.702568018888 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] , ||| old people [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=3.90912406299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| alt [X,1] , ||| ago [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60046995436 MaxLexEgivenF=2.25720336029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] , ||| alt [X,1] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.477730713983 MaxLexEgivenF=1.21174548649 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] , ||| alt [X,1] which ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.815316079426 MaxLexEgivenF=2.97652172064 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] , ||| alto [X,1] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.06769409828 MaxLexEgivenF=2.76535884875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] , [X,2] ||| old [X,1] [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.89960049945 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt [X,1] , [X,2] ||| old [X,1] , [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=0.702568018888 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] , [X,2] ||| old [X,1] , and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=1.64876875476 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] , [X,2] ||| old people [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.56201513401 MaxLexEgivenF=3.90912406299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| alt [X,1] , [X,2] ||| ago [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60046995436 MaxLexEgivenF=2.25720336029 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] , [X,2] ||| alt [X,1] , [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.477730713983 MaxLexEgivenF=1.21174548649 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] , [X,2] ||| alt [X,1] which is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.815316079426 MaxLexEgivenF=4.44685597015 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] , [X,2] ||| alto [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.06769409828 MaxLexEgivenF=2.76535884875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] alt [X,2] um ||| [X,1] alt [X,2] to ||| EgivenFCoherent=1.95424250944 SampleCountF=1.95904139232 CountEF=0.301029995664 MaxLexFgivenE=1.60499685972 MaxLexEgivenF=1.34751951446 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] um ||| [X,1] alt [X,2] to view ||| EgivenFCoherent=1.95424250944 SampleCountF=1.95904139232 CountEF=0.301029995664 MaxLexFgivenE=1.60499685972 MaxLexEgivenF=4.12996707995 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| alt [X,1] um ||| alt [X,1] to ||| EgivenFCoherent=1.95424250944 SampleCountF=1.95904139232 CountEF=0.301029995664 MaxLexFgivenE=1.60499685972 MaxLexEgivenF=1.34751951446 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] um ||| alt [X,1] to view ||| EgivenFCoherent=1.95424250944 SampleCountF=1.95904139232 CountEF=0.301029995664 MaxLexFgivenE=1.60499685972 MaxLexEgivenF=4.12996707995 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| alt [X,1] um [X,2] ||| alt [X,1] to [X,2] ||| EgivenFCoherent=1.95424250944 SampleCountF=1.95904139232 CountEF=0.301029995664 MaxLexFgivenE=1.60499685972 MaxLexEgivenF=1.34751951446 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] um [X,2] ||| alt [X,1] to view [X,2] ||| EgivenFCoherent=1.95424250944 SampleCountF=1.95904139232 CountEF=0.301029995664 MaxLexFgivenE=1.60499685972 MaxLexEgivenF=4.12996707995 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] alt [X,2] spielen ||| [X,1] old [X,2] playing ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=2.37985797987 MaxLexEgivenF=1.61054825446 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| alt [X,1] spielen ||| old [X,1] playing ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=2.37985797987 MaxLexEgivenF=1.61054825446 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] spielen [X,2] ||| old [X,1] playing [X,2] ||| EgivenFCoherent=1.11394335231 SampleCountF=1.14612803568 CountEF=0.301029995664 MaxLexFgivenE=2.37985797987 MaxLexEgivenF=1.61054825446 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] alt [X,2] zu ||| [X,1] old [X,2] to ||| EgivenFCoherent=2.04921802267 SampleCountF=2.35218251811 CountEF=0.47712125472 MaxLexFgivenE=2.17313055358 MaxLexEgivenF=0.791347946027 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] zu ||| [X,1] old [X,2] too ||| EgivenFCoherent=2.04921802267 SampleCountF=2.35218251811 CountEF=0.47712125472 MaxLexFgivenE=2.13804456161 MaxLexEgivenF=2.64804996732 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] zu ||| [X,1] ago [X,2] to ||| EgivenFCoherent=2.35024801833 SampleCountF=2.35218251811 CountEF=0.301029995664 MaxLexFgivenE=3.21158537393 MaxLexEgivenF=2.34598328743 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] alt [X,2] zu ||| [X,1] alt [X,2] to ||| EgivenFCoherent=1.87312676361 SampleCountF=2.35218251811 CountEF=0.602059991328 MaxLexFgivenE=1.08884613355 MaxLexEgivenF=1.30052541363 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| alt [X,1] zu ||| old [X,1] to ||| EgivenFCoherent=1.87312676361 SampleCountF=2.35218251811 CountEF=0.602059991328 MaxLexFgivenE=2.17313055358 MaxLexEgivenF=0.791347946027 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] zu ||| old [X,1] too ||| EgivenFCoherent=2.04921802267 SampleCountF=2.35218251811 CountEF=0.47712125472 MaxLexFgivenE=2.13804456161 MaxLexEgivenF=2.64804996732 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] zu ||| ago [X,1] to ||| EgivenFCoherent=2.35024801833 SampleCountF=2.35218251811 CountEF=0.301029995664 MaxLexFgivenE=3.21158537393 MaxLexEgivenF=2.34598328743 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] zu ||| alt [X,1] to ||| EgivenFCoherent=1.87312676361 SampleCountF=2.35218251811 CountEF=0.602059991328 MaxLexFgivenE=1.08884613355 MaxLexEgivenF=1.30052541363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] zu [X,2] ||| old [X,1] [X,2] ||| EgivenFCoherent=2.04921802267 SampleCountF=2.35218251811 CountEF=0.47712125472 MaxLexFgivenE=2.87595548467 MaxLexEgivenF=0.490552700464 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| alt [X,1] zu [X,2] ||| old [X,1] to [X,2] ||| EgivenFCoherent=2.04921802267 SampleCountF=2.35218251811 CountEF=0.47712125472 MaxLexFgivenE=2.17313055358 MaxLexEgivenF=0.791347946027 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] zu [X,2] ||| old [X,1] too [X,2] ||| EgivenFCoherent=2.04921802267 SampleCountF=2.35218251811 CountEF=0.47712125472 MaxLexFgivenE=2.13804456161 MaxLexEgivenF=2.64804996732 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| alt [X,1] zu [X,2] ||| ago [X,1] to [X,2] ||| EgivenFCoherent=2.35024801833 SampleCountF=2.35218251811 CountEF=0.301029995664 MaxLexFgivenE=3.21158537393 MaxLexEgivenF=2.34598328743 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| alt [X,1] zu [X,2] ||| alt [X,1] to [X,2] ||| EgivenFCoherent=1.87312676361 SampleCountF=2.35218251811 CountEF=0.602059991328 MaxLexFgivenE=1.08884613355 MaxLexEgivenF=1.30052541363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] sollte man ||| [X,1] one should ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.2792055146 MaxLexEgivenF=1.92788281582 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 1-2
+[X] ||| [X,1] sollte man ||| [X,1] you must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80572119369 MaxLexEgivenF=2.95679011536 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] sollte man ||| [X,1] you should ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=1.2898391701 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 1-2
+[X] ||| [X,1] sollte man ||| [X,1] you shouldn ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30024141319 MaxLexEgivenF=3.02254214637 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] sollte man ||| [X,1] we should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85187918117 MaxLexEgivenF=2.20771284689 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] sollte man ||| [X,1] take ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34467324923 MaxLexEgivenF=2.54077098057 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] sollte man ||| [X,1] should be ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-2
+[X] ||| [X,1] sollte man ||| [X,1] should i ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.94391092746 MaxLexEgivenF=2.54243971777 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] sollte man ||| [X,1] then you should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=4.04924730458 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] sollte man ||| [X,1] would we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36954981607 MaxLexEgivenF=3.61109618801 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sollte man ||| are [X,1] but one should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2792055146 MaxLexEgivenF=5.80238840753 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-2 2-3 1-4
+[X] ||| [X,1] sollte man ||| should be [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 2-1
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] [X,2] should be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 1-3 2-3
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] one should [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.2792055146 MaxLexEgivenF=1.92788281582 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 1-2
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] you must [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80572119369 MaxLexEgivenF=2.95679011536 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] you should [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=1.2898391701 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 1-2
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] take [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34467324923 MaxLexEgivenF=2.54077098057 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] should be [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-2
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] should i [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.94391092746 MaxLexEgivenF=2.54243971777 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] then you should [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=4.04924730458 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] people [X,2] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8245964142 MaxLexEgivenF=2.84439276262 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-3
+[X] ||| [X,1] sollte man [X,2] ||| [X,1] would we [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36954981607 MaxLexEgivenF=3.61109618801 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sollte man [X,2] ||| should be [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 2-1
+[X] ||| sollte man ||| was so ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.95678074184 MaxLexEgivenF=4.08887515885 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sollte man ||| one should ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.2792055146 MaxLexEgivenF=1.92788281582 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| sollte man ||| you must ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80572119369 MaxLexEgivenF=2.95679011536 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| sollte man ||| you should ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=1.2898391701 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| sollte man ||| you shouldn ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.30024141319 MaxLexEgivenF=3.02254214637 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| sollte man ||| we should ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.85187918117 MaxLexEgivenF=2.20771284689 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| sollte man ||| be more ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34157536358 MaxLexEgivenF=4.10440391192 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sollte man ||| if you ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=3.35504512151 MaxLexEgivenF=1.87433115955 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| sollte man ||| if you &apos;re ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35504512151 MaxLexEgivenF=4.83460729772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| sollte man ||| take ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34467324923 MaxLexEgivenF=2.54077098057 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| sollte man ||| can be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.22241973803 MaxLexEgivenF=2.64004922863 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| sollte man ||| should be ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| sollte man ||| should i ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.94391092746 MaxLexEgivenF=2.54243971777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| sollte man ||| then you should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=4.04924730458 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| sollte man ||| would one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.7968761495 MaxLexEgivenF=3.33126615693 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sollte man ||| would we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36954981607 MaxLexEgivenF=3.61109618801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sollte man [X,1] ||| [X,1] should be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 0-1 0-2 1-2
+[X] ||| sollte man [X,1] ||| one should [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.2792055146 MaxLexEgivenF=1.92788281582 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| sollte man [X,1] ||| you must [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80572119369 MaxLexEgivenF=2.95679011536 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| sollte man [X,1] ||| you should [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=1.2898391701 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| sollte man [X,1] ||| if you [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.35504512151 MaxLexEgivenF=1.87433115955 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| sollte man [X,1] ||| if you &apos;re [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35504512151 MaxLexEgivenF=4.83460729772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| sollte man [X,1] ||| take [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34467324923 MaxLexEgivenF=2.54077098057 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| sollte man [X,1] ||| should [X,1] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| sollte man [X,1] ||| should be [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.85818649132 MaxLexEgivenF=1.54183617189 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| sollte man [X,1] ||| should i [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.94391092746 MaxLexEgivenF=2.54243971777 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| sollte man [X,1] ||| then you should [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.23892789437 MaxLexEgivenF=4.04924730458 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| sollte man [X,1] ||| people [X,1] should ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8245964142 MaxLexEgivenF=2.84439276262 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-2
+[X] ||| sollte man [X,1] ||| would we [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.36954981607 MaxLexEgivenF=3.61109618801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] sollte [X,2] sein ||| [X,1] , should be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.64593102759 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 3-3
+[X] ||| [X,1] sollte [X,2] sein ||| [X,1] should [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35104897837 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-1
+[X] ||| [X,1] sollte [X,2] sein ||| [X,1] should [X,2] its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51530146822 MaxLexEgivenF=1.91851892471 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] sein ||| [X,1] should [X,2] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] sein ||| [X,1] should be [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-2
+[X] ||| [X,1] sollte [X,2] sein ||| [X,1] should be [X,2] audience ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=4.67054694471 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| sollte [X,1] sein ||| [X,1] must be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.49899470444 MaxLexEgivenF=2.70225835883 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2
+[X] ||| sollte [X,1] sein ||| be [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.49899470444 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| sollte [X,1] sein ||| should [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35104897837 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| sollte [X,1] sein ||| should [X,1] its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51530146822 MaxLexEgivenF=1.91851892471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] sein ||| should [X,1] be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] sein ||| should be [X,1] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-1
+[X] ||| sollte [X,1] sein ||| should be [X,1] audience ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=4.67054694471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] sein [X,2] ||| be [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.49899470444 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| sollte [X,1] sein [X,2] ||| if [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=5.23849182875 MaxLexEgivenF=1.09931378668 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte [X,1] sein [X,2] ||| should [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35104897837 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| sollte [X,1] sein [X,2] ||| should [X,1] its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.51530146822 MaxLexEgivenF=1.91851892471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] sein [X,2] ||| should [X,1] be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] sein [X,2] ||| should be [X,1] [X,2] ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-1
+[X] ||| sollte [X,1] sein [X,2] ||| should be [X,1] audience [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01560583218 MaxLexEgivenF=4.67054694471 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] sollte [X,2] , ||| [X,1] was supposed [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62363757906 MaxLexEgivenF=4.29586993027 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] sollte [X,2] , ||| [X,1] if [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.08014084949 MaxLexEgivenF=1.3113291051 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] , ||| [X,1] should [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=0.726837115655 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] , ||| [X,1] should be [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=1.75385149031 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| sollte [X,1] , ||| was supposed [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62363757906 MaxLexEgivenF=4.29586993027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] , ||| if [X,1] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.08014084949 MaxLexEgivenF=1.3113291051 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] , ||| should [X,1] , ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=0.726837115655 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] , ||| should be [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=1.75385149031 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] , ||| should take [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=3.42319350439 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] , [X,2] ||| was supposed [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62363757906 MaxLexEgivenF=4.29586993027 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] , [X,2] ||| shall [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.34909103378 MaxLexEgivenF=3.37032877098 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] , [X,2] ||| if [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41772621493 MaxLexEgivenF=1.09931378668 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] , [X,2] ||| if [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.08014084949 MaxLexEgivenF=1.3113291051 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] , [X,2] ||| should [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30160898779 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] , [X,2] ||| should [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30160898779 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| sollte [X,1] , [X,2] ||| should [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=0.726837115655 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] , [X,2] ||| should be [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=1.75385149031 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] , [X,2] ||| should take [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.964023622348 MaxLexEgivenF=3.42319350439 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] sollte [X,2] um ||| [X,1] you should [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09128976809 MaxLexEgivenF=2.50082888905 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] sollte [X,2] um ||| [X,1] should [X,2] in order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47123516582 MaxLexEgivenF=2.99610923538 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] sollte [X,2] um ||| [X,1] should [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09128976809 MaxLexEgivenF=0.862611143623 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] um ||| [X,1] should [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49860393774 MaxLexEgivenF=1.67149656445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] um ||| [X,1] should [X,2] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56102530903 MaxLexEgivenF=2.09381423779 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] um ||| [X,1] should [X,2] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58025038937 MaxLexEgivenF=2.05946909991 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] um ||| should [X,1] [X,2] in order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47123516582 MaxLexEgivenF=2.99610923538 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3 3-4
+[X] ||| sollte [X,1] um ||| you should [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09128976809 MaxLexEgivenF=2.50082888905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] um ||| should [X,1] in order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.47123516582 MaxLexEgivenF=2.99610923538 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| sollte [X,1] um ||| should [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09128976809 MaxLexEgivenF=0.862611143623 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] um ||| should [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49860393774 MaxLexEgivenF=1.67149656445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] um ||| should [X,1] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56102530903 MaxLexEgivenF=2.09381423779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] um ||| should [X,1] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58025038937 MaxLexEgivenF=2.05946909991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] um [X,2] ||| you should [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09128976809 MaxLexEgivenF=2.50082888905 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] um [X,2] ||| should [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49860393774 MaxLexEgivenF=1.67149656445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] um [X,2] ||| should [X,1] at [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56102530903 MaxLexEgivenF=2.09381423779 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] um [X,2] ||| should [X,1] around [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.58025038937 MaxLexEgivenF=2.05946909991 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] sollte [X,2] spielen ||| [X,1] should [X,2] are playing ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.78186646821 MaxLexEgivenF=3.36159353523 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] sollte [X,2] spielen ||| [X,1] should [X,2] games ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.7759483938 MaxLexEgivenF=1.40333398439 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] spielen ||| [X,1] should [X,2] play ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.47048867886 MaxLexEgivenF=1.00449944506 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] spielen ||| [X,1] should be [X,2] of play ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.47048867886 MaxLexEgivenF=2.72834908492 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5
+[X] ||| sollte [X,1] spielen ||| should [X,1] are playing ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.78186646821 MaxLexEgivenF=3.36159353523 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| sollte [X,1] spielen ||| should [X,1] games ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.7759483938 MaxLexEgivenF=1.40333398439 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] spielen ||| should [X,1] play ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.47048867886 MaxLexEgivenF=1.00449944506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] spielen ||| should be [X,1] of play ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.47048867886 MaxLexEgivenF=2.72834908492 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| sollte [X,1] spielen [X,2] ||| should [X,1] are playing [X,2] ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.78186646821 MaxLexEgivenF=3.36159353523 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| sollte [X,1] spielen [X,2] ||| should [X,1] games [X,2] ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.7759483938 MaxLexEgivenF=1.40333398439 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] spielen [X,2] ||| should [X,1] play [X,2] ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.47048867886 MaxLexEgivenF=1.00449944506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] spielen [X,2] ||| should be [X,1] of play [X,2] ||| EgivenFCoherent=1.54406804435 SampleCountF=1.55630250077 CountEF=0.301029995664 MaxLexFgivenE=1.47048867886 MaxLexEgivenF=2.72834908492 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| [X,1] sollte [X,2] zu ||| [X,1] be [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05852791417 MaxLexEgivenF=1.32780962022 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] zu ||| [X,1] should [X,2] to be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=1.84263141745 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] sollte [X,2] zu ||| [X,1] should undertake [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=4.77914515993 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] sollte [X,2] zu ||| should [X,1] [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=0.815617042794 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| sollte [X,1] zu ||| be [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05852791417 MaxLexEgivenF=1.32780962022 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] zu ||| should [X,1] to be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=1.84263141745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| sollte [X,1] zu ||| should [X,1] too ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54005304995 MaxLexEgivenF=2.67231906408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] zu ||| should undertake [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=4.77914515993 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| sollte [X,1] zu [X,2] ||| be [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05852791417 MaxLexEgivenF=1.32780962022 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] zu [X,2] ||| should [X,2] [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.27796397301 MaxLexEgivenF=0.514821797231 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sollte [X,1] zu [X,2] ||| should [X,1] to be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=1.84263141745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| sollte [X,1] zu [X,2] ||| should [X,1] too [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.54005304995 MaxLexEgivenF=2.67231906408 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sollte [X,1] zu [X,2] ||| should give [X,1] [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=4.03878247044 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| sollte [X,1] zu [X,2] ||| should undertake [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57513904191 MaxLexEgivenF=4.77914515993 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] sollte [X,2] können ||| [X,1] should [X,2] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65994410773 MaxLexEgivenF=1.80129854607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] können ||| [X,1] should [X,2] can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37740335634 MaxLexEgivenF=0.930362368068 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] sollte [X,2] können ||| [X,1] should be able [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.67239569668 MaxLexEgivenF=3.16109555803 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-3
+[X] ||| [X,1] sollte [X,2] können ||| [X,1] should be able to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.67239569668 MaxLexEgivenF=4.17340082909 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-3
+[X] ||| [X,1] sollte [X,2] können ||| should [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37740335634 MaxLexEgivenF=0.930362368068 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| sollte [X,1] können ||| should [X,1] may ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.65994410773 MaxLexEgivenF=1.80129854607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] können ||| should [X,1] can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37740335634 MaxLexEgivenF=0.930362368068 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] können ||| should be able [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.67239569668 MaxLexEgivenF=3.16109555803 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2
+[X] ||| sollte [X,1] können ||| should be able to [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.67239569668 MaxLexEgivenF=4.17340082909 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-2
+[X] ||| sollte [X,1] können [X,2] ||| if [X,1] [X,2] can ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=2.49352058348 MaxLexEgivenF=1.51485435751 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| sollte [X,1] können [X,2] ||| should [X,1] [X,2] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.65994410773 MaxLexEgivenF=1.80129854607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| sollte [X,1] können [X,2] ||| should [X,1] [X,2] can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37740335634 MaxLexEgivenF=0.930362368068 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| sollte [X,1] können [X,2] ||| should [X,1] may [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.65994410773 MaxLexEgivenF=1.80129854607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] können [X,2] ||| should [X,1] can [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.37740335634 MaxLexEgivenF=0.930362368068 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sollte [X,1] können [X,2] ||| should be able [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.67239569668 MaxLexEgivenF=3.16109555803 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2
+[X] ||| sollte [X,1] können [X,2] ||| should be able to [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.67239569668 MaxLexEgivenF=4.17340082909 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-2
+[X] ||| sollte [X,1] können [X,2] ||| shouldn [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.43871687516 MaxLexEgivenF=2.66306534434 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] man sein ||| [X,1] one be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.73925617454 MaxLexEgivenF=1.93354663493 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] man sein ||| [X,1] you have ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=3.93781685657 MaxLexEgivenF=2.56636767637 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] man sein ||| [X,1] you will be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.69897855431 MaxLexEgivenF=3.40064559506 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] man sein ||| [X,1] you won ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.39423247062 MaxLexEgivenF=4.55638493968 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] man sein ||| it only [X,1] investing your ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.44010070973 MaxLexEgivenF=10.8665896074 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 1-3 2-4
+[X] ||| [X,1] man sein ||| one [X,1] be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.73925617454 MaxLexEgivenF=1.93354663493 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] man sein ||| you [X,1] see his ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.64254005249 MaxLexEgivenF=4.23607443056 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3
+[X] ||| [X,1] man sein ||| i [X,1] my ||| EgivenFCoherent=1.79934054945 SampleCountF=2.10380372096 CountEF=0.47712125472 MaxLexFgivenE=5.51073035683 MaxLexEgivenF=5.66285745167 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2
+[X] ||| [X,1] man sein [X,2] ||| [X,1] one [X,2] his ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.68281767272 MaxLexEgivenF=2.45564802691 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] man sein [X,2] ||| [X,1] one be [X,2] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.73925617454 MaxLexEgivenF=1.93354663493 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] man sein [X,2] ||| [X,1] you [X,2] be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.69897855431 MaxLexEgivenF=1.29550298922 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] man sein [X,2] ||| [X,1] you have [X,2] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=3.93781685657 MaxLexEgivenF=2.56636767637 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] man sein [X,2] ||| [X,1] you won [X,2] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.39423247062 MaxLexEgivenF=4.55638493968 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] man sein [X,2] ||| one [X,1] be [X,2] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.73925617454 MaxLexEgivenF=1.93354663493 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] man sein [X,2] ||| you [X,1] see his [X,2] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.64254005249 MaxLexEgivenF=4.23607443056 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-3
+[X] ||| [X,1] man sein [X,2] ||| i [X,1] my [X,2] ||| EgivenFCoherent=1.79934054945 SampleCountF=2.10380372096 CountEF=0.47712125472 MaxLexFgivenE=5.51073035683 MaxLexEgivenF=5.66285745167 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2
+[X] ||| man sein ||| fact ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.94442509537 MaxLexEgivenF=3.27621758849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| man sein ||| one be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.73925617454 MaxLexEgivenF=1.93354663493 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein ||| you have ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=3.93781685657 MaxLexEgivenF=2.56636767637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein ||| you will be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.69897855431 MaxLexEgivenF=3.40064559506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| man sein ||| you won ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.39423247062 MaxLexEgivenF=4.55638493968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein ||| they differ ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=3.74190249122 MaxLexEgivenF=5.33338831755 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein ||| would be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=3.31823715126 MaxLexEgivenF=3.35780158389 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein ||| possible ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.23246690524 MaxLexEgivenF=2.46511038076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| man sein [X,1] ||| one [X,1] his ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.68281767272 MaxLexEgivenF=2.45564802691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| man sein [X,1] ||| one be [X,1] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.73925617454 MaxLexEgivenF=1.93354663493 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein [X,1] ||| you [X,1] be ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=2.69897855431 MaxLexEgivenF=1.29550298922 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| man sein [X,1] ||| you have [X,1] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=3.93781685657 MaxLexEgivenF=2.56636767637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein [X,1] ||| you won [X,1] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.39423247062 MaxLexEgivenF=4.55638493968 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| man sein [X,1] ||| possible [X,1] ||| EgivenFCoherent=2.10037054512 SampleCountF=2.10380372096 CountEF=0.301029995664 MaxLexFgivenE=4.23246690524 MaxLexEgivenF=2.46511038076 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| [X,1] man [X,2] , ||| [X,1] man [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.01689176168 MaxLexEgivenF=2.04225024081 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] , ||| [X,1] you [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.64739634448 MaxLexEgivenF=0.987032691297 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] , ||| you [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.64739634448 MaxLexEgivenF=0.987032691297 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| man [X,1] , ||| man [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.01689176168 MaxLexEgivenF=2.04225024081 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| man [X,1] , ||| was [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.7169109973 MaxLexEgivenF=2.38309547307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] , ||| it [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00287155863 MaxLexEgivenF=1.49834945796 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] , ||| one [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68767396471 MaxLexEgivenF=1.62507633701 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] , ||| you [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.64739634448 MaxLexEgivenF=0.987032691297 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| man [X,1] , [X,2] ||| man [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.01689176168 MaxLexEgivenF=2.04225024081 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| man [X,1] , [X,2] ||| it [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00287155863 MaxLexEgivenF=1.49834945796 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] , [X,2] ||| one [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.02525933015 MaxLexEgivenF=1.41306101859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| man [X,1] , [X,2] ||| one [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68767396471 MaxLexEgivenF=1.62507633701 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] , [X,2] ||| you [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.64739634448 MaxLexEgivenF=0.987032691297 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| man [X,1] , [X,2] ||| you can [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98498170992 MaxLexEgivenF=2.38805222685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| [X,1] man [X,2] um ||| [X,1] to [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65849004353 MaxLexEgivenF=1.50446411361 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] um ||| [X,1] you can [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77466249022 MaxLexEgivenF=2.73584157324 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] man [X,2] um ||| to [X,1] [X,2] about ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65849004353 MaxLexEgivenF=2.28884243391 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| man [X,1] um ||| to [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65849004353 MaxLexEgivenF=1.50446411361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] um ||| you can [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77466249022 MaxLexEgivenF=2.73584157324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] um [X,2] ||| to [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65849004353 MaxLexEgivenF=1.50446411361 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] um [X,2] ||| you can [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.77466249022 MaxLexEgivenF=2.73584157324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] man [X,2] spielen ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=1.50158700619 MaxLexEgivenF=4.3143122178 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] you [X,2] play ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] you can play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=2.87772987467 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-3
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] you play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] some [X,2] play ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.02286851639 MaxLexEgivenF=3.0244788508 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] they play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.54013927952 MaxLexEgivenF=2.3639176933 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] man [X,2] spielen ||| [X,1] play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.54254913056 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-1
+[X] ||| [X,1] man [X,2] spielen ||| you [X,1] [X,2] play ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| [X,1] man [X,2] spielen ||| you [X,1] play [X,2] ||| EgivenFCoherent=1.84716120058 SampleCountF=2.32633586093 CountEF=0.602059991328 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-2
+[X] ||| man [X,1] spielen ||| man [X,1] spielen ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=1.50158700619 MaxLexEgivenF=4.3143122178 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen ||| the one [X,1] game ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.54225956998 MaxLexEgivenF=4.51906542378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] spielen ||| one [X,1] play ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.19413902122 MaxLexEgivenF=1.90273866641 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen ||| you [X,1] play ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen ||| you can [X,1] gamble ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.41123685792 MaxLexEgivenF=4.83321145623 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] spielen ||| you can play [X,1] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=2.87772987467 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2
+[X] ||| man [X,1] spielen ||| you play [X,1] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| man [X,1] spielen ||| some [X,1] play ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.02286851639 MaxLexEgivenF=3.0244788508 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen ||| they play [X,1] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.54013927952 MaxLexEgivenF=2.3639176933 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| man [X,1] spielen ||| play [X,1] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.54254913056 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0
+[X] ||| man [X,1] spielen [X,2] ||| man [X,1] spielen [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=1.50158700619 MaxLexEgivenF=4.3143122178 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen [X,2] ||| the one [X,1] game [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.54225956998 MaxLexEgivenF=4.51906542378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] spielen [X,2] ||| one [X,1] play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.19413902122 MaxLexEgivenF=1.90273866641 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen [X,2] ||| you [X,2] play [X,1] ||| EgivenFCoherent=1.84716120058 SampleCountF=2.32633586093 CountEF=0.602059991328 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| man [X,1] spielen [X,2] ||| you [X,1] play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen [X,2] ||| you play [X,1] [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.15386140099 MaxLexEgivenF=1.2646950207 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| man [X,1] spielen [X,2] ||| we [X,2] start playing [X,1] now ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.07819047713 MaxLexEgivenF=8.73443629979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-5
+[X] ||| man [X,1] spielen [X,2] ||| some [X,1] play [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=3.02286851639 MaxLexEgivenF=3.0244788508 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] spielen [X,2] ||| they play [X,1] [X,2] ||| EgivenFCoherent=2.3242824553 SampleCountF=2.32633586093 CountEF=0.301029995664 MaxLexFgivenE=2.54013927952 MaxLexEgivenF=2.3639176933 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| [X,1] man [X,2] zu ||| [X,1] you [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25851176404 MaxLexEgivenF=1.07581261844 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] zu ||| [X,1] we [X,2] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.87146305084 MaxLexEgivenF=1.99368629523 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| man [X,1] zu ||| you [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25851176404 MaxLexEgivenF=1.07581261844 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] zu ||| we [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.87146305084 MaxLexEgivenF=1.99368629523 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| man [X,1] zu [X,2] ||| you can [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96133669514 MaxLexEgivenF=2.38805222685 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| man [X,1] zu [X,2] ||| we [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.87146305084 MaxLexEgivenF=1.99368629523 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] man [X,2] können ||| [X,1] and you [X,2] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35301224251 MaxLexEgivenF=3.46262860396 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] man [X,2] können ||| [X,1] you are [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=2.73737107297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] man [X,2] können ||| [X,1] you can [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=1.19055794371 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-2
+[X] ||| [X,1] man [X,2] können ||| [X,1] be [X,2] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96257542681 MaxLexEgivenF=2.53126899697 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] man [X,2] können ||| [X,1] be called [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44767379089 MaxLexEgivenF=4.24370035097 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| man [X,1] können ||| man [X,1] nnen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.955584462058 MaxLexEgivenF=5.40497236498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] können ||| you [X,1] will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35301224251 MaxLexEgivenF=2.51642786809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] können ||| you are [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=2.73737107297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] können ||| you can [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=1.19055794371 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| man [X,1] können ||| be [X,1] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96257542681 MaxLexEgivenF=2.53126899697 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] können ||| be called [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44767379089 MaxLexEgivenF=4.24370035097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] können [X,2] ||| man [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.43027149567 MaxLexEgivenF=2.24577549322 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| man [X,1] können [X,2] ||| man [X,1] nnen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.955584462058 MaxLexEgivenF=5.40497236498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] können [X,2] ||| it [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41625129263 MaxLexEgivenF=1.70187471037 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| man [X,1] können [X,2] ||| you [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=1.19055794371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| man [X,1] können [X,2] ||| you [X,1] will [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.35301224251 MaxLexEgivenF=2.51642786809 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] können [X,2] ||| you are [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=2.73737107297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| man [X,1] können [X,2] ||| you have [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=2.98190824721 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| man [X,1] können [X,2] ||| you can [X,1] [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.06077607847 MaxLexEgivenF=1.19055794371 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-1
+[X] ||| man [X,1] können [X,2] ||| be [X,1] may [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.96257542681 MaxLexEgivenF=2.53126899697 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| man [X,1] können [X,2] ||| be called [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.44767379089 MaxLexEgivenF=4.24370035097 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] sein , ||| [X,1] , ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.53084305172 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] sein , ||| [X,1] be , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42407428228 MaxLexEgivenF=0.732500934771 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sein , ||| [X,1] be to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=1.53279088741 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sein , ||| [X,1] sein , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.760901738974 MaxLexEgivenF=2.85036808498 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sein , ||| be [X,1] , ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.42407428228 MaxLexEgivenF=0.732500934771 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2
+[X] ||| [X,1] sein , ||| be [X,1] to ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=1.53279088741 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2
+[X] ||| [X,1] sein , ||| being [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88929880276 MaxLexEgivenF=2.14642756022 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2
+[X] ||| [X,1] sein , [X,2] ||| [X,1] , [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.53084305172 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] sein , [X,2] ||| [X,1] be [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] sein , [X,2] ||| [X,1] be , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42407428228 MaxLexEgivenF=0.732500934771 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sein , [X,2] ||| [X,1] sein , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.760901738974 MaxLexEgivenF=2.85036808498 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] sein , [X,2] ||| be [X,1] [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] sein , [X,2] ||| be [X,1] , [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.42407428228 MaxLexEgivenF=0.732500934771 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2
+[X] ||| [X,1] sein , [X,2] ||| be [X,1] to [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=1.53279088741 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2
+[X] ||| sein , ||| . ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86842841716 MaxLexEgivenF=2.33909787868 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| sein , ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28682979716 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| sein , ||| be , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42407428228 MaxLexEgivenF=0.732500934771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sein , ||| be to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=1.53279088741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sein , ||| sein , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.760901738974 MaxLexEgivenF=2.85036808498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sein , ||| unenforceable , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33484869103 MaxLexEgivenF=3.59544287656 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sein , [X,1] ||| . [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86842841716 MaxLexEgivenF=2.33909787868 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| sein , [X,1] ||| be [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.76165964773 MaxLexEgivenF=0.520485616348 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| sein , [X,1] ||| be , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.42407428228 MaxLexEgivenF=0.732500934771 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| sein , [X,1] ||| sein , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.760901738974 MaxLexEgivenF=2.85036808498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] sein [X,2] um ||| [X,2] be [X,1] at ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.02107596897 MaxLexEgivenF=2.09947805691 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] um ||| [X,1] his [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90221609586 MaxLexEgivenF=2.19926177555 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] um ||| [X,1] his [X,2] because ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83879046189 MaxLexEgivenF=4.49607077193 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] um ||| [X,1] its [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45835023372 MaxLexEgivenF=2.5603718947 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] um ||| [X,1] sein [X,2] um ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02823991025 MaxLexEgivenF=5.11749852048 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] um ||| be [X,1] [X,2] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04030104931 MaxLexEgivenF=2.06513291903 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| sein [X,1] um ||| to its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05103606407 MaxLexEgivenF=1.75148647387 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| sein [X,1] um ||| his [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4949019262 MaxLexEgivenF=1.39037635472 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] um ||| his [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.90221609586 MaxLexEgivenF=2.19926177555 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] um ||| his [X,1] because ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.83879046189 MaxLexEgivenF=4.49607077193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] um ||| its [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45835023372 MaxLexEgivenF=2.5603718947 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] um ||| sein [X,1] um ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02823991025 MaxLexEgivenF=5.11749852048 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] um [X,2] ||| [X,2] to its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.05103606407 MaxLexEgivenF=1.75148647387 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| sein [X,1] um [X,2] ||| its [X,1] for a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.45835023372 MaxLexEgivenF=3.77721967794 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] um [X,2] ||| sein [X,1] um [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02823991025 MaxLexEgivenF=5.11749852048 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] sein [X,2] spielen ||| [X,1] his [X,2] playing ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.18547862632 MaxLexEgivenF=2.16258256233 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| sein [X,1] spielen ||| his [X,1] playing ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.18547862632 MaxLexEgivenF=2.16258256233 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] spielen [X,2] ||| his [X,1] playing [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.18547862632 MaxLexEgivenF=2.16258256233 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] sein [X,2] zu ||| [X,1] his [X,2] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97875120003 MaxLexEgivenF=1.34338225389 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| sein [X,1] zu ||| his [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97875120003 MaxLexEgivenF=1.34338225389 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| sein [X,1] zu [X,2] ||| his [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.97875120003 MaxLexEgivenF=1.34338225389 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] sein [X,2] können ||| [X,1] his [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78101551445 MaxLexEgivenF=1.45812757916 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] können ||| [X,1] his [X,2] skill ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64780105304 MaxLexEgivenF=4.49238571432 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] können ||| [X,1] its [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33714965232 MaxLexEgivenF=1.81923769831 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] können ||| [X,1] be [X,2] able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13244635661 MaxLexEgivenF=2.13974500249 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] können ||| [X,1] sein [X,2] koennen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24675356068 MaxLexEgivenF=7.80415481618 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] sein [X,2] können ||| be [X,1] [X,2] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11999476766 MaxLexEgivenF=1.80696236519 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| [X,1] sein [X,2] können ||| be [X,1] [X,2] can ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.83745401628 MaxLexEgivenF=0.936026187185 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-3
+[X] ||| sein [X,1] können ||| his [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78101551445 MaxLexEgivenF=1.45812757916 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] können ||| his [X,1] skill ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64780105304 MaxLexEgivenF=4.49238571432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] können ||| its [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33714965232 MaxLexEgivenF=1.81923769831 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] können ||| be [X,1] able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13244635661 MaxLexEgivenF=2.13974500249 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] können ||| sein [X,1] koennen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24675356068 MaxLexEgivenF=7.80415481618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] können [X,2] ||| his [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78101551445 MaxLexEgivenF=1.45812757916 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| sein [X,1] können [X,2] ||| his [X,1] skill [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.64780105304 MaxLexEgivenF=4.49238571432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| sein [X,1] können [X,2] ||| sein [X,1] koennen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24675356068 MaxLexEgivenF=7.80415481618 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] , um ||| [X,1] , um ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.639830243732 MaxLexEgivenF=2.69116107235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] , um ||| [X,1] , of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10875005309 MaxLexEgivenF=0.908850583633 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] , um ||| [X,1] in order to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=2.82907678454 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 2-2 1-3 2-3
+[X] ||| [X,1] , um ||| [X,1] to ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] , um ||| [X,1] to make ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=2.5814224325 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 2-2
+[X] ||| [X,1] , um ||| [X,1] for ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.24465775329 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] , um ||| [X,1] order ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=1.39415007038 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] , um ||| [X,1] order to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=1.74193941677 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 2-2
+[X] ||| [X,1] , um [X,2] ||| [X,1] , um [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.639830243732 MaxLexEgivenF=2.69116107235 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] , um [X,2] ||| [X,1] , of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10875005309 MaxLexEgivenF=0.908850583633 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] , um [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] , um [X,2] ||| [X,1] to make [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=2.5814224325 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 2-2
+[X] ||| [X,1] , um [X,2] ||| [X,1] for [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.24465775329 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] , um [X,2] ||| [X,1] order [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=1.39415007038 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] , um [X,2] ||| [X,1] order to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=1.74193941677 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 2-2
+[X] ||| , um ||| so that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27800106742 MaxLexEgivenF=3.55851340322 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| , um ||| , um ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.639830243732 MaxLexEgivenF=2.69116107235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| , um ||| , and in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1067932253 MaxLexEgivenF=2.24535342206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| , um ||| , of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10875005309 MaxLexEgivenF=0.908850583633 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| , um ||| , in order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.879703615923 MaxLexEgivenF=2.69330275657 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| , um ||| , in order to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.879703615923 MaxLexEgivenF=3.04109210296 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2 1-3
+[X] ||| , um ||| in order to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=2.82907678454 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 1-2
+[X] ||| , um ||| to ||| EgivenFCoherent=0.744727494897 SampleCountF=2.47856649559 CountEF=1.74036268949 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| , um ||| to make ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=2.5814224325 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| , um ||| order to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=1.74193941677 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| , um [X,1] ||| so that [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27800106742 MaxLexEgivenF=3.55851340322 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| , um [X,1] ||| , um [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.639830243732 MaxLexEgivenF=2.69116107235 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| , um [X,1] ||| , of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10875005309 MaxLexEgivenF=0.908850583633 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| , um [X,1] ||| in order to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=2.82907678454 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 1-2
+[X] ||| , um [X,1] ||| to [X,1] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=0.347789346392 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| , um [X,1] ||| to make [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.83734358363 MaxLexEgivenF=2.5814224325 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| , um [X,1] ||| order to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.21728898137 MaxLexEgivenF=1.74193941677 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| [X,1] , [X,2] monopoly ||| [X,1] , [X,2] monopoly ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.5168984985 MaxLexEgivenF=0.814075309752 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| , [X,1] monopoly ||| , [X,1] monopoly ||| EgivenFCoherent=0.929418925714 SampleCountF=1.2552725051 CountEF=0.47712125472 MaxLexFgivenE=1.5168984985 MaxLexEgivenF=0.814075309752 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] monopoly [X,2] ||| , [X,1] monopoly [X,2] ||| EgivenFCoherent=0.929418925714 SampleCountF=1.2552725051 CountEF=0.47712125472 MaxLexFgivenE=1.5168984985 MaxLexEgivenF=0.814075309752 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] [X,2] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.52200220935 MaxLexEgivenF=0.888512187157 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] [X,2] play ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.2165424944 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] , [X,2] to play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=1.71399823731 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] , [X,2] games ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.1844168439 MaxLexEgivenF=1.10052750558 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] , [X,2] playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19033491831 MaxLexEgivenF=1.33201087242 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] , [X,2] playing together ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19033491831 MaxLexEgivenF=4.54308689577 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] , [X,2] play ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=0.701692966249 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] , [X,2] spielen ||| [X,1] play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.2165424944 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=1 ||| 3-1
+[X] ||| [X,1] , [X,2] spielen ||| play [X,1] , [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=0.701692966249 IsSingletonF=0 IsSingletonFE=0 ||| 3-0 1-2
+[X] ||| , [X,1] spielen ||| , [X,1] to play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=1.71399823731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| , [X,1] spielen ||| , [X,1] games ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.1844168439 MaxLexEgivenF=1.10052750558 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] spielen ||| , [X,1] games are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.1844168439 MaxLexEgivenF=2.82730368958 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| , [X,1] spielen ||| , [X,1] playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19033491831 MaxLexEgivenF=1.33201087242 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] spielen ||| , [X,1] playing together ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19033491831 MaxLexEgivenF=4.54308689577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| , [X,1] spielen ||| , [X,1] play ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=0.701692966249 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] spielen [X,2] ||| , [X,1] [X,2] play ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=0.701692966249 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| , [X,1] spielen [X,2] ||| , [X,1] to play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=1.71399823731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| , [X,1] spielen [X,2] ||| , [X,1] games [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.1844168439 MaxLexEgivenF=1.10052750558 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] spielen [X,2] ||| , [X,1] playing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19033491831 MaxLexEgivenF=1.33201087242 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] spielen [X,2] ||| , [X,1] playing together [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.19033491831 MaxLexEgivenF=4.54308689577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| , [X,1] spielen [X,2] ||| , [X,1] play [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.878957128962 MaxLexEgivenF=0.701692966249 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] , [X,2] zu ||| [X,1] [X,2] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.32119285746 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 3-2
+[X] ||| [X,1] , [X,2] zu ||| [X,1] , [X,2] to ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.983607492018 MaxLexEgivenF=0.512810563986 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] , [X,2] zu ||| [X,1] , [X,2] about ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41800661687 MaxLexEgivenF=2.25637883426 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| , [X,1] zu ||| , [X,1] to ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.983607492018 MaxLexEgivenF=0.512810563986 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] zu ||| , [X,1] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68024475293 MaxLexEgivenF=1.80470795099 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] zu ||| , [X,1] about ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41800661687 MaxLexEgivenF=2.25637883426 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] zu ||| , [X,1] too ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.948521500048 MaxLexEgivenF=2.36951258528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] zu [X,2] ||| , [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68643242311 MaxLexEgivenF=0.212015318424 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| , [X,1] zu [X,2] ||| , [X,1] to [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.983607492018 MaxLexEgivenF=0.512810563986 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] zu [X,2] ||| , [X,1] on [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.68024475293 MaxLexEgivenF=1.80470795099 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] zu [X,2] ||| , [X,1] about [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.41800661687 MaxLexEgivenF=2.25637883426 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] zu [X,2] ||| , [X,1] too [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.948521500048 MaxLexEgivenF=2.36951258528 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| , [X,1] zu [X,2] ||| to [X,2] [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.32119285746 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-0
+[X] ||| , [X,1] zu [X,2] ||| to [X,2] , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.983607492018 MaxLexEgivenF=0.512810563986 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| [X,1] , [X,2] können ||| [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12345717189 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] , [X,2] können ||| [X,1] , [X,2] , can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.839571207684 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] , [X,2] können ||| [X,1] , [X,2] can ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.627555889261 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] , [X,2] können ||| [X,1] , [X,2] can be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=1.87234813739 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] , [X,2] können ||| can [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.627555889261 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| , [X,1] können ||| , [X,1] , can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.839571207684 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| , [X,1] können ||| , [X,1] can ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.627555889261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] können ||| , [X,1] can be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=1.87234813739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| , [X,1] können [X,2] ||| , [X,1] [X,2] can ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.627555889261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| , [X,1] können [X,2] ||| , [X,1] can [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=0.627555889261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| , [X,1] können [X,2] ||| , [X,1] can be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.785871806444 MaxLexEgivenF=1.87234813739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] um [X,2] spielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12452548824 MaxLexEgivenF=4.96322304934 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] to make [X,2] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0062232747 MaxLexEgivenF=3.07110008033 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] for [X,2] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] at [X,2] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78141853059 MaxLexEgivenF=2.46750462772 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] play to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0062232747 MaxLexEgivenF=0.837466994217 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] play for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] um [X,2] spielen ||| [X,1] play around [X,2] undisturbed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49518389598 MaxLexEgivenF=6.02355222424 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2 3-4
+[X] ||| um [X,1] spielen ||| um [X,1] spielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12452548824 MaxLexEgivenF=4.96322304934 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen ||| in order to play [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38616867243 MaxLexEgivenF=3.31875443236 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-3
+[X] ||| um [X,1] spielen ||| to [X,1] playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31760106405 MaxLexEgivenF=1.46778490039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen ||| to make [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0062232747 MaxLexEgivenF=3.07110008033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| um [X,1] spielen ||| for [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen ||| at [X,1] games ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78141853059 MaxLexEgivenF=2.46750462772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen ||| play to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0062232747 MaxLexEgivenF=0.837466994217 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| um [X,1] spielen ||| play for [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1
+[X] ||| um [X,1] spielen ||| play around [X,1] undisturbed ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49518389598 MaxLexEgivenF=6.02355222424 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| um [X,1] spielen [X,2] ||| [X,2] play for [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2
+[X] ||| um [X,1] spielen [X,2] ||| um [X,1] spielen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.12452548824 MaxLexEgivenF=4.96322304934 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen [X,2] ||| in order to play [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38616867243 MaxLexEgivenF=3.31875443236 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-3
+[X] ||| um [X,1] spielen [X,2] ||| to [X,1] playing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31760106405 MaxLexEgivenF=1.46778490039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen [X,2] ||| to make [X,1] play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0062232747 MaxLexEgivenF=3.07110008033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| um [X,1] spielen [X,2] ||| for [X,1] play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen [X,2] ||| at [X,1] games [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78141853059 MaxLexEgivenF=2.46750462772 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] spielen [X,2] ||| play to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0062232747 MaxLexEgivenF=0.837466994217 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| um [X,1] spielen [X,2] ||| play for [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41353744436 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| um [X,1] spielen [X,2] ||| play around [X,1] undisturbed [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49518389598 MaxLexEgivenF=6.02355222424 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| [X,1] um [X,2] zu ||| [X,1] at [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=1.87978768612 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] um [X,2] zu ||| to [X,2] [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=0.601590491125 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| um [X,1] zu ||| at [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=1.87978768612 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] zu [X,2] ||| in order to [X,2] [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.49081903549 MaxLexEgivenF=2.78208268371 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 0-2 2-2
+[X] ||| um [X,1] zu [X,2] ||| to [X,2] [X,1] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-0
+[X] ||| um [X,1] zu [X,2] ||| to [X,2] in an [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=4.13833894588 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| um [X,1] zu [X,2] ||| to [X,2] to [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=0.601590491125 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-2
+[X] ||| um [X,1] zu [X,2] ||| for [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19809119172 MaxLexEgivenF=1.15667476722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| um [X,1] zu [X,2] ||| at [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11087363776 MaxLexEgivenF=1.87978768612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] zu [X,2] ||| order to [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49081903549 MaxLexEgivenF=1.69494531594 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| [X,1] um [X,2] können ||| [X,1] over [X,2] enable ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94344919211 MaxLexEgivenF=5.62396715981 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| um [X,1] können ||| um [X,1] können ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.97251795842 MaxLexEgivenF=5.37078995429 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] können ||| over [X,1] enable ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94344919211 MaxLexEgivenF=5.62396715981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] können [X,2] ||| um [X,1] können [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.97251795842 MaxLexEgivenF=5.37078995429 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| um [X,1] können [X,2] ||| in order to [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29308334992 MaxLexEgivenF=3.24461735537 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-5
+[X] ||| um [X,1] können [X,2] ||| over [X,1] enable [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.94344919211 MaxLexEgivenF=5.62396715981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] to play ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] spielen zu ||| [X,1] spielen zu ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.05828821591 MaxLexEgivenF=5.01769692189 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] games to ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.79553226347 MaxLexEgivenF=1.18930743272 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] play to ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] play on ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.18670980944 MaxLexEgivenF=2.08237028039 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] game to ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.8381930973 MaxLexEgivenF=2.06213581468 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] acquire at ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=4.24515373215 MaxLexEgivenF=5.3237705355 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| [X,1] gaming at ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.91386524655 MaxLexEgivenF=3.77354218245 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu ||| to playing [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.80145033788 MaxLexEgivenF=1.42079079956 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1 2-1
+[X] ||| [X,1] spielen zu ||| to play [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] to play [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] spielen zu [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.05828821591 MaxLexEgivenF=5.01769692189 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] games to [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.79553226347 MaxLexEgivenF=1.18930743272 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] play to [X,2] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] play on [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.18670980944 MaxLexEgivenF=2.08237028039 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] acquire at [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=4.24515373215 MaxLexEgivenF=5.3237705355 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu [X,2] ||| [X,1] gaming at [X,2] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.91386524655 MaxLexEgivenF=3.77354218245 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] spielen zu [X,2] ||| to [X,2] [X,1] play ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-3
+[X] ||| spielen zu ||| to playing ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.80145033788 MaxLexEgivenF=1.42079079956 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| spielen zu ||| to play ||| EgivenFCoherent=1.56110138365 SampleCountF=2.26245108973 CountEF=0.778151250384 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| spielen zu ||| spielen zu ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.05828821591 MaxLexEgivenF=5.01769692189 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu ||| games to ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.79553226347 MaxLexEgivenF=1.18930743272 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| spielen zu ||| playing ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.37635022168 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| spielen zu ||| play to ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| spielen zu ||| play on ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.18670980944 MaxLexEgivenF=2.08237028039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu ||| game to ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.8381930973 MaxLexEgivenF=2.06213581468 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu ||| acquire at ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=4.24515373215 MaxLexEgivenF=5.3237705355 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu ||| gaming at ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.91386524655 MaxLexEgivenF=3.77354218245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu [X,1] ||| [X,1] to play ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 0-2
+[X] ||| spielen zu [X,1] ||| to play [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| spielen zu [X,1] ||| spielen zu [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=1.05828821591 MaxLexEgivenF=5.01769692189 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu [X,1] ||| games to [X,1] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.79553226347 MaxLexEgivenF=1.18930743272 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| spielen zu [X,1] ||| play to [X,1] ||| EgivenFCoherent=1.95904139232 SampleCountF=2.26245108973 CountEF=0.47712125472 MaxLexFgivenE=1.49007254853 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| spielen zu [X,1] ||| play on [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.18670980944 MaxLexEgivenF=2.08237028039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu [X,1] ||| acquire at [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=4.24515373215 MaxLexEgivenF=5.3237705355 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| spielen zu [X,1] ||| gaming at [X,1] ||| EgivenFCoherent=2.26007138799 SampleCountF=2.26245108973 CountEF=0.301029995664 MaxLexFgivenE=2.91386524655 MaxLexEgivenF=3.77354218245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] spielen [X,2] können ||| [X,2] be able [X,1] play ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.58732920329 MaxLexEgivenF=3.3537292821 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 3-2 1-4
+[X] ||| [X,1] spielen [X,2] können ||| [X,1] can play [X,2] ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] spielen [X,2] können ||| [X,1] games [X,2] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.5977965779 MaxLexEgivenF=1.30405275799 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] spielen [X,2] können ||| [X,1] play [X,2] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] spielen [X,2] können ||| can [X,2] play [X,1] ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| [X,1] spielen [X,2] können ||| play [X,1] [X,2] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| spielen [X,1] können ||| can [X,1] play ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| spielen [X,1] können ||| can play [X,1] ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| spielen [X,1] können ||| games [X,1] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.5977965779 MaxLexEgivenF=1.30405275799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| spielen [X,1] können ||| play [X,1] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| spielen [X,1] können ||| game [X,1] play ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=2.6444225631 MaxLexEgivenF=2.25101821694 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| spielen [X,1] können ||| able [X,1] play ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.58732920329 MaxLexEgivenF=2.10893703397 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-2
+[X] ||| spielen [X,1] können [X,2] ||| games [X,1] [X,2] are ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=2.97831684878 MaxLexEgivenF=2.43532531642 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| spielen [X,1] können [X,2] ||| games [X,1] , [X,2] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.5977965779 MaxLexEgivenF=1.914676372 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4
+[X] ||| spielen [X,1] können [X,2] ||| games [X,1] can [X,2] ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.5977965779 MaxLexEgivenF=1.30405275799 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| spielen [X,1] können [X,2] ||| playing [X,1] [X,2] can ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.6037146523 MaxLexEgivenF=1.53553612484 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| spielen [X,1] können [X,2] ||| play [X,1] [X,2] can ||| EgivenFCoherent=1.8260748027 SampleCountF=2.42975228 CountEF=0.698970004336 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3
+[X] ||| spielen [X,1] können [X,2] ||| play [X,1] can [X,2] ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=1.29233686295 MaxLexEgivenF=0.905218218663 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| spielen [X,1] können [X,2] ||| game [X,1] play [X,2] ||| EgivenFCoherent=2.42813479403 SampleCountF=2.42975228 CountEF=0.301029995664 MaxLexFgivenE=2.6444225631 MaxLexEgivenF=2.25101821694 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] zu können ||| [X,1] to be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.37506185082 MaxLexEgivenF=1.54558749369 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] zu können ||| [X,1] to be able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] zu können ||| [X,1] to bring ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.14074191169 MaxLexEgivenF=3.92252925084 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] zu können ||| to [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.44306936516 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0
+[X] ||| [X,1] zu können ||| to be able [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 2-2
+[X] ||| [X,1] zu können ||| to be able to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.4656421254 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 2-2 1-3
+[X] ||| [X,1] zu können ||| to your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44306936516 MaxLexEgivenF=3.6604173212 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] zu können ||| with [X,1] taking ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.03788745112 MaxLexEgivenF=5.26420782994 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 2-2
+[X] ||| [X,1] zu können ||| you can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0998121571 MaxLexEgivenF=1.85339491092 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1
+[X] ||| [X,1] zu können ||| be able to [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 2-1 1-2
+[X] ||| [X,1] zu können ||| can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0998121571 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| [X,1] zu können ||| able to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=1.92005463171 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1
+[X] ||| [X,1] zu können ||| eligible to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25771250026 MaxLexEgivenF=3.8231446187 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1
+[X] ||| [X,1] zu können [X,2] ||| [X,1] to be able [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] zu können [X,2] ||| to [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.44306936516 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0
+[X] ||| [X,1] zu können [X,2] ||| to be able [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 2-2
+[X] ||| [X,1] zu können [X,2] ||| be able to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 1-2
+[X] ||| [X,1] zu können [X,2] ||| can [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0998121571 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| zu können ||| to ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=3.44306936516 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| zu können ||| to be ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.37506185082 MaxLexEgivenF=1.54558749369 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| zu können ||| to be able ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| zu können ||| to be able to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.4656421254 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 0-3
+[X] ||| zu können ||| to your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.44306936516 MaxLexEgivenF=3.6604173212 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| zu können ||| to scan ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.80869018825 MaxLexEgivenF=4.32046925951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| zu können ||| to bring ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.14074191169 MaxLexEgivenF=3.92252925084 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| zu können ||| to improve ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63003409875 MaxLexEgivenF=2.97213657416 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| zu können ||| be able to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 1-1 0-2
+[X] ||| zu können ||| can be found ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0998121571 MaxLexEgivenF=4.78737806725 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2
+[X] ||| zu können ||| able to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=1.92005463171 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1
+[X] ||| zu können ||| eligible to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25771250026 MaxLexEgivenF=3.8231446187 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| zu können [X,1] ||| to be able [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69197956635 MaxLexEgivenF=3.16484687983 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie alt [X,1] sein ||| what age [X,1] be ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=4.346835314 MaxLexEgivenF=3.60612463318 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie alt [X,1] sein ||| how old [X,1] be ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=3.00165981205 MaxLexEgivenF=1.90955214768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie alt [X,1] sein [X,2] ||| what age [X,1] be [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=4.346835314 MaxLexEgivenF=3.60612463318 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie alt [X,1] sein [X,2] ||| how old [X,1] have to be [X,2] be ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=3.00165981205 MaxLexEgivenF=5.40879742063 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4 3-5 3-7
+[X] ||| wie alt [X,1] sein [X,2] ||| how old [X,1] be [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=3.00165981205 MaxLexEgivenF=1.90955214768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] wie alt [X,2] , ||| [X,1] , such as alt [X,2] , ||| EgivenFCoherent=1.63346845558 SampleCountF=1.64345267649 CountEF=0.301029995664 MaxLexFgivenE=1.07324674703 MaxLexEgivenF=2.95679758529 IsSingletonF=1 IsSingletonFE=1 ||| 1-2 1-3 2-4 4-6
+[X] ||| wie alt [X,1] , ||| how old [X,1] , ||| EgivenFCoherent=1.33243845992 SampleCountF=1.64345267649 CountEF=0.47712125472 MaxLexFgivenE=1.95007760221 MaxLexEgivenF=1.60108184976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie alt [X,1] , ||| such as alt [X,1] , ||| EgivenFCoherent=1.63346845558 SampleCountF=1.64345267649 CountEF=0.301029995664 MaxLexFgivenE=1.07324674703 MaxLexEgivenF=2.74478226687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| wie alt [X,1] , [X,2] ||| how old [X,1] , [X,2] ||| EgivenFCoherent=1.33243845992 SampleCountF=1.64345267649 CountEF=0.47712125472 MaxLexFgivenE=1.95007760221 MaxLexEgivenF=1.60108184976 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie alt [X,1] , [X,2] ||| such as alt [X,1] [X,2] ||| EgivenFCoherent=1.63346845558 SampleCountF=1.64345267649 CountEF=0.301029995664 MaxLexFgivenE=1.41083211248 MaxLexEgivenF=2.53276694844 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie alt [X,1] , [X,2] ||| such as alt [X,1] , [X,2] ||| EgivenFCoherent=1.63346845558 SampleCountF=1.64345267649 CountEF=0.301029995664 MaxLexFgivenE=1.07324674703 MaxLexEgivenF=2.74478226687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| wie [X,1] sollte man ||| [X,1] how would one ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=4.18493861771 MaxLexEgivenF=4.22977998781 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 3-3
+[X] ||| wie [X,1] sollte man ||| how [X,1] does it ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=4.85350016373 MaxLexEgivenF=5.22678815184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| wie [X,1] sollte man ||| how [X,1] should we ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.67565889386 MaxLexEgivenF=3.10622667777 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] sollte man ||| how [X,1] should i ||| EgivenFCoherent=1.38021124171 SampleCountF=1.69019608003 CountEF=0.47712125472 MaxLexFgivenE=2.67565889386 MaxLexEgivenF=3.44095354864 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] sollte man [X,2] ||| [X,1] how would one [X,2] ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=4.18493861771 MaxLexEgivenF=4.22977998781 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 3-3
+[X] ||| wie [X,1] sollte man [X,2] ||| how [X,1] does it [X,2] ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=4.85350016373 MaxLexEgivenF=5.22678815184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| wie [X,1] sollte man [X,2] ||| how [X,1] should we [X,2] ||| EgivenFCoherent=1.68124123738 SampleCountF=1.69019608003 CountEF=0.301029995664 MaxLexFgivenE=2.67565889386 MaxLexEgivenF=3.10622667777 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] sollte man [X,2] ||| how [X,1] should i [X,2] ||| EgivenFCoherent=1.38021124171 SampleCountF=1.69019608003 CountEF=0.47712125472 MaxLexFgivenE=2.67565889386 MaxLexEgivenF=3.44095354864 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] sollte [X,2] sein ||| as [X,1] should be [X,2] ||| EgivenFCoherent=1.43136376416 SampleCountF=1.44715803134 CountEF=0.301029995664 MaxLexFgivenE=2.93130030997 MaxLexEgivenF=1.579482456 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-3
+[X] ||| wie [X,1] sollte [X,2] , ||| like [X,1] should [X,2] , ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=1.57890325811 MaxLexEgivenF=1.73600865677 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] sollte [X,2] , ||| such as [X,1] should [X,2] , ||| EgivenFCoherent=1.86923171973 SampleCountF=1.87506126339 CountEF=0.301029995664 MaxLexFgivenE=1.5595396554 MaxLexEgivenF=2.25987389603 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| [X,1] wie [X,2] man sein ||| [X,1] how do i [X,2] my ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=4.69674531328 MaxLexEgivenF=8.77990801044 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 1-2 3-3 4-5
+[X] ||| wie [X,1] man sein ||| how do i [X,1] my ||| EgivenFCoherent=0.929418925714 SampleCountF=1.2552725051 CountEF=0.47712125472 MaxLexFgivenE=4.69674531328 MaxLexEgivenF=8.77990801044 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-2 3-4
+[X] ||| wie [X,1] man sein [X,2] ||| how do i [X,1] my [X,2] ||| EgivenFCoherent=0.929418925714 SampleCountF=1.2552725051 CountEF=0.47712125472 MaxLexFgivenE=4.69674531328 MaxLexEgivenF=8.77990801044 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-2 3-4
+[X] ||| wie [X,1] man [X,2] , ||| as [X,1] man [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93258623946 MaxLexEgivenF=2.58642528323 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] man [X,2] , ||| as [X,1] one to [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60336844249 MaxLexEgivenF=3.18155665049 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| wie [X,1] man [X,2] , ||| as [X,1] you [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56309082226 MaxLexEgivenF=1.53120773372 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] man [X,2] , ||| how [X,1] one [X,2] , ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.07573643291 MaxLexEgivenF=2.52359016788 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] man [X,2] , ||| how [X,1] you [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33660618755 MaxLexEgivenF=2.97550224139 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] man [X,2] , ||| how do you [X,1] [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03545881268 MaxLexEgivenF=4.10408325007 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-2 4-5
+[X] ||| wie [X,1] man [X,2] , ||| like [X,1] man [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.63177139744 MaxLexEgivenF=3.05142178193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] man [X,2] können ||| how [X,1] be called [X,2] can ||| EgivenFCoherent=1.14612803568 SampleCountF=1.17609125906 CountEF=0.301029995664 MaxLexFgivenE=2.49750707795 MaxLexEgivenF=5.14221418184 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| [X,1] wie [X,2] sein , ||| [X,1] be like [X,2] , ||| EgivenFCoherent=1.80617997398 SampleCountF=2.40993312333 CountEF=0.698970004336 MaxLexFgivenE=2.03895391805 MaxLexEgivenF=1.74167247589 IsSingletonF=0 IsSingletonFE=0 ||| 3-1 1-2 4-4
+[X] ||| wie [X,1] sein , ||| how [X,1] have to be to be ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=2.14972211593 MaxLexEgivenF=5.93054999122 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-4 3-5 2-6
+[X] ||| wie [X,1] sein , ||| how [X,1] be ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=2.14972211593 MaxLexEgivenF=1.41899944722 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-0 2-2
+[X] ||| wie [X,1] sein , ||| be like [X,1] , ||| EgivenFCoherent=1.80617997398 SampleCountF=2.40993312333 CountEF=0.698970004336 MaxLexFgivenE=2.03895391805 MaxLexEgivenF=1.74167247589 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1 3-3
+[X] ||| wie [X,1] sein , [X,2] ||| as [X,1] in [X,2] ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=4.78412289495 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] sein , [X,2] ||| how [X,1] [X,2] should ||| EgivenFCoherent=2.40823996531 SampleCountF=2.40993312333 CountEF=0.301029995664 MaxLexFgivenE=3.48516526212 MaxLexEgivenF=3.72563888824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] sein , [X,2] ||| how [X,1] be [X,2] ||| EgivenFCoherent=1.70926996098 SampleCountF=2.40993312333 CountEF=0.778151250384 MaxLexFgivenE=2.14972211593 MaxLexEgivenF=1.41899944722 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] sein , [X,2] ||| be like [X,1] , [X,2] ||| EgivenFCoherent=1.80617997398 SampleCountF=2.40993312333 CountEF=0.698970004336 MaxLexFgivenE=2.03895391805 MaxLexEgivenF=1.74167247589 IsSingletonF=0 IsSingletonFE=0 ||| 2-0 0-1 3-3
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] wie [X,2] , um ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.03341586686 MaxLexEgivenF=5.21940886825 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] as [X,2] , to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41545269598 MaxLexEgivenF=1.10397970724 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] as [X,2] to ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.75303806142 MaxLexEgivenF=0.891964388816 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] as [X,2] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16035223107 MaxLexEgivenF=1.70084980965 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-3
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] how [X,2] , to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.88782068639 MaxLexEgivenF=1.45831849569 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] how [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22540605184 MaxLexEgivenF=1.24630317726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] wie [X,2] , um ||| [X,1] like [X,2] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.4522232194 MaxLexEgivenF=1.35696088751 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3
+[X] ||| [X,1] wie [X,2] , um ||| as [X,1] how [X,2] in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.83244105894 MaxLexEgivenF=2.52982624107 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 4-4
+[X] ||| wie [X,1] , um ||| wie [X,1] , um ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.03341586686 MaxLexEgivenF=5.21940886825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] , um ||| as [X,1] , to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.41545269598 MaxLexEgivenF=1.10397970724 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] , um ||| as [X,1] to ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=2.75303806142 MaxLexEgivenF=0.891964388816 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] , um ||| as [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16035223107 MaxLexEgivenF=1.70084980965 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| wie [X,1] , um ||| as [X,1] order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13298345915 MaxLexEgivenF=1.9383251128 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| wie [X,1] , um ||| what [X,1] like to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4522232194 MaxLexEgivenF=3.22057117358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2 2-3 3-3
+[X] ||| wie [X,1] , um ||| how [X,1] , to ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.88782068639 MaxLexEgivenF=1.45831849569 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] , um ||| how [X,1] to ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.22540605184 MaxLexEgivenF=1.24630317726 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] , um ||| how [X,1] around ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71436667312 MaxLexEgivenF=2.44316113356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| wie [X,1] , um ||| like [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.4522232194 MaxLexEgivenF=1.35696088751 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] , um [X,2] ||| wie [X,1] , um [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.03341586686 MaxLexEgivenF=5.21940886825 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] , um [X,2] ||| as [X,1] , to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41545269598 MaxLexEgivenF=1.10397970724 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] , um [X,2] ||| as [X,1] to [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=2.75303806142 MaxLexEgivenF=0.891964388816 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] , um [X,2] ||| as [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.16035223107 MaxLexEgivenF=1.70084980965 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| wie [X,1] , um [X,2] ||| how [X,1] , to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.88782068639 MaxLexEgivenF=1.45831849569 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] , um [X,2] ||| how [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.22540605184 MaxLexEgivenF=1.24630317726 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] , um [X,2] ||| how [X,1] around [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71436667312 MaxLexEgivenF=2.44316113356 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| wie [X,1] , [X,2] spielen ||| as [X,1] , [X,2] play ||| EgivenFCoherent=1.23468597432 SampleCountF=2.0170333393 CountEF=0.845098040014 MaxLexFgivenE=1.79465160675 MaxLexEgivenF=1.24586800867 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] spielen ||| like [X,1] , [X,2] playing ||| EgivenFCoherent=1.53571596999 SampleCountF=2.0170333393 CountEF=0.602059991328 MaxLexFgivenE=1.80521455407 MaxLexEgivenF=2.34118241354 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] spielen ||| like [X,1] , [X,2] play ||| EgivenFCoherent=1.53571596999 SampleCountF=2.0170333393 CountEF=0.602059991328 MaxLexFgivenE=1.49383676473 MaxLexEgivenF=1.71086450737 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] spielen ||| such as [X,1] , [X,2] play ||| EgivenFCoherent=2.01283722471 SampleCountF=2.0170333393 CountEF=0.301029995664 MaxLexFgivenE=1.47447316201 MaxLexEgivenF=2.23472974662 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] , [X,2] spielen ||| such as [X,1] , [X,2] plays ||| EgivenFCoherent=1.71180722904 SampleCountF=2.0170333393 CountEF=0.47712125472 MaxLexFgivenE=2.56783289488 MaxLexEgivenF=4.05303813515 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] , [X,2] zu ||| as [X,1] , [X,2] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.8993019698 MaxLexEgivenF=1.05698560641 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] zu ||| like [X,1] [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.93607249322 MaxLexEgivenF=1.30996678668 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| wie [X,1] , [X,2] zu ||| like [X,1] that [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.89963450265 MaxLexEgivenF=2.61193782432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] zu ||| such as [X,1] , [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57912352507 MaxLexEgivenF=2.04584734436 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] , [X,2] zu ||| such as [X,1] , [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.27576078598 MaxLexEgivenF=3.33774473136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] , [X,2] können ||| [X,1] how , [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.17393427465 MaxLexEgivenF=1.52606972013 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 4-4
+[X] ||| wie [X,1] , [X,2] können ||| wie [X,1] , [X,2] können ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.09876541027 MaxLexEgivenF=5.63190731468 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] können ||| as [X,1] , [X,2] are able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99655862457 MaxLexEgivenF=3.92226287625 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| wie [X,1] , [X,2] können ||| how do [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51151964009 MaxLexEgivenF=3.53259112961 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 4-4
+[X] ||| wie [X,1] , [X,2] können ||| like [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73833680765 MaxLexEgivenF=1.42471211196 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| wie [X,1] , [X,2] können ||| like [X,1] , [X,2] can ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.40075144221 MaxLexEgivenF=1.63672743038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] können ||| like [X,1] , [X,2] allow ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13055303102 MaxLexEgivenF=3.64504983144 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] können ||| like [X,1] , [X,2] show ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28381739567 MaxLexEgivenF=4.60286473963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] , [X,2] können ||| such as [X,1] [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.71897320494 MaxLexEgivenF=1.94857735121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 4-4
+[X] ||| wie [X,1] , [X,2] können ||| such as [X,1] , [X,2] may ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.66392859088 MaxLexEgivenF=3.03152884764 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] , [X,2] können ||| such as [X,1] , [X,2] can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.38138783949 MaxLexEgivenF=2.16059266964 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 4-5
+[X] ||| wie [X,1] , [X,2] können ||| such as [X,1] , [X,2] can be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38138783949 MaxLexEgivenF=3.40538491776 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5 4-6
+[X] ||| wie [X,1] um [X,2] spielen ||| like [X,1] play for [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=1.20411998266 CountEF=0.301029995664 MaxLexFgivenE=3.02841708012 MaxLexEgivenF=2.65552395617 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 4-2 2-3
+[X] ||| [X,1] wie [X,2] zu können ||| [X,1] wie [X,2] zu können ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=1.29986630922 MaxLexEgivenF=7.95351162274 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] wie [X,2] zu können ||| [X,1] as [X,2] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.60767404414 MaxLexEgivenF=3.70902192226 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| [X,1] wie [X,2] zu können ||| [X,1] how [X,2] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.08004203455 MaxLexEgivenF=4.06336071071 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| [X,1] wie [X,2] zu können ||| [X,1] like [X,2] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.30685920211 MaxLexEgivenF=4.17401842095 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| [X,1] wie [X,2] zu können ||| [X,1] like a [X,2] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.30685920211 MaxLexEgivenF=5.39086620419 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-5 4-6
+[X] ||| wie [X,1] zu können ||| wie [X,1] zu können ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=1.29986630922 MaxLexEgivenF=7.95351162274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] zu können ||| as [X,1] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.60767404414 MaxLexEgivenF=3.70902192226 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| wie [X,1] zu können ||| how [X,1] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.08004203455 MaxLexEgivenF=4.06336071071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| wie [X,1] zu können ||| like [X,1] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.30685920211 MaxLexEgivenF=4.17401842095 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| wie [X,1] zu können ||| like a [X,1] to be able ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.30685920211 MaxLexEgivenF=5.39086620419 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-4 3-5
+[X] ||| wie [X,1] zu können [X,2] ||| wie [X,1] zu können [X,2] ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=1.29986630922 MaxLexEgivenF=7.95351162274 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] zu können [X,2] ||| as [X,1] to be able [X,2] ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.60767404414 MaxLexEgivenF=3.70902192226 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| wie [X,1] zu können [X,2] ||| how [X,1] to be able [X,2] ||| EgivenFCoherent=2.13353890837 SampleCountF=2.13672056716 CountEF=0.301029995664 MaxLexFgivenE=2.08004203455 MaxLexEgivenF=4.06336071071 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| alt [X,1] man [X,2] können ||| old [X,1] you can [X,2] ||| EgivenFCoherent=0.47712125472 SampleCountF=0.602059991328 CountEF=0.301029995664 MaxLexFgivenE=3.43654517625 MaxLexEgivenF=1.68111064417 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-3
+[X] ||| [X,1] alt [X,2] sein , ||| [X,2] be [X,1] old , ||| EgivenFCoherent=1.32221929473 SampleCountF=1.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.79984338007 MaxLexEgivenF=1.22305363524 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-3 4-4
+[X] ||| [X,1] alt [X,2] sein , ||| [X,1] old [X,2] have to be to be ||| EgivenFCoherent=1.32221929473 SampleCountF=1.34242268082 CountEF=0.301029995664 MaxLexFgivenE=3.13742874551 MaxLexEgivenF=5.52258886081 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 3-5 4-6 3-7
+[X] ||| alt [X,1] sein , ||| [X,1] be old , ||| EgivenFCoherent=1.02118929907 SampleCountF=1.34242268082 CountEF=0.47712125472 MaxLexFgivenE=2.79984338007 MaxLexEgivenF=1.22305363524 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2 3-3
+[X] ||| alt [X,1] sein , ||| old [X,1] have to be to be ||| EgivenFCoherent=1.32221929473 SampleCountF=1.34242268082 CountEF=0.301029995664 MaxLexFgivenE=3.13742874551 MaxLexEgivenF=5.52258886081 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-4 3-5 2-6
+[X] ||| alt [X,1] sein , [X,2] ||| [X,1] be old , [X,2] ||| EgivenFCoherent=1.02118929907 SampleCountF=1.34242268082 CountEF=0.47712125472 MaxLexFgivenE=2.79984338007 MaxLexEgivenF=1.22305363524 IsSingletonF=0 IsSingletonFE=0 ||| 2-1 0-2 3-3
+[X] ||| [X,1] alt [X,2] , um ||| [X,2] [X,1] old to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=3.21311268142 MaxLexEgivenF=0.838342046856 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3 4-3
+[X] ||| [X,1] alt [X,2] , um ||| [X,1] old [X,2] to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=3.21311268142 MaxLexEgivenF=0.838342046856 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] alt [X,2] , um ||| [X,1] alt [X,2] , to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.79124289595 MaxLexEgivenF=1.55953483288 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] alt [X,2] , um ||| [X,1] alt [X,2] to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=2.12882826139 MaxLexEgivenF=1.34751951446 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| alt [X,1] , um ||| old [X,1] to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=3.21311268142 MaxLexEgivenF=0.838342046856 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| alt [X,1] , um ||| alt [X,1] , to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.79124289595 MaxLexEgivenF=1.55953483288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| alt [X,1] , um ||| alt [X,1] to ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=2.12882826139 MaxLexEgivenF=1.34751951446 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| alt [X,1] , um [X,2] ||| old [X,1] to [X,2] ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=3.21311268142 MaxLexEgivenF=0.838342046856 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| alt [X,1] , um [X,2] ||| alt [X,1] , to [X,2] ||| EgivenFCoherent=1.77085201164 SampleCountF=1.77815125038 CountEF=0.301029995664 MaxLexFgivenE=1.79124289595 MaxLexEgivenF=1.55953483288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] sollte man [X,2] , ||| [X,1] , one should [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46545155083 MaxLexEgivenF=2.13989813424 IsSingletonF=0 IsSingletonFE=1 ||| 4-1 2-2 1-3
+[X] ||| [X,1] sollte man [X,2] , ||| [X,1] , you must [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99196722992 MaxLexEgivenF=3.16880543378 IsSingletonF=0 IsSingletonFE=1 ||| 4-1 2-2 1-3
+[X] ||| [X,1] sollte man [X,2] , ||| [X,1] it would have [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.29831977966 MaxLexEgivenF=5.20790489981 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2 2-3 4-5
+[X] ||| [X,1] sollte man [X,2] , ||| [X,1] one should [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46545155083 MaxLexEgivenF=2.13989813424 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 4-4
+[X] ||| [X,1] sollte man [X,2] , ||| [X,1] you should [X,2] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72632130547 MaxLexEgivenF=2.59181020775 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 1-2 4-4
+[X] ||| [X,1] sollte man [X,2] , ||| [X,1] should you [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4251739306 MaxLexEgivenF=1.50185448853 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| sollte man [X,1] , ||| , one should [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46545155083 MaxLexEgivenF=2.13989813424 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-1 0-2
+[X] ||| sollte man [X,1] , ||| , you must [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99196722992 MaxLexEgivenF=3.16880543378 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-1 0-2
+[X] ||| sollte man [X,1] , ||| it would have [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.29831977966 MaxLexEgivenF=5.20790489981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1 1-2 3-4
+[X] ||| sollte man [X,1] , ||| one should [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46545155083 MaxLexEgivenF=2.13989813424 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] , ||| you should [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4251739306 MaxLexEgivenF=1.50185448853 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] , ||| you should [X,1] that ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72632130547 MaxLexEgivenF=2.59181020775 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] , ||| if you &apos;re [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.54129115774 MaxLexEgivenF=5.04662261614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| sollte man [X,1] , ||| should you [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4251739306 MaxLexEgivenF=1.50185448853 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| sollte man [X,1] , [X,2] ||| , one should [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46545155083 MaxLexEgivenF=2.13989813424 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-1 0-2
+[X] ||| sollte man [X,1] , [X,2] ||| , you must [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99196722992 MaxLexEgivenF=3.16880543378 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-1 0-2
+[X] ||| sollte man [X,1] , [X,2] ||| it would have [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.29831977966 MaxLexEgivenF=5.20790489981 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1 1-2 3-4
+[X] ||| sollte man [X,1] , [X,2] ||| one should [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46545155083 MaxLexEgivenF=2.13989813424 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] , [X,2] ||| you should [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.76275929604 MaxLexEgivenF=1.2898391701 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| sollte man [X,1] , [X,2] ||| you should [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4251739306 MaxLexEgivenF=1.50185448853 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] , [X,2] ||| you should [X,1] that [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72632130547 MaxLexEgivenF=2.59181020775 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] , [X,2] ||| if you &apos;re [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.54129115774 MaxLexEgivenF=5.04662261614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| sollte man [X,1] , [X,2] ||| should you [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.4251739306 MaxLexEgivenF=1.50185448853 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| sollte man [X,1] , [X,2] ||| would one [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.32070755117 MaxLexEgivenF=3.33126615693 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] sollte man [X,2] zu ||| [X,1] you should [X,2] at ||| EgivenFCoherent=2.08278537032 SampleCountF=2.08635983067 CountEF=0.301029995664 MaxLexFgivenE=3.60959980882 MaxLexEgivenF=2.92541242754 IsSingletonF=1 IsSingletonFE=1 ||| 2-1 1-2 4-4
+[X] ||| sollte man [X,1] zu ||| you should [X,1] at ||| EgivenFCoherent=2.08278537032 SampleCountF=2.08635983067 CountEF=0.301029995664 MaxLexFgivenE=3.60959980882 MaxLexEgivenF=2.92541242754 IsSingletonF=1 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] zu [X,2] ||| you should [X,1] at [X,2] ||| EgivenFCoherent=2.08278537032 SampleCountF=2.08635983067 CountEF=0.301029995664 MaxLexFgivenE=3.60959980882 MaxLexEgivenF=2.92541242754 IsSingletonF=1 IsSingletonFE=1 ||| 1-0 0-1 3-3
+[X] ||| sollte man [X,1] können [X,2] ||| you should [X,1] [X,2] can ||| EgivenFCoherent=1.38021124171 SampleCountF=1.39794000867 CountEF=0.301029995664 MaxLexFgivenE=2.83855366459 MaxLexEgivenF=1.70537974094 IsSingletonF=1 IsSingletonFE=1 ||| 1-0 0-1 3-4
+[X] ||| [X,1] sollte [X,2] sein , ||| [X,1] should be [X,2] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20185186841 MaxLexEgivenF=1.247322732 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 1-2 3-2 4-4
+[X] ||| sollte [X,1] sein , ||| should be [X,1] , ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20185186841 MaxLexEgivenF=1.247322732 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-1 3-3
+[X] ||| sollte [X,1] sein , [X,2] ||| should be [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53943723385 MaxLexEgivenF=1.03530741358 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-1
+[X] ||| sollte [X,1] sein , [X,2] ||| should be [X,1] , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20185186841 MaxLexEgivenF=1.247322732 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-1 3-3
+[X] ||| sollte [X,1] sein [X,2] um ||| should be [X,1] [X,2] to ||| EgivenFCoherent=1.69019608003 SampleCountF=1.69897000434 CountEF=0.301029995664 MaxLexFgivenE=3.32911801415 MaxLexEgivenF=1.38309675997 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-1 4-4
+[X] ||| sollte [X,1] sein [X,2] zu ||| [X,1] should be [X,2] being ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=3.51579221907 MaxLexEgivenF=2.96971965537 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 4-4
+[X] ||| sollte [X,1] sein [X,2] zu ||| if [X,1] [X,2] to ||| EgivenFCoherent=2.24054924828 SampleCountF=2.24303804869 CountEF=0.301029995664 MaxLexFgivenE=5.45425466454 MaxLexEgivenF=1.40010903224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| sollte [X,1] sein [X,2] zu ||| should be [X,1] [X,2] to ||| EgivenFCoherent=1.93951925262 SampleCountF=2.24303804869 CountEF=0.47712125472 MaxLexFgivenE=2.81296728797 MaxLexEgivenF=1.33610265914 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-1 4-4
+[X] ||| sollte [X,1] sein [X,2] können ||| [X,1] should be [X,2] able ||| EgivenFCoherent=1.75587485567 SampleCountF=1.76342799356 CountEF=0.301029995664 MaxLexFgivenE=2.91022394274 MaxLexEgivenF=2.65456679972 IsSingletonF=1 IsSingletonFE=1 ||| 0-1 2-2 4-4
+[X] ||| [X,1] sollte [X,2] , um ||| [X,1] should [X,2] , in order ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.65748120205 MaxLexEgivenF=3.2081245538 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| [X,1] sollte [X,2] , um ||| [X,1] should [X,2] , to ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=2.27753580431 MaxLexEgivenF=1.07462646205 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] sollte [X,2] , um ||| [X,1] should [X,2] to ||| EgivenFCoherent=1.39357520327 SampleCountF=2.47421626408 CountEF=1.11394335231 MaxLexFgivenE=2.61512116976 MaxLexEgivenF=0.862611143623 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3
+[X] ||| [X,1] sollte [X,2] , um ||| [X,1] should [X,2] for ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=3.02243533941 MaxLexEgivenF=1.67149656445 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-3
+[X] ||| [X,1] sollte [X,2] , um ||| [X,1] should [X,2] order ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.99506656749 MaxLexEgivenF=1.90897186761 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 4-3
+[X] ||| [X,1] sollte [X,2] , um ||| [X,1] should be [X,2] to ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=2.61512116976 MaxLexEgivenF=1.88962551828 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-4
+[X] ||| [X,1] sollte [X,2] , um ||| should [X,1] [X,2] , in order ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.65748120205 MaxLexEgivenF=3.2081245538 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3 4-4 4-5
+[X] ||| sollte [X,1] , um ||| should [X,1] , in order ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.65748120205 MaxLexEgivenF=3.2081245538 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| sollte [X,1] , um ||| should [X,1] , to ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=2.27753580431 MaxLexEgivenF=1.07462646205 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| sollte [X,1] , um ||| should [X,1] to ||| EgivenFCoherent=1.39357520327 SampleCountF=2.47421626408 CountEF=1.11394335231 MaxLexFgivenE=2.61512116976 MaxLexEgivenF=0.862611143623 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| sollte [X,1] , um ||| should [X,1] for ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=3.02243533941 MaxLexEgivenF=1.67149656445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| sollte [X,1] , um ||| should [X,1] order ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.99506656749 MaxLexEgivenF=1.90897186761 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| sollte [X,1] , um ||| should have [X,1] order ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.99506656749 MaxLexEgivenF=4.33468088967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 3-3
+[X] ||| sollte [X,1] , um ||| should be [X,1] to ||| EgivenFCoherent=2.17172645365 SampleCountF=2.47421626408 CountEF=0.47712125472 MaxLexFgivenE=2.61512116976 MaxLexEgivenF=1.88962551828 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-3
+[X] ||| sollte [X,1] , um [X,2] ||| should [X,1] to [X,2] ||| EgivenFCoherent=1.6276584093 SampleCountF=2.47421626408 CountEF=0.903089986992 MaxLexFgivenE=2.61512116976 MaxLexEgivenF=0.862611143623 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| sollte [X,1] , um [X,2] ||| should [X,1] for [X,2] ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=3.02243533941 MaxLexEgivenF=1.67149656445 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| sollte [X,1] , um [X,2] ||| should have [X,1] order [X,2] ||| EgivenFCoherent=2.47275644932 SampleCountF=2.47421626408 CountEF=0.301029995664 MaxLexFgivenE=1.99506656749 MaxLexEgivenF=4.33468088967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 3-3
+[X] ||| sollte [X,1] , um [X,2] ||| should be [X,1] to [X,2] ||| EgivenFCoherent=2.17172645365 SampleCountF=2.47421626408 CountEF=0.47712125472 MaxLexFgivenE=2.61512116976 MaxLexEgivenF=1.88962551828 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 3-3
+[X] ||| sollte [X,1] , [X,2] können ||| should [X,1] [X,2] can ||| EgivenFCoherent=1.88649072517 SampleCountF=1.89209460269 CountEF=0.301029995664 MaxLexFgivenE=1.90123475801 MaxLexEgivenF=0.930362368068 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| [X,1] man [X,2] , um ||| [X,1] one [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.33877151211 MaxLexEgivenF=1.76085036498 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] man [X,2] , um ||| [X,1] you [X,2] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.29849389188 MaxLexEgivenF=1.12280671926 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3
+[X] ||| man [X,1] , um ||| one [X,1] in order to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71871690985 MaxLexEgivenF=4.24213780312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2 3-3 2-4 3-4
+[X] ||| man [X,1] , um ||| one [X,1] to ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33877151211 MaxLexEgivenF=1.76085036498 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| man [X,1] , um ||| you [X,1] in order to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67843928962 MaxLexEgivenF=3.60409415741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2 3-3 2-4 3-4
+[X] ||| man [X,1] , um ||| you [X,1] to ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=3.29849389188 MaxLexEgivenF=1.12280671926 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| man [X,1] , um ||| they [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09208594007 MaxLexEgivenF=3.0309148127 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| man [X,1] , um [X,2] ||| one [X,1] in order to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.71871690985 MaxLexEgivenF=4.24213780312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2 3-3 2-4 3-4
+[X] ||| man [X,1] , um [X,2] ||| one [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.33877151211 MaxLexEgivenF=1.76085036498 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| man [X,1] , um [X,2] ||| you [X,1] in order to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.67843928962 MaxLexEgivenF=3.60409415741 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2 3-3 2-4 3-4
+[X] ||| man [X,1] , um [X,2] ||| you [X,1] to [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.29849389188 MaxLexEgivenF=1.12280671926 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| man [X,1] , um [X,2] ||| they [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09208594007 MaxLexEgivenF=3.0309148127 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-2
+[X] ||| man [X,1] , [X,2] spielen ||| one [X,1] , [X,2] play ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=2.38038505744 MaxLexEgivenF=2.11475398483 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| man [X,1] , [X,2] spielen ||| you can [X,1] , [X,2] gamble ||| EgivenFCoherent=1.86332286012 SampleCountF=1.86923171973 CountEF=0.301029995664 MaxLexFgivenE=2.59748289414 MaxLexEgivenF=5.04522677465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-5
+[X] ||| man [X,1] , [X,2] zu ||| man [X,1] [X,2] on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84847584382 MaxLexEgivenF=3.42292755495 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| man [X,1] , [X,2] zu ||| one [X,1] [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.82262078594 MaxLexEgivenF=1.71385626415 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| [X,1] sein , um ||| [X,1] may be to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=3.27306557249 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 3-3
+[X] ||| [X,1] sein , um ||| to be [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=0.868274962739 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-0 1-1
+[X] ||| [X,1] sein , um ||| to be [X,1] in order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45511722742 MaxLexEgivenF=3.34956240088 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1 3-3 3-4
+[X] ||| [X,1] sein , um ||| be [X,1] so as ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55226730405 MaxLexEgivenF=4.94645073538 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 3-3
+[X] ||| [X,1] sein , um ||| be [X,1] and clear to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=5.07732932554 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 1-3 2-4 3-4
+[X] ||| [X,1] sein , um ||| be [X,1] to ||| EgivenFCoherent=1.27300127206 SampleCountF=2.47856649559 CountEF=1.23044892138 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=0.868274962739 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2 3-2
+[X] ||| [X,1] sein , um ||| be [X,1] to get ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=3.32677124921 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 3-2 3-3
+[X] ||| [X,1] sein , um ||| be [X,1] to obtain ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=4.37469480153 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 3-2 3-3
+[X] ||| [X,1] sein , um ||| be [X,1] for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48248599934 MaxLexEgivenF=1.67716038357 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| [X,1] sein , um ||| be [X,1] order ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45511722742 MaxLexEgivenF=1.91463568672 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| [X,1] sein , um [X,2] ||| [X,1] may be to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=3.27306557249 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 3-3
+[X] ||| [X,1] sein , um [X,2] ||| to be [X,1] in order [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.45511722742 MaxLexEgivenF=3.34956240088 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1 3-3 3-4
+[X] ||| [X,1] sein , um [X,2] ||| be [X,1] so as [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.55226730405 MaxLexEgivenF=4.94645073538 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 3-3
+[X] ||| [X,1] sein , um [X,2] ||| be [X,1] and clear to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=5.07732932554 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 1-3 2-4 3-4
+[X] ||| [X,1] sein , um [X,2] ||| be [X,1] to [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=0.868274962739 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-2 3-2
+[X] ||| [X,1] sein , um [X,2] ||| be [X,1] to get [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=3.32677124921 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 3-2 3-3
+[X] ||| [X,1] sein , um [X,2] ||| be [X,1] to obtain [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=4.37469480153 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-2 3-2 3-3
+[X] ||| [X,1] sein , um [X,2] ||| be [X,1] for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48248599934 MaxLexEgivenF=1.67716038357 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| sein , um ||| in the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.78897560623 MaxLexEgivenF=2.43180120385 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| sein , um ||| to be ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=0.868274962739 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0 0-1
+[X] ||| sein , um ||| may be to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=3.27306557249 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-2
+[X] ||| sein , um [X,1] ||| may be to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.07517182969 MaxLexEgivenF=3.27306557249 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 1-2 2-2
+[X] ||| sein , [X,1] zu [X,2] ||| to [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.08419125295 MaxLexEgivenF=0.300795245562 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-0 3-0
+[X] ||| [X,1] sein , [X,2] können ||| be [X,1] , [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.0237000525 MaxLexEgivenF=1.14804150561 IsSingletonF=1 IsSingletonFE=1 ||| 1-0 2-2 4-4
+[X] ||| [X,1] sein [X,2] zu können ||| [X,1] be [X,2] being able ||| EgivenFCoherent=2.32633586093 SampleCountF=2.32837960344 CountEF=0.301029995664 MaxLexFgivenE=3.6326327435 MaxLexEgivenF=4.07415724428 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] sein [X,2] zu können ||| be [X,1] to [X,2] ||| EgivenFCoherent=2.32633586093 SampleCountF=2.32837960344 CountEF=0.301029995664 MaxLexFgivenE=3.61289009687 MaxLexEgivenF=0.82128086191 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 4-2
+[X] ||| [X,1] sein [X,2] zu können ||| be [X,1] to be able [X,2] ||| EgivenFCoherent=2.32633586093 SampleCountF=2.32837960344 CountEF=0.301029995664 MaxLexFgivenE=2.92980781241 MaxLexEgivenF=2.9610258644 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2 4-3 4-4
+[X] ||| sein [X,1] zu können ||| be [X,1] being able ||| EgivenFCoherent=2.32633586093 SampleCountF=2.32837960344 CountEF=0.301029995664 MaxLexFgivenE=3.6326327435 MaxLexEgivenF=4.07415724428 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] , um [X,2] spielen ||| [X,1] , um [X,2] spielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31077152447 MaxLexEgivenF=5.17523836776 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] , um [X,2] spielen ||| [X,1] of [X,2] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.70983320871 MaxLexEgivenF=1.18651291304 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-3
+[X] ||| [X,1] , um [X,2] spielen ||| [X,1] to [X,2] playing and playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84143246572 MaxLexEgivenF=3.53398119026 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-3 4-5
+[X] ||| [X,1] , um [X,2] spielen ||| [X,1] to play [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=0.837466994217 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-2
+[X] ||| [X,1] , um [X,2] spielen ||| [X,1] to play for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=1.99414176144 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-2 2-3
+[X] ||| , um [X,1] spielen ||| , um [X,1] spielen ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31077152447 MaxLexEgivenF=5.17523836776 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| , um [X,1] spielen ||| to [X,1] playing and playing ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84143246572 MaxLexEgivenF=3.53398119026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2 3-4
+[X] ||| , um [X,1] spielen ||| to play [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=0.837466994217 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-1
+[X] ||| , um [X,1] spielen ||| to play for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=1.99414176144 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-1 1-2
+[X] ||| , um [X,1] spielen ||| to make [X,1] play ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=3.07110008033 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1 3-3
+[X] ||| , um [X,1] spielen [X,2] ||| , um [X,1] spielen [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31077152447 MaxLexEgivenF=5.17523836776 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| , um [X,1] spielen [X,2] ||| to [X,1] playing and playing [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.84143246572 MaxLexEgivenF=3.53398119026 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2 3-4
+[X] ||| , um [X,1] spielen [X,2] ||| to play [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=0.837466994217 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-1
+[X] ||| , um [X,1] spielen [X,2] ||| to play for [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53005467637 MaxLexEgivenF=1.99414176144 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-1 1-2
+[X] ||| [X,1] , um [X,2] zu ||| [X,1] , um [X,2] zu ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02717717891 MaxLexEgivenF=5.22478069883 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] , um [X,2] zu ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-1
+[X] ||| [X,1] , um [X,2] zu ||| [X,1] to make [X,2] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=2.83522357724 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 2-2 4-4
+[X] ||| [X,1] , um [X,2] zu ||| [X,1] to view [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=3.08324281105 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-1 2-2
+[X] ||| , um [X,1] zu ||| , um [X,1] zu ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02717717891 MaxLexEgivenF=5.22478069883 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| , um [X,1] zu ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-0
+[X] ||| , um [X,1] zu ||| to make [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=2.83522357724 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1 3-3
+[X] ||| , um [X,1] zu ||| to view [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=3.08324281105 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-0 1-1
+[X] ||| , um [X,1] zu [X,2] ||| , um [X,1] zu [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.02717717891 MaxLexEgivenF=5.22478069883 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| , um [X,1] zu [X,2] ||| , to [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29711967398 MaxLexEgivenF=0.512810563986 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-1
+[X] ||| , um [X,1] zu [X,2] ||| to [X,2] [X,1] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 3-0
+[X] ||| , um [X,1] zu [X,2] ||| to [X,2] to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=0.601590491125 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 0-2 1-2
+[X] ||| , um [X,1] zu [X,2] ||| to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-0
+[X] ||| , um [X,1] zu [X,2] ||| to make [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63470503943 MaxLexEgivenF=2.83522357724 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1 3-3
+[X] ||| [X,1] , um [X,2] können ||| [X,1] so you can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.91406482821 MaxLexEgivenF=4.10993727649 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 4-2 4-3
+[X] ||| [X,1] , um [X,2] können ||| [X,1] to [X,2] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43696935385 MaxLexEgivenF=0.763329917229 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-3
+[X] ||| [X,1] , um [X,2] können ||| [X,1] to be able [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73196169419 MaxLexEgivenF=3.21184098066 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 4-2 4-3
+[X] ||| , um [X,1] können ||| , to [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09938398841 MaxLexEgivenF=0.975345235652 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| , um [X,1] können ||| in order to be able [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11190709192 MaxLexEgivenF=5.69312841881 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 1-2 3-3 3-4
+[X] ||| , um [X,1] können ||| to [X,1] can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.43696935385 MaxLexEgivenF=0.763329917229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2
+[X] ||| , um [X,1] können ||| to be able [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73196169419 MaxLexEgivenF=3.21184098066 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-1 3-2
+[X] ||| , um [X,1] können [X,2] ||| in order to be able [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.11190709192 MaxLexEgivenF=5.69312841881 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 1-2 3-3 3-4
+[X] ||| , um [X,1] können [X,2] ||| to be able [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.73196169419 MaxLexEgivenF=3.21184098066 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-1 3-2
+[X] ||| [X,1] , [X,2] spielen zu ||| [X,1] [X,2] play to ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=2.0139039502 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 4-3
+[X] ||| [X,1] , [X,2] spielen zu ||| [X,1] , [X,2] games to ||| EgivenFCoherent=1.84818911699 SampleCountF=2.15228834438 CountEF=0.47712125472 MaxLexFgivenE=1.9817782997 MaxLexEgivenF=1.40132275114 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| [X,1] , [X,2] spielen zu ||| [X,1] , [X,2] play to ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.67631858475 MaxLexEgivenF=1.00248821181 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| , [X,1] spielen zu ||| , [X,1] games to ||| EgivenFCoherent=1.54715912133 SampleCountF=2.15228834438 CountEF=0.698970004336 MaxLexFgivenE=1.9817782997 MaxLexEgivenF=1.40132275114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| , [X,1] spielen zu ||| , [X,1] play to ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.67631858475 MaxLexEgivenF=1.00248821181 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| , [X,1] spielen zu [X,2] ||| , [X,1] games to [X,2] ||| EgivenFCoherent=1.84818911699 SampleCountF=2.15228834438 CountEF=0.47712125472 MaxLexFgivenE=1.9817782997 MaxLexEgivenF=1.40132275114 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| , [X,1] spielen zu [X,2] ||| , [X,1] play to [X,2] ||| EgivenFCoherent=2.14921911266 SampleCountF=2.15228834438 CountEF=0.301029995664 MaxLexFgivenE=1.67631858475 MaxLexEgivenF=1.00248821181 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] , [X,2] zu können ||| [X,1] , [X,2] to be able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.87822560257 MaxLexEgivenF=3.37686219826 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 4-5
+[X] ||| [X,1] , [X,2] zu können ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.96690076683 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-1 4-1
+[X] ||| [X,1] , [X,2] zu können ||| [X,1] to have [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.4230016307 MaxLexEgivenF=2.27682633884 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-1 4-2
+[X] ||| [X,1] , [X,2] zu können ||| [X,1] to be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89889325248 MaxLexEgivenF=1.54558749369 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-1 4-2
+[X] ||| [X,1] , [X,2] zu können ||| [X,1] can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62364355877 MaxLexEgivenF=0.415540570837 IsSingletonF=0 IsSingletonFE=1 ||| 4-1
+[X] ||| , [X,1] zu können ||| , [X,1] to be able ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.87822560257 MaxLexEgivenF=3.37686219826 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 3-4
+[X] ||| , [X,1] zu können ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.96690076683 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-0
+[X] ||| , [X,1] zu können ||| to have [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.4230016307 MaxLexEgivenF=2.27682633884 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-1
+[X] ||| , [X,1] zu können ||| to be [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89889325248 MaxLexEgivenF=1.54558749369 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-1
+[X] ||| , [X,1] zu können [X,2] ||| to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.96690076683 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-0
+[X] ||| , [X,1] zu können [X,2] ||| to have [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.4230016307 MaxLexEgivenF=2.27682633884 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-1
+[X] ||| , [X,1] zu können [X,2] ||| to be [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.89889325248 MaxLexEgivenF=1.54558749369 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-1
+[X] ||| um [X,1] spielen zu ||| to play [X,1] ||| EgivenFCoherent=1.96848294855 SampleCountF=1.9731278536 CountEF=0.301029995664 MaxLexFgivenE=2.80358473049 MaxLexEgivenF=0.790472893388 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 3-0 2-1
+[X] ||| um [X,1] spielen zu [X,2] ||| to [X,2] [X,1] play ||| EgivenFCoherent=1.96848294855 SampleCountF=1.9731278536 CountEF=0.301029995664 MaxLexFgivenE=2.80358473049 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-0 2-3
+[X] ||| um [X,1] spielen zu [X,2] ||| to play [X,1] [X,2] ||| EgivenFCoherent=1.96848294855 SampleCountF=1.9731278536 CountEF=0.301029995664 MaxLexFgivenE=2.80358473049 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 3-0 2-1
+[X] ||| um [X,1] zu können ||| in order to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71718628237 MaxLexEgivenF=2.78208268371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-2 3-2
+[X] ||| um [X,1] zu können ||| in order to ensure [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65218703772 MaxLexEgivenF=5.39353042573 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-2 0-3 3-3
+[X] ||| um [X,1] zu können ||| to [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.75658154713 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-0 3-0
+[X] ||| um [X,1] zu können ||| to [X,1] possible ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.6634872634 MaxLexEgivenF=2.49532144645 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-2
+[X] ||| um [X,1] zu können ||| to be able to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00549174831 MaxLexEgivenF=3.4656421254 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-1 3-2 0-3
+[X] ||| um [X,1] zu können [X,2] ||| in order to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.71718628237 MaxLexEgivenF=2.78208268371 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-2 3-2
+[X] ||| um [X,1] zu können [X,2] ||| in order to ensure [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65218703772 MaxLexEgivenF=5.39353042573 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-2 0-3 3-3
+[X] ||| um [X,1] zu können [X,2] ||| to [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.75658154713 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-0 3-0
+[X] ||| um [X,1] zu können [X,2] ||| to [X,1] possible [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.6634872634 MaxLexEgivenF=2.49532144645 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-0 3-2
+[X] ||| um [X,1] zu können [X,2] ||| to be able to [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.00549174831 MaxLexEgivenF=3.4656421254 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-1 3-2 0-3
+[X] ||| [X,1] spielen zu können ||| [X,1] play ||| EgivenFCoherent=1.61804809671 SampleCountF=1.92427928606 CountEF=0.47712125472 MaxLexFgivenE=4.14460894998 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1 3-1
+[X] ||| [X,1] spielen zu können ||| [X,1] play with ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=4.14460894998 MaxLexEgivenF=2.20728325604 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 3-1 2-2
+[X] ||| [X,1] spielen zu können ||| to be able [X,1] play ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.38469065909 MaxLexEgivenF=3.65452452766 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-1 3-2 1-4
+[X] ||| [X,1] spielen zu können [X,2] ||| to be able [X,1] play [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.38469065909 MaxLexEgivenF=3.65452452766 IsSingletonF=1 IsSingletonFE=1 ||| 2-0 3-1 3-2 1-4
+[X] ||| spielen zu können ||| to play ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=3.44178401889 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-0 0-1
+[X] ||| spielen zu können ||| playing ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=4.88794298748 MaxLexEgivenF=1.119995554 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 2-0
+[X] ||| spielen zu können ||| play ||| EgivenFCoherent=1.61804809671 SampleCountF=1.92427928606 CountEF=0.47712125472 MaxLexFgivenE=4.14460894998 MaxLexEgivenF=0.489677647825 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 2-0
+[X] ||| spielen zu können ||| play with ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=4.14460894998 MaxLexEgivenF=2.20728325604 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 2-0 1-1
+[X] ||| spielen zu können ||| able to play ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=2.38469065909 MaxLexEgivenF=2.40973227953 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-1 0-2
+[X] ||| wie alt [X,1] sein , ||| how old [X,1] have to be to be ||| EgivenFCoherent=0.845098040014 SampleCountF=0.903089986992 CountEF=0.301029995664 MaxLexFgivenE=3.52549121371 MaxLexEgivenF=6.42110269169 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4 3-5 4-6 3-7
+[X] ||| wie [X,1] sein , um ||| such [X,1] to be able to ||| EgivenFCoherent=1.36172783602 SampleCountF=1.38021124171 CountEF=0.301029995664 MaxLexFgivenE=3.67068786274 MaxLexEgivenF=4.96510431482 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 2-3 2-4 3-5 4-5
+[X] ||| sollte [X,1] sein , um ||| should be [X,1] , to ||| EgivenFCoherent=1.49136169383 SampleCountF=1.50514997832 CountEF=0.301029995664 MaxLexFgivenE=3.51536405037 MaxLexEgivenF=1.59511207839 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 0-1 2-1 3-3 4-4
+[X] ||| , um [X,1] spielen zu ||| to play [X,1] ||| EgivenFCoherent=1.71600334363 SampleCountF=1.7242758696 CountEF=0.301029995664 MaxLexFgivenE=3.32741613216 MaxLexEgivenF=0.790472893388 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-0 4-0 3-1
+[X] ||| , um [X,1] zu können ||| , in order to be able to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57168318227 MaxLexEgivenF=6.15894488196 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 1-3 4-4 4-5 3-6
+[X] ||| , um [X,1] zu können ||| in order to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.24101768404 MaxLexEgivenF=2.78208268371 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 0-2 1-2 3-2 4-2
+[X] ||| , um [X,1] zu können ||| to [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=5.2804129488 MaxLexEgivenF=0.300795245562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 3-0 4-0
+[X] ||| , um [X,1] zu können ||| to [X,1] to you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.59455908859 MaxLexEgivenF=2.0394448312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 3-2 4-3
+[X] ||| , um [X,1] zu können ||| to be able to [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.52932314998 MaxLexEgivenF=3.4656421254 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 4-1 4-2 3-3
+[X] ||| , um [X,1] zu können ||| for you to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.59455908859 MaxLexEgivenF=2.89532435286 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 4-1 0-2 3-2
+[X] ||| um [X,1] spielen zu können ||| to play [X,1] ||| EgivenFCoherent=1.2552725051 SampleCountF=1.74036268949 CountEF=0.602059991328 MaxLexFgivenE=4.75529620085 MaxLexEgivenF=0.790472893388 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 3-0 2-1 4-1
+[X] ||| um [X,1] spielen zu können ||| for [X,1] play ||| EgivenFCoherent=1.73239375982 SampleCountF=1.74036268949 CountEF=0.301029995664 MaxLexFgivenE=5.84251375481 MaxLexEgivenF=1.64635241505 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 4-2
diff --git a/example_free917/grammar/grammar.9 b/example_free917/grammar/grammar.9
new file mode 100644
index 0000000..a40028d
--- /dev/null
+++ b/example_free917/grammar/grammar.9
@@ -0,0 +1,1257 @@
+[X] ||| [X,1] wie ||| [X,1] wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] as ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] what ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] how ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] like ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] such as ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie ||| [X,1] however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| [X,1] just ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie ||| how [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] wie [X,2] ||| [X,1] wie [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] to [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as [X,2] as ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-3
+[X] ||| [X,1] wie [X,2] ||| [X,1] as for [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] as is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] how [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] like [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] wie [X,2] ||| [X,1] such as [X,2] ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] wie [X,2] ||| how [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| wie ||| and ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| wie ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| for ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.64753606397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| as ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| what ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| where ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.2189806527 MaxLexEgivenF=2.55593279611 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| how ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| like ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| such ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=0.988861737951 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| such as ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie ||| including ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| practically ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| however ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99352499487 MaxLexEgivenF=2.67831362766 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie ||| just ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85695323304 MaxLexEgivenF=2.29761686943 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie ||| look like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=4.31044308413 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.49166939209 MaxLexEgivenF=0.94620073587 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| wie [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.393585623128 MaxLexEgivenF=2.5282477959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.57417925849 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| as [X,1] as ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.08835008485 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-2
+[X] ||| wie [X,1] ||| as to [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=1.55648031348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as for [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.19171110639 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| as is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.915694477787 MaxLexEgivenF=2.01450929193 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| what [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.39521630774 MaxLexEgivenF=1.86361028607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] ||| how [X,1] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=0.388062468203 MaxLexEgivenF=0.898513830873 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| like [X,1] ||| EgivenFCoherent=1.09691001301 SampleCountF=2.47856649559 CountEF=1.39794000867 MaxLexFgivenE=0.614879635764 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| such as [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.59551603305 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| wie [X,1] ||| including [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.21432328539 MaxLexEgivenF=1.90924374565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] ||| practically [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22604725044 MaxLexEgivenF=4.30743185172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] viele ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48119192305 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] the many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] a ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] a range ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=3.87378310003 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] a lot ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67506238525 MaxLexEgivenF=3.1098769553 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] are many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.3966214641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele ||| [X,1] many ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] lots of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele ||| [X,1] some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| [X,1] some of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=4.13821461053 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-3
+[X] ||| [X,1] viele ||| [X,1] much ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=1.88337619277 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] viele ||| many [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] viele [X,2] ||| [X,2] [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] [X,2] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] the many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] a [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] a lot of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=3.25209128813 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] are many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.3966214641 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] many [X,2] ||| EgivenFCoherent=0.664207898077 SampleCountF=2.47856649559 CountEF=1.81954393554 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] many of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.07521643541 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] numerous [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] lots of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] viele [X,2] ||| [X,1] some [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| [X,1] much of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=2.58021145798 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] viele [X,2] ||| many [X,2] [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] viele [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| viele ||| of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.23098557295 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| in ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| the ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=3.48119192305 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| the many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.70618632111 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| a ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| a range ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=3.87378310003 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| a lot ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele ||| a number ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8728558153 MaxLexEgivenF=2.91633545072 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| a wide ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41818072095 MaxLexEgivenF=3.78663292432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.67506238525 MaxLexEgivenF=3.1098769553 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.51277513079 MaxLexEgivenF=2.0182402939 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51669989616 MaxLexEgivenF=2.55172244967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| many ||| EgivenFCoherent=0.334106454466 SampleCountF=2.47856649559 CountEF=2.14612803568 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| many a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele ||| most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31548961209 MaxLexEgivenF=1.9304577529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| several ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86408650037 MaxLexEgivenF=2.06545781551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| numerous ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| lots ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=1.93490070195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| lots of ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele ||| some ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| some of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=4.13821461053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| viele ||| much ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=1.88337619277 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele ||| too ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=3.09348653911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele ||| enjoy ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98882640705 MaxLexEgivenF=3.92279031194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| [X,1] many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| viele [X,1] ||| of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.23098557295 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.41901090614 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| the many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.72304500628 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.52533340556 MaxLexEgivenF=1.00214531054 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| a lot [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=2.55525602292 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a lot of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.14297144967 MaxLexEgivenF=3.25209128813 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a number of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8728558153 MaxLexEgivenF=3.61317071593 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| a wide [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.41818072095 MaxLexEgivenF=3.78663292432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.51669989616 MaxLexEgivenF=2.55172244967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| many [X,1] ||| EgivenFCoherent=0.45593195565 SampleCountF=2.47856649559 CountEF=2.02530586526 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| many of [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.07521643541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] ||| many of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=2.41988027149 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| many a [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.617153500601 MaxLexEgivenF=1.38052648074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| most of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.31548961209 MaxLexEgivenF=2.62729301811 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| several [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.86408650037 MaxLexEgivenF=2.06545781551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| numerous [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.48368237019 MaxLexEgivenF=2.04772904855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| lots of [X,1] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.11514400922 MaxLexEgivenF=2.63173596716 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| viele [X,1] ||| some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.36889024998 MaxLexEgivenF=2.09671550924 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| much of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74820573272 MaxLexEgivenF=2.58021145798 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| too [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.88138465677 MaxLexEgivenF=3.09348653911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| viele [X,1] ||| enjoy [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98882640705 MaxLexEgivenF=3.92279031194 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] teilchen ||| [X,1] part ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.53902588844 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] teilchen ||| [X,1] a particle ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=1.23480642765 MaxLexEgivenF=2.05659510487 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] teilchen ||| [X,1] particles ||| EgivenFCoherent=0.517238477928 SampleCountF=2.31175386106 CountEF=1.79934054945 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=0.401544132941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilchen ||| [X,1] particle ||| EgivenFCoherent=1.10551018477 SampleCountF=2.31175386106 CountEF=1.23044892138 MaxLexFgivenE=1.23480642765 MaxLexEgivenF=0.83974732163 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilchen ||| [X,1] pieces ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.55702572239 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] teilchen ||| [X,1] elementary particles ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=2.78535949892 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] teilchen [X,2] ||| [X,2] [X,1] particles ||| EgivenFCoherent=1.7075701761 SampleCountF=2.31175386106 CountEF=0.698970004336 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=0.401544132941 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] teilchen [X,2] ||| [X,1] part [X,2] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.53902588844 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] teilchen [X,2] ||| [X,1] a particle [X,2] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=1.23480642765 MaxLexEgivenF=2.05659510487 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] teilchen [X,2] ||| [X,1] particles [X,2] ||| EgivenFCoherent=0.686380877028 SampleCountF=2.31175386106 CountEF=1.63346845558 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=0.401544132941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilchen [X,2] ||| [X,1] particle [X,2] ||| EgivenFCoherent=1.46453212741 SampleCountF=2.31175386106 CountEF=0.903089986992 MaxLexFgivenE=1.23480642765 MaxLexEgivenF=0.83974732163 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] teilchen [X,2] ||| [X,1] pieces [X,2] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.55702572239 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] teilchen [X,2] ||| [X,1] elementary particles [X,2] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=2.78535949892 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| teilchen ||| ) ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.85630082795 MaxLexEgivenF=1.6056641156 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| ( ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=5.33498021505 MaxLexEgivenF=1.57124001121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| of ||| EgivenFCoherent=2.00860017176 SampleCountF=2.31175386106 CountEF=0.47712125472 MaxLexFgivenE=5.48181202777 MaxLexEgivenF=0.69683526521 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilchen ||| in ||| EgivenFCoherent=2.00860017176 SampleCountF=2.31175386106 CountEF=0.47712125472 MaxLexFgivenE=5.47016342859 MaxLexEgivenF=1.42080109061 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilchen ||| part ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.53902588844 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| that ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=5.18411956457 MaxLexEgivenF=1.90669411126 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| about ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.89536728877 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| acts ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.08421868674 MaxLexEgivenF=2.08278537032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| now ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.33928246093 MaxLexEgivenF=2.08278537032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| particles ||| EgivenFCoherent=0.417535564735 SampleCountF=2.31175386106 CountEF=1.89762709129 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=0.401544132941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilchen ||| particle ||| EgivenFCoherent=0.878266403267 SampleCountF=2.31175386106 CountEF=1.44715803134 MaxLexFgivenE=1.23480642765 MaxLexEgivenF=0.83974732163 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilchen ||| air ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.99638031323 MaxLexEgivenF=2.08278537032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| pieces ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.55702572239 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen ||| elementary particles ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=2.78535949892 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| teilchen ||| size ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.73259477556 MaxLexEgivenF=2.08278537032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen [X,1] ||| part [X,1] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=4.53902588844 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen [X,1] ||| acts [X,1] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.08421868674 MaxLexEgivenF=2.08278537032 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen [X,1] ||| particles [X,1] ||| EgivenFCoherent=0.619434087397 SampleCountF=2.31175386106 CountEF=1.69897000434 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=0.401544132941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilchen [X,1] ||| particles of [X,1] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=1.09837939815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen [X,1] ||| particle [X,1] ||| EgivenFCoherent=1.19568681512 SampleCountF=2.31175386106 CountEF=1.14612803568 MaxLexFgivenE=1.23480642765 MaxLexEgivenF=0.83974732163 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| teilchen [X,1] ||| pieces [X,1] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=3.55702572239 MaxLexEgivenF=2.38381536598 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| teilchen [X,1] ||| elementary particles [X,1] ||| EgivenFCoherent=2.30963016743 SampleCountF=2.31175386106 CountEF=0.301029995664 MaxLexFgivenE=0.965652386792 MaxLexEgivenF=2.78535949892 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| [X,1] der ||| [X,1] der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] of the ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der ||| [X,1] the ||| EgivenFCoherent=0.778151250384 SampleCountF=2.47856649559 CountEF=1.7075701761 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der ||| [X,1] to the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] der [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of [X,2] ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] of the [X,2] ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of its [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] of your [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] der [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=0.853871964322 SampleCountF=2.47856649559 CountEF=1.63346845558 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] der [X,2] ||| [X,1] to the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=1.30024310926 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| der ||| der ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| der ( sumer ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=9.74601791977 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-2
+[X] ||| der ||| of ||| EgivenFCoherent=0.886056647693 SampleCountF=2.47856649559 CountEF=1.60205999133 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| of the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der ||| of its ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| of your ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der ||| the ||| EgivenFCoherent=0.431798275933 SampleCountF=2.47856649559 CountEF=2.04921802267 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der ||| those ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=4.3949981849 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| der [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.252252814394 MaxLexEgivenF=2.26126578378 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| der [X,1] ||| of [X,1] ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=0.655308395223 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| of the [X,1] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.943246233425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of its [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=2.89774028726 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| of your [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.700729552934 MaxLexEgivenF=3.11154433394 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| der [X,1] ||| the [X,1] ||| EgivenFCoherent=0.651046452019 SampleCountF=2.47856649559 CountEF=1.83250891271 MaxLexFgivenE=0.659416044457 MaxLexEgivenF=0.287937838202 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| der [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.13417321227 MaxLexEgivenF=2.15562285973 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] ersten ||| [X,1] early ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] leading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] first ||| EgivenFCoherent=0.380211241712 SampleCountF=2.47856649559 CountEF=2.10037054512 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] first one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ersten ||| [X,1] upcoming ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68237074252 MaxLexEgivenF=3.7677308327 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] initial ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] opening ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29582075196 MaxLexEgivenF=2.95481747606 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten ||| [X,1] second ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22046595123 MaxLexEgivenF=2.39206721874 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ersten [X,2] ||| [X,1] [X,2] initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] ersten [X,2] ||| [X,1] early [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] leading [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] first [X,2] ||| EgivenFCoherent=0.464284030014 SampleCountF=2.47856649559 CountEF=2.0170333393 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] first and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=1.20867981441 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] first one [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] ersten [X,2] ||| [X,1] 1st [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] ersten [X,2] ||| [X,1] initial [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| ersten ||| one ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.98623201227 MaxLexEgivenF=2.26598710307 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| early ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| main ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99400740228 MaxLexEgivenF=2.93842705987 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| leading ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| first ||| EgivenFCoherent=0.301029995664 SampleCountF=2.47856649559 CountEF=2.17897694729 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| first one ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ersten ||| upcoming ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68237074252 MaxLexEgivenF=3.7677308327 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| 1st ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| initial ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten ||| last ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.01355160032 MaxLexEgivenF=3.00806298801 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| opening ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.29582075196 MaxLexEgivenF=2.95481747606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| very first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.42008229817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ersten ||| neighborhood ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.85278486868 MaxLexEgivenF=4.06876082837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| second ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.22046595123 MaxLexEgivenF=2.39206721874 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten ||| same ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.30028485196 MaxLexEgivenF=3.22366278835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ersten [X,1] ||| [X,1] initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| ersten [X,1] ||| one [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98623201227 MaxLexEgivenF=2.26598710307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| early [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.85995022788 MaxLexEgivenF=2.13934190265 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten [X,1] ||| leading [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94097597482 MaxLexEgivenF=3.25584747172 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| first [X,1] ||| EgivenFCoherent=0.405239247414 SampleCountF=2.47856649559 CountEF=2.07554696139 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten [X,1] ||| first and [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=1.20867981441 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| first one [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.52846618161 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| ersten [X,1] ||| 1st [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.51040104916 MaxLexEgivenF=2.19660455562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| ersten [X,1] ||| initial [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.05262221753 MaxLexEgivenF=1.89996880805 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| ersten [X,1] ||| very first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.68505892925 MaxLexEgivenF=2.42008229817 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| [X,1] generation ||| [X,1] ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.89408938884 MaxLexEgivenF=1.76301937398 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] generation ||| [X,1] generation ||| EgivenFCoherent=0.334106454466 SampleCountF=2.47856649559 CountEF=2.14612803568 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] generation ||| [X,1] generation now ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=2.8552104224 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] generation ||| [X,1] generation discovering ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=3.7583004094 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] generation ||| [X,1] album ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26415643675 MaxLexEgivenF=2.80441205914 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] generation ||| [X,1] ones ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48230176722 MaxLexEgivenF=3.20235206781 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] generation ||| [X,1] generations ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.46712634599 MaxLexEgivenF=1.70404151402 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] generation [X,2] ||| [X,2] [X,1] generation ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=0 ||| 1-2
+[X] ||| [X,1] generation [X,2] ||| [X,2] [X,1] generations ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46712634599 MaxLexEgivenF=1.70404151402 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] generation [X,2] ||| [X,2] for [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=1.90245440989 IsSingletonF=0 IsSingletonFE=1 ||| 1-3
+[X] ||| [X,1] generation [X,2] ||| [X,1] [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] generation [X,2] ||| [X,1] generation [X,2] ||| EgivenFCoherent=0.532638582569 SampleCountF=2.47856649559 CountEF=1.94939000664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] generation [X,2] ||| [X,1] generation now [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=2.8552104224 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] generation [X,2] ||| [X,1] generation discovering [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=3.7583004094 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] generation [X,2] ||| [X,1] generations [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46712634599 MaxLexEgivenF=1.70404151402 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| generation ||| ) ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=3.89408938884 MaxLexEgivenF=1.76301937398 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| generation ||| ( ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.5220668584 MaxLexEgivenF=1.57124001121 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| on ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.83112505772 MaxLexEgivenF=2.09624703638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| generation ||| EgivenFCoherent=0.303934986307 SampleCountF=2.47856649559 CountEF=2.17609125906 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| generation ||| generation now ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=2.8552104224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| generation ||| generation discovering ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=3.7583004094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| generation ||| album ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.26415643675 MaxLexEgivenF=2.80441205914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| since ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.02459511691 MaxLexEgivenF=3.02626080875 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| ones ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.48230176722 MaxLexEgivenF=3.20235206781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| generations ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.46712634599 MaxLexEgivenF=1.70404151402 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| generation ||| latest ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.3282164575 MaxLexEgivenF=2.80441205914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| cultural ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.50140163077 MaxLexEgivenF=2.90132207215 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| 1969 ) ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10720996965 MaxLexEgivenF=5.26640143745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| generation ||| end ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.60007944226 MaxLexEgivenF=2.80441205914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation ||| sunshine ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13893394026 MaxLexEgivenF=3.50338206347 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| generation [X,1] ||| [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| generation [X,1] ||| generation [X,1] ||| EgivenFCoherent=0.52287874528 SampleCountF=2.47856649559 CountEF=1.95904139232 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| generation [X,1] ||| generation now [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=2.8552104224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| generation [X,1] ||| generation discovering [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.441732362477 MaxLexEgivenF=3.7583004094 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| generation [X,1] ||| generations [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46712634599 MaxLexEgivenF=1.70404151402 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| generation [X,1] ||| 1969 ) [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.10720996965 MaxLexEgivenF=5.26640143745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| generation [X,1] ||| sunshine , [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.13893394026 MaxLexEgivenF=4.11400567748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] gibt ||| [X,1] there ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=0.63071645941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] there &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=3.12456983815 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gibt ||| [X,1] you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=3.39232331546 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gibt ||| [X,1] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15741111747 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55956222487 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99119158735 MaxLexEgivenF=2.41265335152 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] includes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58722541457 MaxLexEgivenF=3.25438475079 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] offers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.28417712693 MaxLexEgivenF=2.33544809938 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] gibt ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.641111460671 MaxLexEgivenF=2.8541035263 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] gives ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=1.72672002138 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gibt ||| [X,1] gives you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=3.46259083229 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gibt ||| [X,1] provides ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80454435974 MaxLexEgivenF=2.28476737978 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8690599289 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] gibt [X,2] ||| [X,1] [X,2] prints ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60797358385 MaxLexEgivenF=3.33122478102 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] gibt [X,2] ||| [X,1] there [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=0.63071645941 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| [X,1] there &apos;s [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=3.12456983815 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gibt [X,2] ||| [X,1] you can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=3.39232331546 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gibt [X,2] ||| [X,1] has [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15741111747 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| [X,1] includes [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58722541457 MaxLexEgivenF=3.25438475079 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| [X,1] offers [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.28417712693 MaxLexEgivenF=2.33544809938 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| [X,1] gibt [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.641111460671 MaxLexEgivenF=2.8541035263 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| [X,1] gives [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=1.72672002138 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| [X,1] gives you [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=3.46259083229 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2
+[X] ||| [X,1] gibt [X,2] ||| [X,1] provides [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80454435974 MaxLexEgivenF=2.28476737978 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] gibt [X,2] ||| are [X,1] [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55956222487 MaxLexEgivenF=1.60213968101 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-3
+[X] ||| gibt ||| there ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=0.63071645941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| there &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=3.12456983815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt ||| there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt ||| is ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.8690599289 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=3.39232331546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt ||| has ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.15741111747 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| are ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.55956222487 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56222550935 MaxLexEgivenF=2.62118935053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.99119158735 MaxLexEgivenF=2.41265335152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| includes ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58722541457 MaxLexEgivenF=3.25438475079 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=1.65645250455 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| can find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=3.93745973546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt ||| world ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56147319612 MaxLexEgivenF=3.59213755348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| offers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.28417712693 MaxLexEgivenF=2.33544809938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| program ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.6759844452 MaxLexEgivenF=4.22052648353 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| give ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.87225028606 MaxLexEgivenF=2.42813479403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| get ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.54935102709 MaxLexEgivenF=2.69548167649 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| gibt ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.641111460671 MaxLexEgivenF=2.8541035263 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| gets ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03401183206 MaxLexEgivenF=3.20980261814 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| gives ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=1.72672002138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt ||| gives you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=3.46259083229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt ||| prints ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60797358385 MaxLexEgivenF=3.33122478102 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt ||| provides ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80454435974 MaxLexEgivenF=2.28476737978 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.8690599289 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gibt [X,1] ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55956222487 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gibt [X,1] ||| [X,1] can find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=3.93745973546 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2
+[X] ||| gibt [X,1] ||| [X,1] prints ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60797358385 MaxLexEgivenF=3.33122478102 IsSingletonF=0 IsSingletonFE=1 ||| 0-1
+[X] ||| gibt [X,1] ||| there [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=0.63071645941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt [X,1] ||| there &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.876861155848 MaxLexEgivenF=3.12456983815 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt [X,1] ||| is [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.8690599289 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt [X,1] ||| you can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.1837532787 MaxLexEgivenF=3.39232331546 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt [X,1] ||| has [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.15741111747 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55956222487 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| includes [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.58722541457 MaxLexEgivenF=3.25438475079 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| world [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.56147319612 MaxLexEgivenF=3.59213755348 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| offers [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.28417712693 MaxLexEgivenF=2.33544809938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| give [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.87225028606 MaxLexEgivenF=2.42813479403 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt [X,1] ||| gibt [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.641111460671 MaxLexEgivenF=2.8541035263 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt [X,1] ||| gets [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.03401183206 MaxLexEgivenF=3.20980261814 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| gibt [X,1] ||| gives [X,1] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=1.72672002138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| gibt [X,1] ||| gives you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850389253721 MaxLexEgivenF=3.46259083229 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| gibt [X,1] ||| provides [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.80454435974 MaxLexEgivenF=2.28476737978 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] es ||| [X,1] of it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=1.24354248023 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] es ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33726260407 MaxLexEgivenF=1.14482449949 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.589807603307 MaxLexEgivenF=2.25244613199 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] it ||| EgivenFCoherent=1.1153934187 SampleCountF=2.47856649559 CountEF=1.38021124171 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] there ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=1.00085010473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91885739727 MaxLexEgivenF=1.43991915837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.79799600684 MaxLexEgivenF=1.50377647025 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09330692761 MaxLexEgivenF=1.88775418826 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78149184708 MaxLexEgivenF=1.68524631943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] we ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69597509914 MaxLexEgivenF=1.70667795255 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2303510718 MaxLexEgivenF=3.72148436418 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| [X,1] try ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.5901387241 MaxLexEgivenF=2.91501572652 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es ||| it [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] es ||| there [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=1.00085010473 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| [X,1] es ||| them [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10098023692 MaxLexEgivenF=2.75509296516 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] es [X,2] ||| [X,2] [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] es [X,2] ||| [X,1] of it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=1.24354248023 IsSingletonF=0 IsSingletonFE=1 ||| 1-2
+[X] ||| [X,1] es [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33726260407 MaxLexEgivenF=1.14482449949 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] es [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.589807603307 MaxLexEgivenF=2.25244613199 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] it [X,2] ||| EgivenFCoherent=1.17609125906 SampleCountF=2.47856649559 CountEF=1.32221929473 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] there [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=1.00085010473 IsSingletonF=0 IsSingletonFE=0 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] there are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=2.88860429299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91885739727 MaxLexEgivenF=1.43991915837 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09330692761 MaxLexEgivenF=1.88775418826 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] this [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78149184708 MaxLexEgivenF=1.68524631943 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| [X,1] we [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.69597509914 MaxLexEgivenF=1.70667795255 IsSingletonF=0 IsSingletonFE=1 ||| 1-1
+[X] ||| [X,1] es [X,2] ||| it [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=1 ||| 1-0
+[X] ||| [X,1] es [X,2] ||| it [X,1] [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=0 ||| 1-0
+[X] ||| es ||| the ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.33726260407 MaxLexEgivenF=1.14482449949 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| es ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.589807603307 MaxLexEgivenF=2.25244613199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| to ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.55803468416 MaxLexEgivenF=1.01230527106 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| it ||| EgivenFCoherent=0.596307662439 SampleCountF=2.47856649559 CountEF=1.88649072517 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| there ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=1.00085010473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56320344502 MaxLexEgivenF=2.72519630542 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| is ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.91885739727 MaxLexEgivenF=1.43991915837 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| made ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68776245858 MaxLexEgivenF=3.46930293605 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75585910239 MaxLexEgivenF=1.93088481401 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| a ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.63861252963 MaxLexEgivenF=1.21684778324 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| you ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.79799600684 MaxLexEgivenF=1.50377647025 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| he ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.05217718605 MaxLexEgivenF=2.49376171969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09330692761 MaxLexEgivenF=1.88775418826 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| this ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.78149184708 MaxLexEgivenF=1.68524631943 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| about ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68854141274 MaxLexEgivenF=3.18675634608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| we ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.69597509914 MaxLexEgivenF=1.70667795255 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es ||| other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.2303510718 MaxLexEgivenF=3.72148436418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| but ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95141327729 MaxLexEgivenF=2.35615572417 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| ’ ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.85111590379 MaxLexEgivenF=2.16956741074 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| them ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.10098023692 MaxLexEgivenF=2.75509296516 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es ||| try ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.5901387241 MaxLexEgivenF=2.91501572652 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.33726260407 MaxLexEgivenF=1.14482449949 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| es [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=0.589807603307 MaxLexEgivenF=2.25244613199 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es [X,1] ||| it [X,1] ||| EgivenFCoherent=0.728933227713 SampleCountF=2.47856649559 CountEF=1.75587485567 MaxLexFgivenE=0.685085199108 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es [X,1] ||| there [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=1.00085010473 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es [X,1] ||| there are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.675999053912 MaxLexEgivenF=2.88860429299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.91885739727 MaxLexEgivenF=1.43991915837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| you [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.79799600684 MaxLexEgivenF=1.50377647025 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es [X,1] ||| he [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.05217718605 MaxLexEgivenF=2.49376171969 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es [X,1] ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.09330692761 MaxLexEgivenF=1.88775418826 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| this [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.78149184708 MaxLexEgivenF=1.68524631943 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| about [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.68854141274 MaxLexEgivenF=3.18675634608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| es [X,1] ||| we [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.69597509914 MaxLexEgivenF=1.70667795255 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| es [X,1] ||| but [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95141327729 MaxLexEgivenF=2.35615572417 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| [X,1] wie viele ||| [X,1] so many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] wie viele ||| [X,1] on how many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.37314203745 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele ||| [X,1] for as many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=2.57009227659 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele ||| [X,1] as in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] as many ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] how many ||| EgivenFCoherent=0.786925174691 SampleCountF=2.47856649559 CountEF=1.69897000434 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] how much ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] like many ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele ||| [X,1] well as other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] so many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] on how many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.37314203745 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] for as many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=2.57009227659 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] as in [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] as many [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] how many [X,2] ||| EgivenFCoherent=0.833668578233 SampleCountF=2.47856649559 CountEF=1.65321251378 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] how much [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] like many [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] wie viele [X,2] ||| [X,1] well as other [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| wie viele ||| so many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wie viele ||| the number ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.25885397626 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1 1-1
+[X] ||| wie viele ||| wie viele ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905939254301 MaxLexEgivenF=5.20183975045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as in ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.39688640083 MaxLexEgivenF=1.88883887851 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.34728413887 MaxLexEgivenF=2.74342859749 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as many ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| as most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23118408987 MaxLexEgivenF=2.47463279532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as some ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28458472776 MaxLexEgivenF=2.64089055167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| as do many ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=3.14109294053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele ||| how many ||| EgivenFCoherent=0.416423414366 SampleCountF=2.47856649559 CountEF=2.06445798923 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| how much ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| how few ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.99258305808 MaxLexEgivenF=3.68300144465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| like a lot ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75785108543 MaxLexEgivenF=3.56442756404 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie viele ||| like many ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele ||| like most ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93036924785 MaxLexEgivenF=2.93962929402 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele ||| number ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=1.91419014018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele ||| amount of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99068649587 MaxLexEgivenF=3.73032387465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| wie viele ||| well as other ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele [X,1] ||| so many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.19133275909 MaxLexEgivenF=3.3695430597 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=6.05537118153 MaxLexEgivenF=1.34466383608 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| the number [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.25885397626 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 0-1 1-1
+[X] ||| wie viele [X,1] ||| the number of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=3.95568924147 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1
+[X] ||| wie viele [X,1] ||| wie viele [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.905939254301 MaxLexEgivenF=5.20183975045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as in [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.62019986934 MaxLexEgivenF=1.96497613303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.39688640083 MaxLexEgivenF=1.88883887851 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as many [X,1] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=0.922556212625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as most [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23118408987 MaxLexEgivenF=2.47463279532 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as some [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.28458472776 MaxLexEgivenF=2.64089055167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| as do many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53284797839 MaxLexEgivenF=3.14109294053 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| wie viele [X,1] ||| how many [X,1] ||| EgivenFCoherent=0.439694756779 SampleCountF=2.47856649559 CountEF=2.04139268516 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| how many are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0052159688 MaxLexEgivenF=3.29513529498 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| how much [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.13626820092 MaxLexEgivenF=2.78189002364 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| like a lot of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75785108543 MaxLexEgivenF=4.26126282925 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| wie viele [X,1] ||| like many [X,1] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.23203313637 MaxLexEgivenF=1.38755271132 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| like most of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.93036924785 MaxLexEgivenF=3.63646455923 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| wie viele [X,1] ||| number [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=1.91419014018 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| number of [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=4.2808248323 MaxLexEgivenF=2.61102540539 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| wie viele [X,1] ||| amount of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.99068649587 MaxLexEgivenF=3.73032387465 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| wie viele [X,1] ||| well as other [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.80530618282 MaxLexEgivenF=5.42840070059 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| [X,1] wie [X,2] der ||| [X,1] , [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.23359530294 MaxLexEgivenF=1.55386984743 IsSingletonF=0 IsSingletonFE=1 ||| 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] , such [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.88742319016 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as [X,2] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=2.92150763507 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] as is [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] how [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] like [X,2] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] der ||| [X,1] such as [X,2] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ||| [X,1] such as [X,2] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5
+[X] ||| wie [X,1] der ||| for how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=2.83398773304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der ||| as [X,1] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der ||| as [X,1] the ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as [X,1] who ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=2.92150763507 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| as is [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] der ||| how [X,1] of ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.08879202114 MaxLexEgivenF=1.5538222261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| like [X,1] of the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der ||| like [X,1] the ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| like [X,1] our ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| such [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.27679957615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der ||| such as [X,1] of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der ||| such as [X,1] of the ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 2-4
+[X] ||| wie [X,1] der [X,2] ||| for how [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=2.83398773304 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.04986769006 MaxLexEgivenF=0.544175042425 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] of [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.61642403072 MaxLexEgivenF=1.19948343765 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=1.48742127585 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der [X,2] ||| as [X,1] the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=0.832112880627 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| as is [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57511052224 MaxLexEgivenF=2.30244713013 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] der [X,2] ||| how [X,1] of [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.08879202114 MaxLexEgivenF=1.5538222261 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| how [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.04747851266 MaxLexEgivenF=1.18645166908 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=1.00917154112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] of the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.95241777454 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] the [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.27429568022 MaxLexEgivenF=1.29710937932 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| like [X,1] our [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.74905284804 MaxLexEgivenF=3.43689128206 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| such [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=1.27679957615 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72968924532 MaxLexEgivenF=1.53303678038 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29624558598 MaxLexEgivenF=2.1883451756 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] der [X,2] ||| such as [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.25493207751 MaxLexEgivenF=2.4762830138 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3 2-4
+[X] ||| [X,1] wie [X,2] ersten ||| [X,1] wie [X,2] ersten ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850066970985 MaxLexEgivenF=5.00041152864 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] ersten ||| [X,1] as [X,2] first ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=0.806654120965 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] ersten ||| [X,1] as that [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=3.12795126934 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| [X,1] wie [X,2] ersten ||| [X,1] like [X,2] first ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.29993856501 MaxLexEgivenF=1.27165061966 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] ersten ||| [X,1] such as [X,2] first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.2805749623 MaxLexEgivenF=1.79551585892 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] ersten ||| such [X,1] as [X,2] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.2805749623 MaxLexEgivenF=1.79551585892 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-2 3-4
+[X] ||| wie [X,1] ersten ||| wie [X,1] ersten ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850066970985 MaxLexEgivenF=5.00041152864 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| as [X,1] first ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=0.806654120965 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| as that [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=3.12795126934 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] ersten ||| how [X,1] early ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24801269608 MaxLexEgivenF=3.03785573353 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| how [X,1] first ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.07312139745 MaxLexEgivenF=1.16099290941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| how [X,1] initial ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44068468573 MaxLexEgivenF=2.79848263893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| how to [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.07312139745 MaxLexEgivenF=2.17329818047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] ersten ||| when [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.04349236622 MaxLexEgivenF=2.88866969288 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| like [X,1] first ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.29993856501 MaxLexEgivenF=1.27165061966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten ||| such as [X,1] first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.2805749623 MaxLexEgivenF=1.79551585892 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] ersten ||| same as [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=3.70876401039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] ersten [X,2] ||| wie [X,1] ersten [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.850066970985 MaxLexEgivenF=5.00041152864 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten [X,2] ||| as [X,1] first [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=0.806654120965 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten [X,2] ||| as that [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=3.12795126934 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] ersten [X,2] ||| what [X,1] first [X,2] like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29993856501 MaxLexEgivenF=3.13526090573 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 0-4
+[X] ||| wie [X,1] ersten [X,2] ||| how [X,1] early [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.24801269608 MaxLexEgivenF=3.03785573353 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten [X,2] ||| how [X,1] first [X,2] ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.07312139745 MaxLexEgivenF=1.16099290941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten [X,2] ||| how [X,1] initial [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.44068468573 MaxLexEgivenF=2.79848263893 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten [X,2] ||| how to [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.07312139745 MaxLexEgivenF=2.17329818047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] ersten [X,2] ||| like [X,1] first [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.29993856501 MaxLexEgivenF=1.27165061966 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] ersten [X,2] ||| such as [X,1] first [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.2805749623 MaxLexEgivenF=1.79551585892 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] ersten [X,2] ||| same as [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60075340704 MaxLexEgivenF=3.70876401039 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] generation ||| [X,1] as [X,2] generation ||| EgivenFCoherent=1.18326984368 SampleCountF=1.7923916895 CountEF=0.698970004336 MaxLexFgivenE=1.35742684026 MaxLexEgivenF=0.799093388347 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] generation ||| [X,1] how [X,2] generation ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=0.82979483068 MaxLexEgivenF=1.1534321768 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| wie [X,1] generation ||| as [X,1] generation ||| EgivenFCoherent=1.18326984368 SampleCountF=1.7923916895 CountEF=0.698970004336 MaxLexFgivenE=1.35742684026 MaxLexEgivenF=0.799093388347 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] generation ||| what [X,1] generation ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=1.83694867022 MaxLexEgivenF=2.11852863199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] generation ||| how [X,1] generation ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=0.82979483068 MaxLexEgivenF=1.1534321768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] generation [X,2] ||| as [X,1] generation [X,2] ||| EgivenFCoherent=1.48429983935 SampleCountF=1.7923916895 CountEF=0.47712125472 MaxLexFgivenE=1.35742684026 MaxLexEgivenF=0.799093388347 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] generation [X,2] ||| how [X,1] generation [X,2] ||| EgivenFCoherent=1.78532983501 SampleCountF=1.7923916895 CountEF=0.301029995664 MaxLexFgivenE=0.82979483068 MaxLexEgivenF=1.1534321768 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] wie [X,2] gibt ||| [X,1] and [X,2] find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.68670971689 MaxLexEgivenF=3.22720796678 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] gibt ||| [X,1] as [X,2] is available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78475440669 MaxLexEgivenF=3.34893072297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] gibt ||| [X,1] how [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25712239711 MaxLexEgivenF=1.71763977362 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] gibt ||| [X,1] like [X,2] can give ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48712992182 MaxLexEgivenF=5.0937588397 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] gibt ||| [X,1] like [X,2] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46526888948 MaxLexEgivenF=2.73589156249 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] gibt ||| [X,1] such as [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4723771889 MaxLexEgivenF=2.16375323979 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] gibt ||| and [X,1] find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.68670971689 MaxLexEgivenF=3.22720796678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt ||| wie [X,1] gibt ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.0346970838 MaxLexEgivenF=5.3823513222 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt ||| as [X,1] is available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.78475440669 MaxLexEgivenF=3.34893072297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] gibt ||| how [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25712239711 MaxLexEgivenF=1.71763977362 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt ||| how [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94762469308 MaxLexEgivenF=1.68152756914 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt ||| like [X,1] does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60607122311 MaxLexEgivenF=3.42182489264 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt ||| like [X,1] can give ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48712992182 MaxLexEgivenF=5.0937588397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] gibt ||| like [X,1] gives ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.46526888948 MaxLexEgivenF=2.73589156249 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt ||| such as [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4723771889 MaxLexEgivenF=2.16375323979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] gibt [X,2] ||| and [X,1] find [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.68670971689 MaxLexEgivenF=3.22720796678 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt [X,2] ||| wie [X,1] gibt [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.0346970838 MaxLexEgivenF=5.3823513222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt [X,2] ||| as [X,1] [X,2] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.76608373151 MaxLexEgivenF=2.2708950638 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] gibt [X,2] ||| how [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25712239711 MaxLexEgivenF=1.71763977362 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt [X,2] ||| like [X,1] does [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60607122311 MaxLexEgivenF=3.42182489264 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt [X,2] ||| like [X,1] can give [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.48712992182 MaxLexEgivenF=5.0937588397 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] gibt [X,2] ||| like [X,1] gives [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46526888948 MaxLexEgivenF=2.73589156249 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] gibt [X,2] ||| such as [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.4723771889 MaxLexEgivenF=2.16375323979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] as [X,2] it ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] as [X,2] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11967909827 MaxLexEgivenF=3.38025006263 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] as it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] wie [X,2] es ||| [X,1] how [X,2] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72532507227 MaxLexEgivenF=2.04333833036 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] how [X,2] it ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.07314766731 MaxLexEgivenF=1.44522104589 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] how [X,2] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18605847504 MaxLexEgivenF=2.40229030112 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] like [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29996483487 MaxLexEgivenF=1.55587875614 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] like [X,2] it really ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29996483487 MaxLexEgivenF=4.65060790184 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] es ||| [X,1] like [X,2] there has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29087868968 MaxLexEgivenF=4.30669385496 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] wie [X,2] es ||| [X,1] like [X,2] also ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75026393744 MaxLexEgivenF=3.43473804924 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] wie [X,2] es ||| [X,1] such as [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28060123216 MaxLexEgivenF=2.0797439954 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| wie [X,1] es ||| wie [X,1] es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.983393226435 MaxLexEgivenF=4.78069392789 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| as [X,1] it ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| as [X,1] have ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.17224492518 MaxLexEgivenF=2.90272798234 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| as [X,1] may ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11967909827 MaxLexEgivenF=3.38025006263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| as it [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] es ||| how [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72532507227 MaxLexEgivenF=2.04333833036 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| how [X,1] it ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.07314766731 MaxLexEgivenF=1.44522104589 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| how [X,1] you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18605847504 MaxLexEgivenF=2.40229030112 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| how [X,1] you like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.18605847504 MaxLexEgivenF=3.41146184224 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 0-3
+[X] ||| wie [X,1] es ||| how [X,1] this ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.16955431528 MaxLexEgivenF=2.5837601503 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| how [X,1] things ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.19931989126 MaxLexEgivenF=4.01334245203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| how do [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06406152211 MaxLexEgivenF=4.11790066351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] es ||| like [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29996483487 MaxLexEgivenF=1.55587875614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| like [X,1] it really ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29996483487 MaxLexEgivenF=4.65060790184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] es ||| like [X,1] there has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29087868968 MaxLexEgivenF=4.30669385496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] es ||| like [X,1] but ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.56629291305 MaxLexEgivenF=3.36532726529 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| like [X,1] also ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.75026393744 MaxLexEgivenF=3.43473804924 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es ||| such as [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28060123216 MaxLexEgivenF=2.0797439954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] es [X,2] ||| [X,1] did [X,2] like ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46260109247 MaxLexEgivenF=3.9928206399 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-3
+[X] ||| wie [X,1] es [X,2] ||| as [X,1] [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] es [X,2] ||| as [X,1] it [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] es [X,2] ||| as [X,1] have [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.17224492518 MaxLexEgivenF=2.90272798234 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] es [X,2] ||| as [X,1] may [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11967909827 MaxLexEgivenF=3.38025006263 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es [X,2] ||| as it [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.60077967689 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| wie [X,1] es [X,2] ||| how [X,1] [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.07314766731 MaxLexEgivenF=1.44522104589 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| wie [X,1] es [X,2] ||| how [X,1] it [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.07314766731 MaxLexEgivenF=1.44522104589 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| wie [X,1] es [X,2] ||| how [X,1] things [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.19931989126 MaxLexEgivenF=4.01334245203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es [X,2] ||| how do [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.06406152211 MaxLexEgivenF=4.11790066351 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| wie [X,1] es [X,2] ||| like [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29996483487 MaxLexEgivenF=1.55587875614 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| wie [X,1] es [X,2] ||| like [X,1] it really [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29996483487 MaxLexEgivenF=4.65060790184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] es [X,2] ||| like [X,1] there has [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29087868968 MaxLexEgivenF=4.30669385496 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| wie [X,1] es [X,2] ||| such as [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.28060123216 MaxLexEgivenF=2.0797439954 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] of ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=1.03368956542 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] of the ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=1.32162740363 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] the ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=0.666319008402 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] der ||| [X,1] many [X,2] main ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=3.78928812117 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| viele [X,1] der ||| many [X,1] of ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=1.03368956542 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der ||| many [X,1] of the ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=1.32162740363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der ||| many [X,1] of their ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=3.66491953388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der ||| many [X,1] the ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=0.666319008402 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der ||| many [X,1] main ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=3.78928812117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] der ||| most [X,1] the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97490565654 MaxLexEgivenF=2.2183955911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=0.3783811702 IsSingletonF=0 IsSingletonFE=0 ||| 0-0
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] of [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=1.03368956542 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] of the [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=1.32162740363 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] of their [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.31788305354 MaxLexEgivenF=3.66491953388 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] the [X,2] ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.27656954506 MaxLexEgivenF=0.666319008402 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| many [X,1] main [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.75132671287 MaxLexEgivenF=3.78928812117 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] der [X,2] ||| most [X,1] the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.97490565654 MaxLexEgivenF=2.2183955911 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] ersten ||| many [X,1] first ||| EgivenFCoherent=1.24054924828 SampleCountF=1.94448267215 CountEF=0.778151250384 MaxLexFgivenE=1.30221242985 MaxLexEgivenF=0.64086024874 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] ersten ||| many [X,1] very first ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=1.30221242985 MaxLexEgivenF=2.79846346837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] ersten [X,2] ||| many [X,1] first [X,2] ||| EgivenFCoherent=1.24054924828 SampleCountF=1.94448267215 CountEF=0.778151250384 MaxLexFgivenE=1.30221242985 MaxLexEgivenF=0.64086024874 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] ersten [X,2] ||| many [X,1] very first [X,2] ||| EgivenFCoherent=1.93951925262 SampleCountF=1.94448267215 CountEF=0.301029995664 MaxLexFgivenE=1.30221242985 MaxLexEgivenF=2.79846346837 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| [X,1] viele [X,2] generation ||| [X,1] many [X,2] generation ||| EgivenFCoherent=0.753327666659 SampleCountF=1.2552725051 CountEF=0.602059991328 MaxLexFgivenE=1.05888586308 MaxLexEgivenF=0.633299516123 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] generation ||| [X,1] many of [X,2] generation ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.05888586308 MaxLexEgivenF=1.33013478133 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4
+[X] ||| viele [X,1] generation ||| many [X,1] generation ||| EgivenFCoherent=0.531478917042 SampleCountF=1.2552725051 CountEF=0.778151250384 MaxLexFgivenE=1.05888586308 MaxLexEgivenF=0.633299516123 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] generation ||| many of [X,1] generation ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.05888586308 MaxLexEgivenF=1.33013478133 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] generation [X,2] ||| many [X,1] generation [X,2] ||| EgivenFCoherent=0.62838893005 SampleCountF=1.2552725051 CountEF=0.698970004336 MaxLexFgivenE=1.05888586308 MaxLexEgivenF=0.633299516123 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] generation [X,2] ||| many of [X,1] generation [X,2] ||| EgivenFCoherent=1.23044892138 SampleCountF=1.2552725051 CountEF=0.301029995664 MaxLexFgivenE=1.05888586308 MaxLexEgivenF=1.33013478133 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] there are many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49401465645 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 3-2 1-3
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] a lot of [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01983260552 MaxLexEgivenF=3.88280774754 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] are many [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] are many [X,2] kinds ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=4.7320027023 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2 3-4
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] many [X,2] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] many [X,2] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46754275432 MaxLexEgivenF=2.10510119158 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] many [X,2] exist ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72512498117 MaxLexEgivenF=2.76005856299 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] gibt ||| [X,1] loads of [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86771777641 MaxLexEgivenF=4.77322078184 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| viele [X,1] gibt ||| there are many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49401465645 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 0-2
+[X] ||| viele [X,1] gibt ||| a lot of [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01983260552 MaxLexEgivenF=3.88280774754 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| viele [X,1] gibt ||| are many [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| viele [X,1] gibt ||| are many [X,1] kinds ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=4.7320027023 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| viele [X,1] gibt ||| many [X,1] there &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49401465645 MaxLexEgivenF=3.50295100835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] gibt ||| many [X,1] are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] gibt ||| many [X,1] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46754275432 MaxLexEgivenF=2.10510119158 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] gibt ||| many [X,1] exist ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72512498117 MaxLexEgivenF=2.76005856299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] gibt ||| loads of [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86771777641 MaxLexEgivenF=4.77322078184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] gibt [X,2] ||| there are many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49401465645 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 2-1 0-2
+[X] ||| viele [X,1] gibt [X,2] ||| a lot of [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.01983260552 MaxLexEgivenF=3.88280774754 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| viele [X,1] gibt [X,2] ||| are many [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1
+[X] ||| viele [X,1] gibt [X,2] ||| are many [X,1] kinds [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=4.7320027023 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 2-3
+[X] ||| viele [X,1] gibt [X,2] ||| many [X,1] there &apos;s [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.49401465645 MaxLexEgivenF=3.50295100835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] gibt [X,2] ||| many [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.17671572548 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] gibt [X,2] ||| many [X,1] can [X,2] found ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.8009067793 MaxLexEgivenF=5.00616180089 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| viele [X,1] gibt [X,2] ||| many [X,1] gives [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.46754275432 MaxLexEgivenF=2.10510119158 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] gibt [X,2] ||| many [X,1] exist [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.72512498117 MaxLexEgivenF=2.76005856299 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] gibt [X,2] ||| loads of [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.86771777641 MaxLexEgivenF=4.77322078184 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| [X,1] viele [X,2] es ||| [X,1] of many [X,2] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.9638207284 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4 3-5
+[X] ||| [X,1] viele [X,2] es ||| [X,1] a lot of [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82805664878 MaxLexEgivenF=3.79879850315 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5
+[X] ||| [X,1] viele [X,2] es ||| [X,1] many [X,2] it ||| EgivenFCoherent=1.39794000867 SampleCountF=2.47856649559 CountEF=1.11394335231 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=0.925088385222 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] es ||| [X,1] many [X,2] there ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=1.37923127493 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] es ||| [X,1] many [X,2] they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13291967564 MaxLexEgivenF=2.31287260271 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] es ||| [X,1] many there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=1.37923127493 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-2
+[X] ||| [X,1] viele [X,2] es ||| [X,1] many more [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.7081819258 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] viele [X,2] es ||| [X,1] proportion [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58050774515 MaxLexEgivenF=5.07155751829 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] viele [X,2] es ||| many [X,2] [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=0.925088385222 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-3
+[X] ||| viele [X,1] es ||| a lot of [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82805664878 MaxLexEgivenF=3.79879850315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| viele [X,1] es ||| many [X,1] it ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=0.925088385222 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] es ||| many [X,1] it to be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=3.74248007739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| viele [X,1] es ||| many [X,1] there ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=1.37923127493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] es ||| many [X,1] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.26698546319 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] es ||| many [X,1] they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13291967564 MaxLexEgivenF=2.31287260271 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] es ||| many there [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=1.37923127493 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| viele [X,1] es ||| many more [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.7081819258 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] es ||| viele [X,1] es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10216123448 MaxLexEgivenF=4.92603808655 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] es ||| proportion [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58050774515 MaxLexEgivenF=5.07155751829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] es [X,2] ||| a lot of [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.82805664878 MaxLexEgivenF=3.79879850315 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=0.925088385222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] it [X,2] ||| EgivenFCoherent=1.33099321904 SampleCountF=2.47856649559 CountEF=1.17609125906 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=0.925088385222 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] it [X,2] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.36585764832 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4 2-5
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] it to be [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=3.74248007739 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] it is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.30223869971 MaxLexEgivenF=2.36500754359 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] there [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=1.37923127493 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] there are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.26698546319 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| viele [X,1] es [X,2] ||| many [X,1] they [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.13291967564 MaxLexEgivenF=2.31287260271 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] es [X,2] ||| many there [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=1.37923127493 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-1
+[X] ||| viele [X,1] es [X,2] ||| many more [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.29315255451 MaxLexEgivenF=3.7081819258 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| viele [X,1] es [X,2] ||| viele [X,1] es [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10216123448 MaxLexEgivenF=4.92603808655 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| viele [X,1] es [X,2] ||| proportion [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58050774515 MaxLexEgivenF=5.07155751829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] teilchen der ||| [X,1] part of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=5.23975544137 MaxLexEgivenF=3.0391237612 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] teilchen der ||| [X,1] particles of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=1.05685252816 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] teilchen der ||| [X,1] particles of a ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=2.2737003114 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] teilchen der [X,2] ||| [X,1] part of [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=5.23975544137 MaxLexEgivenF=3.0391237612 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] teilchen der [X,2] ||| [X,1] particles of [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=1.05685252816 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] teilchen der [X,2] ||| [X,1] particles of a [X,2] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=2.2737003114 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| teilchen der ||| part of ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=5.23975544137 MaxLexEgivenF=3.0391237612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| teilchen der ||| particles of ||| EgivenFCoherent=0.47712125472 SampleCountF=1.11394335231 CountEF=0.698970004336 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=1.05685252816 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| teilchen der ||| particles of a ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=2.2737003114 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| teilchen der [X,1] ||| part of [X,1] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=5.23975544137 MaxLexEgivenF=3.0391237612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| teilchen der [X,1] ||| particles of [X,1] ||| EgivenFCoherent=0.778151250384 SampleCountF=1.11394335231 CountEF=0.47712125472 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=1.05685252816 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| teilchen der [X,1] ||| particles of a [X,1] ||| EgivenFCoherent=1.07918124605 SampleCountF=1.11394335231 CountEF=0.301029995664 MaxLexFgivenE=1.66638193973 MaxLexEgivenF=2.2737003114 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| [X,1] teilchen [X,2] es ||| [X,1] particles [X,2] it ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.6507375859 MaxLexEgivenF=0.948251347963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] teilchen [X,2] es ||| [X,1] particle [X,2] it ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.91989162676 MaxLexEgivenF=1.38645453665 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| teilchen [X,1] es ||| particles [X,1] it ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.6507375859 MaxLexEgivenF=0.948251347963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| teilchen [X,1] es ||| particle [X,1] it ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.91989162676 MaxLexEgivenF=1.38645453665 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| teilchen [X,1] es [X,2] ||| particles [X,1] it [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.6507375859 MaxLexEgivenF=0.948251347963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| teilchen [X,1] es [X,2] ||| particle [X,1] it [X,2] ||| EgivenFCoherent=0.778151250384 SampleCountF=0.845098040014 CountEF=0.301029995664 MaxLexFgivenE=1.91989162676 MaxLexEgivenF=1.38645453665 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] der ersten ||| [X,1] der ersten ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] of the first ||| EgivenFCoherent=0.985759560885 SampleCountF=2.47856649559 CountEF=1.50514997832 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] of the best ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] of first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] in the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.97121800735 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] the first ||| EgivenFCoherent=0.50399340112 SampleCountF=2.47856649559 CountEF=1.97772360529 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] the initial ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] the very first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.70802013637 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3
+[X] ||| [X,1] der ersten ||| [X,1] the next ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.38174893802 MaxLexEgivenF=3.04494480551 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] the pioneers of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] der ersten ||| [X,1] the front ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] their first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] my first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] its first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten ||| [X,1] first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=0 ||| 2-1
+[X] ||| [X,1] der ersten ||| [X,1] miles ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.80395482748 MaxLexEgivenF=4.36979082403 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der ersten [X,2] ||| [X,2] [X,1] the first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,2] [X,1] first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] der ersten [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] of the first [X,2] ||| EgivenFCoherent=1.02996322338 SampleCountF=2.47856649559 CountEF=1.4623979979 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] of the best [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the first [X,2] ||| EgivenFCoherent=0.602059991328 SampleCountF=2.47856649559 CountEF=1.88081359228 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the initial [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the pioneers of [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] the front [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] their first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] my first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] its first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] first [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der ersten [X,2] ||| [X,1] miles [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.80395482748 MaxLexEgivenF=4.36979082403 IsSingletonF=0 IsSingletonFE=1 ||| 2-1
+[X] ||| [X,1] der ersten [X,2] ||| the first [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1
+[X] ||| [X,1] der ersten [X,2] ||| first [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=0.26247907854 IsSingletonF=0 IsSingletonFE=1 ||| 2-0
+[X] ||| der ersten ||| der ersten ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten ||| of the first ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| der ersten ||| of the best ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| der ersten ||| of first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38578848218 MaxLexEgivenF=0.917787473763 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| the first ||| EgivenFCoherent=0.408935392974 SampleCountF=2.47856649559 CountEF=2.07188200731 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten ||| the initial ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten ||| the very first ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.70802013637 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 1-2
+[X] ||| der ersten ||| the next ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.38174893802 MaxLexEgivenF=3.04494480551 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| the pioneers of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| der ersten ||| the front ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| their first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| my first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten ||| its first ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| der ersten [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=0.708734162251 MaxLexEgivenF=4.73342951652 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| of the first [X,1] ||| EgivenFCoherent=1 SampleCountF=2.47856649559 CountEF=1.49136169383 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=1.20572531197 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2
+[X] ||| der ersten [X,1] ||| of the best [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.84509416064 MaxLexEgivenF=3.91509704878 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2
+[X] ||| der ersten [X,1] ||| the first [X,1] ||| EgivenFCoherent=0.527731248075 SampleCountF=2.47856649559 CountEF=1.95424250944 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=0.550416916742 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| the initial [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.71203826199 MaxLexEgivenF=2.18790664625 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| the very first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34447497371 MaxLexEgivenF=2.70802013637 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2
+[X] ||| der ersten [X,1] ||| the pioneers of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.62789899301 MaxLexEgivenF=4.61406705312 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| der ersten [X,1] ||| the front [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.40944205063 MaxLexEgivenF=3.27751742052 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| their first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.893709047 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| my first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=4.01312821 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| der ersten [X,1] ||| its first [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81923214152 MaxLexEgivenF=2.50491097058 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] der [X,2] generation ||| [X,2] generation [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=0 ||| 3-1
+[X] ||| [X,1] der [X,2] generation ||| [X,2] generation of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=0.910226741146 IsSingletonF=0 IsSingletonFE=1 ||| 3-1 1-2
+[X] ||| [X,1] der [X,2] generation ||| [X,1] [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=0.254918345923 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] generation ||| [X,1] der [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693985176872 MaxLexEgivenF=2.5161841297 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] generation ||| [X,1] of [X,2] generation ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=0.910226741146 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] generation ||| [X,1] of the [X,2] generation ||| EgivenFCoherent=1.22184874962 SampleCountF=2.47856649559 CountEF=1.27875360095 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=1.19816457935 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] generation ||| [X,1] of an [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=3.37922565959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] generation ||| [X,1] of a [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=2.12707452438 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] generation ||| [X,1] of our [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=3.33794648209 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] generation ||| [X,1] the [X,2] generation ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=0.542856184125 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] generation ||| [X,1] the [X,2] generations ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12654239044 MaxLexEgivenF=1.99197935222 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] generation ||| [X,1] for the [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=2.19039224809 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] der [X,2] generation ||| [X,1] with the [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=2.26046179234 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-4
+[X] ||| [X,1] der [X,2] generation ||| [X,1] its [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=2.49735023796 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] generation ||| [X,1] our [X,2] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=2.68263808687 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] generation ||| of [X,2] generation [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=0.910226741146 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| [X,1] der [X,2] generation ||| the [X,2] generation [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=0.542856184125 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 3-2
+[X] ||| [X,1] der [X,2] generation ||| the [X,2] generation of [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=1.19816457935 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| der [X,1] generation ||| [X,1] generation of ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=0.910226741146 IsSingletonF=0 IsSingletonFE=1 ||| 2-1 0-2
+[X] ||| der [X,1] generation ||| der [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693985176872 MaxLexEgivenF=2.5161841297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| of [X,1] generation ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=0.910226741146 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| of the [X,1] generation ||| EgivenFCoherent=1.15490195999 SampleCountF=2.47856649559 CountEF=1.34242268082 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=1.19816457935 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation ||| of an [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=3.37922565959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation ||| of a [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=2.12707452438 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation ||| of our [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=3.33794648209 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation ||| the [X,1] generation ||| EgivenFCoherent=0.920818753952 SampleCountF=2.47856649559 CountEF=1.56820172407 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=0.542856184125 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| the [X,1] generations ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12654239044 MaxLexEgivenF=1.99197935222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| their [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=2.88614831438 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| a [X,1] generation ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=1.47176612916 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| its [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=2.49735023796 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| our [X,1] generation ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=2.68263808687 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation ||| future of the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.18270717364 MaxLexEgivenF=3.84456830557 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 0-1 0-2
+[X] ||| der [X,1] generation [X,2] ||| der [X,1] generation [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.693985176872 MaxLexEgivenF=2.5161841297 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation [X,2] ||| of [X,1] generation [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=0.910226741146 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation [X,2] ||| of the [X,1] generation [X,2] ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=1.19816457935 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation [X,2] ||| of the [X,1] generation and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=2.14436531522 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation [X,2] ||| of a [X,1] generation [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=2.12707452438 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation [X,2] ||| of our [X,1] generation [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.14246191541 MaxLexEgivenF=3.33794648209 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] generation [X,2] ||| the [X,1] generation [X,2] ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=0.542856184125 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] generation [X,2] ||| the [X,1] generation , [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=1.15347979813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation [X,2] ||| the [X,1] generation and [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.10114840693 MaxLexEgivenF=1.48905691999 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation [X,2] ||| the [X,1] generations [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.12654239044 MaxLexEgivenF=1.99197935222 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] generation [X,2] ||| its [X,1] generation [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.57590557475 MaxLexEgivenF=2.49735023796 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] der [X,2] gibt ||| [X,1] of [X,2] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55111880666 MaxLexEgivenF=2.3820284166 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] gibt ||| [X,1] the [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53627720031 MaxLexEgivenF=0.918654297612 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] gibt ||| [X,1] the [X,2] you will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92336043348 MaxLexEgivenF=3.79408602432 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] der [X,2] gibt ||| gives [X,1] of the [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.50980529818 MaxLexEgivenF=2.6699662548 IsSingletonF=0 IsSingletonFE=0 ||| 3-0 1-2 1-3
+[X] ||| der [X,1] gibt ||| of [X,1] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55111880666 MaxLexEgivenF=2.3820284166 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt ||| the [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53627720031 MaxLexEgivenF=0.918654297612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt ||| the [X,1] you will ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.92336043348 MaxLexEgivenF=3.79408602432 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| der [X,1] gibt ||| the [X,1] offers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94359317138 MaxLexEgivenF=2.62338593758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt ||| the [X,1] allows ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98441829662 MaxLexEgivenF=3.20743432607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt ||| the [X,1] give ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53166633051 MaxLexEgivenF=2.71607263223 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt ||| the [X,1] gives ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50980529818 MaxLexEgivenF=2.01465785958 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| of [X,1] gives [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55111880666 MaxLexEgivenF=2.3820284166 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| the [X,1] [X,2] prints ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.26738962831 MaxLexEgivenF=3.61916261922 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| der [X,1] gibt [X,2] ||| the [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.53627720031 MaxLexEgivenF=0.918654297612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| the [X,1] offers [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.94359317138 MaxLexEgivenF=2.62338593758 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| the [X,1] allows [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.98441829662 MaxLexEgivenF=3.20743432607 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| the [X,1] give [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.53166633051 MaxLexEgivenF=2.71607263223 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| the [X,1] gives [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.50980529818 MaxLexEgivenF=2.01465785958 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] gibt [X,2] ||| its [X,1] [X,2] has ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.29158432974 MaxLexEgivenF=4.00356588781 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| [X,1] der [X,2] es ||| [X,1] [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.81925841138 MaxLexEgivenF=0.546707215022 IsSingletonF=0 IsSingletonFE=1 ||| 3-2
+[X] ||| [X,1] der [X,2] es ||| [X,1] der [X,2] es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.842060417701 MaxLexEgivenF=4.51371191577 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] der [X,2] es ||| [X,1] of the [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34450124356 MaxLexEgivenF=1.48995344845 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4
+[X] ||| [X,1] der [X,2] es ||| [X,1] the [X,2] it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.34450124356 MaxLexEgivenF=0.834645053224 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| der [X,1] es ||| der [X,1] es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.842060417701 MaxLexEgivenF=4.51371191577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] es ||| of [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38581475204 MaxLexEgivenF=1.20201561024 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] es ||| of the [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34450124356 MaxLexEgivenF=1.48995344845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] es ||| the [X,1] it ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34450124356 MaxLexEgivenF=0.834645053224 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| der [X,1] es ||| the [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.33541509837 MaxLexEgivenF=1.28878794293 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] es [X,2] ||| der [X,1] es [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=0.842060417701 MaxLexEgivenF=4.51371191577 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] es [X,2] ||| of [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.38581475204 MaxLexEgivenF=1.20201561024 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| der [X,1] es [X,2] ||| of the [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.34450124356 MaxLexEgivenF=1.48995344845 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3
+[X] ||| der [X,1] es [X,2] ||| the [X,1] it [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.34450124356 MaxLexEgivenF=0.834645053224 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| [X,1] ersten generation ||| [X,1] ersten generation ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.898213710334 MaxLexEgivenF=2.72708207866 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ersten generation ||| [X,1] first generation ||| EgivenFCoherent=0.408663874064 SampleCountF=1.6232492904 CountEF=1.23044892138 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=0.517397424463 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ersten generation [X,2] ||| [X,2] [X,1] first generation ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=0.517397424463 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-3
+[X] ||| [X,1] ersten generation [X,2] ||| [X,1] ersten generation [X,2] ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.898213710334 MaxLexEgivenF=2.72708207866 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] ersten generation [X,2] ||| [X,1] first generation [X,2] ||| EgivenFCoherent=0.767685816705 SampleCountF=1.6232492904 CountEF=0.903089986992 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=0.517397424463 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2
+[X] ||| [X,1] ersten generation [X,2] ||| [X,1] first generation of [X,2] ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=1.21423268967 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| ersten generation ||| ersten generation ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.898213710334 MaxLexEgivenF=2.72708207866 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ersten generation ||| first generation ||| EgivenFCoherent=0.334030255767 SampleCountF=1.6232492904 CountEF=1.30102999566 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=0.517397424463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ersten generation ||| fourth ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=5.79235044708 MaxLexEgivenF=3.46670083704 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| ersten generation [X,1] ||| ersten generation [X,1] ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=0.898213710334 MaxLexEgivenF=2.72708207866 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| ersten generation [X,1] ||| first generation [X,1] ||| EgivenFCoherent=0.767685816705 SampleCountF=1.6232492904 CountEF=0.903089986992 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=0.517397424463 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| ersten generation [X,1] ||| first generation of [X,1] ||| EgivenFCoherent=1.61278385672 SampleCountF=1.6232492904 CountEF=0.301029995664 MaxLexFgivenE=1.12679129173 MaxLexEgivenF=1.21423268967 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| [X,1] ersten [X,2] gibt ||| [X,1] first [X,2] , ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=4.36348625168 MaxLexEgivenF=0.873102692547 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] gibt ||| [X,1] first [X,2] , gives ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=1.53544818297 MaxLexEgivenF=2.59982271392 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4
+[X] ||| [X,1] ersten [X,2] gibt ||| [X,1] first [X,2] will ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=2.94900331827 MaxLexEgivenF=2.03275645375 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] gibt ||| [X,1] first [X,2] gives ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=1.53544818297 MaxLexEgivenF=1.98919909992 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] gibt ||| is [X,1] first [X,2] ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=2.55411885815 MaxLexEgivenF=1.08160502129 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 1-2
+[X] ||| ersten [X,1] gibt ||| first [X,1] , ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=4.36348625168 MaxLexEgivenF=0.873102692547 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] gibt ||| first [X,1] , gives ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=1.53544818297 MaxLexEgivenF=2.59982271392 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| ersten [X,1] gibt ||| first [X,1] will ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=2.94900331827 MaxLexEgivenF=2.03275645375 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] gibt ||| first [X,1] gives ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=1.53544818297 MaxLexEgivenF=1.98919909992 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] gibt [X,2] ||| first [X,1] , gives [X,2] ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=1.53544818297 MaxLexEgivenF=2.59982271392 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3
+[X] ||| ersten [X,1] gibt [X,2] ||| first [X,1] gives [X,2] ||| EgivenFCoherent=2.12385164097 SampleCountF=2.12710479836 CountEF=0.301029995664 MaxLexFgivenE=1.53544818297 MaxLexEgivenF=1.98919909992 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] ersten [X,2] es ||| [X,1] first [X,2] it ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=1.37014412836 MaxLexEgivenF=0.809186293562 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] es ||| [X,1] first [X,2] there ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.36105798316 MaxLexEgivenF=1.26332918327 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] es ||| [X,1] first [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60391632652 MaxLexEgivenF=1.70239823691 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| [X,1] ersten [X,2] es ||| [X,1] initial [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73770741664 MaxLexEgivenF=2.44667602307 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3
+[X] ||| ersten [X,1] es ||| first [X,1] it ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.37014412836 MaxLexEgivenF=0.809186293562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ersten [X,1] es ||| first [X,1] there ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.36105798316 MaxLexEgivenF=1.26332918327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ersten [X,1] es ||| first [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60391632652 MaxLexEgivenF=1.70239823691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] es ||| initial [X,1] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73770741664 MaxLexEgivenF=2.44667602307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] es [X,2] ||| first [X,1] [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.37014412836 MaxLexEgivenF=0.809186293562 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3
+[X] ||| ersten [X,1] es [X,2] ||| first [X,1] it [X,2] ||| EgivenFCoherent=1.57403126773 SampleCountF=2.47856649559 CountEF=0.954242509439 MaxLexFgivenE=1.37014412836 MaxLexEgivenF=0.809186293562 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2
+[X] ||| ersten [X,1] es [X,2] ||| first [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.36105798316 MaxLexEgivenF=1.26332918327 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] es [X,2] ||| first [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.60391632652 MaxLexEgivenF=1.70239823691 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| ersten [X,1] es [X,2] ||| initial [X,1] it [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73770741664 MaxLexEgivenF=2.44667602307 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] generation [X,2] es ||| generation [X,1] it [X,2] ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=1.12681756159 MaxLexEgivenF=0.801625560945 IsSingletonF=1 IsSingletonFE=1 ||| 1-0 3-2
+[X] ||| generation [X,1] es ||| generation [X,1] it ||| EgivenFCoherent=1.81954393554 SampleCountF=1.8260748027 CountEF=0.301029995664 MaxLexFgivenE=1.12681756159 MaxLexEgivenF=0.801625560945 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2
+[X] ||| [X,1] gibt es ||| [X,1] , there is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.06046601616 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-2 1-3
+[X] ||| [X,1] gibt es ||| [X,1] , there are ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.02435381168 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-2 1-3
+[X] ||| [X,1] gibt es ||| [X,1] , we have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.93601643822 MaxLexEgivenF=4.08834965089 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 1-3
+[X] ||| [X,1] gibt es ||| [X,1] there is ||| EgivenFCoherent=1.30102999566 SampleCountF=2.47856649559 CountEF=1.20411998266 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es ||| [X,1] there &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.56160127342 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 2-2
+[X] ||| [X,1] gibt es ||| [X,1] there has not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=5.1170467606 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2 2-3
+[X] ||| [X,1] gibt es ||| [X,1] there are ||| EgivenFCoherent=1.19836765377 SampleCountF=2.47856649559 CountEF=1.30102999566 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es ||| [X,1] is ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=3.78791732617 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] gibt es ||| [X,1] is there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] gibt es ||| [X,1] you will find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=5.55506107636 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2 1-3
+[X] ||| [X,1] gibt es ||| [X,1] you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98174928554 MaxLexEgivenF=3.1602289748 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es ||| [X,1] you find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=3.78478370115 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es ||| [X,1] has ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.27936470101 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] gibt es ||| [X,1] are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65286915249 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] gibt es ||| [X,1] are described ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58486809014 MaxLexEgivenF=4.5233834466 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] gibt es ||| [X,1] do they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.00384034763 MaxLexEgivenF=4.40489538926 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] gibt es ||| [X,1] gibt es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23091906398 MaxLexEgivenF=5.10654965829 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] gibt es ||| there &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.56160127342 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-0 2-1
+[X] ||| [X,1] gibt es ||| there are [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0 1-1
+[X] ||| [X,1] gibt es ||| today [X,1] offers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.51815768905 MaxLexEgivenF=5.58983285017 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 2-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,2] [X,1] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 2-2 1-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] [X,2] are available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.47719153133 MaxLexEgivenF=2.76864347606 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 2-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] , there is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.06046601616 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-2 1-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] , there are [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.02435381168 IsSingletonF=0 IsSingletonFE=0 ||| 1-2 2-2 1-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] there is [X,2] ||| EgivenFCoherent=1.36317790241 SampleCountF=2.47856649559 CountEF=1.14612803568 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] there &apos;s [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.56160127342 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 2-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] there are [X,2] ||| EgivenFCoherent=1.24667233334 SampleCountF=2.47856649559 CountEF=1.2552725051 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78791732617 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] is [X,2] available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78668923536 MaxLexEgivenF=2.80475568054 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] is there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] you will find [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=5.55506107636 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2 1-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] you can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98174928554 MaxLexEgivenF=3.1602289748 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] you find [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=3.78478370115 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1 1-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] has [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.27936470101 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-1
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65286915249 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-1
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] are described [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58486809014 MaxLexEgivenF=4.5233834466 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] can [X,2] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09396767421 MaxLexEgivenF=3.46153892566 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-3
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] do they [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.00384034763 MaxLexEgivenF=4.40489538926 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] gibt es [X,2] ||| [X,1] gibt es [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23091906398 MaxLexEgivenF=5.10654965829 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2
+[X] ||| [X,1] gibt es [X,2] ||| there is [X,2] [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-0 1-1
+[X] ||| [X,1] gibt es [X,2] ||| there &apos;s [X,1] [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.56160127342 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-0 2-1
+[X] ||| [X,1] gibt es [X,2] ||| there are [X,2] [X,1] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0 1-1
+[X] ||| [X,1] gibt es [X,2] ||| there are [X,1] [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 1-0 2-0 1-1
+[X] ||| [X,1] gibt es [X,2] ||| today [X,1] offers [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.51815768905 MaxLexEgivenF=5.58983285017 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 1-2 2-2
+[X] ||| gibt es ||| , there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.24134007342 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| gibt es ||| , we have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.93601643822 MaxLexEgivenF=4.08834965089 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 0-2
+[X] ||| gibt es ||| that are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65286915249 MaxLexEgivenF=2.96307820338 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1
+[X] ||| gibt es ||| there ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=0.63071645941 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| gibt es ||| there is ||| EgivenFCoherent=1.04575749056 SampleCountF=2.47856649559 CountEF=1.44715803134 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 0-1
+[X] ||| gibt es ||| there &apos;s ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.56160127342 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 1-1
+[X] ||| gibt es ||| there has not ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=5.1170467606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1 1-2
+[X] ||| gibt es ||| there are ||| EgivenFCoherent=0.958607314842 SampleCountF=2.47856649559 CountEF=1.53147891704 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 0-1
+[X] ||| gibt es ||| is ||| EgivenFCoherent=1.77815125038 SampleCountF=2.47856649559 CountEF=0.778151250384 MaxLexFgivenE=3.78791732617 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| gibt es ||| is the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78791732617 MaxLexEgivenF=1.96395044223 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| is there ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| gibt es ||| you will have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.03803734591 MaxLexEgivenF=5.04510192979 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 0-2
+[X] ||| gibt es ||| you will find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=5.55506107636 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1 0-2
+[X] ||| gibt es ||| you can ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.98174928554 MaxLexEgivenF=3.1602289748 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 0-1
+[X] ||| gibt es ||| you find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=3.78478370115 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1
+[X] ||| gibt es ||| has ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.27936470101 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| gibt es ||| has the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.27936470101 MaxLexEgivenF=2.90595849525 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=3.65286915249 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| gibt es ||| are there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| gibt es ||| are available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.47719153133 MaxLexEgivenF=2.76864347606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| gibt es ||| are described ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58486809014 MaxLexEgivenF=4.5233834466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.49659178647 MaxLexEgivenF=1.77104808434 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es ||| will be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.17415878454 MaxLexEgivenF=3.57536379631 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86211659982 MaxLexEgivenF=2.41265335152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es ||| does the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86211659982 MaxLexEgivenF=3.55747785101 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| if you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.3990821016 MaxLexEgivenF=4.11151909705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| gibt es ||| can i ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09940446022 MaxLexEgivenF=3.82550166406 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| do they ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.00384034763 MaxLexEgivenF=4.40489538926 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| offers ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.65065891271 MaxLexEgivenF=2.33544809938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es ||| gibt es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23091906398 MaxLexEgivenF=5.10654965829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es ||| exist ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20048601008 MaxLexEgivenF=2.38167739279 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es ||| &apos;ll find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.00967033494 MaxLexEgivenF=5.16909525452 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1
+[X] ||| gibt es [X,1] ||| [X,1] are available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.47719153133 MaxLexEgivenF=2.76864347606 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 0-2 1-2
+[X] ||| gibt es [X,1] ||| [X,1] exist ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.20048601008 MaxLexEgivenF=2.38167739279 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 1-1
+[X] ||| gibt es [X,1] ||| there [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=0.63071645941 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| there is [X,1] ||| EgivenFCoherent=1.1346985739 SampleCountF=2.47856649559 CountEF=1.36172783602 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 0-1
+[X] ||| gibt es [X,1] ||| there &apos;s [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=2.56160127342 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 1-1
+[X] ||| gibt es [X,1] ||| there has not [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=5.1170467606 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1 1-2
+[X] ||| gibt es [X,1] ||| there are [X,1] ||| EgivenFCoherent=1.06214790675 SampleCountF=2.47856649559 CountEF=1.43136376416 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0 0-1
+[X] ||| gibt es [X,1] ||| is [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78791732617 MaxLexEgivenF=0.819125942745 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| is [X,1] available ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.78668923536 MaxLexEgivenF=2.80475568054 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-2
+[X] ||| gibt es [X,1] ||| is there [X,1] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.44984240216 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-1
+[X] ||| gibt es [X,1] ||| you will find [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=5.55506107636 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1 0-2
+[X] ||| gibt es [X,1] ||| you can [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.98174928554 MaxLexEgivenF=3.1602289748 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1
+[X] ||| gibt es [X,1] ||| you find [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.99303633164 MaxLexEgivenF=3.78478370115 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1
+[X] ||| gibt es [X,1] ||| has [X,1] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.27936470101 MaxLexEgivenF=1.76113399577 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| are [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65286915249 MaxLexEgivenF=0.783013738262 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| are there [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.55286020976 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| gibt es [X,1] ||| are described [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.58486809014 MaxLexEgivenF=4.5233834466 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es [X,1] ||| have [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.49659178647 MaxLexEgivenF=1.77104808434 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| does [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86211659982 MaxLexEgivenF=2.41265335152 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| does the [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.86211659982 MaxLexEgivenF=3.55747785101 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es [X,1] ||| if you [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.3990821016 MaxLexEgivenF=4.11151909705 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-1
+[X] ||| gibt es [X,1] ||| can [X,1] be ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09396767421 MaxLexEgivenF=3.46153892566 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-2
+[X] ||| gibt es [X,1] ||| can i [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.09940446022 MaxLexEgivenF=3.82550166406 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es [X,1] ||| do they [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.00384034763 MaxLexEgivenF=4.40489538926 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es [X,1] ||| offers [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.65065891271 MaxLexEgivenF=2.33544809938 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0
+[X] ||| gibt es [X,1] ||| gibt es [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23091906398 MaxLexEgivenF=5.10654965829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1
+[X] ||| gibt es [X,1] ||| &apos;ll find [X,1] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.00967033494 MaxLexEgivenF=5.16909525452 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-0 0-1
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] as in [X,2] of the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.80609609519 MaxLexEgivenF=2.90822236646 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4 4-5
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] how many [X,2] of ||| EgivenFCoherent=1.56229286446 SampleCountF=2.34242268082 CountEF=0.845098040014 MaxLexFgivenE=1.70594552174 MaxLexEgivenF=1.9322033963 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] how many [X,2] the ||| EgivenFCoherent=1.86332286012 SampleCountF=2.34242268082 CountEF=0.602059991328 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] how many people [X,2] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=3.96257834418 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| [X,1] wie viele [X,2] der ||| [X,1] like many others [X,2] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.89144918082 MaxLexEgivenF=4.64403835203 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 2-3 4-5
+[X] ||| wie viele [X,1] der ||| the number [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.94024087676 MaxLexEgivenF=2.49006581659 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1 3-3
+[X] ||| wie viele [X,1] der ||| as in [X,1] of the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.80609609519 MaxLexEgivenF=2.90822236646 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der ||| as many [X,1] of ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.23357753132 MaxLexEgivenF=1.57786460785 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| as many [X,1] of the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.86580244605 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der ||| as many [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.21049405083 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many [X,1] of ||| EgivenFCoherent=1.49534607483 SampleCountF=2.34242268082 CountEF=0.903089986992 MaxLexFgivenE=1.70594552174 MaxLexEgivenF=1.9322033963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many [X,1] the ||| EgivenFCoherent=1.29905142968 SampleCountF=2.34242268082 CountEF=1.07918124605 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many [X,1] that ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.13938918108 MaxLexEgivenF=3.59819214945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| how many people [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=3.96257834418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der ||| like many [X,1] nearby ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.06860024248 MaxLexEgivenF=4.34875682644 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der ||| like many others [X,1] the ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.89144918082 MaxLexEgivenF=4.64403835203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der ||| like most of [X,1] that ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=3.63109880079 MaxLexEgivenF=5.91623483761 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| the [X,2] how many [X,1] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=1 ||| 3-0 0-2 1-3
+[X] ||| wie viele [X,1] der [X,2] ||| the number [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.94024087676 MaxLexEgivenF=2.49006581659 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 0-1 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| as in [X,1] of the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=4.80609609519 MaxLexEgivenF=2.90822236646 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| as many [X,1] of [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.23357753132 MaxLexEgivenF=1.57786460785 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| as many [X,1] of the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.86580244605 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| as many [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.19226402285 MaxLexEgivenF=1.21049405083 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] [X,2] ||| EgivenFCoherent=2.03941411918 SampleCountF=2.34242268082 CountEF=0.47712125472 MaxLexFgivenE=2.13938918108 MaxLexEgivenF=1.27689500107 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] of [X,2] ||| EgivenFCoherent=1.49534607483 SampleCountF=2.34242268082 CountEF=0.903089986992 MaxLexFgivenE=1.70594552174 MaxLexEgivenF=1.9322033963 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] the [X,2] ||| EgivenFCoherent=1.29905142968 SampleCountF=2.34242268082 CountEF=1.07918124605 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=1.56483283928 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many [X,1] that [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=2.13938918108 MaxLexEgivenF=3.59819214945 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] der [X,2] ||| how many people [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.66463201326 MaxLexEgivenF=3.96257834418 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| like many of [X,2] [X,1] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.9327626893 MaxLexEgivenF=2.04286110654 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-2
+[X] ||| wie viele [X,1] der [X,2] ||| like many others [X,1] the [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=1.89144918082 MaxLexEgivenF=4.64403835203 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] der [X,2] ||| like most of [X,1] that [X,2] ||| EgivenFCoherent=2.34044411484 SampleCountF=2.34242268082 CountEF=0.301029995664 MaxLexFgivenE=3.63109880079 MaxLexEgivenF=5.91623483761 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| [X,1] wie viele [X,2] generation ||| [X,1] how many of [X,2] generation ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.44694833128 MaxLexEgivenF=2.22864861221 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-5
+[X] ||| wie viele [X,1] generation ||| how many of [X,1] generation ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.44694833128 MaxLexEgivenF=2.22864861221 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| wie viele [X,1] generation [X,2] ||| how many of [X,1] generation [X,2] ||| EgivenFCoherent=-0 SampleCountF=0.301029995664 CountEF=0.301029995664 MaxLexFgivenE=1.44694833128 MaxLexEgivenF=2.22864861221 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| [X,1] wie viele [X,2] gibt ||| [X,1] how many [X,2] exist ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=2.11318744938 MaxLexEgivenF=3.65857239386 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| wie viele [X,1] gibt ||| how many [X,1] exist ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=2.11318744938 MaxLexEgivenF=3.65857239386 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] gibt [X,2] ||| how many [X,1] exist [X,2] ||| EgivenFCoherent=1.60205999133 SampleCountF=1.61278385672 CountEF=0.301029995664 MaxLexFgivenE=2.11318744938 MaxLexEgivenF=3.65857239386 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] wie viele [X,2] es ||| [X,1] as many [X,2] are ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=3.626154906 MaxLexEgivenF=2.81031040088 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] wie viele [X,2] es ||| [X,1] how many [X,2] it ||| EgivenFCoherent=1.61804809671 SampleCountF=1.92427928606 CountEF=0.47712125472 MaxLexFgivenE=1.69030116791 MaxLexEgivenF=1.8236022161 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| wie viele [X,1] es ||| so how many [X,1] it ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=1.69030116791 MaxLexEgivenF=4.29290515215 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| wie viele [X,1] es ||| as many [X,1] are ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=3.626154906 MaxLexEgivenF=2.81031040088 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] es ||| how many [X,1] it ||| EgivenFCoherent=1.44195683766 SampleCountF=1.92427928606 CountEF=0.602059991328 MaxLexFgivenE=1.69030116791 MaxLexEgivenF=1.8236022161 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] es ||| how many more [X,1] there ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=1.68121502272 MaxLexEgivenF=4.60669575667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| wie viele [X,1] es [X,2] ||| so how many [X,1] it [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=1.69030116791 MaxLexEgivenF=4.29290515215 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| wie viele [X,1] es [X,2] ||| how many [X,1] it [X,2] ||| EgivenFCoherent=1.61804809671 SampleCountF=1.92427928606 CountEF=0.47712125472 MaxLexFgivenE=1.69030116791 MaxLexEgivenF=1.8236022161 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| wie viele [X,1] es [X,2] ||| how many more [X,1] there [X,2] ||| EgivenFCoherent=1.91907809238 SampleCountF=1.92427928606 CountEF=0.301029995664 MaxLexFgivenE=1.68121502272 MaxLexEgivenF=4.60669575667 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 1-2 3-4
+[X] ||| [X,1] wie [X,2] der ersten ||| [X,1] as [X,2] the first ||| EgivenFCoherent=1.49136169383 SampleCountF=1.79934054945 CountEF=0.47712125472 MaxLexFgivenE=2.26016945149 MaxLexEgivenF=1.09459195917 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-4
+[X] ||| wie [X,1] der ersten ||| as [X,1] the first ||| EgivenFCoherent=1.01424043911 SampleCountF=1.79934054945 CountEF=0.845098040014 MaxLexFgivenE=2.26016945149 MaxLexEgivenF=1.09459195917 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] der ersten ||| when [X,1] its first ||| EgivenFCoherent=1.7923916895 SampleCountF=1.79934054945 CountEF=0.301029995664 MaxLexFgivenE=4.17766557849 MaxLexEgivenF=5.13110158493 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] der ersten ||| like [X,1] the first ||| EgivenFCoherent=1.7923916895 SampleCountF=1.79934054945 CountEF=0.301029995664 MaxLexFgivenE=1.95935460947 MaxLexEgivenF=1.55958845786 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] der ersten [X,2] ||| as [X,1] the first [X,2] ||| EgivenFCoherent=1.01424043911 SampleCountF=1.79934054945 CountEF=0.845098040014 MaxLexFgivenE=2.26016945149 MaxLexEgivenF=1.09459195917 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] der ersten [X,2] ||| like [X,1] the first [X,2] ||| EgivenFCoherent=1.7923916895 SampleCountF=1.79934054945 CountEF=0.301029995664 MaxLexFgivenE=1.95935460947 MaxLexEgivenF=1.55958845786 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] der [X,2] generation ||| as [X,1] of the [X,2] generation ||| EgivenFCoherent=1.30102999566 SampleCountF=1.32221929473 CountEF=0.301029995664 MaxLexFgivenE=2.01684288472 MaxLexEgivenF=1.74233962177 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-5
+[X] ||| wie [X,1] der [X,2] generation ||| as [X,1] the [X,2] generation ||| EgivenFCoherent=1.30102999566 SampleCountF=1.32221929473 CountEF=0.301029995664 MaxLexFgivenE=2.01684288472 MaxLexEgivenF=1.08703122655 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] gibt ||| as [X,1] the [X,2] gives ||| EgivenFCoherent=1.98227123304 SampleCountF=1.98677173427 CountEF=0.301029995664 MaxLexFgivenE=2.42549977596 MaxLexEgivenF=2.558832902 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] es ||| wie [X,1] der [X,2] es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.23564604083 MaxLexEgivenF=7.04195971167 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] es ||| as [X,1] [X,2] it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.73495288917 MaxLexEgivenF=1.09088225745 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 4-3
+[X] ||| wie [X,1] der [X,2] es ||| as [X,1] [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.72586674397 MaxLexEgivenF=1.54502514716 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 4-3
+[X] ||| wie [X,1] der [X,2] es ||| as [X,1] of [X,2] do ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.65803007598 MaxLexEgivenF=3.41802016555 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] es ||| as [X,1] of the [X,2] it ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.26019572135 MaxLexEgivenF=2.03412849087 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 4-5
+[X] ||| wie [X,1] der [X,2] es ||| as [X,1] the [X,2] it ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.26019572135 MaxLexEgivenF=1.37882009565 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] es ||| as [X,1] the [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25110957616 MaxLexEgivenF=1.83296298536 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] es ||| how [X,1] of the [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.73256371177 MaxLexEgivenF=2.38846727932 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| wie [X,1] der [X,2] es ||| like [X,1] of [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.00069438781 MaxLexEgivenF=2.21118715136 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4
+[X] ||| wie [X,1] der [X,2] es ||| like [X,1] the [X,2] it &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.95938087933 MaxLexEgivenF=3.77470140835 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| wie [X,1] der [X,2] es ||| such as [X,1] of the [X,2] it ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94001727661 MaxLexEgivenF=3.02299022882 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 4-6
+[X] ||| wie [X,1] der [X,2] es ||| such as [X,1] of it [X,2] did ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.98133078509 MaxLexEgivenF=5.7187014894 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 4-4 4-6
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] as [X,2] and there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=2.94021818045 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-4 3-5
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] as [X,2] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=1.99401744458 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] as [X,2] there are ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=1.9579052401 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] as [X,2] exist ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11618048787 MaxLexEgivenF=2.92585243521 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] how [X,2] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.34835623303 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] how [X,2] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.31224402855 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] how [X,2] are there ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.31224402855 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] like [X,2] there is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.16773984552 MaxLexEgivenF=2.45901394327 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] like [X,2] there are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16773984552 MaxLexEgivenF=2.42290173879 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] like [X,2] are you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.97243786747 MaxLexEgivenF=3.29596174963 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] such as [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14837624281 MaxLexEgivenF=2.16375323979 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-4
+[X] ||| [X,1] wie [X,2] gibt es ||| [X,1] such as [X,2] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14837624281 MaxLexEgivenF=2.98287918253 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 4-4 3-5
+[X] ||| wie [X,1] gibt es ||| wie [X,1] gibt es ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.62450468711 MaxLexEgivenF=7.63479745419 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] gibt es ||| as [X,1] , there is ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=2.60464105859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3 3-3 2-4
+[X] ||| wie [X,1] gibt es ||| as [X,1] , there are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=2.5685288541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3 3-3 2-4
+[X] ||| wie [X,1] gibt es ||| as [X,1] and there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=2.94021818045 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| wie [X,1] gibt es ||| as [X,1] there is ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=1.99401744458 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es ||| as [X,1] there are ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=1.9579052401 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es ||| as [X,1] exist ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11618048787 MaxLexEgivenF=2.92585243521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] gibt es ||| as well as [X,1] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=4.9104050666 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-4 3-4 2-5
+[X] ||| wie [X,1] gibt es ||| how [X,1] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.34835623303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es ||| how [X,1] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.31224402855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es ||| how [X,1] is the ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.17597979437 MaxLexEgivenF=2.8624642731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] gibt es ||| how [X,1] are ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.04093162069 MaxLexEgivenF=1.68152756914 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] gibt es ||| how [X,1] are there ||| EgivenFCoherent=1.43572856956 SampleCountF=2.47856649559 CountEF=1.07918124605 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.31224402855 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-3
+[X] ||| wie [X,1] gibt es ||| how [X,1] does ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.25017906803 MaxLexEgivenF=3.3111671824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] gibt es ||| like [X,1] there is ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.16773984552 MaxLexEgivenF=2.45901394327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es ||| like [X,1] there are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16773984552 MaxLexEgivenF=2.42290173879 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es ||| like [X,1] are you ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.97243786747 MaxLexEgivenF=3.29596174963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| wie [X,1] gibt es ||| such as [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14837624281 MaxLexEgivenF=2.16375323979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-3
+[X] ||| wie [X,1] gibt es ||| such as [X,1] there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14837624281 MaxLexEgivenF=2.98287918253 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-3 2-4
+[X] ||| wie [X,1] gibt es [X,2] ||| as [X,1] , there is [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=2.60464105859 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3 3-3 2-4
+[X] ||| wie [X,1] gibt es [X,2] ||| as [X,1] , there are [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=2.5685288541 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3 3-3 2-4
+[X] ||| wie [X,1] gibt es [X,2] ||| as [X,1] there is [X,2] ||| EgivenFCoherent=1.87506126339 SampleCountF=2.47856649559 CountEF=0.698970004336 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=1.99401744458 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es [X,2] ||| as [X,1] there are [X,2] ||| EgivenFCoherent=1.52287874528 SampleCountF=2.47856649559 CountEF=1 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=1.9579052401 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es [X,2] ||| as [X,1] exist [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.11618048787 MaxLexEgivenF=2.92585243521 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] gibt es [X,2] ||| as well as [X,1] there is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.46855468755 MaxLexEgivenF=4.9104050666 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 0-2 2-4 3-4 2-5
+[X] ||| wie [X,1] gibt es [X,2] ||| how [X,1] there is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.34835623303 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es [X,2] ||| how [X,1] there are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.31224402855 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es [X,2] ||| how [X,1] is the [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.17597979437 MaxLexEgivenF=2.8624642731 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| wie [X,1] gibt es [X,2] ||| how [X,1] are [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=4.04093162069 MaxLexEgivenF=1.68152756914 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] gibt es [X,2] ||| how [X,1] are there [X,2] ||| EgivenFCoherent=1.47712125472 SampleCountF=2.47856649559 CountEF=1.04139268516 MaxLexFgivenE=1.94092267796 MaxLexEgivenF=2.31224402855 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-3
+[X] ||| wie [X,1] gibt es [X,2] ||| how [X,1] does [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.25017906803 MaxLexEgivenF=3.3111671824 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| wie [X,1] gibt es [X,2] ||| like [X,1] there is [X,2] ||| EgivenFCoherent=2 SampleCountF=2.47856649559 CountEF=0.602059991328 MaxLexFgivenE=2.16773984552 MaxLexEgivenF=2.45901394327 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es [X,2] ||| like [X,1] there are [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.16773984552 MaxLexEgivenF=2.42290173879 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| wie [X,1] gibt es [X,2] ||| like [X,1] are you [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=3.97243786747 MaxLexEgivenF=3.29596174963 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| wie [X,1] gibt es [X,2] ||| such as [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14837624281 MaxLexEgivenF=2.16375323979 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-3
+[X] ||| wie [X,1] gibt es [X,2] ||| such as [X,1] there is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.14837624281 MaxLexEgivenF=2.98287918253 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 3-3 2-4
+[X] ||| viele [X,1] der ersten ||| many [X,1] the first ||| EgivenFCoherent=1.27875360095 SampleCountF=1.30102999566 CountEF=0.301029995664 MaxLexFgivenE=1.96162847431 MaxLexEgivenF=0.928798086943 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| viele [X,1] der ersten [X,2] ||| many [X,1] the first [X,2] ||| EgivenFCoherent=1.27875360095 SampleCountF=1.30102999566 CountEF=0.301029995664 MaxLexFgivenE=1.96162847431 MaxLexEgivenF=0.928798086943 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| viele [X,1] der [X,2] generation ||| many [X,1] the [X,2] generation ||| EgivenFCoherent=0.602059991328 SampleCountF=0.954242509439 CountEF=0.47712125472 MaxLexFgivenE=1.71830190754 MaxLexEgivenF=0.921237354325 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 4-4
+[X] ||| viele [X,1] der [X,2] generation ||| many [X,1] for the [X,2] generation ||| EgivenFCoherent=0.903089986992 SampleCountF=0.954242509439 CountEF=0.301029995664 MaxLexFgivenE=1.71830190754 MaxLexEgivenF=2.56877341829 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 4-5
+[X] ||| viele [X,1] der [X,2] es ||| many [X,1] of the [X,2] of it ||| EgivenFCoherent=1.89762709129 SampleCountF=1.90308998699 CountEF=0.301029995664 MaxLexFgivenE=1.96165474417 MaxLexEgivenF=2.52364301387 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 4-6
+[X] ||| viele [X,1] der [X,2] es ||| many [X,1] the [X,2] of it ||| EgivenFCoherent=1.89762709129 SampleCountF=1.90308998699 CountEF=0.301029995664 MaxLexFgivenE=1.96165474417 MaxLexEgivenF=1.86833461865 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-5
+[X] ||| viele [X,1] der [X,2] es ||| many [X,1] the [X,2] it &apos;s ||| EgivenFCoherent=1.89762709129 SampleCountF=1.90308998699 CountEF=0.301029995664 MaxLexFgivenE=1.96165474417 MaxLexEgivenF=3.14391103744 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 4-4 4-5
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] , there is ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.43884718636 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-4 3-5
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] there is ||| EgivenFCoherent=1.83569057149 SampleCountF=2.1398790864 CountEF=0.47712125472 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.82822357236 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] there are ||| EgivenFCoherent=1.53466057583 SampleCountF=2.1398790864 CountEF=0.698970004336 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] are ||| EgivenFCoherent=1.65959931244 SampleCountF=2.1398790864 CountEF=0.602059991328 MaxLexFgivenE=4.27002265309 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] are there ||| EgivenFCoherent=1.095327882 SampleCountF=2.1398790864 CountEF=1.07918124605 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 3-4 4-4
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] are also ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=4.27002265309 MaxLexEgivenF=3.45635148245 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many [X,2] can be found ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=4.71112117481 MaxLexEgivenF=6.81124822199 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-4 3-5
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many of [X,2] , there is ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=3.13568245157 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-5 4-5 3-6
+[X] ||| [X,1] viele [X,2] gibt es ||| [X,1] many of [X,2] there is ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.52505883757 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-4 3-5
+[X] ||| viele [X,1] gibt es ||| many [X,1] , there is ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.43884718636 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| viele [X,1] gibt es ||| many [X,1] there is ||| EgivenFCoherent=1.83569057149 SampleCountF=2.1398790864 CountEF=0.47712125472 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.82822357236 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| viele [X,1] gibt es ||| many [X,1] there are ||| EgivenFCoherent=1.43775056282 SampleCountF=2.1398790864 CountEF=0.778151250384 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| viele [X,1] gibt es ||| many [X,1] are ||| EgivenFCoherent=1.65959931244 SampleCountF=2.1398790864 CountEF=0.602059991328 MaxLexFgivenE=4.27002265309 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| viele [X,1] gibt es ||| many [X,1] are there ||| EgivenFCoherent=1.095327882 SampleCountF=2.1398790864 CountEF=1.07918124605 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-3
+[X] ||| viele [X,1] gibt es ||| many [X,1] are also ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=4.27002265309 MaxLexEgivenF=3.45635148245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| viele [X,1] gibt es ||| many [X,1] can be found ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=4.71112117481 MaxLexEgivenF=6.81124822199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 2-4
+[X] ||| viele [X,1] gibt es ||| many of [X,1] , there is ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=3.13568245157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 3-4 2-5
+[X] ||| viele [X,1] gibt es ||| many of [X,1] there is ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.52505883757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] , there is [X,2] ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.43884718636 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] there is [X,2] ||| EgivenFCoherent=1.83569057149 SampleCountF=2.1398790864 CountEF=0.47712125472 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.82822357236 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] there are [X,2] ||| EgivenFCoherent=1.53466057583 SampleCountF=2.1398790864 CountEF=0.698970004336 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] there are , [X,2] ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.40273498188 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] are [X,2] ||| EgivenFCoherent=1.65959931244 SampleCountF=2.1398790864 CountEF=0.602059991328 MaxLexFgivenE=4.27002265309 MaxLexEgivenF=1.16139490846 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] are there [X,2] ||| EgivenFCoherent=1.13672056716 SampleCountF=2.1398790864 CountEF=1.04139268516 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=1.79211136787 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 2-3 3-3
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] are also [X,2] ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=4.27002265309 MaxLexEgivenF=3.45635148245 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| viele [X,1] gibt es [X,2] ||| many [X,1] can be found [X,2] ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=4.71112117481 MaxLexEgivenF=6.81124822199 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3 2-4
+[X] ||| viele [X,1] gibt es [X,2] ||| many of [X,1] , there is [X,2] ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=3.13568245157 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-4 3-4 2-5
+[X] ||| viele [X,1] gibt es [X,2] ||| many of [X,1] there is [X,2] ||| EgivenFCoherent=2.13672056716 SampleCountF=2.1398790864 CountEF=0.301029995664 MaxLexFgivenE=2.17001371036 MaxLexEgivenF=2.52505883757 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| [X,1] teilchen [X,2] gibt es ||| [X,1] particles [X,2] there is ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.51851259655 MaxLexEgivenF=1.8513865351 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| teilchen [X,1] gibt es ||| particles [X,1] there is ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.51851259655 MaxLexEgivenF=1.8513865351 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| teilchen [X,1] gibt es [X,2] ||| particles [X,1] there is [X,2] ||| EgivenFCoherent=0.301029995664 SampleCountF=0.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.51851259655 MaxLexEgivenF=1.8513865351 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| [X,1] der ersten generation ||| [X,1] der ersten generation ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.15046652473 MaxLexEgivenF=4.98834786244 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der ersten generation ||| [X,1] of the first generation ||| EgivenFCoherent=0.819543935542 SampleCountF=1.53147891704 CountEF=0.778151250384 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3 3-4
+[X] ||| [X,1] der ersten generation ||| [X,1] the first generation ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=0.805335262665 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der ersten generation ||| [X,1] its first generation ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.260964504 MaxLexEgivenF=2.7598293165 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der ersten generation ||| of the first generation [X,1] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 2-2 3-3
+[X] ||| [X,1] der ersten generation ||| its first generation [X,1] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.260964504 MaxLexEgivenF=2.7598293165 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 2-1 3-2
+[X] ||| [X,1] der ersten generation ||| first generation [X,1] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.260964504 MaxLexEgivenF=0.517397424463 IsSingletonF=0 IsSingletonFE=1 ||| 2-0 3-1
+[X] ||| [X,1] der ersten generation [X,2] ||| [X,2] [X,1] of the first generation ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 1-3 2-4 3-5
+[X] ||| [X,1] der ersten generation [X,2] ||| [X,1] der ersten generation [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.15046652473 MaxLexEgivenF=4.98834786244 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der ersten generation [X,2] ||| [X,1] of the first generation [X,2] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.53147891704 CountEF=0.602059991328 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 1-2 2-3 3-4
+[X] ||| [X,1] der ersten generation [X,2] ||| [X,1] its first generation [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.260964504 MaxLexEgivenF=2.7598293165 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 3-3
+[X] ||| [X,1] der ersten generation [X,2] ||| of the first generation [X,1] [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=1 ||| 1-0 1-1 2-2 3-3
+[X] ||| der ersten generation ||| der ersten generation ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.15046652473 MaxLexEgivenF=4.98834786244 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der ersten generation ||| of the first generation ||| EgivenFCoherent=0.740362689494 SampleCountF=1.53147891704 CountEF=0.845098040014 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2 2-3
+[X] ||| der ersten generation ||| the first generation ||| EgivenFCoherent=1.21748394421 SampleCountF=1.53147891704 CountEF=0.47712125472 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=0.805335262665 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der ersten generation ||| its first generation ||| EgivenFCoherent=1.21748394421 SampleCountF=1.53147891704 CountEF=0.47712125472 MaxLexFgivenE=2.260964504 MaxLexEgivenF=2.7598293165 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 2-2
+[X] ||| der ersten generation [X,1] ||| der ersten generation [X,1] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=1.15046652473 MaxLexEgivenF=4.98834786244 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| der ersten generation [X,1] ||| of the first generation [X,1] ||| EgivenFCoherent=1.04139268516 SampleCountF=1.53147891704 CountEF=0.602059991328 MaxLexFgivenE=1.78620733618 MaxLexEgivenF=1.46064365789 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 0-1 1-2 2-3
+[X] ||| der ersten generation [X,1] ||| its first generation [X,1] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.260964504 MaxLexEgivenF=2.7598293165 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 2-2
+[X] ||| [X,1] der ersten [X,2] gibt ||| [X,1] the first [X,2] , ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=5.02290229614 MaxLexEgivenF=1.16104053075 IsSingletonF=1 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| der ersten [X,1] gibt ||| the first [X,1] , ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=5.02290229614 MaxLexEgivenF=1.16104053075 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] gibt ||| the first [X,1] , gives ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.19486422743 MaxLexEgivenF=2.88776055213 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| der ersten [X,1] gibt ||| the first [X,1] will ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=3.60841936273 MaxLexEgivenF=2.32069429195 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] gibt [X,2] ||| the first [X,1] , gives [X,2] ||| EgivenFCoherent=1.51851393988 SampleCountF=1.53147891704 CountEF=0.301029995664 MaxLexFgivenE=2.19486422743 MaxLexEgivenF=2.88776055213 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| [X,1] der ersten [X,2] es ||| [X,1] of the first [X,2] it ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=1.75243252699 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 2-3 4-5
+[X] ||| [X,1] der ersten [X,2] es ||| [X,1] the first [X,2] it ||| EgivenFCoherent=1.40823996531 SampleCountF=2.1105897103 CountEF=0.778151250384 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=1.09712413176 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] der ersten [X,2] es ||| [X,1] the first [X,2] there ||| EgivenFCoherent=1.80617997398 SampleCountF=2.1105897103 CountEF=0.47712125472 MaxLexFgivenE=2.02047402762 MaxLexEgivenF=1.55126702147 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 2-2 4-4
+[X] ||| [X,1] der ersten [X,2] es ||| [X,1] the first [X,2] we ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=3.04045007285 MaxLexEgivenF=2.25709486929 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| [X,1] der ersten [X,2] es ||| [X,1] the top [X,2] it ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=3.63475308363 MaxLexEgivenF=3.29062202487 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 2-2 4-4
+[X] ||| der ersten [X,1] es ||| of the first [X,1] it ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=1.75243252699 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| der ersten [X,1] es ||| the first [X,1] it ||| EgivenFCoherent=1.20411998266 SampleCountF=2.1105897103 CountEF=0.954242509439 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=1.09712413176 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es ||| the first [X,1] there ||| EgivenFCoherent=1.80617997398 SampleCountF=2.1105897103 CountEF=0.47712125472 MaxLexFgivenE=2.02047402762 MaxLexEgivenF=1.55126702147 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es ||| the first [X,1] there was ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=2.02047402762 MaxLexEgivenF=3.71159923405 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 3-4
+[X] ||| der ersten [X,1] es ||| the first [X,1] we ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=3.04045007285 MaxLexEgivenF=2.25709486929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es ||| the top [X,1] it ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=3.63475308363 MaxLexEgivenF=3.29062202487 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es [X,2] ||| of the first [X,1] it is [X,2] ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=3.19235168535 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 1-2 3-4
+[X] ||| der ersten [X,1] es [X,2] ||| the first [X,1] [X,2] it ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=1.09712413176 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-4
+[X] ||| der ersten [X,1] es [X,2] ||| the first [X,1] it [X,2] ||| EgivenFCoherent=1.50514997832 SampleCountF=2.1105897103 CountEF=0.698970004336 MaxLexFgivenE=2.02956017281 MaxLexEgivenF=1.09712413176 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es [X,2] ||| the first [X,1] there [X,2] ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=2.02047402762 MaxLexEgivenF=1.55126702147 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es [X,2] ||| the first [X,1] we [X,2] ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=3.04045007285 MaxLexEgivenF=2.25709486929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| der ersten [X,1] es [X,2] ||| the top [X,1] it [X,2] ||| EgivenFCoherent=2.10720996965 SampleCountF=2.1105897103 CountEF=0.301029995664 MaxLexFgivenE=3.63475308363 MaxLexEgivenF=3.29062202487 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] [X,2] there are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.68703342203 MaxLexEgivenF=1.41373019767 IsSingletonF=0 IsSingletonFE=0 ||| 3-2 4-2 3-3
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] [X,2] you have ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.17221055818 MaxLexEgivenF=3.27482455459 IsSingletonF=0 IsSingletonFE=1 ||| 3-2 4-2 3-3
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] of [X,2] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25358976269 MaxLexEgivenF=2.0690385929 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] of [X,2] is there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25358976269 MaxLexEgivenF=2.10515079738 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-4
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] of the [X,2] , there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=3.00371224959 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-5 4-5 3-6
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] of the [X,2] it there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.9397958506 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 4-4 3-5 4-5 3-6
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] of the [X,2] is there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.39308863558 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 1-2 3-4 3-5 4-5
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] , there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.34840385436 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-4 4-4 3-5
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] , there &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=3.46016272563 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 3-4 4-4 4-5
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] , there are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.31229164988 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-4 4-4 3-5
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=0.918654297612 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] there is ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.73778024036 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] there are ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.70166803587 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] there are very ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=4.37757975499 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4 4-5
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.44733337063 MaxLexEgivenF=1.10706378095 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.64116532999 MaxLexEgivenF=3.448166813 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] you can find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.64116532999 MaxLexEgivenF=5.72917404391 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4 4-5
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] you find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.6524523761 MaxLexEgivenF=4.07272153936 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] der [X,2] gibt es ||| [X,1] the [X,2] relies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34172547318 MaxLexEgivenF=4.63340305834 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| der [X,1] gibt es ||| of [X,1] there are ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25358976269 MaxLexEgivenF=2.0690385929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es ||| of [X,1] is there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25358976269 MaxLexEgivenF=2.10515079738 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| der [X,1] gibt es ||| of the [X,1] , there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=3.00371224959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 3-4 2-5
+[X] ||| der [X,1] gibt es ||| of the [X,1] it there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.9397958506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 3-3 2-4 3-4 2-5
+[X] ||| der [X,1] gibt es ||| of the [X,1] is there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.39308863558 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-4
+[X] ||| der [X,1] gibt es ||| the [X,1] , there is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.34840385436 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| der [X,1] gibt es ||| the [X,1] , there &apos;s ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=3.46016272563 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3 3-4
+[X] ||| der [X,1] gibt es ||| the [X,1] , there are ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.31229164988 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3 3-3 2-4
+[X] ||| der [X,1] gibt es ||| the [X,1] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=0.918654297612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| der [X,1] gibt es ||| the [X,1] there is ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.73778024036 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es ||| the [X,1] there are ||| EgivenFCoherent=1.63202321471 SampleCountF=2.47856649559 CountEF=0.903089986992 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.70166803587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es ||| the [X,1] there are very ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=4.37757975499 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3 3-4
+[X] ||| der [X,1] gibt es ||| the [X,1] is ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.44733337063 MaxLexEgivenF=1.10706378095 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| der [X,1] gibt es ||| the [X,1] you can ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.64116532999 MaxLexEgivenF=3.448166813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es ||| the [X,1] you can find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.64116532999 MaxLexEgivenF=5.72917404391 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3 3-4
+[X] ||| der [X,1] gibt es ||| the [X,1] you find ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.6524523761 MaxLexEgivenF=4.07272153936 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es ||| the [X,1] relies ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34172547318 MaxLexEgivenF=4.63340305834 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| der [X,1] gibt es ||| the [X,1] offer an ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.5380178314 MaxLexEgivenF=5.4655798792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| der [X,1] gibt es [X,2] ||| of [X,1] there are [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25358976269 MaxLexEgivenF=2.0690385929 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es [X,2] ||| of [X,1] is there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.25358976269 MaxLexEgivenF=2.10515079738 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3
+[X] ||| der [X,1] gibt es [X,2] ||| of the [X,1] , there is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=3.00371224959 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-4 3-4 2-5
+[X] ||| der [X,1] gibt es [X,2] ||| of the [X,1] it there is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.9397958506 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 3-3 2-4 3-4 2-5
+[X] ||| der [X,1] gibt es [X,2] ||| of the [X,1] is there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.39308863558 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 0-1 2-3 2-4 3-4
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] , there is [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.34840385436 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-3 3-3 2-4
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] , there &apos;s [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=3.46016272563 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-3 3-3 3-4
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] , there are [X,2] ||| EgivenFCoherent=2.17609125906 SampleCountF=2.47856649559 CountEF=0.47712125472 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=2.31229164988 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-3 3-3 2-4
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] there [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=0.918654297612 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] there is [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.73778024036 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] there are [X,2] ||| EgivenFCoherent=1.69897000434 SampleCountF=2.47856649559 CountEF=0.845098040014 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.70166803587 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] there are very [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=4.37757975499 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3 3-4
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] is [X,2] there ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=2.21227625422 MaxLexEgivenF=1.73778024036 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 2-4 3-4
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] you can [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.64116532999 MaxLexEgivenF=3.448166813 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] you find [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=4.6524523761 MaxLexEgivenF=4.07272153936 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] relies [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.34172547318 MaxLexEgivenF=4.63340305834 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| der [X,1] gibt es [X,2] ||| the [X,1] offer an [X,2] ||| EgivenFCoherent=2.47712125472 SampleCountF=2.47856649559 CountEF=0.301029995664 MaxLexFgivenE=5.5380178314 MaxLexEgivenF=5.4655798792 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-3
+[X] ||| [X,1] ersten [X,2] gibt es ||| [X,1] [X,2] 1st there is ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=3.06326125892 MaxLexEgivenF=3.64644695777 IsSingletonF=0 IsSingletonFE=1 ||| 1-2 3-3 4-3 3-4
+[X] ||| [X,1] ersten [X,2] gibt es ||| [X,1] first [X,2] there is ||| EgivenFCoherent=1.45737719652 SampleCountF=1.93951925262 CountEF=0.602059991328 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=1.7123214807 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] ersten [X,2] gibt es ||| [X,1] first [X,2] there is the ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=2.85714598018 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3 3-4 4-5
+[X] ||| [X,1] ersten [X,2] gibt es ||| [X,1] first [X,2] there are ||| EgivenFCoherent=1.63346845558 SampleCountF=1.93951925262 CountEF=0.47712125472 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=1.67620927621 IsSingletonF=0 IsSingletonFE=0 ||| 1-1 3-3 4-3 3-4
+[X] ||| [X,1] ersten [X,2] gibt es ||| [X,1] second [X,2] has ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=6.49983065224 MaxLexEgivenF=4.15320121451 IsSingletonF=0 IsSingletonFE=1 ||| 1-1 3-3 4-3
+[X] ||| [X,1] ersten [X,2] gibt es ||| this is [X,1] first [X,2] ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=4.33561070523 MaxLexEgivenF=2.76685134072 IsSingletonF=0 IsSingletonFE=1 ||| 4-0 3-1 1-3
+[X] ||| ersten [X,1] gibt es ||| [X,1] 1st there is ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=3.06326125892 MaxLexEgivenF=3.64644695777 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 3-2 2-3
+[X] ||| ersten [X,1] gibt es ||| first [X,1] there is ||| EgivenFCoherent=1.33243845992 SampleCountF=1.93951925262 CountEF=0.698970004336 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=1.7123214807 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| ersten [X,1] gibt es ||| first [X,1] there is the ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=2.85714598018 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3 3-4
+[X] ||| ersten [X,1] gibt es ||| first [X,1] there are ||| EgivenFCoherent=1.63346845558 SampleCountF=1.93951925262 CountEF=0.47712125472 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=1.67620927621 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| ersten [X,1] gibt es ||| second [X,1] has ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=6.49983065224 MaxLexEgivenF=4.15320121451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| ersten [X,1] gibt es [X,2] ||| [X,1] 1st there is [X,2] ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=3.06326125892 MaxLexEgivenF=3.64644695777 IsSingletonF=0 IsSingletonFE=1 ||| 0-1 2-2 3-2 2-3
+[X] ||| ersten [X,1] gibt es [X,2] ||| first [X,1] there is [X,2] ||| EgivenFCoherent=1.45737719652 SampleCountF=1.93951925262 CountEF=0.602059991328 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=1.7123214807 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| ersten [X,1] gibt es [X,2] ||| first [X,1] there is the [X,2] ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=2.85714598018 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2 2-3 3-4
+[X] ||| ersten [X,1] gibt es [X,2] ||| first [X,1] there are [X,2] ||| EgivenFCoherent=1.63346845558 SampleCountF=1.93951925262 CountEF=0.47712125472 MaxLexFgivenE=2.23791913901 MaxLexEgivenF=1.67620927621 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 2-2 3-2 2-3
+[X] ||| ersten [X,1] gibt es [X,2] ||| second [X,1] has [X,2] ||| EgivenFCoherent=1.93449845124 SampleCountF=1.93951925262 CountEF=0.301029995664 MaxLexFgivenE=6.49983065224 MaxLexEgivenF=4.15320121451 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 2-2 3-2
+[X] ||| [X,1] generation gibt es [X,2] ||| there are [X,2] [X,1] generation ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=1.99459257224 MaxLexEgivenF=1.6686485436 IsSingletonF=1 IsSingletonFE=1 ||| 2-0 3-0 2-1 1-4
+[X] ||| generation gibt es ||| ) out there ||| EgivenFCoherent=0.602059991328 SampleCountF=0.698970004336 CountEF=0.301029995664 MaxLexFgivenE=5.4469495986 MaxLexEgivenF=5.1091123386 IsSingletonF=1 IsSingletonFE=1 ||| 0-0 1-1 1-2 2-2
+[X] ||| wie viele [X,1] gibt es ||| how many [X,1] there are ||| EgivenFCoherent=1.4623979979 SampleCountF=1.47712125472 CountEF=0.301029995664 MaxLexFgivenE=2.55807617856 MaxLexEgivenF=2.69062519875 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 4-3 3-4
+[X] ||| wie viele [X,1] gibt es ||| how many [X,1] are ||| EgivenFCoherent=0.985276743179 SampleCountF=1.47712125472 CountEF=0.602059991328 MaxLexFgivenE=4.65808512129 MaxLexEgivenF=2.05990873934 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 4-3
+[X] ||| wie viele [X,1] gibt es ||| how many [X,1] are there ||| EgivenFCoherent=0.421005312741 SampleCountF=1.47712125472 CountEF=1.07918124605 MaxLexFgivenE=2.55807617856 MaxLexEgivenF=2.69062519875 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 3-4 4-4
+[X] ||| der ersten [X,1] gibt es ||| the first [X,1] there is ||| EgivenFCoherent=0.977723605289 SampleCountF=1.30102999566 CountEF=0.47712125472 MaxLexFgivenE=2.89733518347 MaxLexEgivenF=2.0002593189 IsSingletonF=0 IsSingletonFE=0 ||| 0-0 1-1 3-3 4-3 3-4
+[X] ||| der ersten [X,1] gibt es ||| the first [X,1] there is the ||| EgivenFCoherent=1.27875360095 SampleCountF=1.30102999566 CountEF=0.301029995664 MaxLexFgivenE=2.89733518347 MaxLexEgivenF=2.2881971571 IsSingletonF=0 IsSingletonFE=1 ||| 0-0 1-1 3-3 4-3 3-4 4-5
diff --git a/example_free917/run.sh b/example_free917/run.sh
new file mode 100644
index 0000000..cd2c6e5
--- /dev/null
+++ b/example_free917/run.sh
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# memcached has to be running!
+#memcached -p 31337
+
+#NOTE: when you change sempre models make sure you delete the file LexiconFn.cache located in your sempre installation folder!
+CDEC=/path/to/cdec
+SEMPRE=/path/to/sempre
+MODEL=1
+
+../rebol.rb \
+ -k 100 \
+ -i $(pwd)/data.in \
+ -r $(pwd)/data.en \
+ -g $(pwd)/data.gold \
+ -h $(pwd)/data.mrl \
+ -w $(pwd)/../data/weights.init \
+ -t $(pwd)/../data/stopwords.en \
+ -c $(pwd)/cdec.ini \
+ -b $(pwd)/cfg.rb \
+ -o output-weights \
+ -l \
+ -e 0.01 \
+ -j 1 \
+ -u free917 \
+ -z $MODEL \
+ -v rebol 2>output.stderr > output.stdout
+
+
+# translate test
+$CDEC/decoder/cdec \
+ -c cdec.ini \
+ -w output-weights 2>/dev/null \
+ < data.in >output-translation
+
+#get answers
+../scripts/free917/parse_utterance.rb $MODEL $SEMPRE <output-translation >output-answers
+
+# evaluate result
+../scripts/free917/eval.rb \
+ data.gold < output-answers > output-eval \ No newline at end of file
diff --git a/example_geoquery/cdec.ini b/example_geoquery/cdec.ini
new file mode 100644
index 0000000..b9b564d
--- /dev/null
+++ b/example_geoquery/cdec.ini
@@ -0,0 +1,9 @@
+formalism=scfg
+intersection_strategy=cube_pruning
+cubepruning_pop_limit=30
+scfg_max_span_limit=15
+feature_function=WordPenalty
+feature_function=RuleIdentityFeatures
+feature_function=RuleSourceBigramFeatures
+feature_function=RuleTargetBigramFeatures
+feature_function=RuleShape
diff --git a/example/cfg.rb b/example_geoquery/cfg.rb
index 94fef2e..94fef2e 100644
--- a/example/cfg.rb
+++ b/example_geoquery/cfg.rb
diff --git a/example/data.en b/example_geoquery/data.en
index 7d7740e..7d7740e 100644
--- a/example/data.en
+++ b/example_geoquery/data.en
diff --git a/example/data.funql b/example_geoquery/data.funql
index 6843394..6843394 100644
--- a/example/data.funql
+++ b/example_geoquery/data.funql
diff --git a/example/data.gold b/example_geoquery/data.gold
index aed50af..aed50af 100644
--- a/example/data.gold
+++ b/example_geoquery/data.gold
diff --git a/example/data.in b/example_geoquery/data.in
index e678525..e678525 100644
--- a/example/data.in
+++ b/example_geoquery/data.in
diff --git a/example/data.prolog b/example_geoquery/data.prolog
index 6843394..6843394 100644
--- a/example/data.prolog
+++ b/example_geoquery/data.prolog
diff --git a/example/grammar/grammar.15.gz b/example_geoquery/grammar/grammar.15.gz
index 416152f..416152f 100644
--- a/example/grammar/grammar.15.gz
+++ b/example_geoquery/grammar/grammar.15.gz
Binary files differ
diff --git a/example/grammar/grammar.16.gz b/example_geoquery/grammar/grammar.16.gz
index 19189e6..19189e6 100644
--- a/example/grammar/grammar.16.gz
+++ b/example_geoquery/grammar/grammar.16.gz
Binary files differ
diff --git a/example/grammar/grammar.25.gz b/example_geoquery/grammar/grammar.25.gz
index a441190..a441190 100644
--- a/example/grammar/grammar.25.gz
+++ b/example_geoquery/grammar/grammar.25.gz
Binary files differ
diff --git a/example/grammar/grammar.26.gz b/example_geoquery/grammar/grammar.26.gz
index 753e491..753e491 100644
--- a/example/grammar/grammar.26.gz
+++ b/example_geoquery/grammar/grammar.26.gz
Binary files differ
diff --git a/example/grammar/grammar.29.gz b/example_geoquery/grammar/grammar.29.gz
index 56c91cd..56c91cd 100644
--- a/example/grammar/grammar.29.gz
+++ b/example_geoquery/grammar/grammar.29.gz
Binary files differ
diff --git a/example/grammar/grammar.3.gz b/example_geoquery/grammar/grammar.3.gz
index 6e03a98..6e03a98 100644
--- a/example/grammar/grammar.3.gz
+++ b/example_geoquery/grammar/grammar.3.gz
Binary files differ
diff --git a/example/grammar/grammar.33.gz b/example_geoquery/grammar/grammar.33.gz
index 4f58842..4f58842 100644
--- a/example/grammar/grammar.33.gz
+++ b/example_geoquery/grammar/grammar.33.gz
Binary files differ
diff --git a/example/grammar/grammar.34.gz b/example_geoquery/grammar/grammar.34.gz
index a700a54..a700a54 100644
--- a/example/grammar/grammar.34.gz
+++ b/example_geoquery/grammar/grammar.34.gz
Binary files differ
diff --git a/example/grammar/grammar.37.gz b/example_geoquery/grammar/grammar.37.gz
index 32feb04..32feb04 100644
--- a/example/grammar/grammar.37.gz
+++ b/example_geoquery/grammar/grammar.37.gz
Binary files differ
diff --git a/example/grammar/grammar.6.gz b/example_geoquery/grammar/grammar.6.gz
index bb24c62..bb24c62 100644
--- a/example/grammar/grammar.6.gz
+++ b/example_geoquery/grammar/grammar.6.gz
Binary files differ
diff --git a/example/run.sh b/example_geoquery/run.sh
index fba3931..249c859 100755..100644
--- a/example/run.sh
+++ b/example_geoquery/run.sh
@@ -19,6 +19,7 @@ CDEC=/toolbox/cdec
-l \
-e 0.01 \
-j 1 \
+ -u geoquery \
-v rebol 2>output.stderr > output.stdout
# translate test
diff --git a/hopefear.rb b/hopefear.rb
index c2c4239..f0e3292 100644
--- a/hopefear.rb
+++ b/hopefear.rb
@@ -12,7 +12,7 @@ def hope_and_fear kbest, action
return max_idx
end
-def gethopefear_rebol kbest, feedback, gold, max, own_reference=nil
+def gethopefear_rebol kbest, feedback, gold, max, corpus, own_reference=nil
hope = fear = nil; new_reference = nil
type1 = type2 = false
if feedback == true
@@ -23,7 +23,7 @@ def gethopefear_rebol kbest, feedback, gold, max, own_reference=nil
# fear
kbest.sort_by { |k| -(k.scores[:decoder]-k.scores[:per_sentence_bleu]) }.each_with_index { |k,i|
break if i==max
- if !exec(k.s, gold, true)[0]
+ if !exec(k.s, gold, corpus, true)[0]
fear = k
break
end
@@ -35,7 +35,7 @@ def gethopefear_rebol kbest, feedback, gold, max, own_reference=nil
# hope
kbest.sort_by { |k| -(k.scores[:decoder]+k.scores[:per_sentence_bleu]) }.each_with_index { |k,i|
break if i==max
- if exec(k.s, gold, true)[0]
+ if exec(k.s, gold, corpus, true)[0]
hope = k
break
end
@@ -46,7 +46,7 @@ def gethopefear_rebol kbest, feedback, gold, max, own_reference=nil
return hope, fear, skip, type1, type2, new_reference
end
-def gethopefear_rebol_light kbest, feedback, gold
+def gethopefear_rebol_light kbest, feedback, gold, corpus
hope = fear = nil
type1 = type2 = false
if feedback == true
@@ -58,26 +58,30 @@ def gethopefear_rebol_light kbest, feedback, gold
end
fear = kbest[hope_and_fear kbest, 'fear']
# skip example if fear gives the right answer
- skip = exec(fear.s, gold, true)[0]
+ skip = exec(fear.s, gold, corpus, true)[0]
return hope, fear, skip, type1, type2
end
-def gethopefear_exec kbest, feedback, gold, max, own_reference=nil
+def gethopefear_exec kbest, feedback, gold, max, corpus, own_reference=nil
hope = fear = nil; hope_idx = 0; new_reference = nil
type1 = type2 = false
if feedback == true
+ STDERR.write "If\n"
hope = kbest[0]
new_reference = hope
type1 = true
elsif own_reference
+ STDERR.write "elsif\n"
+ STDERR.write "#{own_reference.class}\n"
hope = own_reference
type1 = true
else
+ STDERR.write "else\n"
# search for first (by decoder score) translation that gives the correct answer
kbest.each_with_index { |k,i|
next if i==0
break if i==max
- if exec(k.s, gold, true)[0]
+ if exec(k.s, gold, corpus, true)[0]
hope_idx = i
hope = k
break
@@ -89,7 +93,7 @@ def gethopefear_exec kbest, feedback, gold, max, own_reference=nil
kbest.each_with_index { |k,i|
next if i==0||i==hope_idx
break if i==max
- if !exec(k.s, gold, true)[0]
+ if !exec(k.s, gold, corpus, true)[0]
fear = k
break
end
diff --git a/rebol.rb b/rebol.rb
index 04ace1c..304f153 100755
--- a/rebol.rb
+++ b/rebol.rb
@@ -6,32 +6,75 @@ require 'tempfile'
require 'memcached'
require 'digest'
require_relative './hopefear'
+require 'pty'
+require 'expect'
+# memcached has to be running
+$cache = Memcached.new('localhost:11211')
-def exec natural_language_string, reference_output, no_output=false
+def exec natural_language_string, reference_output, corpus, no_output=false
mrl = output = feedback = nil
# this may cause collisions, but there are not so many German words that
# could have different Umlauts at the same position, e.g. Häuser => H?user
key_prefix = Digest::SHA1.hexdigest(natural_language_string.encode('ASCII', :invalid => :replace, :undef => :replace, :replace => '?').gsub(/ /,'_'))
- begin
- mrl = $cache.get key_prefix+'__MRL'
- output = $cache.get key_prefix+'__OUTPUT'
- feedback = $cache.get key_prefix+'__FEEDBACK'
- rescue Memcached::NotFound
- mrl_cmd = "#{SMT_SEMPARSE} \"#{natural_language_string.gsub('"', ' ')}\""
- # beware: EVAL_PL sometimes hangs and can't be killed!
- mrl = spawn_with_timeout(mrl_cmd, TIMEOUT, ACCEPT_ZOMBIES).strip
- output = spawn_with_timeout("echo \"execute_funql_query(#{mrl}, X).\" | swipl -s #{EVAL_PL} 2>&1 | grep \"X =\"", TIMEOUT).strip.split('X = ')[1]
- feedback = output==reference_output
+ if corpus == 'geoquery'
begin
- $cache.set key_prefix+'__MRL', mrl
- $cache.set key_prefix+'__OUTPUT', output
- $cache.set key_prefix+'__FEEDBACK', feedback
- rescue SystemExit, Interrupt
- $cache.delete key_prefix+'__MRL'
- $cache.delete key_prefix+'__OUTPUT'
- $cache.delete key_prefix+'__FEEDBACK"'
+ mrl = $cache.get key_prefix+'__MRL'
+ output = $cache.get key_prefix+'__OUTPUT'
+ feedback = $cache.get key_prefix+'__FEEDBACK'
+ rescue Memcached::NotFound
+ mrl_cmd = "#{SMT_SEMPARSE} \"#{natural_language_string}\""
+ # beware: EVAL_PL sometimes hangs and can't be killed!
+ mrl = spawn_with_timeout(mrl_cmd, TIMEOUT, ACCEPT_ZOMBIES).strip
+ output = spawn_with_timeout("echo \"execute_funql_query(#{mrl}, X).\" | swipl -s #{ EVAL_PL} 2>&1 | grep \"X =\"", TIMEOUT).strip.split('X = ')[1]
+ feedback = output==reference_output
+ begin
+ $cache.set key_prefix+'__MRL', mrl
+ $cache.set key_prefix+'__OUTPUT', output
+ $cache.set key_prefix+'__FEEDBACK', feedback
+ rescue SystemExit, Interrupt
+ $cache.delete key_prefix+'__MRL'
+ $cache.delete key_prefix+'__OUTPUT'
+ $cache.delete key_prefix+'__FEEDBACK"'
+ end
+ end
+ elsif corpus == 'free917'
+ begin
+ mrl = $cache.get key_prefix+'__MRL'
+ output = $cache.get key_prefix+'__OUTPUT'
+ feedback = $cache.get key_prefix+'__FEEDBACK'
+ rescue Memcached::NotFound
+ mrl = "not available"#the parser for freebase doesn't give a mrl, just the answer
+ output = ""
+ #STDERR.write "#{natural_language_string}\n"
+ @in.printf("#{natural_language_string}\n")
+ result = @out.expect(/^> /,TIMEOUT)
+ if result!=nil
+ result[0].delete!("\r\n")
+ result[0].delete!("\n")
+ result[0].delete!("\r")
+ matchData = result[0].match(/Top value { (.*) }>/)
+ if matchData!=nil
+ save = matchData[1].gsub(/^ */,"")
+ save = save.gsub(/ *$/,"")
+ save = save.gsub(/ +/," ")
+ output = save
+ #STDERR.write output
+ end
+ end
+ feedback = output==reference_output
+ begin
+ $cache.set key_prefix+'__MRL', mrl
+ $cache.set key_prefix+'__OUTPUT', output
+ $cache.set key_prefix+'__FEEDBACK', feedback
+ rescue SystemExit, Interrupt
+ $cache.delete key_prefix+'__MRL'
+ $cache.delete key_prefix+'__OUTPUT'
+ $cache.delete key_prefix+'__FEEDBACK"'
+ end
end
+
+
end
STDERR.write " nrl: #{natural_language_string}\n" if !no_output
STDERR.write " mrl: #{mrl}\n" if !no_output
@@ -84,6 +127,7 @@ def main
opt :init_weights, "initial weights", :type => :string, :required => true, :short => '-w'
opt :global_vars, "semantic parser, cdec bin, eval.pl", :type => :string, :required => true, :short => '-b'
opt :cdec_ini, "cdec config file", :type => :string, :required => true, :short => '-c'
+ opt :model, "parser model", :type => :int, :default => 0, :short => '-z'
# just used for 1best/hope variant detection
opt :stopwords_file, "stopwords file", :type => :string, :default => 'd/stopwords.en', :short => '-t'
# [output]
@@ -103,14 +147,14 @@ def main
opt :hope_fear_max, "# entries to consider when searching good hope/fear", :type => :int, :default => 10**10, :short => '-q'
# see hopefear.rb:
opt :variant, "rampion, rebol, rebol_light, exec", :type => :string, :default => 'rampion', :short => '-v'
+ opt :corpus, "corpus: either geoquery or free917", :type => :string, :required => true, :short => '-u'
end
require_relative cfg[:global_vars]
STDERR.write "CONFIGURATION\n"
cfg.each_pair { |k,v| STDERR.write " #{k}=#{v}\n" }
- STDERR.write "SMT_SEMPARSE=#{SMT_SEMPARSE}\n"
- STDERR.write "EVAL_PL=#{EVAL_PL}\n"
- STDERR.write "CDEC_BIN=#{CDEC_BIN}\n\n"
+ STDERR.write "CDEC_BIN=#{CDEC_BIN}\n"
+
# read data
input = ReadFile.readlines_strip cfg[:input]
@@ -118,6 +162,31 @@ def main
gold = ReadFile.readlines_strip cfg[:gold]
gold_mrl = ReadFile.readlines_strip cfg[:gold_mrl]
stopwords = ReadFile.readlines_strip cfg[:stopwords_file]
+ corpus = ""
+ case cfg[:corpus]
+ when 'geoquery'
+ corpus = 'geoquery'
+ STDERR.write "SMT_SEMPARSE=#{SMT_SEMPARSE}\n"
+ STDERR.write "EVAL_PL=#{EVAL_PL}\n"
+ when 'free917'
+ corpus = 'free917'
+ STDERR.write "SEMPRE=#{SEMPRE}\n"
+ if cfg[:model] == 0
+ STDERR.write "For Free917 please specify a model number.\n"
+ exit 1
+ end
+ original_dir = Dir.pwd
+ Dir.chdir "#{SEMPRE}"
+ @out, @in, @pid = PTY.spawn("./sempre @mode=interact @domain=free917 @sparqlserver=localhost:3093 @cacheserver=local @load=#{cfg[:model]} @executeTopOnly=0")
+ @out.expect(/> /,timeout=300)[0]
+ @in.printf("at what institutions was marshall hall a professor\n")#to initialize model
+ result = @out.expect(/> /,timeout=300)
+ Dir.chdir original_dir
+ else
+ STDERR.write "NO SUCH CORPUS, exiting.\n"
+ exit 1
+ end
+ STDERR.write "Corpus: #{corpus}\n"
own_references = nil
own_references = references.map{ |i| nil }
@@ -172,6 +241,7 @@ def main
if kbest.size == 0
without_translation += 1
STDERR.write "NO MT OUTPUT, skipping example\n"
+ #STDERR.write "#{CDEC_BIN} #{i} #{cfg[:cdec_ini]} #{tmp_file_path} #{cfg[:k]}"
next
end
@@ -202,7 +272,7 @@ def main
puts "#{kbest[0].s}" if iter+1==cfg[:iterate]
# execute 1best
- feedback, mrl, output = exec kbest[0].s, gold[j]
+ feedback, mrl, output = exec kbest[0].s, gold[j], corpus
STDERR.write " SCORES: #{kbest[0].scores.to_s}\n"
top1_stats.update feedback, mrl, output
@@ -213,11 +283,11 @@ def main
when 'rampion'
hope, fear, skip, type1, type2 = gethopefear_rampion kbest, references[j]
when 'rebol'
- hope, fear, skip, type1, type2, new_reference = gethopefear_rebol kbest, feedback, gold[j], cfg[:hope_fear_max], own_references[j]
+ hope, fear, skip, type1, type2, new_reference = gethopefear_rebol kbest, feedback, gold[j], cfg[:hope_fear_max], corpus, own_references[j]
when 'rebol_light'
- hope, fear, skip, type1, type2 = gethopefear_rebol_light kbest, feedback, gold[j]
+ hope, fear, skip, type1, type2 = gethopefear_rebol_light kbest, feedback, gold[j], corpus
when 'only_exec'
- hope, fear, skip, type1, type2, new_reference = gethopefear_exec kbest, feedback, gold[j], cfg[:hope_fear_max], own_references[j]
+ hope, fear, skip, type1, type2, new_reference = gethopefear_exec kbest, feedback, gold[j], cfg[:hope_fear_max], corpus, own_references[j]
else
STDERR.write "NO SUCH VARIANT, exiting.\n"
exit 1
@@ -243,7 +313,7 @@ def main
# hope output & statistics
STDERR.write "\n [HOPE]\n"
if hope
- feedback, mrl, output = exec hope.s, gold[j]
+ feedback, mrl, output = exec hope.s, gold[j], corpus
STDERR.write " SCORES: #{hope.scores.to_s}, ##{hope.rank}\n"
hope_stats.update feedback, mrl, output
if hope.s==references[j]
@@ -257,7 +327,7 @@ def main
# fear output & statistics
STDERR.write "\n [FEAR]\n"
if fear
- feedback, mrl, output = exec fear.s, gold[j]
+ feedback, mrl, output = exec fear.s, gold[j], corpus
STDERR.write " SCORES: #{fear.scores.to_s}, ##{fear.rank}\n"
fear_stats.update feedback, mrl, output
end
diff --git a/scripts/free917/cv.sh b/scripts/free917/cv.sh
new file mode 100644
index 0000000..a7d678d
--- /dev/null
+++ b/scripts/free917/cv.sh
@@ -0,0 +1,61 @@
+#!/bin/bash
+
+killall memcached
+memcached &
+
+K=100
+J=10
+SEMPRE=/path/to/sempre
+STOPWORDS=/path/to/stopwords.en
+CFG=/home/mitarb/haas1/caro/rebol/cfg.rb
+MODEL=1
+
+for VARIANT in rebol rampion exec; do
+for INI in /paths/to/cdec/inis; do
+for INIT_WEIGHTS in /paths/to/weight/files; do
+for E in 0.0001 0.0003 0.001 0.003 0.01 0.03 0.1 0.3; do
+
+NAME="v=$VARIANT.e=$E.c=$(basename $INI).w=$(basename $INIT_WEIGHTS).m=$MODEL/"
+
+cd $cwd
+mkdir $NAME
+
+for COUNT in #number of folds
+do
+ cd $cwd
+ cd $NAME
+ mkdir $COUNT
+ cd $COUNT
+ for DEV in #number of folds
+ do
+ if [ $COUNT != $DEV ]
+ then
+ cat /path/to/free917v2.$DEV.in >> free917v2.dev.in
+ cat /path/to/free917v2.$DEV.tok.en >> free917v2.dev.tok.en
+ cat /path/to/free917v2.$DEV.gold >> free917v2.dev.gold
+ cat /path/to/free917v2.$DEV.mrl >> free917v2.dev.mrl
+ fi
+ done
+ ../rebol.rb \
+ -k $K \
+ -i /path/tofree917v2.dev.in \
+ -r /path/tofree917v2.dev.tok.en \
+ -g /path/tofree917v2.dev.gold \
+ -h /path/tofree917v2.dev.mrl \
+ -w $INIT_WEIGHTS \
+ -c $INI \
+ -t $STOPWORDS \
+ -o $NAME.weights \
+ -b $CFG \
+ -l \
+ -e $E \
+ -j $J \
+ -u free917 \
+ -z $MODEL \
+ -v $VARIANT &> $NAME.output &
+
+done
+done
+done
+done
+done
diff --git a/scripts/free917/eval.rb b/scripts/free917/eval.rb
new file mode 100644
index 0000000..ccd8003
--- /dev/null
+++ b/scripts/free917/eval.rb
@@ -0,0 +1,17 @@
+#!/usr/bin/env ruby
+
+require 'zipf'
+
+
+gold = ReadFile.readlines_strip ARGV[0]
+i = j = correct = 0
+while line = STDIN.gets
+ line.strip!
+ correct += 1 if line==gold[i]
+ i += 1
+ j += 1 if line=='' # no parse
+end
+acc = correct.to_f/i
+prec = correct.to_f/(i-j)
+puts "acc=#{(100*acc).round 2} prec=#{(100*prec).round 2} (#{i}/#{j}) abs=#{correct} f1=#{(100*(2*acc*prec)/(acc+prec)).round 2}"
+
diff --git a/scripts/free917/parse_utterance.rb b/scripts/free917/parse_utterance.rb
new file mode 100644
index 0000000..1206c32
--- /dev/null
+++ b/scripts/free917/parse_utterance.rb
@@ -0,0 +1,42 @@
+#!/usr/bin/env ruby
+
+require 'pty'
+require 'expect'
+def query(string)
+ answer = "\n"
+ @in.printf("#{string}\n")
+ result = @out.expect(/^> /,timeout=30)
+ if result!=nil
+ result[0].delete!("\r\n")
+ result[0].delete!("\n")
+ result[0].delete!("\r")
+ matchData = result[0].match(/Top value { (.*) }>/)
+ if matchData!=nil
+ save = matchData[1].gsub(/^ */,"")
+ save = save.gsub(/ *$/,"")
+ save = save.gsub(/ +/," ")
+ answer = save+"\n"
+ end
+ end
+ STDOUT.write answer
+end
+
+def main
+ model = ARGV[0] #parser model to be used
+ lines = Array.new
+ answers = Array.new
+ original_dir = Dir.pwd
+ Dir.chdir ARGV[1] #location of sempre
+ @out, @in, @pid = PTY.spawn("./sempre @mode=interact @domain=free917 @sparqlserver=localhost:3093 @cacheserver=local @load=#{model} @executeTopOnly=0")
+ @out.expect(/^> /,timeout=300)[0]
+ @in.printf("initialize model\n")
+ result = @out.expect(/^> /,timeout=300)
+
+ Dir.chdir original_dir
+ while line = $stdin.gets
+ query(line.chomp)
+ end
+end
+
+main
+
diff --git a/scripts/free917/sigf_format.rb b/scripts/free917/sigf_format.rb
new file mode 100644
index 0000000..beac2e7
--- /dev/null
+++ b/scripts/free917/sigf_format.rb
@@ -0,0 +1,20 @@
+#!/usr/bin/env ruby
+
+require 'zipf'
+
+
+gold = ReadFile.readlines_strip ARGV[0]
+i = -1
+while line = STDIN.gets
+ i += 1
+ line.strip!
+ a = [0, 0, 1]
+ if line==gold[i]
+ a[0] = 1
+ a[1] = 1
+ elsif line!=''
+ a[1] = 1
+ end
+ puts a.join " "
+end
+