From 25ef532f60f90424fa0534bcfca69226e79c8aa3 Mon Sep 17 00:00:00 2001 From: dabreegster Date: Sat, 14 Nov 2020 00:49:26 +0000 Subject: [PATCH] deploy: 6fe49ce0fa408cb131ed1e22ba1c3a534cf48cee --- howto/new_city.html | 16 ++--- print.html | 16 ++--- .../convert_osm/extract/fn.extract_osm.html | 2 +- .../convert_osm/extract/fn.get_area_type.html | 2 +- .../extract/fn.get_bldg_amenities.html | 2 +- rustdoc/convert_osm/extract/fn.is_bldg.html | 2 +- rustdoc/convert_osm/extract/fn.is_road.html | 2 +- rustdoc/convert_osm/extract/index.html | 2 +- .../built_info/constant.BUILT_TIME_UTC.html | 2 +- rustdoc/geojson_to_osmosis/all.html | 2 +- .../fn.boundary_coords.html | 2 - .../fn.extract_boundaries.html | 2 + rustdoc/geojson_to_osmosis/fn.main.html | 7 +-- rustdoc/geojson_to_osmosis/index.html | 9 ++- rustdoc/geojson_to_osmosis/sidebar-items.js | 2 +- .../make/fn.match_points_to_lanes.html | 2 +- rustdoc/map_model/make/index.html | 2 +- rustdoc/map_model/struct.Map.html | 2 +- rustdoc/search-index.js | 2 +- rustdoc/src/convert_osm/extract.rs.html | 6 +- .../game-26b47b6c62d293fe/out/built.rs.html | 2 +- .../geojson_to_osmosis.rs.html | 58 ++++++++++++------- rustdoc/src/map_model/make/mod.rs.html | 16 ++++- searchindex.js | 2 +- searchindex.json | 2 +- 25 files changed, 99 insertions(+), 65 deletions(-) delete mode 100644 rustdoc/geojson_to_osmosis/fn.boundary_coords.html create mode 100644 rustdoc/geojson_to_osmosis/fn.extract_boundaries.html diff --git a/howto/new_city.html b/howto/new_city.html index d386c6497b..d0650877d5 100644 --- a/howto/new_city.html +++ b/howto/new_city.html @@ -181,9 +181,9 @@ invert.

https://download.bbbike.org/ or http://download.geofabrik.de/index.html, then clip them to a smaller area. Use geojson.io or geoman.io to draw a boundary around the -region you want to simulate and save the geojson locally. Use -cargo run --bin geojson_to_osmosis < boundary.geojson > clipping.poly to -convert that geojson to the +region you want to simulate and save the GeoJSON locally. Use +cargo run --bin geojson_to_osmosis < boundary.geojson to convert that GeoJSON +to the Osmosis format required by osmconvert.

Note that you may hit problems if you use JOSM to download additional data to a @@ -208,11 +208,13 @@ osmconvert, gdal, etc.

region you want to simulate and save the geojson locally.

  • -

    Use -cargo run --bin geojson_to_osmosis < boundary.geojson > importer/config/your_city/region_name.poly -to convert that geojson to the +

    Use cargo run --bin geojson_to_osmosis < boundary.geojson to convert that +geojson to the Osmosis format -required by osmconvert.

    +required by osmconvert. This tool writes one file per feature in the input, +so you'd then +mv boundary0.poly importer/config/your_city/region_name.poly, repeating if +you drew multiple polygons.

  • Copy importer/config/tel_aviv/cfg.json to diff --git a/print.html b/print.html index 450b9c08ac..cbd8ddd264 100644 --- a/print.html +++ b/print.html @@ -334,9 +334,9 @@ invert.

    https://download.bbbike.org/ or http://download.geofabrik.de/index.html, then clip them to a smaller area. Use geojson.io or geoman.io to draw a boundary around the -region you want to simulate and save the geojson locally. Use -cargo run --bin geojson_to_osmosis < boundary.geojson > clipping.poly to -convert that geojson to the +region you want to simulate and save the GeoJSON locally. Use +cargo run --bin geojson_to_osmosis < boundary.geojson to convert that GeoJSON +to the Osmosis format required by osmconvert.

    Note that you may hit problems if you use JOSM to download additional data to a @@ -361,11 +361,13 @@ osmconvert, gdal, etc.

    region you want to simulate and save the geojson locally.

  • -

    Use -cargo run --bin geojson_to_osmosis < boundary.geojson > importer/config/your_city/region_name.poly -to convert that geojson to the +

    Use cargo run --bin geojson_to_osmosis < boundary.geojson to convert that +geojson to the Osmosis format -required by osmconvert.

    +required by osmconvert. This tool writes one file per feature in the input, +so you'd then +mv boundary0.poly importer/config/your_city/region_name.poly, repeating if +you drew multiple polygons.

  • Copy importer/config/tel_aviv/cfg.json to diff --git a/rustdoc/convert_osm/extract/fn.extract_osm.html b/rustdoc/convert_osm/extract/fn.extract_osm.html index aecfa0d209..bef4a9eafb 100644 --- a/rustdoc/convert_osm/extract/fn.extract_osm.html +++ b/rustdoc/convert_osm/extract/fn.extract_osm.html @@ -1,2 +1,2 @@ convert_osm::extract::extract_osm - Rust

    [][src]Function convert_osm::extract::extract_osm

    pub fn extract_osm(
        map: &mut RawMap,
        opts: &Options,
        timer: &mut Timer<'_>
    ) -> OsmExtract
    \ No newline at end of file + Change settings

    [][src]Function convert_osm::extract::extract_osm

    pub fn extract_osm(
        map: &mut RawMap,
        opts: &Options,
        timer: &mut Timer<'_>
    ) -> OsmExtract
    \ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.get_area_type.html b/rustdoc/convert_osm/extract/fn.get_area_type.html index fdc5fc28ad..db840cda6b 100644 --- a/rustdoc/convert_osm/extract/fn.get_area_type.html +++ b/rustdoc/convert_osm/extract/fn.get_area_type.html @@ -1,2 +1,2 @@ convert_osm::extract::get_area_type - Rust

    [][src]Function convert_osm::extract::get_area_type

    fn get_area_type(tags: &Tags) -> Option<AreaType>
    \ No newline at end of file + Change settings

    [][src]Function convert_osm::extract::get_area_type

    fn get_area_type(tags: &Tags) -> Option<AreaType>
    \ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html b/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html index 39b57d9c64..bc71314a6c 100644 --- a/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html +++ b/rustdoc/convert_osm/extract/fn.get_bldg_amenities.html @@ -1,2 +1,2 @@ convert_osm::extract::get_bldg_amenities - Rust

    [][src]Function convert_osm::extract::get_bldg_amenities

    fn get_bldg_amenities(tags: &Tags) -> Vec<Amenity>
    \ No newline at end of file + Change settings

    [][src]Function convert_osm::extract::get_bldg_amenities

    fn get_bldg_amenities(tags: &Tags) -> Vec<Amenity>
    \ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.is_bldg.html b/rustdoc/convert_osm/extract/fn.is_bldg.html index 5c28afa294..cb81164d75 100644 --- a/rustdoc/convert_osm/extract/fn.is_bldg.html +++ b/rustdoc/convert_osm/extract/fn.is_bldg.html @@ -1,2 +1,2 @@ convert_osm::extract::is_bldg - Rust

    [][src]Function convert_osm::extract::is_bldg

    fn is_bldg(tags: &Tags) -> bool
    \ No newline at end of file + Change settings

    [][src]Function convert_osm::extract::is_bldg

    fn is_bldg(tags: &Tags) -> bool
    \ No newline at end of file diff --git a/rustdoc/convert_osm/extract/fn.is_road.html b/rustdoc/convert_osm/extract/fn.is_road.html index e62320cd70..e2e3fefa26 100644 --- a/rustdoc/convert_osm/extract/fn.is_road.html +++ b/rustdoc/convert_osm/extract/fn.is_road.html @@ -1,2 +1,2 @@ convert_osm::extract::is_road - Rust

    [][src]Function convert_osm::extract::is_road

    fn is_road(tags: &mut Tags, opts: &Options) -> bool
    \ No newline at end of file + Change settings

    [][src]Function convert_osm::extract::is_road

    fn is_road(tags: &mut Tags, opts: &Options) -> bool
    \ No newline at end of file diff --git a/rustdoc/convert_osm/extract/index.html b/rustdoc/convert_osm/extract/index.html index 16f92aec5d..5917dc2f22 100644 --- a/rustdoc/convert_osm/extract/index.html +++ b/rustdoc/convert_osm/extract/index.html @@ -1,4 +1,4 @@ convert_osm::extract - Rust

    [][src]Module convert_osm::extract

    Structs

    + Change settings

    [][src]Module convert_osm::extract

    Structs

    OsmExtract

    Functions

    extract_osm
    get_area_type
    get_bldg_amenities
    is_bldg
    is_road
    \ No newline at end of file diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index ea15d5327c..c1347f1974 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,3 +1,3 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

    [][src]Constant game::pregame::built_info::BUILT_TIME_UTC

    pub const BUILT_TIME_UTC: &str = "Fri, 13 Nov 2020 06:15:17 +0000";

    The built-time in RFC2822, UTC

    + Change settings

    [][src]Constant game::pregame::built_info::BUILT_TIME_UTC

    pub const BUILT_TIME_UTC: &str = "Sat, 14 Nov 2020 00:46:52 +0000";

    The built-time in RFC2822, UTC

    \ No newline at end of file diff --git a/rustdoc/geojson_to_osmosis/all.html b/rustdoc/geojson_to_osmosis/all.html index e604a762db..317fc98005 100644 --- a/rustdoc/geojson_to_osmosis/all.html +++ b/rustdoc/geojson_to_osmosis/all.html @@ -1,4 +1,4 @@ List of all items in this crate

    [] - List of all items

    Functions

    \ No newline at end of file + List of all items

    Functions

    \ No newline at end of file diff --git a/rustdoc/geojson_to_osmosis/fn.boundary_coords.html b/rustdoc/geojson_to_osmosis/fn.boundary_coords.html deleted file mode 100644 index 2078c5b325..0000000000 --- a/rustdoc/geojson_to_osmosis/fn.boundary_coords.html +++ /dev/null @@ -1,2 +0,0 @@ -geojson_to_osmosis::boundary_coords - Rust

    [][src]Function geojson_to_osmosis::boundary_coords

    fn boundary_coords(geojson: &GeoJson) -> Result<Vec<Vec<f64>>, Box<dyn Error>>
    \ No newline at end of file diff --git a/rustdoc/geojson_to_osmosis/fn.extract_boundaries.html b/rustdoc/geojson_to_osmosis/fn.extract_boundaries.html new file mode 100644 index 0000000000..057fa84d2c --- /dev/null +++ b/rustdoc/geojson_to_osmosis/fn.extract_boundaries.html @@ -0,0 +1,2 @@ +geojson_to_osmosis::extract_boundaries - Rust

    [][src]Function geojson_to_osmosis::extract_boundaries

    fn extract_boundaries(
        geojson: GeoJson
    ) -> Result<Vec<Vec<LonLat>>, Box<dyn Error>>
    \ No newline at end of file diff --git a/rustdoc/geojson_to_osmosis/fn.main.html b/rustdoc/geojson_to_osmosis/fn.main.html index e35da244d0..949f650432 100644 --- a/rustdoc/geojson_to_osmosis/fn.main.html +++ b/rustdoc/geojson_to_osmosis/fn.main.html @@ -1,6 +1,5 @@ geojson_to_osmosis::main - Rust

    [][src]Function geojson_to_osmosis::main

    fn main() -> Result<(), Box<dyn Error>>

    Convert geojson boundary suitable for osmfilter and other osmosis based tools. -Expects the input to contain no element other than the boundary of interest. -Reads geojson text from stdin -Writes "poly" formatted text to stdout

    + Change settings

    [][src]Function geojson_to_osmosis::main

    fn main() -> Result<(), Box<dyn Error>>

    Reads GeoJSON input from STDIN, extracts a polygon from every feature, and writes numbered +files in the https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format format as +output.

    \ No newline at end of file diff --git a/rustdoc/geojson_to_osmosis/index.html b/rustdoc/geojson_to_osmosis/index.html index 11e3286d2e..6f93fd6f53 100644 --- a/rustdoc/geojson_to_osmosis/index.html +++ b/rustdoc/geojson_to_osmosis/index.html @@ -1,7 +1,6 @@ geojson_to_osmosis - Rust

    [][src]Crate geojson_to_osmosis

    Functions

    -
    boundary_coords
    main

    Convert geojson boundary suitable for osmfilter and other osmosis based tools. -Expects the input to contain no element other than the boundary of interest. -Reads geojson text from stdin -Writes "poly" formatted text to stdout

    + Change settings

    [][src]Crate geojson_to_osmosis

    Functions

    +
    extract_boundaries
    main

    Reads GeoJSON input from STDIN, extracts a polygon from every feature, and writes numbered +files in the https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format format as +output.

    \ No newline at end of file diff --git a/rustdoc/geojson_to_osmosis/sidebar-items.js b/rustdoc/geojson_to_osmosis/sidebar-items.js index cb7ffef069..e069f4d14a 100644 --- a/rustdoc/geojson_to_osmosis/sidebar-items.js +++ b/rustdoc/geojson_to_osmosis/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["boundary_coords",""],["main","Convert geojson boundary suitable for osmfilter and other osmosis based tools. Expects the input to contain no element other than the boundary of interest. Reads geojson text from stdin Writes \"poly\" formatted text to stdout"]]}); \ No newline at end of file +initSidebarItems({"fn":[["extract_boundaries",""],["main","Reads GeoJSON input from STDIN, extracts a polygon from every feature, and writes numbered files in the https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format format as output."]]}); \ No newline at end of file diff --git a/rustdoc/map_model/make/fn.match_points_to_lanes.html b/rustdoc/map_model/make/fn.match_points_to_lanes.html index a596940c39..bb83727dbc 100644 --- a/rustdoc/map_model/make/fn.match_points_to_lanes.html +++ b/rustdoc/map_model/make/fn.match_points_to_lanes.html @@ -1,4 +1,4 @@ map_model::make::match_points_to_lanes - Rust

    [][src]Function map_model::make::match_points_to_lanes

    fn match_points_to_lanes<F: Fn(&Lane) -> bool>(
        bounds: &Bounds,
        pts: HashSet<HashablePt2D>,
        lanes: &Vec<Lane>,
        filter: F,
        buffer: Distance,
        max_dist_away: Distance,
        timer: &mut Timer<'_>
    ) -> HashMap<HashablePt2D, Position>

    Snap points to an exact Position along the nearest lane. If the result doesn't contain a + Change settings

    [][src]Function map_model::make::match_points_to_lanes

    fn match_points_to_lanes<F: Fn(&Lane) -> bool>(
        bounds: &Bounds,
        pts: HashSet<HashablePt2D>,
        lanes: &Vec<Lane>,
        filter: F,
        buffer: Distance,
        max_dist_away: Distance,
        timer: &mut Timer<'_>
    ) -> HashMap<HashablePt2D, Position>

    Snap points to an exact Position along the nearest lane. If the result doesn't contain a requested point, then there was no matching lane close enough.

    \ No newline at end of file diff --git a/rustdoc/map_model/make/index.html b/rustdoc/map_model/make/index.html index d94e663d0f..a6c71f3f78 100644 --- a/rustdoc/map_model/make/index.html +++ b/rustdoc/map_model/make/index.html @@ -1,5 +1,5 @@ map_model::make - Rust

    [][src]Module map_model::make

    [][src]Module map_model::make

    See https://dabreegster.github.io/abstreet/map/importing/index.html for an overview. This module covers the RawMap->Map stage.

    Modules

    bridges
    buildings
    initial

    Naming is confusing, but RawMap -> InitialMap -> Map. InitialMap is separate pretty much just diff --git a/rustdoc/map_model/struct.Map.html b/rustdoc/map_model/struct.Map.html index 2c8dac6076..43f5a8f4e8 100644 --- a/rustdoc/map_model/struct.Map.html +++ b/rustdoc/map_model/struct.Map.html @@ -26,7 +26,7 @@ before the simulation resumes.

    pub fn incremental_edit_traffic_signal(&mut self, signal: ControlTrafficSignal)[src]

    Since the player is in the middle of editing, the signal may not be valid. Don't go through the entire apply_edits flow.

    -

    impl Map[src]

    pub fn create_from_raw(
        raw: RawMap,
        build_ch: bool,
        keep_bldg_tags: bool,
        timer: &mut Timer<'_>
    ) -> Map
    [src]

    impl Map[src]

    pub fn new(path: String, timer: &mut Timer<'_>) -> Map[src]

    pub fn map_loaded_directly(&mut self)[src]

    If you have to deserialize a Map directly, call this after. Prefer using Map::new +

    impl Map[src]

    pub fn create_from_raw(
        raw: RawMap,
        build_ch: bool,
        keep_bldg_tags: bool,
        timer: &mut Timer<'_>
    ) -> Map
    [src]

    impl Map[src]

    pub fn new(path: String, timer: &mut Timer<'_>) -> Map[src]

    pub fn map_loaded_directly(&mut self)[src]

    If you have to deserialize a Map directly, call this after. Prefer using Map::new though.

    pub fn corrupt_err(path: String, err: Box<dyn Error>)[src]

    pub fn blank() -> Map[src]

    Just for temporary std::mem::replace tricks.

    pub fn all_roads(&self) -> &Vec<Road>[src]

    pub fn all_lanes(&self) -> &Vec<Lane>[src]

    pub fn all_intersections(&self) -> &Vec<Intersection>[src]

    pub fn all_turns(&self) -> &BTreeMap<TurnID, Turn>[src]

    pub fn all_buildings(&self) -> &Vec<Building>[src]

    pub fn all_areas(&self) -> &Vec<Area>[src]

    pub fn all_parking_lots(&self) -> &Vec<ParkingLot>[src]

    pub fn all_zones(&self) -> &Vec<Zone>[src]

    pub fn maybe_get_r(&self, id: RoadID) -> Option<&Road>[src]

    pub fn maybe_get_l(&self, id: LaneID) -> Option<&Lane>[src]

    pub fn maybe_get_i(&self, id: IntersectionID) -> Option<&Intersection>[src]

    pub fn maybe_get_t(&self, id: TurnID) -> Option<&Turn>[src]

    pub fn maybe_get_b(&self, id: BuildingID) -> Option<&Building>[src]

    pub fn maybe_get_pl(&self, id: ParkingLotID) -> Option<&ParkingLot>[src]

    pub fn maybe_get_a(&self, id: AreaID) -> Option<&Area>[src]

    pub fn maybe_get_bs(&self, id: BusStopID) -> Option<&BusStop>[src]

    pub fn maybe_get_stop_sign(
        &self,
        id: IntersectionID
    ) -> Option<&ControlStopSign>
    [src]

    pub fn maybe_get_traffic_signal(
        &self,
        id: IntersectionID
    ) -> Option<&ControlTrafficSignal>
    [src]

    pub fn maybe_get_br(&self, route: BusRouteID) -> Option<&BusRoute>[src]

    pub fn get_r(&self, id: RoadID) -> &Road[src]

    pub fn get_l(&self, id: LaneID) -> &Lane[src]

    pub fn get_i(&self, id: IntersectionID) -> &Intersection[src]

    pub fn get_t(&self, id: TurnID) -> &Turn[src]

    pub fn get_b(&self, id: BuildingID) -> &Building[src]

    pub fn get_a(&self, id: AreaID) -> &Area[src]

    pub fn get_pl(&self, id: ParkingLotID) -> &ParkingLot[src]

    pub fn get_stop_sign(&self, id: IntersectionID) -> &ControlStopSign[src]

    pub fn get_traffic_signal(&self, id: IntersectionID) -> &ControlTrafficSignal[src]

    pub fn get_turns_in_intersection(&self, id: IntersectionID) -> Vec<&Turn>[src]

    pub fn get_turns_from_lane(&self, l: LaneID) -> Vec<&Turn>[src]

    The turns may belong to two different intersections!

    diff --git a/rustdoc/search-index.js b/rustdoc/search-index.js index 5a7460e06a..5bcf4c58a0 100644 --- a/rustdoc/search-index.js +++ b/rustdoc/search-index.js @@ -6,7 +6,7 @@ var searchIndex = JSON.parse('{\ "dump_scenario":{"doc":"","i":[[5,"main","dump_scenario","",null,[[]]]],"p":[]},\ "extract_cities":{"doc":"Extracts all cities from a large .osm file.","i":[[5,"main","extract_cities","",null,[[]]]],"p":[]},\ "game":{"doc":"","i":[[5,"main","game","",null,[[["cmdargs",3]]]],[5,"setup_app","","",null,[[["string",3],["flags",3],["option",4],["gameplaymode",4],["eventctx",3],["options",3],["option",4]]]],[0,"app","","",null,null],[3,"App","game::app","The top-level data that lasts through the entire game, no…",null,null],[12,"primary","","",0,null],[12,"cs","","",0,null],[12,"unzoomed_agents","","",0,null],[12,"opts","","",0,null],[12,"per_obj","","",0,null],[12,"session","","Static data that lasts the entire session. Use sparingly.",0,null],[3,"ShowLayers","","",null,null],[12,"show_buildings","","",1,null],[12,"show_parking_lots","","",1,null],[12,"show_intersections","","",1,null],[12,"show_lanes","","",1,null],[12,"show_areas","","",1,null],[12,"show_labels","","",1,null],[3,"ShowEverything","","",null,null],[12,"layers","","",2,null],[3,"Flags","","",null,null],[12,"sim_flags","","",3,null],[12,"num_agents","","Number of agents to generate when requested. If…",3,null],[12,"live_map_edits","","If true, all map edits immediately apply to the live…",3,null],[3,"PerMap","","All of the state that\'s bound to a specific map.",null,null],[12,"map","","",4,null],[12,"draw_map","","",4,null],[12,"sim","","",4,null],[12,"current_selection","","",4,null],[12,"current_flags","","",4,null],[12,"last_warped_from","","",4,null],[12,"sim_cb","","",4,null],[12,"show_zorder","","",4,null],[12,"zorder_range","","",4,null],[12,"dirty_from_edits","","If we ever left edit mode and resumed without restarting…",4,null],[12,"has_modified_trips","","Any ScenarioModifiers in effect?",4,null],[12,"unedited_map","","Sometimes we need the map before any edits have been…",4,null],[12,"layer","","",4,null],[12,"suspended_sim","","Only filled out in edit mode. Stored here once to avoid…",4,null],[12,"prebaked","","Only exists in some gameplay modes. Must be carefully…",4,null],[12,"scenario","","The most recent Scenario loaded from a file. Don\'t depend…",4,null],[3,"SessionState","","",null,null],[12,"tutorial","","",5,null],[12,"high_scores","","",5,null],[12,"info_panel_tab","","",5,null],[3,"PerObjectActions","","",null,null],[12,"click_action","","",6,null],[3,"FindDelayedIntersections","","",null,null],[12,"halt_limit","","",7,null],[12,"report_limit","","",7,null],[12,"currently_delayed","","",7,null],[8,"ShowObject","","",null,null],[10,"show","","",8,[[["id",4]]]],[10,"layers","","",8,[[],["showlayers",3]]],[11,"new","","",0,[[["eventctx",3],["flags",3],["options",3]],["app",3]]],[11,"has_prebaked","","",0,[[],["option",4]]],[11,"prebaked","","",0,[[],["analytics",3]]],[11,"set_prebaked","","",0,[[["option",4]]]],[11,"map_switched","","",0,[[["timer",3],["sim",3],["eventctx",3],["map",3]]]],[11,"draw","","",0,[[["showobject",8],["drawoptions",3],["gfxctx",3]]]],[11,"recalculate_current_selection","","Assumes some defaults.",0,[[["eventctx",3]]]],[11,"mouseover_unzoomed_roads_and_intersections","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_buildings","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_unzoomed_everything","","",0,[[["eventctx",3]],[["option",4],["id",4]]]],[11,"mouseover_debug_mode","","",0,[[["eventctx",3],["showobject",8]],[["option",4],["id",4]]]],[11,"calculate_current_selection","","",0,[[["eventctx",3],["showobject",8]],[["option",4],["id",4]]]],[11,"get_renderables_back_to_front","","",0,[[["prerender",3],["agentcache",3],["bounds",3],["showobject",8]],[["vec",3],["renderable",8]]]],[11,"change_color_scheme","","Change the color scheme. Idempotent. Return true if there…",0,[[["eventctx",3],["colorschemechoice",4]]]],[11,"clear_everything","","Ensure the map edits are blank, reset the simulation, and…",0,[[["eventctx",3]]]],[11,"new","","",1,[[],["showlayers",3]]],[11,"new","","",2,[[],["showeverything",3]]],[11,"map_loaded","","",4,[[["timer",3],["sim",3],["flags",3],["options",3],["eventctx",3],["map",3],["colorscheme",3]],["permap",3]]],[11,"clear_sim","","Returns whatever was there",4,[[],["sim",3]]],[11,"calculate_unedited_map","","If needed, makes sure the unedited_map is populated.…",4,[[]]],[11,"empty","","",5,[[],["sessionstate",3]]],[11,"new","","",6,[[],["perobjectactions",3]]],[11,"reset","","",6,[[]]],[11,"left_click","","",6,[[["eventctx",3],["string",3],["into",8]]]],[0,"challenges","game","",null,null],[3,"Challenge","game::challenges","",null,null],[12,"title","","",9,null],[12,"description","","",9,null],[12,"alias","","",9,null],[12,"gameplay","","",9,null],[12,"cutscene","","",9,null],[3,"HighScore","","",null,null],[12,"goal","","",10,null],[12,"score","","",10,null],[12,"edits_name","","",10,null],[3,"ChallengesPicker","","",null,null],[12,"panel","","",11,null],[12,"links","","",11,null],[12,"challenge","","",11,null],[5,"prebake_all","","",null,[[]]],[5,"prebake","","",null,[[["scenario",3],["timer",3],["option",4],["map",3],["duration",3]]]],[11,"record","","",10,[[["gameplaymode",4],["app",3]]]],[11,"all","","",9,[[],[["string",3],["vec",3],["btreemap",3]]]],[11,"find","","",9,[[["gameplaymode",4]]]],[11,"new","","",11,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"make","","",11,[[["eventctx",3],["option",4],["app",3]],[["box",3],["state",8]]]],[0,"colors","game","",null,null],[3,"ColorScheme","game::colors","",null,null],[12,"scheme","","",12,null],[12,"hovering","","",12,null],[12,"panel_bg","","",12,null],[12,"section_bg","","",12,null],[12,"inner_panel","","",12,null],[12,"day_time_slider","","",12,null],[12,"night_time_slider","","",12,null],[12,"selected","","",12,null],[12,"current_object","","",12,null],[12,"perma_selected_object","","",12,null],[12,"bottom_bar_id","","",12,null],[12,"bottom_bar_name","","",12,null],[12,"fade_map_dark","","",12,null],[12,"gui_style","","",12,null],[12,"dialog_bg","","",12,null],[12,"driving_lane","","",12,null],[12,"bus_lane","","",12,null],[12,"parking_lane","","",12,null],[12,"bike_lane","","",12,null],[12,"sidewalk","","",12,null],[12,"sidewalk_lines","","",12,null],[12,"general_road_marking","","",12,null],[12,"road_center_line","","",12,null],[12,"light_rail_track","","",12,null],[12,"private_road","","",12,null],[12,"unzoomed_highway","","",12,null],[12,"unzoomed_arterial","","",12,null],[12,"unzoomed_residential","","",12,null],[12,"normal_intersection","","",12,null],[12,"stop_sign","","",12,null],[12,"stop_sign_pole","","",12,null],[12,"signal_protected_turn","","",12,null],[12,"signal_permitted_turn","","",12,null],[12,"signal_banned_turn","","",12,null],[12,"signal_box","","",12,null],[12,"signal_spinner","","",12,null],[12,"signal_turn_block_bg","","",12,null],[12,"very_slow_intersection","","",12,null],[12,"slow_intersection","","",12,null],[12,"normal_slow_intersection","","",12,null],[12,"void_background","","",12,null],[12,"map_background","","",12,null],[12,"unzoomed_interesting_intersection","","",12,null],[12,"residential_building","","",12,null],[12,"commerical_building","","",12,null],[12,"building_outline","","",12,null],[12,"parking_lot","","",12,null],[12,"grass","","",12,null],[12,"water","","",12,null],[12,"median_strip","","",12,null],[12,"unzoomed_car","","",12,null],[12,"unzoomed_bike","","",12,null],[12,"unzoomed_bus","","",12,null],[12,"unzoomed_pedestrian","","",12,null],[12,"agent_colors","","",12,null],[12,"route","","",12,null],[12,"turn_arrow","","",12,null],[12,"brake_light","","",12,null],[12,"bus_body","","",12,null],[12,"bus_label","","",12,null],[12,"train_body","","",12,null],[12,"ped_head","","",12,null],[12,"ped_foot","","",12,null],[12,"ped_preparing_bike_body","","",12,null],[12,"ped_crowd","","",12,null],[12,"bike_frame","","",12,null],[12,"parked_car","","",12,null],[12,"good_to_bad_red","","",12,null],[12,"good_to_bad_green","","",12,null],[12,"bus_layer","","",12,null],[12,"edits_layer","","",12,null],[12,"parking_trip","","",12,null],[12,"bike_trip","","",12,null],[12,"bus_trip","","",12,null],[12,"before_changes","","",12,null],[12,"after_changes","","",12,null],[4,"ColorSchemeChoice","","",null,null],[13,"Standard","","",13,null],[13,"NightMode","","",13,null],[13,"SAMGreenDay","","",13,null],[13,"SAMDesertDay","","",13,null],[13,"BAP","","",13,null],[13,"OSM","","",13,null],[13,"Starcat","","",13,null],[13,"Textured","","",13,null],[13,"MapboxLight","","",13,null],[13,"MapboxDark","","",13,null],[13,"FadedZoom","","",13,null],[13,"NegativeSpace","","",13,null],[5,"modulo_color","","",null,[[["vec",3]],["color",3]]],[5,"hex","","",null,[[],["color",3]]],[11,"choices","","",13,[[],[["vec",3],["choice",3]]]],[11,"new","","",12,[[["colorschemechoice",4]],["colorscheme",3]]],[11,"standard","","",12,[[],["colorscheme",3]]],[11,"rotating_color_plot","","",12,[[],["color",3]]],[11,"rotating_color_agents","","",12,[[],["color",3]]],[11,"unzoomed_road_surface","","",12,[[["roadrank",4]],["color",3]]],[11,"zoomed_road_surface","","",12,[[["roadrank",4],["lanetype",4]],["color",3]]],[11,"zoomed_intersection_surface","","",12,[[["roadrank",4]],["color",3]]],[11,"road_center_line","","",12,[[["roadrank",4]],["color",3]]],[11,"general_road_marking","","",12,[[["roadrank",4]],["color",3]]],[11,"solid_road_center","","",12,[[]]],[11,"night_mode","","",12,[[],["colorscheme",3]]],[11,"sam_green_day","","",12,[[],["colorscheme",3]]],[11,"sam_desert_day","","",12,[[],["colorscheme",3]]],[11,"bap","","",12,[[],["colorscheme",3]]],[11,"osm","","",12,[[],["colorscheme",3]]],[11,"starcat","","",12,[[],["colorscheme",3]]],[11,"textured","","",12,[[],["colorscheme",3]]],[11,"mapbox_light","","",12,[[],["colorscheme",3]]],[11,"mapbox_dark","","",12,[[],["colorscheme",3]]],[11,"faded_zoom","","",12,[[],["colorscheme",3]]],[11,"negative_space","","",12,[[],["colorscheme",3]]],[0,"common","game","",null,null],[3,"CommonState","game::common","",null,null],[12,"info_panel","","",14,null],[12,"cached_actions","","",14,null],[5,"tool_panel","","",null,[[["eventctx",3]],["panel",3]]],[0,"city_picker","","",null,null],[3,"CityPicker","game::common::city_picker","",null,null],[12,"panel","","",15,null],[12,"regions","","",15,null],[12,"selected","","",15,null],[12,"on_load","","",15,null],[3,"AllCityPicker","","",null,null],[12,"panel","","",16,null],[12,"on_load","","",16,null],[11,"new","","",15,[[["fnonce",8],["app",3],["eventctx",3],["box",3]],[["box",3],["state",8]]]],[11,"new","","",16,[[["eventctx",3],["fnonce",8],["box",3]],[["box",3],["state",8]]]],[0,"colors","game::common","",null,null],[3,"ColorDiscrete","game::common::colors","",null,null],[12,"map","","",17,null],[12,"unzoomed","","",17,null],[12,"zoomed","","",17,null],[12,"categories","","",17,null],[12,"colors","","",17,null],[3,"ColorLegend","","",null,null],[3,"DivergingScale","","",null,null],[12,"low_color","","",18,null],[12,"mid_color","","",18,null],[12,"high_color","","",18,null],[12,"min","","",18,null],[12,"avg","","",18,null],[12,"max","","",18,null],[12,"ignore","","",18,null],[3,"ColorNetwork","","",null,null],[12,"map","","",19,null],[12,"unzoomed","","",19,null],[12,"zoomed","","",19,null],[3,"ColorScale","","",null,null],[12,"0","","",20,null],[11,"new","","",17,[[["vec",3],["app",3]],["colordiscrete",3]]],[11,"add_l","","",17,[[["laneid",3]]]],[11,"add_r","","",17,[[["roadid",3]]]],[11,"add_i","","",17,[[["intersectionid",3]]]],[11,"add_b","","",17,[[["buildingid",3]]]],[11,"add_bs","","",17,[[["busstopid",3]]]],[11,"build","","",17,[[["eventctx",3]]]],[11,"row","","",21,[[["string",3],["color",3],["into",8],["eventctx",3]],["widget",3]]],[11,"gradient","","",21,[[["colorscale",3],["string",3],["vec",3],["into",8],["eventctx",3]],["widget",3]]],[11,"new","","",18,[[["color",3]],["divergingscale",3]]],[11,"range","","",18,[[],["divergingscale",3]]],[11,"ignore","","",18,[[],["divergingscale",3]]],[11,"eval","","",18,[[],[["option",4],["color",3]]]],[11,"make_legend","","",18,[[["string",3],["vec",3],["into",8],["eventctx",3]],["widget",3]]],[11,"new","","",19,[[["app",3]],["colornetwork",3]]],[11,"add_l","","",19,[[["laneid",3],["color",3]]]],[11,"add_r","","",19,[[["color",3],["roadid",3]]]],[11,"add_i","","",19,[[["intersectionid",3],["color",3]]]],[11,"add_b","","",19,[[["buildingid",3],["color",3]]]],[11,"add_pl","","",19,[[["parkinglotid",3],["color",3]]]],[11,"ranked_roads","","",19,[[["counter",3],["colorscale",3],["roadid",3]]]],[11,"ranked_intersections","","",19,[[["colorscale",3],["counter",3],["intersectionid",3]]]],[11,"pct_roads","","",19,[[["counter",3],["colorscale",3],["roadid",3]]]],[11,"pct_intersections","","",19,[[["colorscale",3],["counter",3],["intersectionid",3]]]],[11,"build","","",19,[[["eventctx",3]]]],[11,"eval","","",20,[[],["color",3]]],[11,"from_colorous","","",20,[[["gradient",3]],["colorscale",3]]],[11,"inner_eval","","",20,[[]]],[0,"heatmap","game::common","",null,null],[3,"HeatmapOptions","game::common::heatmap","",null,null],[12,"resolution","","",22,null],[12,"radius","","",22,null],[12,"smoothing","","",22,null],[12,"contours","","",22,null],[12,"color_scheme","","",22,null],[3,"Grid","","",null,null],[12,"data","","",23,null],[12,"width","","",23,null],[12,"height","","",23,null],[5,"make_heatmap","","",null,[[["geombatch",3],["bounds",3],["vec",3],["eventctx",3],["pt2d",3],["heatmapoptions",3]],["widget",3]]],[17,"NEIGHBORS","","",null,null],[11,"new","","",22,[[],["heatmapoptions",3]]],[11,"to_controls","","",22,[[["eventctx",3],["widget",3]],[["widget",3],["vec",3]]]],[11,"from_controls","","",22,[[["panel",3]],["heatmapoptions",3]]],[11,"new","","",23,[[],["grid",3]]],[11,"idx","","",23,[[]]],[0,"isochrone","game::common","",null,null],[3,"IsochroneViewer","game::common::isochrone","",null,null],[12,"panel","","",24,null],[12,"draw","","",24,null],[5,"make_isochrone","","",null,[[["eventctx",3],["buildingid",3],["app",3]],["drawable",3]]],[11,"new","","",24,[[["eventctx",3],["buildingid",3],["app",3]],[["box",3],["state",8]]]],[0,"minimap","game::common","",null,null],[3,"Minimap","game::common::minimap","",null,null],[12,"extra_controls","","",25,null],[12,"dragging","","",25,null],[12,"panel","","",25,null],[12,"zoomed","","",25,null],[12,"layer","","",25,null],[12,"zoom_lvl","","",25,null],[12,"base_zoom","","",25,null],[12,"zoom","","",25,null],[12,"offset_x","","",25,null],[12,"offset_y","","",25,null],[5,"make_tool_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[5,"make_horiz_viz_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[5,"make_vert_viz_panel","","",null,[[["eventctx",3],["app",3]],["widget",3]]],[11,"new","","",25,[[["eventctx",3],["app",3]],["minimap",3]]],[11,"recreate_panel","","",25,[[["eventctx",3],["app",3]]]],[11,"map_to_minimap_pct","","",25,[[["pt2d",3]]]],[11,"set_zoom","","",25,[[["eventctx",3],["app",3]]]],[11,"recenter","","",25,[[["eventctx",3],["app",3]]]],[11,"event","","",25,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",25,[[["app",3],["gfxctx",3]]]],[0,"navigate","game::common","",null,null],[3,"Navigator","game::common::navigate","",null,null],[12,"panel","","",26,null],[3,"CrossStreet","","",null,null],[12,"first","","",27,null],[12,"panel","","",27,null],[12,"draw","","",27,null],[3,"SearchBuildings","","",null,null],[12,"panel","","",28,null],[11,"new","","",26,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",27,[[["roadid",3],["eventctx",3],["vec",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",28,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"updater","game::common","",null,null],[3,"Picker","game::common::updater","",null,null],[12,"panel","","",29,null],[12,"on_load","","",29,null],[5,"size_per_city","","",null,[[["manifest",3]],[["string",3],["btreemap",3]]]],[5,"prettyprint_bytes","","",null,[[],["string",3]]],[5,"sync","","",null,[[["timer",3]],[["string",3],["vec",3]]]],[5,"download","","",null,[[["string",3],["timer",3]],[["result",4],["box",3]]]],[17,"NEXT_RELEASE","","",null,null],[11,"new","","",29,[[["eventctx",3],["fnonce",8],["box",3]],[["box",3],["state",8]]]],[0,"warp","game::common","",null,null],[3,"Warping","game::common::warp","",null,null],[12,"warper","","",30,null],[12,"id","","",30,null],[3,"DebugWarp","","",null,null],[12,"panel","","",31,null],[5,"warp_to_id","","",null,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[17,"WARP_TO_CAM_ZOOM","","",null,null],[11,"new","","",30,[[["option",4],["permap",3],["id",4],["eventctx",3],["pt2d",3],["option",4]],[["box",3],["state",8]]]],[11,"new","","",31,[[["eventctx",3]],[["box",3],["state",8]]]],[11,"new","game::common","",14,[[],["commonstate",3]]],[11,"event","","",14,[[["eventctx",3],["contextualactions",8],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",14,[[["app",3],["gfxctx",3]]]],[11,"osd_for","","",14,[[["id",4],["app",3]],["text",3]]],[11,"draw_osd","","",14,[[["app",3],["gfxctx",3]]]],[11,"draw_custom_osd","","",14,[[["app",3],["text",3],["gfxctx",3]]]],[11,"launch_info_panel","","",14,[[["tab",4],["contextualactions",8],["app",3],["eventctx",3]]]],[11,"info_panel_open","","",14,[[["app",3]],[["option",4],["id",4]]]],[0,"cutscene","game","",null,null],[3,"CutsceneBuilder","game::cutscene","",null,null],[12,"name","","",32,null],[12,"scenes","","",32,null],[3,"Scene","","",null,null],[12,"layout","","",33,null],[12,"msg","","",33,null],[3,"CutscenePlayer","","",null,null],[12,"name","","",34,null],[12,"scenes","","",34,null],[12,"idx","","",34,null],[12,"panel","","",34,null],[12,"make_task","","",34,null],[3,"FYI","","",null,null],[12,"panel","","",35,null],[4,"Layout","","",null,null],[13,"PlayerSpeaking","","",36,null],[13,"BossSpeaking","","",36,null],[13,"Extra","","",36,null],[5,"make_panel","","",null,[[["box",3],["eventctx",3],["vec",3],["app",3]],["panel",3]]],[11,"new","","",32,[[],["cutscenebuilder",3]]],[11,"player","","",32,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"boss","","",32,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"extra","","",32,[[["string",3],["into",8]],["cutscenebuilder",3]]],[11,"build","","",32,[[["box",3],["eventctx",3],["fn",8],["app",3]],[["box",3],["state",8]]]],[11,"new","","",35,[[["eventctx",3],["widget",3],["color",3]],[["box",3],["state",8]]]],[0,"debug","game","",null,null],[3,"DebugMode","game::debug","",null,null],[12,"panel","","",37,null],[12,"common","","",37,null],[12,"tool_panel","","",37,null],[12,"objects","","",37,null],[12,"hidden","","",37,null],[12,"layers","","",37,null],[12,"search_results","","",37,null],[12,"all_routes","","",37,null],[12,"highlighted_agents","","",37,null],[3,"SearchResults","","",null,null],[12,"query","","",38,null],[12,"num_matches","","",38,null],[12,"draw","","",38,null],[3,"Actions","","",null,null],[3,"ScreenshotTest","","",null,null],[12,"todo_maps","","",39,null],[12,"screenshot_done","","",39,null],[5,"search_osm","","",null,[[["string",3],["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[5,"calc_all_routes","","",null,[[["eventctx",3],["app",3]]]],[5,"find_bad_signals","","",null,[[["app",3]]]],[5,"find_degenerate_roads","","",null,[[["app",3]]]],[5,"diff_tags","","",null,[[["tags",3]]]],[5,"find_large_intersections","","",null,[[["app",3]]]],[5,"screenshot_everything","","",null,[[["eventctx",3],["app",3]]]],[0,"floodfill","","",null,null],[3,"Floodfiller","game::debug::floodfill","",null,null],[12,"panel","","",40,null],[12,"unzoomed","","",40,null],[12,"zoomed","","",40,null],[12,"source","","",40,null],[4,"Source","","",null,null],[13,"Floodfill","","",41,null],[13,"SCC","","",41,null],[11,"floodfill","","",40,[[["eventctx",3],["laneid",3],["app",3]],[["box",3],["state",8]]]],[11,"scc","","",40,[[["eventctx",3],["laneid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",40,[[["eventctx",3],["source",4],["pathconstraints",4],["app",3]],[["box",3],["state",8]]]],[11,"calculate","","",41,[[["map",3],["pathconstraints",4]]]],[0,"objects","game::debug","",null,null],[3,"ObjectDebugger","game::debug::objects","",null,null],[12,"debug_tooltip_key_held","","",42,null],[11,"new","","",42,[[],["objectdebugger",3]]],[11,"event","","",42,[[["eventctx",3]]]],[11,"draw","","",42,[[["app",3],["gfxctx",3]]]],[11,"dump_debug","","",42,[[["sim",3],["map",3],["id",4]]]],[0,"path_counter","game::debug","",null,null],[3,"PathCounter","game::debug::path_counter","",null,null],[12,"panel","","",43,null],[12,"unzoomed","","",43,null],[12,"zoomed","","",43,null],[12,"cnt","","",43,null],[12,"tooltip","","",43,null],[11,"demand_across_intersection","","",43,[[["eventctx",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[0,"polygons","game::debug","",null,null],[3,"PolygonDebugger","game::debug::polygons","",null,null],[12,"panel","","",44,null],[12,"noun","","",44,null],[12,"items","","",44,null],[12,"idx","","",44,null],[12,"center","","",44,null],[4,"Item","","",null,null],[13,"Point","","",45,null],[13,"Triangle","","",45,null],[13,"Polygon","","",45,null],[11,"new","","",44,[[["item",4],["option",4],["eventctx",3],["pt2d",3],["vec",3]],[["box",3],["state",8]]]],[0,"shared_row","game::debug","",null,null],[5,"export","game::debug::shared_row","Exports to https://github.com/d-wasserman/shared-row/,…",null,[[["vec",3],["map",3],["roadid",3]],["string",3]]],[5,"road","","",null,[[["map",3],["roadid",3]],["feature",3]]],[5,"lane","","",null,[[["lane",3]],[["option",4],["map",3]]]],[0,"streetmix","game::debug","",null,null],[5,"export","game::debug::streetmix","Exports a single road to Streetmix\'s format, returns the…",null,[[["map",3],["roadid",3]],["string",3]]],[5,"road","","",null,[[["map",3],["roadid",3]],[["map",3],["string",3],["value",4]]]],[5,"lane","","",null,[[["lane",3],["direction",4]],[["map",3],["string",3],["value",4]]]],[11,"new","game::debug","",37,[[["eventctx",3]],[["box",3],["state",8]]]],[11,"reset_info","","",37,[[["eventctx",3]]]],[11,"new","","",39,[[["app",3],["vec",3],["eventctx",3],["mapname",3]],[["box",3],["state",8]]]],[0,"devtools","game","",null,null],[3,"DevToolsMode","game::devtools","",null,null],[12,"panel","","",46,null],[0,"collisions","","",null,null],[3,"CollisionsViewer","game::devtools::collisions","",null,null],[12,"data","","",47,null],[12,"dataviz","","",47,null],[12,"tooltips","","",47,null],[12,"panel","","",47,null],[3,"Filters","","",null,null],[12,"show_individual","","",48,null],[12,"time_range","","",48,null],[12,"severity","","",48,null],[3,"MapspaceTooltips","","",null,null],[12,"tooltips","","",49,null],[12,"hover","","",49,null],[12,"selected","","",49,null],[4,"Dataviz","","",null,null],[13,"Individual","","",50,null],[12,"draw_all_circles","game::devtools::collisions::Dataviz","",51,null],[13,"Aggregated","game::devtools::collisions","",50,null],[12,"unzoomed","game::devtools::collisions::Dataviz","",52,null],[12,"zoomed","","",52,null],[11,"new","game::devtools::collisions","",47,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",48,[[],["filters",3]]],[11,"apply","","Returns the indices of all matching collisions",48,[[["collisiondataset",3]],["vec",3]]],[11,"to_controls","","",48,[[["eventctx",3]],["widget",3]]],[11,"from_controls","","",48,[[["panel",3]],["filters",3]]],[11,"aggregated","","",50,[[["collisiondataset",3],["vec",3],["eventctx",3],["app",3]]]],[11,"individual","","",50,[[["collisiondataset",3],["vec",3],["eventctx",3],["app",3]]]],[11,"new","","",49,[[["vec",3],["box",3],["fn",8]],["mapspacetooltips",3]]],[11,"event","","",49,[[["eventctx",3]]]],[11,"draw","","",49,[[["gfxctx",3]]]],[0,"destinations","game::devtools","",null,null],[3,"PopularDestinations","game::devtools::destinations","",null,null],[12,"per_bldg","","",53,null],[12,"panel","","",53,null],[12,"draw","","",53,null],[11,"new","","",53,[[["eventctx",3],["scenario",3],["app",3]],[["box",3],["state",8]]]],[11,"make","","",53,[[["counter",3],["buildingid",3],["eventctx",3],["option",4],["heatmapoptions",3],["app",3]],[["box",3],["state",8]]]],[0,"kml","game::devtools","",null,null],[3,"ViewKML","game::devtools::kml","",null,null],[12,"panel","","",54,null],[12,"objects","","",54,null],[12,"draw","","",54,null],[12,"selected","","",54,null],[12,"quadtree","","",54,null],[12,"draw_query","","",54,null],[3,"Object","","",null,null],[12,"polygon","","",55,null],[12,"color","","",55,null],[12,"attribs","","",55,null],[12,"osm_bldg","","",55,null],[5,"make_object","","",null,[[["string",3],["hashmap",3],["vec",3],["btreemap",3],["pt2d",3],["colorscheme",3]],["object",3]]],[5,"make_query","","",null,[[["vec",3],["app",3]]]],[17,"RADIUS","","",null,null],[17,"THICKNESS","","",null,null],[11,"new","","",54,[[["string",3],["option",4],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"mapping","game::devtools","",null,null],[3,"ParkingMapper","game::devtools::mapping","",null,null],[12,"panel","","",56,null],[12,"draw_layer","","",56,null],[12,"show","","",56,null],[12,"selected","","",56,null],[12,"data","","",56,null],[3,"ChangeWay","","",null,null],[12,"panel","","",57,null],[12,"draw","","",57,null],[12,"osm_way_id","","",57,null],[12,"data","","",57,null],[12,"show","","",57,null],[4,"Show","","",null,null],[13,"TODO","","",58,null],[13,"Done","","",58,null],[13,"DividedHighways","","",58,null],[13,"UnmappedDividedHighways","","",58,null],[13,"OverlappingStuff","","",58,null],[4,"Value","","",null,null],[13,"BothSides","","",59,null],[13,"NoStopping","","",59,null],[13,"RightOnly","","",59,null],[13,"LeftOnly","","",59,null],[13,"Complicated","","",59,null],[5,"generate_osmc","","",null,[[["btreemap",3],["timer",3]],[["box",3],["result",4]]]],[5,"find_divided_highways","","",null,[[["app",3]],[["hashset",3],["roadid",3]]]],[5,"find_overlapping_stuff","","",null,[[["timer",3],["app",3]],[["vec",3],["polygon",3]]]],[11,"new","","",56,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"make","","",56,[[["value",4],["app",3],["eventctx",3],["btreemap",3],["show",4],["wayid",3]],[["box",3],["state",8]]]],[11,"new","","",57,[[["wayid",3],["hashset",3],["value",4],["eventctx",3],["btreemap",3],["show",4],["app",3]],[["box",3],["state",8]]]],[0,"osm_viewer","game::devtools","",null,null],[3,"Viewer","game::devtools::osm_viewer","",null,null],[12,"top_panel","","",60,null],[12,"fixed_object_outline","","",60,null],[12,"minimap","","",60,null],[12,"businesses","","",60,null],[3,"BusinessSearch","","",null,null],[12,"counts","","",61,null],[12,"show","","",61,null],[12,"highlight","","",61,null],[12,"hovering_on_amenity","","",61,null],[11,"new","","",60,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"recalculate_top_panel","","",60,[[["eventctx",3],["option",4],["widget",3],["app",3]]]],[11,"calculate_tags","","",60,[[["eventctx",3],["app",3]],["widget",3]]],[11,"new","","",61,[[["eventctx",3],["app",3]],["businesssearch",3]]],[11,"update","","",61,[[["eventctx",3],["app",3]]]],[11,"hovering_on_amenity","","",61,[[["string",3],["option",4],["eventctx",3],["app",3]]]],[11,"render","","",61,[[["eventctx",3]],["widget",3]]],[0,"polygon","game::devtools","",null,null],[3,"PolygonEditor","game::devtools::polygon","",null,null],[12,"panel","","",62,null],[12,"name","","",62,null],[12,"points","","",62,null],[12,"mouseover_pt","","",62,null],[12,"moving_pt","","",62,null],[17,"POINT_RADIUS","","",null,null],[17,"POINT_COLOR","","",null,null],[17,"POLYGON_COLOR","","",null,null],[17,"POINT_TO_MOVE","","",null,null],[17,"LAST_PLACED_POINT","","",null,null],[11,"new","","",62,[[["string",3],["lonlat",3],["eventctx",3],["vec",3]],[["box",3],["state",8]]]],[0,"scenario","game::devtools","",null,null],[3,"ScenarioManager","game::devtools::scenario","",null,null],[12,"panel","","",63,null],[12,"scenario","","",63,null],[12,"unzoomed","","",63,null],[12,"zoomed","","",63,null],[11,"new","","",63,[[["eventctx",3],["app",3],["scenario",3]],[["box",3],["state",8]]]],[0,"story","game::devtools","",null,null],[3,"StoryMapEditor","game::devtools::story","",null,null],[12,"panel","","",64,null],[12,"story","","",64,null],[12,"mode","","",64,null],[12,"dirty","","",64,null],[12,"hovering","","",64,null],[3,"RecordedStoryMap","","",null,null],[12,"name","","",65,null],[12,"markers","","",65,null],[3,"StoryMap","","",null,null],[12,"name","","",66,null],[12,"markers","","",66,null],[3,"Marker","","",null,null],[12,"pts","","",67,null],[12,"event","","",67,null],[12,"hitbox","","",67,null],[12,"draw","","",67,null],[3,"Lasso","","",null,null],[12,"pl","","",68,null],[4,"Mode","","",null,null],[13,"View","","",69,null],[13,"PlacingMarker","","",69,null],[13,"Dragging","","",69,null],[13,"Editing","","",69,null],[13,"Freehand","","",69,null],[5,"make_panel","","",null,[[["eventctx",3],["storymap",3],["mode",4]],["panel",3]]],[5,"simplify","","",null,[[["pt2d",3],["vec",3]],["ring",3]]],[11,"new","","",64,[[["eventctx",3]],[["box",3],["state",8]]]],[11,"redo_panel","","",64,[[["eventctx",3]]]],[11,"new","","",66,[[],["storymap",3]]],[11,"load","","",66,[[["eventctx",3],["recordedstorymap",3],["app",3]],[["option",4],["storymap",3]]]],[11,"save","","",66,[[["app",3]]]],[11,"new","","",67,[[["string",3],["vec",3],["eventctx",3],["pt2d",3]],["marker",3]]],[11,"draw_hovered","","",67,[[["app",3],["gfxctx",3]]]],[11,"make_editor","","",67,[[["eventctx",3]],["panel",3]]],[11,"new","","",68,[[["pt2d",3]],["lasso",3]]],[11,"event","","",68,[[["eventctx",3]],[["option",4],["ring",3]]]],[11,"draw","","",68,[[["gfxctx",3]]]],[11,"new","game::devtools","",46,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"edit","game","",null,null],[3,"EditMode","game::edit","",null,null],[12,"tool_panel","","",70,null],[12,"top_center","","",70,null],[12,"changelist","","",70,null],[12,"orig_edits","","",70,null],[12,"orig_dirty","","",70,null],[12,"mode","","",70,null],[12,"changelist_key","","",70,null],[12,"unzoomed","","",70,null],[12,"zoomed","","",70,null],[3,"SaveEdits","","",null,null],[12,"panel","","",71,null],[12,"current_name","","",71,null],[12,"cancel","","",71,null],[12,"on_success","","",71,null],[12,"reset","","",71,null],[3,"LoadEdits","","",null,null],[12,"panel","","",72,null],[12,"mode","","",72,null],[3,"ConfirmDiscard","","",null,null],[12,"panel","","",73,null],[12,"discard","","",73,null],[5,"make_topcenter","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"apply_map_edits","","",null,[[["eventctx",3],["mapedits",3],["app",3]]]],[5,"can_edit_lane","","",null,[[["app",3],["gameplaymode",4],["laneid",3]]]],[5,"speed_limit_choices","","",null,[[["app",3]],[["choice",3],["vec",3]]]],[5,"maybe_edit_intersection","","",null,[[["app",3],["eventctx",3],["intersectionid",3],["gameplaymode",4]],[["box",3],["option",4]]]],[5,"make_changelist","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"cmd_to_id","","",null,[[["editcmd",4]],[["option",4],["id",4]]]],[0,"bulk","","",null,null],[3,"BulkSelect","game::edit::bulk","",null,null],[12,"panel","","",74,null],[12,"selector","","",74,null],[3,"BulkEdit","","",null,null],[12,"panel","","",75,null],[12,"roads","","",75,null],[12,"preview","","",75,null],[5,"make_select_panel","","",null,[[["eventctx",3],["roadselector",3]],["panel",3]]],[5,"get_lt_transformations","","",null,[[["panel",3]],["vec",3]]],[5,"make_lt_switcher","","",null,[[["eventctx",3],["vec",3]],["widget",3]]],[5,"make_bulk_edits","","",null,[[["vec",3],["vec",3],["app",3],["eventctx",3],["option",4],["speed",3]],[["box",3],["state",8]]]],[11,"new","","",74,[[["eventctx",3],["roadid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",75,[[["roadid",3],["eventctx",3],["vec",3],["drawable",3],["app",3]],[["box",3],["state",8]]]],[0,"cluster_traffic_signals","game::edit","",null,null],[3,"ClusterTrafficSignalEditor","game::edit::cluster_traffic_signals","",null,null],[12,"panel","","",76,null],[12,"members","","",76,null],[12,"groups","","",76,null],[12,"group_selected","","",76,null],[11,"new","","",76,[[["eventctx",3],["intersectioncluster",3],["app",3]],[["box",3],["state",8]]]],[0,"lanes","game::edit","",null,null],[3,"LaneEditor","game::edit::lanes","",null,null],[12,"l","","",77,null],[12,"mode","","",77,null],[12,"panel","","",77,null],[5,"reverse_lane","","",null,[[["map",3],["laneid",3]],["editcmd",4]]],[11,"new","","",77,[[["gameplaymode",4],["eventctx",3],["laneid",3],["app",3]],[["box",3],["state",8]]]],[0,"routes","game::edit","",null,null],[3,"RouteEditor","game::edit::routes","",null,null],[12,"panel","","",78,null],[12,"route","","",78,null],[11,"new","","",78,[[["eventctx",3],["busrouteid",3],["app",3]],[["box",3],["state",8]]]],[0,"select","game::edit","",null,null],[3,"RoadSelector","game::edit::select","",null,null],[12,"roads","","",79,null],[12,"preview","","",79,null],[12,"mode","","",79,null],[12,"dragging","","",79,null],[4,"Mode","","",null,null],[13,"Pan","","",80,null],[13,"Route","","",80,null],[12,"i1","game::edit::select::Mode","",81,null],[12,"preview_path","","",81,null],[13,"Paint","game::edit::select","",80,null],[13,"Erase","","",80,null],[11,"new","","",79,[[["app",3],["eventctx",3],["btreeset",3],["roadid",3]],["roadselector",3]]],[11,"make_controls","","",79,[[["eventctx",3]],["widget",3]]],[11,"roads_changed","","",79,[[["eventctx",3],["app",3]]]],[11,"event","","",79,[[["eventctx",3],["option",4],["app",3]]]],[11,"draw","","",79,[[["app",3],["gfxctx",3]]]],[0,"stop_signs","game::edit","",null,null],[3,"StopSignEditor","game::edit::stop_signs","",null,null],[12,"panel","","",82,null],[12,"id","","",82,null],[12,"mode","","",82,null],[12,"geom","","",82,null],[12,"selected_sign","","",82,null],[11,"new","","",82,[[["app",3],["eventctx",3],["gameplaymode",4],["intersectionid",3]],[["box",3],["state",8]]]],[0,"traffic_signals","game::edit","",null,null],[3,"TrafficSignalEditor","game::edit::traffic_signals","",null,null],[12,"side_panel","","",83,null],[12,"top_panel","","",83,null],[12,"mode","","",83,null],[12,"members","","",83,null],[12,"current_stage","","",83,null],[12,"movements","","",83,null],[12,"movement_selected","","",83,null],[12,"draw_current","","",83,null],[12,"command_stack","","",83,null],[12,"redo_stack","","",83,null],[12,"original","","",83,null],[12,"warn_changed","","",83,null],[12,"fade_irrelevant","","",83,null],[3,"BundleEdits","","",null,null],[12,"signals","","",84,null],[5,"make_top_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[5,"make_side_panel","","",null,[[["eventctx",3],["btreeset",3],["app",3]],["panel",3]]],[5,"check_for_missing_turns","","",null,[[["btreeset",3],["app",3]],[["bundleedits",3],["option",4]]]],[5,"draw_multiple_signals","","",null,[[["btreeset",3],["eventctx",3],["vec",3],["app",3]],["widget",3]]],[5,"squish_polygons_together","","",null,[[["vec",3],["polygon",3]],["vec",3]]],[5,"fade_irrelevant","","",null,[[["btreeset",3],["app",3]],["geombatch",3]]],[0,"edits","","",null,null],[3,"ChangeDuration","game::edit::traffic_signals::edits","",null,null],[12,"panel","","",85,null],[12,"idx","","",85,null],[5,"edit_entire_signal","","",null,[[["gameplaymode",4],["eventctx",3],["bundleedits",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",85,[[["eventctx",3],["controltrafficsignal",3]],[["box",3],["state",8]]]],[0,"offsets","game::edit::traffic_signals","",null,null],[3,"ShowAbsolute","game::edit::traffic_signals::offsets","",null,null],[12,"members","","",86,null],[12,"panel","","",86,null],[12,"labels","","",86,null],[3,"ShowRelative","","",null,null],[12,"base","","",87,null],[12,"members","","",87,null],[12,"panel","","",87,null],[12,"labels","","",87,null],[3,"TuneRelative","","",null,null],[12,"i1","","",88,null],[12,"i2","","",88,null],[12,"members","","",88,null],[12,"panel","","",88,null],[12,"labels","","",88,null],[11,"new","","",86,[[["btreeset",3],["eventctx",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",87,[[["btreeset",3],["eventctx",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",88,[[["btreeset",3],["eventctx",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[0,"picker","game::edit::traffic_signals","",null,null],[3,"SignalPicker","game::edit::traffic_signals::picker","",null,null],[12,"members","","",89,null],[12,"panel","","",89,null],[12,"mode","","",89,null],[5,"make_btn","","",null,[[["eventctx",3]],["widget",3]]],[11,"new","","",89,[[["btreeset",3],["gameplaymode",4],["eventctx",3],["intersectionid",3]],[["box",3],["state",8]]]],[0,"preview","game::edit::traffic_signals","",null,null],[3,"PreviewTrafficSignal","game::edit::traffic_signals::preview","",null,null],[12,"panel","","",90,null],[12,"speed","","",90,null],[12,"time_panel","","",90,null],[5,"make_previewer","","",null,[[["btreeset",3],["eventctx",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",90,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","game::edit::traffic_signals","",83,[[["btreeset",3],["app",3],["eventctx",3],["gameplaymode",4],["intersectionid",3]],[["box",3],["state",8]]]],[11,"change_stage","","",83,[[["eventctx",3],["app",3]]]],[11,"add_new_edit","","",83,[[["eventctx",3],["fn",8],["app",3]]]],[11,"recalc_draw_current","","",83,[[["eventctx",3],["app",3]]]],[11,"apply","","",84,[[["app",3]]]],[11,"commit","","",84,[[["eventctx",3],["app",3]]]],[11,"get_current","","",84,[[["btreeset",3],["app",3]],["bundleedits",3]]],[11,"synchronize","","",84,[[["btreeset",3],["app",3]],["bundleedits",3]]],[0,"validate","game::edit","",null,null],[5,"check_sidewalk_connectivity","game::edit::validate","",null,[[["eventctx",3],["editcmd",4],["app",3]],[["box",3],["option",4]]]],[5,"check_blackholes","","",null,[[["eventctx",3],["editcmd",4],["app",3]],[["box",3],["option",4]]]],[5,"try_change_lt","","",null,[[["map",3],["eventctx",3],["laneid",3],["lanetype",4]],[["editcmd",4],["box",3],["result",4]]]],[0,"zones","game::edit","",null,null],[3,"ZoneEditor","game::edit::zones","",null,null],[12,"panel","","",91,null],[12,"selector","","",91,null],[12,"allow_through_traffic","","",91,null],[12,"unzoomed","","",91,null],[12,"zoomed","","",91,null],[12,"orig_members","","",91,null],[5,"draw_zone","","",null,[[["eventctx",3],["btreeset",3],["app",3]]]],[5,"make_instructions","","",null,[[["eventctx",3],["btreeset",3]],["widget",3]]],[11,"new","","",91,[[["eventctx",3],["roadid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","game::edit","",70,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[11,"quit","","",70,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"new","","",71,[[["string",3],["transition",4],["into",8],["option",4],["fn",8],["app",3],["eventctx",3],["box",3]],[["box",3],["state",8]]]],[11,"recalc_btn","","",71,[[["eventctx",3],["app",3]]]],[11,"new","","",72,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[11,"new","","",73,[[["eventctx",3],["fn",8],["box",3]],[["box",3],["state",8]]]],[0,"game","game","Everything here should ideally be lifted to widgetry as…",null,null],[3,"ChooseSomething","game::game","",null,null],[12,"panel","","",92,null],[12,"cb","","",92,null],[3,"PromptInput","","",null,null],[12,"panel","","",93,null],[12,"cb","","",93,null],[3,"PopupMsg","","",null,null],[12,"panel","","",94,null],[12,"unzoomed","","",94,null],[12,"zoomed","","",94,null],[6,"Transition","","",null,null],[11,"new","","",92,[[["vec",3],["eventctx",3],["choice",3],["fn",8],["box",3]],[["box",3],["state",8]]]],[11,"new_below","","",92,[[["box",3],["vec",3],["eventctx",3],["screenrectangle",3],["choice",3],["fn",8]],[["box",3],["state",8]]]],[11,"new","","",93,[[["eventctx",3],["box",3],["fn",8]],[["box",3],["state",8]]]],[11,"new","","",94,[[["string",3],["vec",3],["into",8],["eventctx",3]],[["box",3],["state",8]]]],[11,"also_draw","","",94,[[["string",3],["vec",3],["into",8],["drawable",3],["eventctx",3]],[["box",3],["state",8]]]],[0,"helpers","game","",null,null],[4,"ID","game::helpers","",null,null],[13,"Road","","",95,null],[13,"Lane","","",95,null],[13,"Intersection","","",95,null],[13,"Building","","",95,null],[13,"ParkingLot","","",95,null],[13,"Car","","",95,null],[13,"Pedestrian","","",95,null],[13,"PedCrowd","","",95,null],[13,"BusStop","","",95,null],[13,"Area","","",95,null],[5,"list_names","","",null,[[["string",3],["fn",8],["btreeset",3],["text",3]]]],[5,"nice_map_name","","",null,[[["mapname",3]]]],[5,"cmp_duration_shorter","","",null,[[["duration",3],["app",3]],[["textspan",3],["vec",3]]]],[5,"color_for_mode","","",null,[[["tripmode",4],["app",3]],["color",3]]],[5,"color_for_agent_type","","",null,[[["agenttype",4],["app",3]],["color",3]]],[5,"color_for_trip_phase","","",null,[[["tripphasetype",4],["app",3]],["color",3]]],[5,"amenity_type","","",null,[[],["option",4]]],[5,"hotkey_btn","","",null,[[["string",3],["key",4],["into",8],["eventctx",3],["app",3]],["widget",3]]],[5,"intersections_from_roads","","",null,[[["btreeset",3],["map",3]],[["btreeset",3],["intersectionid",3]]]],[5,"checkbox_per_mode","","",null,[[["eventctx",3],["btreeset",3],["app",3]],["widget",3]]],[5,"open_browser","","",null,[[["string",3]]]],[5,"loading_tips","","",null,[[],["text",3]]],[5,"grey_out_map","","Make it clear the map can\'t be interacted with right now.",null,[[["app",3],["gfxctx",3]]]],[11,"from_agent","","",95,[[["agentid",4]],["id",4]]],[11,"agent_id","","",95,[[],[["option",4],["agentid",4]]]],[11,"canonical_point","","",95,[[["permap",3]],[["pt2d",3],["option",4]]]],[0,"info","game","",null,null],[3,"InfoPanel","game::info","",null,null],[12,"tab","","",96,null],[12,"time","","",96,null],[12,"is_paused","","",96,null],[12,"panel","","",96,null],[12,"unzoomed","","",96,null],[12,"zoomed","","",96,null],[12,"hyperlinks","","",96,null],[12,"warpers","","",96,null],[12,"time_warpers","","",96,null],[12,"cached_actions","","",96,null],[3,"Details","","",null,null],[12,"unzoomed","","",97,null],[12,"zoomed","","",97,null],[12,"hyperlinks","","",97,null],[12,"warpers","","",97,null],[12,"time_warpers","","",97,null],[12,"can_jump_to_time","","",97,null],[3,"DataOptions","","",null,null],[12,"show_before","","",98,null],[12,"show_end_of_day","","",98,null],[12,"disabled_types","","",98,null],[4,"Tab","","",null,null],[13,"PersonTrips","","",99,null],[13,"PersonBio","","",99,null],[13,"PersonSchedule","","",99,null],[13,"BusStatus","","",99,null],[13,"BusStop","","",99,null],[13,"BusRoute","","",99,null],[13,"ParkedCar","","",99,null],[13,"BldgInfo","","",99,null],[13,"BldgPeople","","",99,null],[13,"ParkingLot","","",99,null],[13,"Crowd","","",99,null],[13,"Area","","",99,null],[13,"IntersectionInfo","","",99,null],[13,"IntersectionTraffic","","",99,null],[13,"IntersectionDelay","","",99,null],[13,"IntersectionDemand","","",99,null],[13,"IntersectionArrivals","","",99,null],[13,"IntersectionTrafficSignal","","",99,null],[13,"LaneInfo","","",99,null],[13,"LaneDebug","","",99,null],[13,"LaneTraffic","","",99,null],[5,"make_table","","",null,[[["eventctx",3],["vec",3]],[["widget",3],["vec",3]]]],[5,"throughput","","",null,[[["dataoptions",3],["fn",8],["eventctx",3],["app",3]],["widget",3]]],[5,"make_tabs","","",null,[[["tab",4],["vec",3],["eventctx",3],["hashmap",3]],["widget",3]]],[5,"header_btns","","",null,[[["eventctx",3]],["widget",3]]],[0,"building","","",null,null],[5,"info","game::info::building","",null,[[["details",3],["buildingid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"people","","",null,[[["details",3],["buildingid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["details",3],["buildingid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"draw_occupants","","",null,[[["details",3],["buildingid",3],["personid",3],["option",4],["app",3]]]],[0,"bus","game::info","",null,null],[5,"stop","game::info::bus","",null,[[["details",3],["eventctx",3],["busstopid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"bus_status","","",null,[[["details",3],["eventctx",3],["carid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"bus_header","","",null,[[["tab",4],["details",3],["eventctx",3],["carid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"route","","",null,[[["details",3],["busrouteid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"describe_schedule","","",null,[[["busroute",3]],["text",3]]],[0,"debug","game::info","",null,null],[5,"area","game::info::debug","",null,[[["details",3],["eventctx",3],["areaid",3],["app",3]],[["widget",3],["vec",3]]]],[0,"intersection","game::info","",null,null],[5,"info","game::info::intersection","",null,[[["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"traffic","","",null,[[["dataoptions",3],["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"delay","","",null,[[["dataoptions",3],["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"current_demand","","",null,[[["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"arrivals","","",null,[[["dataoptions",3],["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"traffic_signal","","",null,[[["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"delay_plot","","",null,[[["dataoptions",3],["eventctx",3],["intersectionid",3],["app",3]],["widget",3]]],[5,"header","","",null,[[["tab",4],["details",3],["eventctx",3],["intersectionid",3],["app",3]],[["widget",3],["vec",3]]]],[0,"lane","game::info","",null,null],[5,"info","game::info::lane","",null,[[["details",3],["eventctx",3],["laneid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"debug","","",null,[[["details",3],["eventctx",3],["laneid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"traffic","","",null,[[["dataoptions",3],["details",3],["eventctx",3],["laneid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["details",3],["eventctx",3],["laneid",3],["app",3]],[["widget",3],["vec",3]]]],[0,"parking_lot","game::info","",null,null],[5,"info","game::info::parking_lot","",null,[[["details",3],["eventctx",3],["parkinglotid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["details",3],["eventctx",3],["parkinglotid",3]],[["widget",3],["vec",3]]]],[0,"person","game::info","",null,null],[5,"trips","game::info::person","",null,[[["details",3],["personid",3],["btreemap",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"bio","","",null,[[["details",3],["personid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"schedule","","",null,[[["details",3],["personid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"crowd","","",null,[[["vec",3],["details",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"parked_car","","",null,[[["details",3],["eventctx",3],["carid",3],["app",3]],[["widget",3],["vec",3]]]],[5,"header","","",null,[[["tab",4],["details",3],["personid",3],["eventctx",3],["app",3]],[["widget",3],["vec",3]]]],[5,"current_status","","",null,[[["eventctx",3],["person",3],["map",3]],["widget",3]]],[5,"cmp_duration_shorter","","",null,[[["duration",3]],["textspan",3]]],[0,"trip","game::info","",null,null],[3,"OpenTrip","game::info::trip","",null,null],[12,"show_after","","",100,null],[12,"cached_routes","","",100,null],[5,"ongoing","","",null,[[["opentrip",3],["tripid",3],["details",3],["eventctx",3],["agentid",4],["app",3]],["widget",3]]],[5,"future","","",null,[[["opentrip",3],["tripid",3],["details",3],["eventctx",3],["app",3]],["widget",3]]],[5,"finished","","",null,[[["personid",3],["btreemap",3],["tripid",3],["eventctx",3],["details",3],["app",3]],["widget",3]]],[5,"cancelled","","",null,[[["opentrip",3],["tripid",3],["details",3],["eventctx",3],["app",3]],["widget",3]]],[5,"highlight_slow_intersections","","Highlights intersections which were \\\"slow\\\" on the map",null,[[["details",3],["tripid",3],["eventctx",3],["app",3]]]],[5,"highlight_slow_lanes","","Highlights lanes which were \\\"slow\\\" on the map",null,[[["details",3],["tripid",3],["eventctx",3],["app",3]]]],[5,"make_timeline","","Draws the timeline for a single trip, with tooltips",null,[[["vec",3],["tripid",3],["eventctx",3],["option",4],["app",3]],["widget",3]]],[5,"make_trip_details","","Creates the timeline, location warp, and time warp buttons…",null,[[["opentrip",3],["tripid",3],["map",3],["app",3],["details",3],["tripphase",3],["vec",3],["eventctx",3],["option",4]],["widget",3]]],[5,"make_elevation","","",null,[[["color",3],["eventctx",3],["path",3],["map",3]],["widget",3]]],[5,"endpoint","","",null,[[["app",3],["tripendpoint",4]]]],[11,"single","","",100,[[["tripid",3]],[["btreemap",3],["tripid",3],["opentrip",3]]]],[11,"new","","",100,[[],["opentrip",3]]],[8,"ContextualActions","game::info","",null,null],[10,"actions","","",101,[[["id",4],["app",3]],["vec",3]]],[10,"execute","","",101,[[["string",3],["id",4],["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[10,"is_paused","","",101,[[]]],[10,"gameplay_mode","","",101,[[],["gameplaymode",4]]],[11,"from_id","","",99,[[["id",4],["app",3]],["tab",4]]],[11,"to_id","","",99,[[["app",3]],[["option",4],["id",4]]]],[11,"changed_settings","","",99,[[["panel",3]],[["tab",4],["option",4]]]],[11,"variant","","",99,[[]]],[11,"new","","",96,[[["tab",4],["contextualactions",8],["app",3],["eventctx",3]],["infopanel",3]]],[11,"event","","",96,[[["eventctx",3],["contextualactions",8],["app",3]]]],[11,"draw","","",96,[[["app",3],["gfxctx",3]]]],[11,"active_keys","","",96,[[],["vec",3]]],[11,"active_id","","",96,[[["app",3]],[["option",4],["id",4]]]],[11,"new","","",98,[[],["dataoptions",3]]],[11,"to_controls","","",98,[[["eventctx",3],["app",3]],["widget",3]]],[11,"from_controls","","",98,[[["panel",3]],["dataoptions",3]]],[11,"disabled_series","","",98,[[],[["hashset",3],["string",3]]]],[0,"layer","game","",null,null],[3,"PickLayer","game::layer","",null,null],[12,"panel","","",102,null],[4,"LayerOutcome","","",null,null],[13,"Close","","",103,null],[13,"Replace","","",103,null],[0,"elevation","","",null,null],[3,"Elevation","game::layer::elevation","",null,null],[12,"unzoomed","","",104,null],[12,"zoomed","","",104,null],[12,"panel","","",104,null],[11,"new","","",104,[[["eventctx",3],["app",3]],["elevation",3]]],[0,"map","game::layer","",null,null],[3,"BikeNetwork","game::layer::map","",null,null],[12,"panel","","",105,null],[12,"time","","",105,null],[12,"unzoomed","","",105,null],[12,"zoomed","","",105,null],[3,"Static","","",null,null],[12,"panel","","",106,null],[12,"unzoomed","","",106,null],[12,"zoomed","","",106,null],[12,"name","","",106,null],[3,"CongestionCaps","","",null,null],[12,"panel","","",107,null],[12,"time","","",107,null],[12,"unzoomed","","",107,null],[12,"zoomed","","",107,null],[12,"tooltip","","",107,null],[11,"new","","",105,[[["eventctx",3],["app",3]],["bikenetwork",3]]],[11,"new","","",106,[[["string",3],["eventctx",3],["colordiscrete",3],["widget",3]],["static",3]]],[11,"edits","","",106,[[["eventctx",3],["app",3]],["static",3]]],[11,"amenities","","",106,[[["eventctx",3],["app",3]],["static",3]]],[11,"no_sidewalks","","",106,[[["eventctx",3],["app",3]],["static",3]]],[11,"blackholes","","",106,[[["eventctx",3],["app",3]],["static",3]]],[11,"new","","",107,[[["eventctx",3],["app",3]],["congestioncaps",3]]],[0,"pandemic","game::layer","",null,null],[3,"Pandemic","game::layer::pandemic","",null,null],[12,"time","","",108,null],[12,"opts","","",108,null],[12,"draw","","",108,null],[12,"panel","","",108,null],[3,"Options","","",null,null],[12,"heatmap","","",109,null],[12,"state","","",109,null],[4,"SEIR","","",null,null],[13,"Sane","","",110,null],[13,"Exposed","","",110,null],[13,"Infected","","",110,null],[13,"Recovered","","",110,null],[13,"Dead","","",110,null],[5,"make_controls","","",null,[[["options",3],["eventctx",3],["option",4],["widget",3],["app",3]],["panel",3]]],[11,"new","","",108,[[["eventctx",3],["options",3],["app",3]],["pandemic",3]]],[11,"options","","",108,[[],["options",3]]],[0,"parking","game::layer","",null,null],[3,"Occupancy","game::layer::parking","",null,null],[12,"time","","",111,null],[12,"onstreet","","",111,null],[12,"garages","","",111,null],[12,"lots","","",111,null],[12,"private_bldgs","","",111,null],[12,"looking_for_parking","","",111,null],[12,"unzoomed","","",111,null],[12,"zoomed","","",111,null],[12,"panel","","",111,null],[3,"Efficiency","","",null,null],[12,"time","","",112,null],[12,"unzoomed","","",112,null],[12,"zoomed","","",112,null],[12,"panel","","",112,null],[4,"Loc","","",null,null],[13,"Road","","",113,null],[13,"Bldg","","",113,null],[13,"Lot","","",113,null],[11,"new","","",111,[[["eventctx",3],["app",3]],["occupancy",3]]],[11,"new","","",113,[[["parkingspot",4],["map",3]],["loc",4]]],[11,"new","","",112,[[["eventctx",3],["app",3]],["efficiency",3]]],[0,"population","game::layer","",null,null],[3,"PopulationMap","game::layer::population","",null,null],[12,"time","","",114,null],[12,"opts","","",114,null],[12,"draw","","",114,null],[12,"panel","","",114,null],[3,"Options","","",null,null],[12,"heatmap","","",115,null],[5,"make_controls","","",null,[[["app",3],["eventctx",3],["option",4],["widget",3],["options",3]],["panel",3]]],[11,"new","","",114,[[["eventctx",3],["options",3],["app",3]],["populationmap",3]]],[11,"options","","",114,[[],["options",3]]],[0,"traffic","game::layer","",null,null],[3,"Backpressure","game::layer::traffic","",null,null],[12,"time","","",116,null],[12,"unzoomed","","",116,null],[12,"zoomed","","",116,null],[12,"panel","","",116,null],[3,"Throughput","","",null,null],[12,"time","","",117,null],[12,"tooltip","","",117,null],[12,"unzoomed","","",117,null],[12,"zoomed","","",117,null],[12,"panel","","",117,null],[3,"CompareThroughput","","",null,null],[12,"time","","",118,null],[12,"unzoomed","","",118,null],[12,"zoomed","","",118,null],[12,"panel","","",118,null],[3,"TrafficJams","","",null,null],[12,"time","","",119,null],[12,"unzoomed","","",119,null],[12,"zoomed","","",119,null],[12,"panel","","",119,null],[3,"Jam","","",null,null],[12,"epicenter","","",120,null],[12,"members","","",120,null],[3,"Delay","","",null,null],[12,"time","","",121,null],[12,"unzoomed","","",121,null],[12,"panel","","",121,null],[5,"cluster_jams","","",null,[[["map",3],["vec",3]],["vec",3]]],[11,"new","","",116,[[["eventctx",3],["app",3]],["backpressure",3]]],[11,"new","","",117,[[["eventctx",3],["app",3]],["throughput",3]]],[11,"new","","",118,[[["eventctx",3],["app",3]],["comparethroughput",3]]],[11,"new","","",119,[[["eventctx",3],["app",3]],["trafficjams",3]]],[11,"adjacent_to","","",120,[[["map",3],["intersectionid",3]]]],[11,"all_polygons","","",120,[[["map",3]],[["vec",3],["polygon",3]]]],[11,"new","","",121,[[["eventctx",3],["app",3]],["delay",3]]],[0,"transit","game::layer","",null,null],[3,"TransitNetwork","game::layer::transit","",null,null],[12,"panel","","",122,null],[12,"unzoomed","","",122,null],[12,"zoomed","","",122,null],[11,"new","","",122,[[["eventctx",3],["app",3]],["transitnetwork",3]]],[8,"Layer","game::layer","",null,null],[10,"name","","",123,[[],["option",4]]],[10,"event","","",123,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[10,"draw","","",123,[[["app",3],["gfxctx",3]]]],[10,"draw_minimap","","",123,[[["gfxctx",3]]]],[11,"simple_event","","",123,[[["eventctx",3],["panel",3],["panel",3]],[["option",4],["layeroutcome",4]]]],[11,"update","","",102,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["transition",4]]]],[11,"pick","","",102,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"load","game","Loading large resources (like maps, scenarios, and…",null,null],[3,"MapLoader","game::load","",null,null],[3,"MapAlreadyLoaded","","",null,null],[12,"on_load","","",124,null],[0,"native_loader","","",null,null],[3,"FileLoader","game::load::native_loader","",null,null],[12,"path","","",125,null],[12,"on_load","","",125,null],[11,"new","","",125,[[["string",3],["box",3],["eventctx",3],["fnonce",8]],[["box",3],["state",8]]]],[11,"new","game::load","",126,[[["app",3],["fnonce",8],["box",3],["eventctx",3],["mapname",3]],[["box",3],["state",8]]]],[0,"options","game","",null,null],[3,"Options","game::options","Options controlling the UI.",null,null],[12,"dev","","Dev mode exposes experimental tools useful for debugging,…",127,null],[12,"debug_all_agents","","Every time we draw, render all agents zoomed in. Extremely…",127,null],[12,"traffic_signal_style","","How traffic signals should be rendered.",127,null],[12,"color_scheme","","The color scheme for map elements, agents, and the UI.",127,null],[12,"toggle_day_night_colors","","Automatically change color_scheme based on simulation time…",127,null],[12,"min_zoom_for_detail","","Map elements are drawn differently when unzoomed and…",127,null],[12,"camera_angle","","Draw buildings in different perspectives",127,null],[12,"time_increment","","How much to advance the sim with one of the speed controls",127,null],[12,"dont_draw_time_warp","","When time warping, don\'t draw to speed up simulation",127,null],[12,"jump_to_delay","","The delay threshold to halt on when jumping to the next…",127,null],[12,"language","","Display roads and buildings in an alternate language, if…",127,null],[12,"units","","How to render geometric units",127,null],[3,"OptionsPanel","","",null,null],[12,"panel","","",128,null],[4,"TrafficSignalStyle","","Different ways of drawing traffic signals. The names of…",null,null],[13,"BAP","","",129,null],[13,"Yuwen","","",129,null],[13,"IndividualTurnArrows","","",129,null],[4,"CameraAngle","","",null,null],[13,"TopDown","","",130,null],[13,"IsometricNE","","",130,null],[13,"IsometricNW","","",130,null],[13,"IsometricSE","","",130,null],[13,"IsometricSW","","",130,null],[13,"Abstract","","",130,null],[11,"default","","",127,[[],["options",3]]],[11,"new","","",128,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"pregame","game","",null,null],[3,"TitleScreen","game::pregame","",null,null],[12,"panel","","",131,null],[12,"screensaver","","",131,null],[12,"rng","","",131,null],[3,"MainMenu","","",null,null],[12,"panel","","",132,null],[3,"About","","",null,null],[12,"panel","","",133,null],[3,"Proposals","","",null,null],[12,"panel","","",134,null],[12,"proposals","","",134,null],[12,"current","","",134,null],[3,"Screensaver","","",null,null],[12,"line","","",135,null],[12,"started","","",135,null],[0,"built_info","","",null,null],[5,"time","game::pregame::built_info","",null,[[],["text",3]]],[17,"CI_PLATFORM","","The Continuous Integration platform detected during…",null,null],[17,"PKG_VERSION","","The full version.",null,null],[17,"PKG_VERSION_MAJOR","","The major version.",null,null],[17,"PKG_VERSION_MINOR","","The minor version.",null,null],[17,"PKG_VERSION_PATCH","","The patch version.",null,null],[17,"PKG_VERSION_PRE","","The pre-release version.",null,null],[17,"PKG_AUTHORS","","A colon-separated list of authors.",null,null],[17,"PKG_NAME","","The name of the package.",null,null],[17,"PKG_DESCRIPTION","","The description.",null,null],[17,"PKG_HOMEPAGE","","The homepage.",null,null],[17,"TARGET","","The target triple that was being compiled for.",null,null],[17,"HOST","","The host triple of the rust compiler.",null,null],[17,"PROFILE","","`release` for release builds, `debug` for other builds.",null,null],[17,"RUSTC","","The compiler that cargo resolved to use.",null,null],[17,"RUSTDOC","","The documentation generator that cargo resolved to use.",null,null],[17,"OPT_LEVEL","","Value of OPT_LEVEL for the profile used during compilation.",null,null],[17,"NUM_JOBS","","The parallelism that was specified during compilation.",null,null],[17,"DEBUG","","Value of DEBUG for the profile used during compilation.",null,null],[17,"FEATURES","","The features that were enabled during compilation.",null,null],[17,"FEATURES_STR","","The features as a comma-separated string.",null,null],[17,"RUSTC_VERSION","","The output of `rustc -V`",null,null],[17,"RUSTDOC_VERSION","","The output of `rustdoc -V`",null,null],[17,"BUILT_TIME_UTC","","The built-time in RFC2822, UTC",null,null],[17,"CFG_TARGET_ARCH","","The target architecture, given by `cfg!(target_arch)`.",null,null],[17,"CFG_ENDIAN","","The endianness, given by `cfg!(target_endian)`.",null,null],[17,"CFG_ENV","","The toolchain-environment, given by `cfg!(target_env)`.",null,null],[17,"CFG_FAMILY","","The OS-family, given by `cfg!(target_family)`.",null,null],[17,"CFG_OS","","The operating system, given by `cfg!(target_os)`.",null,null],[17,"CFG_POINTER_WIDTH","","The pointer width, given by `cfg!(target_pointer_width)`.",null,null],[11,"new","game::pregame","",131,[[["eventctx",3],["app",3]],["titlescreen",3]]],[11,"new","","",132,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",133,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",134,[[["string",3],["option",4],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"bounce","","",135,[[["eventctx",3],["xorshiftrng",3],["app",3]],["screensaver",3]]],[11,"update","","",135,[[["xorshiftrng",3],["eventctx",3],["app",3]]]],[0,"render","game","",null,null],[3,"DrawOptions","game::render","Control how the map is drawn.",null,null],[12,"suppress_traffic_signal_details","","Don\'t draw the current traffic signal state.",136,null],[12,"label_buildings","","Label every building.",136,null],[12,"show_building_paths","","Draw building paths.",136,null],[5,"draw_vehicle","","",null,[[["prerender",3],["drawcarinput",3],["map",3],["colorscheme",3]],[["box",3],["renderable",8]]]],[5,"unzoomed_agent_radius","","",null,[[["vehicletype",4],["option",4]],["distance",3]]],[0,"area","","",null,null],[3,"DrawArea","game::render::area","",null,null],[12,"id","","",137,null],[11,"new","","",137,[[["geombatch",3],["area",3],["eventctx",3],["colorscheme",3]],["drawarea",3]]],[11,"fill","","",137,[[["areatype",4],["colorscheme",3]],["fill",4]]],[0,"bike","game::render","",null,null],[3,"DrawBike","game::render::bike","",null,null],[12,"id","","",138,null],[12,"body_circle","","",138,null],[12,"zorder","","",138,null],[12,"draw_default","","",138,null],[11,"new","","",138,[[["prerender",3],["drawcarinput",3],["map",3],["colorscheme",3]],["drawbike",3]]],[0,"building","game::render","",null,null],[3,"DrawBuilding","game::render::building","",null,null],[12,"id","","",139,null],[12,"label","","",139,null],[11,"new","","",139,[[["colorscheme",3],["geombatch",3],["options",3],["eventctx",3],["map",3],["building",3]],["drawbuilding",3]]],[0,"bus_stop","game::render","",null,null],[3,"DrawBusStop","game::render::bus_stop","",null,null],[12,"id","","",140,null],[12,"center","","",140,null],[12,"zorder","","",140,null],[12,"draw_default","","",140,null],[17,"RADIUS","","",null,null],[11,"new","","",140,[[["busstop",3],["eventctx",3],["map",3],["colorscheme",3]],["drawbusstop",3]]],[0,"car","game::render","",null,null],[3,"DrawCar","game::render::car","",null,null],[12,"id","","",141,null],[12,"body","","",141,null],[12,"body_polygon","","",141,null],[12,"zorder","","",141,null],[12,"draw_default","","",141,null],[5,"thick_line_from_angle","","",null,[[["angle",3],["pt2d",3],["distance",3]],["polygon",3]]],[5,"zoomed_color_car","","",null,[[["drawcarinput",3],["colorscheme",3]],["color",3]]],[17,"CAR_WIDTH","","",null,null],[11,"new","","",141,[[["prerender",3],["drawcarinput",3],["map",3],["colorscheme",3]],["drawcar",3]]],[0,"intersection","game::render","",null,null],[3,"DrawIntersection","game::render::intersection","",null,null],[12,"id","","",142,null],[12,"zorder","","",142,null],[12,"draw_default","","",142,null],[12,"draw_traffic_signal","","",142,null],[5,"calculate_corners","","",null,[[["intersection",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"calculate_corners_with_borders","","",null,[[["geombatch",3],["intersection",3],["app",3]]]],[5,"calculate_border_arrows","","",null,[[["intersection",3],["road",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"make_octagon","","",null,[[["angle",3],["pt2d",3],["distance",3]],["polygon",3]]],[5,"make_crosswalk","","",null,[[["geombatch",3],["turn",3],["map",3],["colorscheme",3]]]],[5,"make_rainbow_crosswalk","","",null,[[["geombatch",3],["map",3],["turn",3]]]],[5,"perp_line","","",null,[[["line",3],["distance",3]],["line",3]]],[11,"new","","",142,[[["intersection",3],["map",3]],["drawintersection",3]]],[11,"clear_rendering","","",142,[[]]],[11,"render","","",142,[[["app",3],["gfxctx",3]],["drawable",3]]],[11,"stop_sign_geom","","",142,[[["map",3],["roadwithstopsign",3]],["option",4]]],[0,"lane","game::render","",null,null],[3,"DrawLane","game::render::lane","",null,null],[12,"id","","",143,null],[12,"polygon","","",143,null],[12,"zorder","","",143,null],[12,"draw_default","","",143,null],[5,"perp_line","","",null,[[["line",3],["distance",3]],["line",3]]],[5,"calculate_sidewalk_lines","","",null,[[["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_parking_lines","","",null,[[["lane",3],["map",3]],[["vec",3],["polygon",3]]]],[5,"calculate_driving_lines","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_turn_markings","","",null,[[["map",3],["lane",3]],[["vec",3],["polygon",3]]]],[5,"calculate_one_way_markings","","",null,[[["road",3],["lane",3]],[["vec",3],["polygon",3]]]],[11,"new","","",143,[[["lane",3],["map",3]],["drawlane",3]]],[11,"clear_rendering","","",143,[[]]],[11,"render","","",143,[[["app",3],["gfxctx",3]],["drawable",3]]],[0,"map","game::render","",null,null],[3,"DrawMap","game::render::map","",null,null],[12,"roads","","",144,null],[12,"lanes","","",144,null],[12,"intersections","","",144,null],[12,"buildings","","",144,null],[12,"parking_lots","","",144,null],[12,"bus_stops","","",144,null],[12,"areas","","",144,null],[12,"agents","","",144,null],[12,"boundary_polygon","","",144,null],[12,"draw_all_unzoomed_roads_and_intersections","","",144,null],[12,"draw_all_buildings","","",144,null],[12,"draw_all_building_paths","","",144,null],[12,"draw_all_building_outlines","","",144,null],[12,"draw_all_unzoomed_parking_lots","","",144,null],[12,"draw_all_areas","","",144,null],[12,"quadtree","","",144,null],[3,"AgentCache","","",null,null],[12,"time","","",145,null],[12,"agents_per_on","","",145,null],[12,"unzoomed","","",145,null],[3,"UnzoomedAgents","","",null,null],[12,"cars","","",146,null],[12,"bikes","","",146,null],[12,"buses_and_trains","","",146,null],[12,"peds","","",146,null],[12,"car_color","","",146,null],[12,"bike_color","","",146,null],[12,"bus_color","","",146,null],[12,"ped_color","","",146,null],[11,"new","","Returns the DrawMap and also the zorder_range (low, high)",144,[[["timer",3],["options",3],["eventctx",3],["map",3],["colorscheme",3]]]],[11,"regenerate_unzoomed_layer","","",144,[[["timer",3],["eventctx",3],["map",3],["colorscheme",3]],["drawable",3]]],[11,"get_r","","",144,[[["roadid",3]],["drawroad",3]]],[11,"get_l","","",144,[[["laneid",3]],["drawlane",3]]],[11,"get_i","","",144,[[["intersectionid",3]],["drawintersection",3]]],[11,"get_b","","",144,[[["buildingid",3]],["drawbuilding",3]]],[11,"get_pl","","",144,[[["parkinglotid",3]],["drawparkinglot",3]]],[11,"get_bs","","",144,[[["busstopid",3]],["drawbusstop",3]]],[11,"get_a","","",144,[[["areaid",3]],["drawarea",3]]],[11,"get_obj","","",144,[[["agentcache",3],["id",4],["eventctx",3],["app",3]],[["renderable",8],["option",4]]]],[11,"get_matching_objects","","",144,[[["bounds",3]],[["vec",3],["id",4]]]],[11,"get","","",145,[[["traversable",4]],[["vec",3],["renderable",8]]]],[11,"populate_if_needed","","",145,[[["prerender",3],["sim",3],["traversable",4],["map",3],["colorscheme",3]]]],[11,"calculate_unzoomed_agents","","If the sim time has changed or the unzoomed agent filters…",145,[[["app",3]],["quadtree",3]]],[11,"draw_unzoomed_agents","","",145,[[["app",3],["gfxctx",3]]]],[11,"new","","",146,[[["colorscheme",3]],["unzoomedagents",3]]],[11,"color","","",146,[[["unzoomedagent",3]],[["option",4],["color",3]]]],[0,"parking_lot","game::render","",null,null],[3,"DrawParkingLot","game::render::parking_lot","",null,null],[12,"id","","",147,null],[12,"draw","","",147,null],[11,"new","","",147,[[["geombatch",3],["eventctx",3],["parkinglot",3],["colorscheme",3]],["drawparkinglot",3]]],[0,"pedestrian","game::render","",null,null],[3,"DrawPedestrian","game::render::pedestrian","",null,null],[12,"id","","",148,null],[12,"body_circle","","",148,null],[12,"zorder","","",148,null],[12,"draw_default","","",148,null],[3,"DrawPedCrowd","","",null,null],[12,"members","","",149,null],[12,"blob","","",149,null],[12,"blob_pl","","",149,null],[12,"zorder","","",149,null],[12,"draw_default","","",149,null],[11,"new","","",148,[[["drawpedestrianinput",3],["prerender",3],["map",3],["colorscheme",3]],["drawpedestrian",3]]],[11,"geometry","","",148,[[["geombatch",3],["drawpedestrianinput",3],["colorscheme",3]]]],[11,"new","","",149,[[["prerender",3],["map",3],["drawpedcrowdinput",3],["colorscheme",3]],["drawpedcrowd",3]]],[0,"road","game::render","",null,null],[3,"DrawRoad","game::render::road","",null,null],[12,"id","","",150,null],[12,"zorder","","",150,null],[12,"draw_center_line","","",150,null],[12,"label","","",150,null],[11,"new","","",150,[[["road",3]],["drawroad",3]]],[11,"clear_rendering","","",150,[[]]],[0,"traffic_signal","game::render","",null,null],[5,"draw_signal_stage","game::render::traffic_signal","",null,[[["prerender",3],["trafficsignalstyle",4],["app",3],["geombatch",3],["stage",3],["option",4],["intersectionid",3],["duration",3]]]],[5,"draw_stage_number","","",null,[[["prerender",3],["geombatch",3],["intersectionid",3],["app",3]]]],[5,"draw_time_left","","",null,[[["prerender",3],["duration",3],["geombatch",3],["stage",3],["intersectionid",3],["app",3]]]],[5,"walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"dont_walk_icon","","",null,[[["prerender",3],["movement",3]],["geombatch",3]]],[5,"crosswalk_icon","","",null,[[["polyline",3]]]],[0,"turn","game::render","",null,null],[3,"DrawMovement","game::render::turn","",null,null],[12,"id","","",151,null],[12,"hitbox","","",151,null],[3,"DrawUberTurnGroup","","",null,null],[12,"group","","",152,null],[12,"block","","",152,null],[12,"arrow","","",152,null],[5,"make_block_geom","","",null,[[["distance",3],["angle",3],["polyline",3]]]],[5,"make_circle_geom","","",null,[[["angle",3],["polyline",3]]]],[17,"TURN_ICON_ARROW_LENGTH","","",null,null],[11,"for_i","","",151,[[["prerender",3],["map",3],["intersectionid",3],["colorscheme",3]],["vec",3]]],[11,"draw_selected_movement","","",151,[[["geombatch",3],["option",4],["turnpriority",4],["app",3]]]],[11,"new","","",152,[[["intersectioncluster",3],["map",3]],[["vec",3],["drawuberturngroup",3]]]],[17,"BIG_ARROW_THICKNESS","game::render","",null,null],[17,"CROSSWALK_LINE_THICKNESS","","",null,null],[17,"OUTLINE_THICKNESS","","",null,null],[8,"Renderable","","",null,null],[10,"get_id","","",153,[[],["id",4]]],[10,"draw","","",153,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",153,[[]]],[10,"get_outline","","",153,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",153,[[["pt2d",3],["map",3]]]],[11,"new","","Default options for drawing a map.",136,[[],["drawoptions",3]]],[0,"sandbox","game","",null,null],[3,"SandboxMode","game::sandbox","",null,null],[12,"gameplay","","",154,null],[12,"gameplay_mode","","",154,null],[12,"controls","","",154,null],[12,"recalc_unzoomed_agent","","",154,null],[3,"SandboxControls","","",null,null],[12,"common","","",155,null],[12,"route_preview","","",155,null],[12,"tool_panel","","",155,null],[12,"time_panel","","",155,null],[12,"speed","","",155,null],[12,"agent_meter","","",155,null],[12,"minimap","","",155,null],[3,"BackToMainMenu","","",null,null],[3,"AgentMeter","","",null,null],[12,"time","","",156,null],[12,"panel","","",156,null],[3,"Actions","","",null,null],[12,"is_paused","","",157,null],[12,"can_interact","","",157,null],[12,"gameplay","","",157,null],[3,"SandboxLoader","","",null,null],[12,"stage","","",158,null],[12,"mode","","",158,null],[12,"finalize","","",158,null],[4,"LoadStage","","",null,null],[13,"LoadingMap","","",159,null],[13,"LoadingScenario","","",159,null],[13,"GotScenario","","",159,null],[13,"LoadingPrebaked","","",159,null],[13,"GotPrebaked","","",159,null],[13,"Finalizing","","",159,null],[5,"maybe_exit_sandbox","","",null,[[["eventctx",3]],[["transition",4],["app",3]]]],[5,"mouseover_unzoomed_agent_circle","","",null,[[["eventctx",3],["app",3]]]],[5,"is_daytime","","",null,[[["app",3]]]],[0,"dashboards","","",null,null],[4,"DashTab","game::sandbox::dashboards","",null,null],[13,"FinishedTripTable","","",160,null],[13,"CancelledTripTable","","",160,null],[13,"UnfinishedTripTable","","",160,null],[13,"TripSummaries","","",160,null],[13,"ParkingOverhead","","",160,null],[13,"ActiveTraffic","","",160,null],[13,"TransitRoutes","","",160,null],[13,"CommuterPatterns","","",160,null],[13,"TrafficSignals","","",160,null],[0,"commuter","","",null,null],[3,"CommuterPatterns","game::sandbox::dashboards::commuter","",null,null],[12,"bldg_to_block","","",161,null],[12,"border_to_block","","",161,null],[12,"blocks","","",161,null],[12,"current_block","","",161,null],[12,"filter","","",161,null],[12,"trips_from_block","","",161,null],[12,"trips_to_block","","",161,null],[12,"panel","","",161,null],[12,"draw_all_blocks","","",161,null],[3,"PanelState","","",null,null],[12,"building_counts","","",162,null],[12,"max_count","","",162,null],[12,"total_trips","","",162,null],[3,"Block","","",null,null],[12,"id","","",163,null],[12,"bldgs","","",163,null],[12,"borders","","",163,null],[12,"shape","","",163,null],[3,"Filter","","",null,null],[12,"from_block","","",164,null],[12,"include_borders","","",164,null],[12,"depart_from","","",164,null],[12,"depart_until","","",164,null],[12,"modes","","",164,null],[3,"Loop","","",null,null],[12,"bldgs","","",165,null],[12,"proper","","",165,null],[12,"roads","","",165,null],[4,"BlockSelection","","",null,null],[13,"NothingSelected","","",166,null],[13,"Unlocked","","",166,null],[13,"Locked","","",166,null],[12,"base","game::sandbox::dashboards::commuter::BlockSelection","",167,null],[12,"compare_to","","",167,null],[4,"BorderType","game::sandbox::dashboards::commuter","",null,null],[13,"Incoming","","",168,null],[13,"Outgoing","","",168,null],[13,"Both","","",168,null],[5,"group_bldgs","","",null,[[["app",3]]]],[5,"build_shape_for_border","","",null,[[["intersection",3],["bordertype",4],["map",3]],["polygon",3]]],[5,"partition_sidewalk_loops","","",null,[[["app",3]],[["loop",3],["vec",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["app",3]],["panel",3]]],[6,"BlockID","","",null,null],[11,"new","","",161,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"count_per_block","","",161,[[["block",3]],["vec",3]]],[11,"build_block_drawable","","",161,[[["blockselection",4],["eventctx",3],["app",3]]]],[11,"redraw_panel","","",161,[[["panelstate",3],["eventctx",3],["option",4],["app",3]]]],[0,"generic_trip_table","game::sandbox::dashboards","",null,null],[3,"GenericTripTable","game::sandbox::dashboards::generic_trip_table","",null,null],[12,"table","","",169,null],[12,"panel","","",169,null],[12,"make_panel","","",169,null],[12,"tab","","",169,null],[5,"preview_trip","","",null,[[["app",3],["panel",3],["gfxctx",3]]]],[5,"preview_route","","",null,[[["app",3],["tripid",3],["gfxctx",3]],["geombatch",3]]],[11,"new","","",169,[[["table",3],["eventctx",3],["dashtab",4],["app",3]],[["box",3],["state",8]]]],[11,"recalc","","",169,[[["eventctx",3],["app",3]]]],[0,"misc","game::sandbox::dashboards","",null,null],[3,"ActiveTraffic","game::sandbox::dashboards::misc","",null,null],[12,"panel","","",170,null],[3,"TransitRoutes","","",null,null],[12,"panel","","",171,null],[5,"downsample","","",null,[[["vec",3]],["vec",3]]],[11,"new","","",170,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",171,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"parking_overhead","game::sandbox::dashboards","",null,null],[3,"ParkingOverhead","game::sandbox::dashboards::parking_overhead","",null,null],[3,"Entry","","",null,null],[12,"trip","","",172,null],[12,"total_duration","","",172,null],[12,"driving_duration","","",172,null],[12,"parking_duration","","",172,null],[12,"walking_duration","","",172,null],[12,"percent_overhead","","",172,null],[12,"starts_off_map","","",172,null],[12,"ends_off_map","","",172,null],[3,"Filters","","",null,null],[12,"starts_off_map","","",173,null],[12,"ends_off_map","","",173,null],[5,"produce_raw_data","","",null,[[["app",3]],[["vec",3],["entry",3]]]],[5,"make_table","","",null,[[["app",3]],[["table",3],["filters",3],["entry",3]]]],[5,"make_panel","","",null,[[["eventctx",3],["table",3],["app",3]],["panel",3]]],[11,"new","","",174,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"summaries","game::sandbox::dashboards","",null,null],[3,"TripSummaries","game::sandbox::dashboards::summaries","",null,null],[12,"panel","","",175,null],[3,"Filter","","",null,null],[12,"changes_pct","","",176,null],[12,"modes","","",176,null],[5,"summary_boxes","","",null,[[["eventctx",3],["filter",3],["app",3]],["widget",3]]],[5,"scatter_plot","","",null,[[["eventctx",3],["filter",3],["app",3]],["widget",3]]],[5,"contingency_table","","",null,[[["eventctx",3],["filter",3],["app",3]],["widget",3]]],[5,"pct_diff","","",null,[[["duration",3]]]],[5,"export_times","","",null,[[["app",3]],[["string",3],["error",3],["result",4]]]],[11,"new","","",175,[[["eventctx",3],["filter",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",176,[[],["filter",3]]],[11,"get_trips","","",176,[[["app",3]],["vec",3]]],[0,"table","game::sandbox::dashboards","",null,null],[3,"Table","game::sandbox::dashboards::table","",null,null],[12,"data","","",177,null],[12,"label_per_row","","",177,null],[12,"columns","","",177,null],[12,"filter","","",177,null],[12,"sort_by","","",177,null],[12,"descending","","",177,null],[12,"skip","","",177,null],[3,"Column","","",null,null],[12,"name","","",178,null],[12,"render","","",178,null],[12,"col","","",178,null],[3,"Filter","","",null,null],[12,"state","","",179,null],[12,"to_controls","","",179,null],[12,"from_controls","","",179,null],[12,"apply","","",179,null],[4,"Col","","",null,null],[13,"Static","","",180,null],[13,"Sortable","","",180,null],[5,"make_pagination","","",null,[[["eventctx",3]],["widget",3]]],[5,"make_table","","",null,[[["vec",3],["eventctx",3],["widget",3],["vec",3]],["widget",3]]],[17,"ROWS","","",null,null],[11,"new","","",177,[[["box",3],["filter",3],["fn",8],["vec",3]],["table",3]]],[11,"column","","",177,[[["box",3],["fn",8],["col",4]]]],[11,"render","","",177,[[["eventctx",3],["app",3]],["widget",3]]],[11,"clicked","","",177,[[]]],[11,"panel_changed","","",177,[[["panel",3]]]],[11,"static_col","","",177,[[["box",3],["fn",8]]]],[0,"traffic_signals","game::sandbox::dashboards","",null,null],[3,"TrafficSignalDemand","game::sandbox::dashboards::traffic_signals","",null,null],[12,"panel","","",181,null],[12,"all_demand","","",181,null],[12,"hour","","",181,null],[12,"draw_all","","",181,null],[12,"selected","","",181,null],[3,"Demand","","",null,null],[12,"raw","","",182,null],[11,"new","","",181,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"all_demand","","",182,[[["timer",3],["app",3]],[["hashmap",3],["intersectionid",3],["demand",3]]]],[11,"count","","",182,[[["time",3]],[["counter",3],["movementid",3]]]],[11,"make_arrows","","",182,[[["time",3],["controltrafficsignal",3]],["vec",3]]],[11,"draw_demand","","",182,[[["app",3],["eventctx",3],["time",3],["hashmap",3]],["drawable",3]]],[0,"trip_table","game::sandbox::dashboards","",null,null],[3,"FinishedTripTable","game::sandbox::dashboards::trip_table","",null,null],[3,"CancelledTripTable","","",null,null],[3,"UnfinishedTripTable","","",null,null],[3,"FinishedTrip","","",null,null],[12,"id","","",183,null],[12,"mode","","",183,null],[12,"modified","","",183,null],[12,"capped","","",183,null],[12,"starts_off_map","","",183,null],[12,"ends_off_map","","",183,null],[12,"departure","","",183,null],[12,"duration_after","","",183,null],[12,"duration_before","","",183,null],[12,"waiting","","",183,null],[12,"percent_waiting","","",183,null],[3,"CancelledTrip","","",null,null],[12,"id","","",184,null],[12,"mode","","",184,null],[12,"departure","","",184,null],[12,"starts_off_map","","",184,null],[12,"ends_off_map","","",184,null],[12,"duration_before","","",184,null],[12,"reason","","",184,null],[3,"UnfinishedTrip","","",null,null],[12,"id","","",185,null],[12,"mode","","",185,null],[12,"departure","","",185,null],[12,"duration_before","","",185,null],[3,"Filters","","",null,null],[12,"modes","","",186,null],[12,"off_map_starts","","",186,null],[12,"off_map_ends","","",186,null],[12,"unmodified_trips","","",186,null],[12,"modified_trips","","",186,null],[12,"uncapped_trips","","",186,null],[12,"capped_trips","","",186,null],[5,"produce_raw_data","","",null,[[["app",3]]]],[5,"make_table_finished_trips","","",null,[[["app",3]],[["table",3],["finishedtrip",3],["filters",3]]]],[5,"make_table_cancelled_trips","","",null,[[["app",3]],[["table",3],["cancelledtrip",3],["filters",3]]]],[5,"make_table_unfinished_trips","","",null,[[["app",3]],[["table",3],["unfinishedtrip",3],["filters",3]]]],[5,"trip_category_selector","","",null,[[["eventctx",3],["dashtab",4],["app",3]],["widget",3]]],[5,"make_panel_finished_trips","","",null,[[["eventctx",3],["table",3],["app",3]],["panel",3]]],[5,"make_panel_cancelled_trips","","",null,[[["eventctx",3],["table",3],["app",3]],["panel",3]]],[5,"make_panel_unfinished_trips","","",null,[[["eventctx",3],["table",3],["app",3]],["panel",3]]],[11,"new","","",187,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",188,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",189,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"picker","game::sandbox::dashboards","",160,[[["eventctx",3],["app",3]],["widget",3]]],[11,"transition","","",160,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["transition",4]]]],[0,"gameplay","game::sandbox","",null,null],[3,"FinalScore","game::sandbox::gameplay","",null,null],[12,"panel","","",190,null],[12,"retry","","",190,null],[12,"next_mode","","",190,null],[12,"chose_next","","",190,null],[12,"chose_back_to_challenges","","",190,null],[4,"GameplayMode","","",null,null],[13,"Freeform","","",191,null],[13,"PlayScenario","","",191,null],[13,"FixTrafficSignals","","",191,null],[13,"OptimizeCommute","","",191,null],[13,"Tutorial","","",191,null],[4,"LoadScenario","","",null,null],[13,"Nothing","","",192,null],[13,"Path","","",192,null],[13,"Scenario","","",192,null],[5,"challenge_header","","",null,[[["eventctx",3]],["widget",3]]],[0,"commute","","",null,null],[3,"OptimizeCommute","game::sandbox::gameplay::commute","",null,null],[12,"top_center","","",193,null],[12,"meter","","",193,null],[12,"person","","",193,null],[12,"mode","","",193,null],[12,"goal","","",193,null],[12,"time","","",193,null],[12,"done","","",193,null],[12,"trips","","",193,null],[12,"once","","",193,null],[5,"get_score","","",null,[[["vec",3],["app",3]]]],[5,"make_meter","","",null,[[["app",3],["eventctx",3],["duration",3]],["panel",3]]],[5,"final_score","","",null,[[["gameplaymode",4],["eventctx",3],["app",3],["duration",3]],[["box",3],["state",8]]]],[5,"cutscene_task","","",null,[[["gameplaymode",4]],[["fn",8],["box",3]]]],[17,"METER_HACK","","",null,null],[11,"new","","",193,[[["duration",3],["origpersonid",3],["eventctx",3],["app",3]],[["box",3],["gameplaystate",8]]]],[11,"cutscene_pt1","","",193,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[11,"cutscene_pt2","","",193,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[0,"fix_traffic_signals","game::sandbox::gameplay","",null,null],[3,"FixTrafficSignals","game::sandbox::gameplay::fix_traffic_signals","",null,null],[12,"top_center","","",194,null],[12,"meter","","",194,null],[12,"time","","",194,null],[12,"done_at","","",194,null],[12,"mode","","",194,null],[5,"make_meter","","",null,[[["eventctx",3],["option",4],["app",3]],["panel",3]]],[5,"final_score","","",null,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[5,"cutscene_pt1_task","","",null,[[["eventctx",3]],["widget",3]]],[17,"THRESHOLD","","",null,null],[17,"METER_HACK","","",null,null],[11,"new","","",194,[[["eventctx",3],["app",3]],[["box",3],["gameplaystate",8]]]],[11,"cutscene_pt1","","",194,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[0,"freeform","game::sandbox::gameplay","",null,null],[3,"Freeform","game::sandbox::gameplay::freeform","",null,null],[12,"top_center","","",195,null],[3,"AgentSpawner","","",null,null],[12,"panel","","",196,null],[12,"source","","",196,null],[12,"goal","","",196,null],[12,"confirmed","","",196,null],[5,"make_change_traffic","","",null,[[["screenrectangle",3],["string",3],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[5,"spawn_agents_around","","",null,[[["intersectionid",3],["app",3]]]],[5,"actions","","",null,[[["id",4],["app",3]],["vec",3]]],[5,"execute","","",null,[[["eventctx",3],["id",4],["app",3]],[["transition",4],["app",3]]]],[11,"new","","",195,[[["eventctx",3]],[["box",3],["gameplaystate",8]]]],[11,"new","","",196,[[["eventctx",3],["option",4],["buildingid",3]],[["box",3],["state",8]]]],[0,"play_scenario","game::sandbox::gameplay","",null,null],[3,"PlayScenario","game::sandbox::gameplay::play_scenario","",null,null],[12,"top_center","","",197,null],[12,"scenario_name","","",197,null],[12,"modifiers","","",197,null],[3,"EditScenarioModifiers","","",null,null],[12,"scenario_name","","",198,null],[12,"modifiers","","",198,null],[12,"panel","","",198,null],[3,"ChangeMode","","",null,null],[12,"panel","","",199,null],[12,"scenario_name","","",199,null],[12,"modifiers","","",199,null],[11,"new","","",197,[[["vec",3],["scenariomodifier",4],["eventctx",3],["string",3]],[["box",3],["gameplaystate",8]]]],[11,"new","","",198,[[["string",3],["vec",3],["scenariomodifier",4],["eventctx",3]],[["box",3],["state",8]]]],[11,"new","","",199,[[["string",3],["vec",3],["scenariomodifier",4],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"tutorial","game::sandbox::gameplay","",null,null],[3,"Tutorial","game::sandbox::gameplay::tutorial","",null,null],[12,"top_center","","",200,null],[12,"last_finished_task","","",200,null],[12,"msg_panel","","",200,null],[12,"warped","","",200,null],[3,"TutorialPointer","","",null,null],[12,"stage","","",201,null],[12,"part","","",201,null],[3,"Stage","","",null,null],[12,"messages","","",202,null],[12,"task","","",202,null],[12,"warp_to","","",202,null],[12,"spawn","","",202,null],[3,"TutorialState","","",null,null],[12,"stages","","",203,null],[12,"current","","",203,null],[12,"window_dims","","",203,null],[12,"inspected_bike_lane","","",203,null],[12,"inspected_building","","",203,null],[12,"inspected_stop_sign","","",203,null],[12,"inspected_border","","",203,null],[12,"was_paused","","",203,null],[12,"num_pauses","","",203,null],[12,"following_car","","",203,null],[12,"car_parked","","",203,null],[12,"prank_done","","",203,null],[12,"parking_found","","",203,null],[12,"score_delivered","","",203,null],[12,"fire_station","","",203,null],[4,"Task","","",null,null],[13,"Nil","","",204,null],[13,"Camera","","",204,null],[13,"InspectObjects","","",204,null],[13,"TimeControls","","",204,null],[13,"PauseResume","","",204,null],[13,"Escort","","",204,null],[13,"LowParking","","",204,null],[13,"WatchBikes","","",204,null],[13,"FixBikes","","",204,null],[13,"Done","","",204,null],[5,"arrow","","",null,[[["screenpt",3]],[["option",4],["box",3]]]],[5,"make_bike_lane_scenario","","",null,[[["map",3]],["scenariogenerator",3]]],[5,"transition","","",null,[[["eventctx",3],["tutorialstate",3],["app",3]],[["transition",4],["app",3]]]],[5,"actions","","",null,[[["id",4],["app",3]],["vec",3]]],[5,"execute","","",null,[[["eventctx",3],["id",4],["app",3]],[["transition",4],["app",3]]]],[5,"intro_story","","",null,[[["eventctx",3],["app",3]],[["box",3],["state",8]]]],[5,"bldg","","",null,[[],["osmid",4]]],[17,"ESCORT","","",null,null],[17,"CAR_BIKE_CONTENTION_GOAL","","",null,null],[11,"new","","",201,[[],["tutorialpointer",3]]],[11,"start","","",200,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"new","","",200,[[["eventctx",3],["tutorialpointer",3],["app",3]],[["box",3],["gameplaystate",8]]]],[11,"inner_event","","",200,[[["app",3],["eventctx",3],["sandboxcontrols",3],["tutorialstate",3]],[["option",4],["transition",4]]]],[11,"top_txt","","",204,[[["tutorialstate",3]],["text",3]]],[11,"label","","",204,[[]]],[11,"new","","",202,[[["task",4]],["stage",3]]],[11,"msg","","",202,[[["string",3],["vec",3],["into",8],["box",3],["option",4]],["stage",3]]],[11,"left_aligned_msg","","",202,[[["string",3],["vec",3],["into",8],["box",3],["option",4]],["stage",3]]],[11,"warp_to","","",202,[[["option",4],["id",4]],["stage",3]]],[11,"spawn","","",202,[[["fn",8],["box",3]],["stage",3]]],[11,"spawn_scenario","","",202,[[["scenariogenerator",3]],["stage",3]]],[11,"reset_state","","",203,[[]]],[11,"stage","","",203,[[],["stage",3]]],[11,"interaction","","",203,[[],["task",4]]],[11,"lines","","",203,[[],["option",4]]],[11,"next","","",203,[[]]],[11,"prev","","",203,[[]]],[11,"make_top_center","","",203,[[["eventctx",3]],["panel",3]]],[11,"make_state","","",203,[[["eventctx",3],["app",3]],[["box",3],["gameplaystate",8]]]],[11,"new","","",203,[[["eventctx",3],["app",3]],["tutorialstate",3]]],[11,"scenarios_to_prebake","","",203,[[["map",3]],[["vec",3],["scenariogenerator",3]]]],[8,"GameplayState","game::sandbox::gameplay","",null,null],[10,"event","","",205,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["option",4],["transition",4]]]],[10,"draw","","",205,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",205,[[["app",3]]]],[10,"recreate_panels","","",205,[[["eventctx",3],["app",3]]]],[11,"can_move_canvas","","",205,[[]]],[11,"can_examine_objects","","",205,[[]]],[11,"has_common","","",205,[[]]],[11,"has_tool_panel","","",205,[[]]],[11,"has_time_panel","","",205,[[]]],[11,"has_speed","","",205,[[]]],[11,"has_agent_meter","","",205,[[]]],[11,"has_minimap","","",205,[[]]],[11,"is","","Returns true if the trait object wraps an object of type…",205,[[]]],[11,"downcast","","Returns a boxed object from a boxed trait object if the…",205,[[["box",3]],[["result",4],["box",3],["box",3]]]],[11,"downcast_rc","","Returns an `Rc`-ed object from an `Rc`-ed trait object if…",205,[[["rc",3]],[["rc",3],["rc",3],["result",4]]]],[11,"downcast_ref","","Returns a reference to the object within the trait object…",205,[[],["option",4]]],[11,"downcast_mut","","Returns a mutable reference to the object within the trait…",205,[[],["option",4]]],[11,"map_name","","",191,[[],["mapname",3]]],[11,"scenario","","",191,[[["option",4],["timer",3],["map",3],["xorshiftrng",3]],["loadscenario",4]]],[11,"can_edit_lanes","","",191,[[]]],[11,"can_edit_stop_signs","","",191,[[]]],[11,"can_jump_to_time","","",191,[[]]],[11,"allows","","",191,[[["mapedits",3]]]],[11,"initialize","","Must be called after the scenario has been setup. The…",191,[[["eventctx",3],["app",3]],[["box",3],["gameplaystate",8]]]],[11,"new","","",190,[[["string",3],["option",4],["gameplaymode",4],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[0,"misc_tools","game::sandbox","",null,null],[3,"RoutePreview","game::sandbox::misc_tools","Draws a preview of the path for the agent under the mouse…",null,null],[12,"preview","","",206,null],[3,"TurnExplorer","","",null,null],[12,"l","","",207,null],[12,"idx","","",207,null],[12,"panel","","",207,null],[17,"CURRENT_TURN","","",null,null],[17,"CONFLICTING_TURN","","",null,null],[11,"new","","",206,[[],["routepreview",3]]],[11,"event","","",206,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",206,[[["gfxctx",3]]]],[11,"new","","",207,[[["eventctx",3],["laneid",3],["app",3]],[["box",3],["state",8]]]],[11,"make_panel","","",207,[[["eventctx",3],["laneid",3],["app",3]],["panel",3]]],[11,"color_turn_type","","",207,[[["turntype",4]],["color",3]]],[0,"speed","game::sandbox","",null,null],[3,"SpeedControls","game::sandbox::speed","",null,null],[12,"panel","","",208,null],[12,"paused","","",208,null],[12,"setting","","",208,null],[3,"TimePanel","","",null,null],[12,"time","","",209,null],[12,"panel","","",209,null],[4,"SpeedSetting","","",null,null],[13,"Realtime","","",210,null],[13,"Fast","","",210,null],[13,"Faster","","",210,null],[13,"Fastest","","",210,null],[11,"new","","",208,[[["eventctx",3],["app",3]],["speedcontrols",3]]],[11,"recreate_panel","","",208,[[["eventctx",3],["app",3]]]],[11,"event","","",208,[[["app",3],["eventctx",3],["gameplaymode",4],["option",4]],[["option",4],["transition",4]]]],[11,"draw","","",208,[[["gfxctx",3]]]],[11,"pause","","",208,[[["eventctx",3],["app",3]]]],[11,"resume_realtime","","",208,[[["eventctx",3],["app",3]]]],[11,"is_paused","","",208,[[]]],[11,"new","","",209,[[["eventctx",3],["app",3]],["timepanel",3]]],[11,"event","","",209,[[["eventctx",3],["app",3]]]],[11,"draw","","",209,[[["gfxctx",3]]]],[0,"time_warp","game::sandbox","",null,null],[3,"JumpToTime","game::sandbox::time_warp","",null,null],[12,"panel","","",211,null],[12,"target","","",211,null],[12,"maybe_mode","","",211,null],[3,"JumpToDelay","","",null,null],[12,"panel","","",212,null],[12,"maybe_mode","","",212,null],[3,"TimeWarpScreen","","",null,null],[12,"target","","",213,null],[12,"wall_time_started","","",213,null],[12,"sim_time_started","","",213,null],[12,"halt_upon_delay","","",213,null],[12,"panel","","",213,null],[5,"area_under_curve","","",null,[[["vec",3]],["polygon",3]]],[5,"compare_count","","",null,[[],["string",3]]],[5,"build_jump_to_time_btn","","",null,[[["eventctx",3],["time",3]],["widget",3]]],[5,"build_jump_to_delay_button","","",null,[[["eventctx",3],["duration",3]],["widget",3]]],[11,"new","","",211,[[["option",4],["gameplaymode",4],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",212,[[["option",4],["gameplaymode",4],["eventctx",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",213,[[["app",3],["eventctx",3],["time",3],["option",4],["duration",3]],[["box",3],["state",8]]]],[0,"uber_turns","game::sandbox","",null,null],[3,"UberTurnPicker","game::sandbox::uber_turns","",null,null],[12,"members","","",214,null],[12,"panel","","",214,null],[3,"UberTurnViewer","","",null,null],[12,"panel","","",215,null],[12,"draw","","",215,null],[12,"ic","","",215,null],[12,"idx","","",215,null],[12,"legal_turns","","",215,null],[11,"new","","",214,[[["eventctx",3],["intersectionid",3],["app",3]],[["box",3],["state",8]]]],[11,"new","","",215,[[["btreeset",3],["app",3],["eventctx",3],["intersectionid",3]],[["box",3],["state",8]]]],[11,"simple_new","game::sandbox","If you don\'t need to chain any transitions after the…",154,[[["eventctx",3],["gameplaymode",4],["app",3]],[["box",3],["state",8]]]],[11,"async_new","","This does not immediately initialize anything (like…",154,[[["box",3],["gameplaymode",4],["eventctx",3],["app",3],["fnonce",8]],[["box",3],["state",8]]]],[11,"contextual_actions","","",154,[[],["actions",3]]],[11,"new","","",156,[[["eventctx",3],["app",3]],["agentmeter",3]]],[11,"event","","",156,[[["eventctx",3],["app",3]],[["option",4],["transition",4]]]],[11,"draw","","",156,[[["gfxctx",3]]]],[11,"new","","",155,[[["eventctx",3],["box",3],["app",3]],["sandboxcontrols",3]]],[11,"recreate_panels","","",155,[[["eventctx",3],["app",3]]]],[11,"from","game::app","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::challenges","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"vzip","","",11,[[]]],[11,"into_any","","",11,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",11,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",11,[[],["any",8]]],[11,"as_any_mut","","",11,[[],["any",8]]],[11,"from","game::colors","",12,[[]]],[11,"into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"vzip","","",12,[[]]],[11,"into_any","","",12,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",12,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",12,[[],["any",8]]],[11,"as_any_mut","","",12,[[],["any",8]]],[11,"into_any_arc","","",12,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"vzip","","",13,[[]]],[11,"into_any","","",13,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",13,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",13,[[],["any",8]]],[11,"as_any_mut","","",13,[[],["any",8]]],[11,"into_any_arc","","",13,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common","",14,[[]]],[11,"into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"vzip","","",14,[[]]],[11,"into_any","","",14,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",14,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",14,[[],["any",8]]],[11,"as_any_mut","","",14,[[],["any",8]]],[11,"from","game::common::city_picker","",15,[[]]],[11,"into","","",15,[[]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"vzip","","",15,[[]]],[11,"into_any","","",15,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",15,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",15,[[],["any",8]]],[11,"as_any_mut","","",15,[[],["any",8]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"vzip","","",16,[[]]],[11,"into_any","","",16,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",16,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",16,[[],["any",8]]],[11,"as_any_mut","","",16,[[],["any",8]]],[11,"from","game::common::colors","",17,[[]]],[11,"into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"vzip","","",17,[[]]],[11,"into_any","","",17,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",17,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",17,[[],["any",8]]],[11,"as_any_mut","","",17,[[],["any",8]]],[11,"into_any_arc","","",17,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"vzip","","",21,[[]]],[11,"into_any","","",21,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",21,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",21,[[],["any",8]]],[11,"as_any_mut","","",21,[[],["any",8]]],[11,"into_any_arc","","",21,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"vzip","","",18,[[]]],[11,"into_any","","",18,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",18,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",18,[[],["any",8]]],[11,"as_any_mut","","",18,[[],["any",8]]],[11,"into_any_arc","","",18,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"vzip","","",19,[[]]],[11,"into_any","","",19,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",19,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",19,[[],["any",8]]],[11,"as_any_mut","","",19,[[],["any",8]]],[11,"into_any_arc","","",19,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"vzip","","",20,[[]]],[11,"into_any","","",20,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",20,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",20,[[],["any",8]]],[11,"as_any_mut","","",20,[[],["any",8]]],[11,"into_any_arc","","",20,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common::heatmap","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"vzip","","",22,[[]]],[11,"into_any","","",22,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",22,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",22,[[],["any",8]]],[11,"as_any_mut","","",22,[[],["any",8]]],[11,"into_any_arc","","",22,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",23,[[]]],[11,"into","","",23,[[]]],[11,"try_from","","",23,[[],["result",4]]],[11,"try_into","","",23,[[],["result",4]]],[11,"borrow","","",23,[[]]],[11,"borrow_mut","","",23,[[]]],[11,"type_id","","",23,[[],["typeid",3]]],[11,"vzip","","",23,[[]]],[11,"into_any","","",23,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",23,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",23,[[],["any",8]]],[11,"as_any_mut","","",23,[[],["any",8]]],[11,"into_any_arc","","",23,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::common::isochrone","",24,[[]]],[11,"into","","",24,[[]]],[11,"try_from","","",24,[[],["result",4]]],[11,"try_into","","",24,[[],["result",4]]],[11,"borrow","","",24,[[]]],[11,"borrow_mut","","",24,[[]]],[11,"type_id","","",24,[[],["typeid",3]]],[11,"vzip","","",24,[[]]],[11,"into_any","","",24,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",24,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",24,[[],["any",8]]],[11,"as_any_mut","","",24,[[],["any",8]]],[11,"from","game::common::minimap","",25,[[]]],[11,"into","","",25,[[]]],[11,"try_from","","",25,[[],["result",4]]],[11,"try_into","","",25,[[],["result",4]]],[11,"borrow","","",25,[[]]],[11,"borrow_mut","","",25,[[]]],[11,"type_id","","",25,[[],["typeid",3]]],[11,"vzip","","",25,[[]]],[11,"into_any","","",25,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",25,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",25,[[],["any",8]]],[11,"as_any_mut","","",25,[[],["any",8]]],[11,"from","game::common::navigate","",26,[[]]],[11,"into","","",26,[[]]],[11,"try_from","","",26,[[],["result",4]]],[11,"try_into","","",26,[[],["result",4]]],[11,"borrow","","",26,[[]]],[11,"borrow_mut","","",26,[[]]],[11,"type_id","","",26,[[],["typeid",3]]],[11,"vzip","","",26,[[]]],[11,"into_any","","",26,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",26,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",26,[[],["any",8]]],[11,"as_any_mut","","",26,[[],["any",8]]],[11,"from","","",27,[[]]],[11,"into","","",27,[[]]],[11,"try_from","","",27,[[],["result",4]]],[11,"try_into","","",27,[[],["result",4]]],[11,"borrow","","",27,[[]]],[11,"borrow_mut","","",27,[[]]],[11,"type_id","","",27,[[],["typeid",3]]],[11,"vzip","","",27,[[]]],[11,"into_any","","",27,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",27,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",27,[[],["any",8]]],[11,"as_any_mut","","",27,[[],["any",8]]],[11,"from","","",28,[[]]],[11,"into","","",28,[[]]],[11,"try_from","","",28,[[],["result",4]]],[11,"try_into","","",28,[[],["result",4]]],[11,"borrow","","",28,[[]]],[11,"borrow_mut","","",28,[[]]],[11,"type_id","","",28,[[],["typeid",3]]],[11,"vzip","","",28,[[]]],[11,"into_any","","",28,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",28,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",28,[[],["any",8]]],[11,"as_any_mut","","",28,[[],["any",8]]],[11,"from","game::common::updater","",29,[[]]],[11,"into","","",29,[[]]],[11,"try_from","","",29,[[],["result",4]]],[11,"try_into","","",29,[[],["result",4]]],[11,"borrow","","",29,[[]]],[11,"borrow_mut","","",29,[[]]],[11,"type_id","","",29,[[],["typeid",3]]],[11,"vzip","","",29,[[]]],[11,"into_any","","",29,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",29,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",29,[[],["any",8]]],[11,"as_any_mut","","",29,[[],["any",8]]],[11,"from","game::common::warp","",30,[[]]],[11,"into","","",30,[[]]],[11,"try_from","","",30,[[],["result",4]]],[11,"try_into","","",30,[[],["result",4]]],[11,"borrow","","",30,[[]]],[11,"borrow_mut","","",30,[[]]],[11,"type_id","","",30,[[],["typeid",3]]],[11,"vzip","","",30,[[]]],[11,"into_any","","",30,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",30,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",30,[[],["any",8]]],[11,"as_any_mut","","",30,[[],["any",8]]],[11,"into_any_arc","","",30,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",31,[[]]],[11,"into","","",31,[[]]],[11,"try_from","","",31,[[],["result",4]]],[11,"try_into","","",31,[[],["result",4]]],[11,"borrow","","",31,[[]]],[11,"borrow_mut","","",31,[[]]],[11,"type_id","","",31,[[],["typeid",3]]],[11,"vzip","","",31,[[]]],[11,"into_any","","",31,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",31,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",31,[[],["any",8]]],[11,"as_any_mut","","",31,[[],["any",8]]],[11,"from","game::cutscene","",32,[[]]],[11,"into","","",32,[[]]],[11,"try_from","","",32,[[],["result",4]]],[11,"try_into","","",32,[[],["result",4]]],[11,"borrow","","",32,[[]]],[11,"borrow_mut","","",32,[[]]],[11,"type_id","","",32,[[],["typeid",3]]],[11,"vzip","","",32,[[]]],[11,"into_any","","",32,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",32,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",32,[[],["any",8]]],[11,"as_any_mut","","",32,[[],["any",8]]],[11,"into_any_arc","","",32,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",33,[[]]],[11,"into","","",33,[[]]],[11,"try_from","","",33,[[],["result",4]]],[11,"try_into","","",33,[[],["result",4]]],[11,"borrow","","",33,[[]]],[11,"borrow_mut","","",33,[[]]],[11,"type_id","","",33,[[],["typeid",3]]],[11,"vzip","","",33,[[]]],[11,"into_any","","",33,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",33,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",33,[[],["any",8]]],[11,"as_any_mut","","",33,[[],["any",8]]],[11,"into_any_arc","","",33,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",34,[[]]],[11,"into","","",34,[[]]],[11,"try_from","","",34,[[],["result",4]]],[11,"try_into","","",34,[[],["result",4]]],[11,"borrow","","",34,[[]]],[11,"borrow_mut","","",34,[[]]],[11,"type_id","","",34,[[],["typeid",3]]],[11,"vzip","","",34,[[]]],[11,"into_any","","",34,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",34,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",34,[[],["any",8]]],[11,"as_any_mut","","",34,[[],["any",8]]],[11,"from","","",35,[[]]],[11,"into","","",35,[[]]],[11,"try_from","","",35,[[],["result",4]]],[11,"try_into","","",35,[[],["result",4]]],[11,"borrow","","",35,[[]]],[11,"borrow_mut","","",35,[[]]],[11,"type_id","","",35,[[],["typeid",3]]],[11,"vzip","","",35,[[]]],[11,"into_any","","",35,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",35,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",35,[[],["any",8]]],[11,"as_any_mut","","",35,[[],["any",8]]],[11,"from","","",36,[[]]],[11,"into","","",36,[[]]],[11,"try_from","","",36,[[],["result",4]]],[11,"try_into","","",36,[[],["result",4]]],[11,"borrow","","",36,[[]]],[11,"borrow_mut","","",36,[[]]],[11,"type_id","","",36,[[],["typeid",3]]],[11,"vzip","","",36,[[]]],[11,"into_any","","",36,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",36,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",36,[[],["any",8]]],[11,"as_any_mut","","",36,[[],["any",8]]],[11,"into_any_arc","","",36,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug","",37,[[]]],[11,"into","","",37,[[]]],[11,"try_from","","",37,[[],["result",4]]],[11,"try_into","","",37,[[],["result",4]]],[11,"borrow","","",37,[[]]],[11,"borrow_mut","","",37,[[]]],[11,"type_id","","",37,[[],["typeid",3]]],[11,"vzip","","",37,[[]]],[11,"into_any","","",37,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",37,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",37,[[],["any",8]]],[11,"as_any_mut","","",37,[[],["any",8]]],[11,"from","","",38,[[]]],[11,"into","","",38,[[]]],[11,"try_from","","",38,[[],["result",4]]],[11,"try_into","","",38,[[],["result",4]]],[11,"borrow","","",38,[[]]],[11,"borrow_mut","","",38,[[]]],[11,"type_id","","",38,[[],["typeid",3]]],[11,"vzip","","",38,[[]]],[11,"into_any","","",38,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",38,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",38,[[],["any",8]]],[11,"as_any_mut","","",38,[[],["any",8]]],[11,"into_any_arc","","",38,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",216,[[]]],[11,"into","","",216,[[]]],[11,"try_from","","",216,[[],["result",4]]],[11,"try_into","","",216,[[],["result",4]]],[11,"borrow","","",216,[[]]],[11,"borrow_mut","","",216,[[]]],[11,"type_id","","",216,[[],["typeid",3]]],[11,"vzip","","",216,[[]]],[11,"into_any","","",216,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",216,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",216,[[],["any",8]]],[11,"as_any_mut","","",216,[[],["any",8]]],[11,"into_any_arc","","",216,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",39,[[]]],[11,"into","","",39,[[]]],[11,"try_from","","",39,[[],["result",4]]],[11,"try_into","","",39,[[],["result",4]]],[11,"borrow","","",39,[[]]],[11,"borrow_mut","","",39,[[]]],[11,"type_id","","",39,[[],["typeid",3]]],[11,"vzip","","",39,[[]]],[11,"into_any","","",39,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",39,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",39,[[],["any",8]]],[11,"as_any_mut","","",39,[[],["any",8]]],[11,"into_any_arc","","",39,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::floodfill","",40,[[]]],[11,"into","","",40,[[]]],[11,"try_from","","",40,[[],["result",4]]],[11,"try_into","","",40,[[],["result",4]]],[11,"borrow","","",40,[[]]],[11,"borrow_mut","","",40,[[]]],[11,"type_id","","",40,[[],["typeid",3]]],[11,"vzip","","",40,[[]]],[11,"into_any","","",40,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",40,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",40,[[],["any",8]]],[11,"as_any_mut","","",40,[[],["any",8]]],[11,"from","","",41,[[]]],[11,"into","","",41,[[]]],[11,"to_owned","","",41,[[]]],[11,"clone_into","","",41,[[]]],[11,"try_from","","",41,[[],["result",4]]],[11,"try_into","","",41,[[],["result",4]]],[11,"borrow","","",41,[[]]],[11,"borrow_mut","","",41,[[]]],[11,"type_id","","",41,[[],["typeid",3]]],[11,"vzip","","",41,[[]]],[11,"into_any","","",41,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",41,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",41,[[],["any",8]]],[11,"as_any_mut","","",41,[[],["any",8]]],[11,"into_any_arc","","",41,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::objects","",42,[[]]],[11,"into","","",42,[[]]],[11,"try_from","","",42,[[],["result",4]]],[11,"try_into","","",42,[[],["result",4]]],[11,"borrow","","",42,[[]]],[11,"borrow_mut","","",42,[[]]],[11,"type_id","","",42,[[],["typeid",3]]],[11,"vzip","","",42,[[]]],[11,"into_any","","",42,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",42,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",42,[[],["any",8]]],[11,"as_any_mut","","",42,[[],["any",8]]],[11,"into_any_arc","","",42,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::debug::path_counter","",43,[[]]],[11,"into","","",43,[[]]],[11,"try_from","","",43,[[],["result",4]]],[11,"try_into","","",43,[[],["result",4]]],[11,"borrow","","",43,[[]]],[11,"borrow_mut","","",43,[[]]],[11,"type_id","","",43,[[],["typeid",3]]],[11,"vzip","","",43,[[]]],[11,"into_any","","",43,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",43,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",43,[[],["any",8]]],[11,"as_any_mut","","",43,[[],["any",8]]],[11,"from","game::debug::polygons","",44,[[]]],[11,"into","","",44,[[]]],[11,"try_from","","",44,[[],["result",4]]],[11,"try_into","","",44,[[],["result",4]]],[11,"borrow","","",44,[[]]],[11,"borrow_mut","","",44,[[]]],[11,"type_id","","",44,[[],["typeid",3]]],[11,"vzip","","",44,[[]]],[11,"into_any","","",44,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",44,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",44,[[],["any",8]]],[11,"as_any_mut","","",44,[[],["any",8]]],[11,"from","","",45,[[]]],[11,"into","","",45,[[]]],[11,"try_from","","",45,[[],["result",4]]],[11,"try_into","","",45,[[],["result",4]]],[11,"borrow","","",45,[[]]],[11,"borrow_mut","","",45,[[]]],[11,"type_id","","",45,[[],["typeid",3]]],[11,"vzip","","",45,[[]]],[11,"into_any","","",45,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",45,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",45,[[],["any",8]]],[11,"as_any_mut","","",45,[[],["any",8]]],[11,"into_any_arc","","",45,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools","",46,[[]]],[11,"into","","",46,[[]]],[11,"try_from","","",46,[[],["result",4]]],[11,"try_into","","",46,[[],["result",4]]],[11,"borrow","","",46,[[]]],[11,"borrow_mut","","",46,[[]]],[11,"type_id","","",46,[[],["typeid",3]]],[11,"vzip","","",46,[[]]],[11,"into_any","","",46,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",46,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",46,[[],["any",8]]],[11,"as_any_mut","","",46,[[],["any",8]]],[11,"from","game::devtools::collisions","",47,[[]]],[11,"into","","",47,[[]]],[11,"try_from","","",47,[[],["result",4]]],[11,"try_into","","",47,[[],["result",4]]],[11,"borrow","","",47,[[]]],[11,"borrow_mut","","",47,[[]]],[11,"type_id","","",47,[[],["typeid",3]]],[11,"vzip","","",47,[[]]],[11,"into_any","","",47,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",47,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",47,[[],["any",8]]],[11,"as_any_mut","","",47,[[],["any",8]]],[11,"from","","",48,[[]]],[11,"into","","",48,[[]]],[11,"try_from","","",48,[[],["result",4]]],[11,"try_into","","",48,[[],["result",4]]],[11,"borrow","","",48,[[]]],[11,"borrow_mut","","",48,[[]]],[11,"type_id","","",48,[[],["typeid",3]]],[11,"vzip","","",48,[[]]],[11,"into_any","","",48,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",48,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",48,[[],["any",8]]],[11,"as_any_mut","","",48,[[],["any",8]]],[11,"into_any_arc","","",48,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",49,[[]]],[11,"into","","",49,[[]]],[11,"try_from","","",49,[[],["result",4]]],[11,"try_into","","",49,[[],["result",4]]],[11,"borrow","","",49,[[]]],[11,"borrow_mut","","",49,[[]]],[11,"type_id","","",49,[[],["typeid",3]]],[11,"vzip","","",49,[[]]],[11,"into_any","","",49,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",49,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",49,[[],["any",8]]],[11,"as_any_mut","","",49,[[],["any",8]]],[11,"from","","",50,[[]]],[11,"into","","",50,[[]]],[11,"try_from","","",50,[[],["result",4]]],[11,"try_into","","",50,[[],["result",4]]],[11,"borrow","","",50,[[]]],[11,"borrow_mut","","",50,[[]]],[11,"type_id","","",50,[[],["typeid",3]]],[11,"vzip","","",50,[[]]],[11,"into_any","","",50,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",50,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",50,[[],["any",8]]],[11,"as_any_mut","","",50,[[],["any",8]]],[11,"into_any_arc","","",50,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::destinations","",53,[[]]],[11,"into","","",53,[[]]],[11,"try_from","","",53,[[],["result",4]]],[11,"try_into","","",53,[[],["result",4]]],[11,"borrow","","",53,[[]]],[11,"borrow_mut","","",53,[[]]],[11,"type_id","","",53,[[],["typeid",3]]],[11,"vzip","","",53,[[]]],[11,"into_any","","",53,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",53,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",53,[[],["any",8]]],[11,"as_any_mut","","",53,[[],["any",8]]],[11,"from","game::devtools::kml","",54,[[]]],[11,"into","","",54,[[]]],[11,"try_from","","",54,[[],["result",4]]],[11,"try_into","","",54,[[],["result",4]]],[11,"borrow","","",54,[[]]],[11,"borrow_mut","","",54,[[]]],[11,"type_id","","",54,[[],["typeid",3]]],[11,"vzip","","",54,[[]]],[11,"into_any","","",54,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",54,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",54,[[],["any",8]]],[11,"as_any_mut","","",54,[[],["any",8]]],[11,"from","","",55,[[]]],[11,"into","","",55,[[]]],[11,"try_from","","",55,[[],["result",4]]],[11,"try_into","","",55,[[],["result",4]]],[11,"borrow","","",55,[[]]],[11,"borrow_mut","","",55,[[]]],[11,"type_id","","",55,[[],["typeid",3]]],[11,"vzip","","",55,[[]]],[11,"into_any","","",55,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",55,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",55,[[],["any",8]]],[11,"as_any_mut","","",55,[[],["any",8]]],[11,"into_any_arc","","",55,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::mapping","",56,[[]]],[11,"into","","",56,[[]]],[11,"try_from","","",56,[[],["result",4]]],[11,"try_into","","",56,[[],["result",4]]],[11,"borrow","","",56,[[]]],[11,"borrow_mut","","",56,[[]]],[11,"type_id","","",56,[[],["typeid",3]]],[11,"vzip","","",56,[[]]],[11,"into_any","","",56,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",56,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",56,[[],["any",8]]],[11,"as_any_mut","","",56,[[],["any",8]]],[11,"from","","",57,[[]]],[11,"into","","",57,[[]]],[11,"try_from","","",57,[[],["result",4]]],[11,"try_into","","",57,[[],["result",4]]],[11,"borrow","","",57,[[]]],[11,"borrow_mut","","",57,[[]]],[11,"type_id","","",57,[[],["typeid",3]]],[11,"vzip","","",57,[[]]],[11,"into_any","","",57,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",57,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",57,[[],["any",8]]],[11,"as_any_mut","","",57,[[],["any",8]]],[11,"from","","",58,[[]]],[11,"into","","",58,[[]]],[11,"to_owned","","",58,[[]]],[11,"clone_into","","",58,[[]]],[11,"try_from","","",58,[[],["result",4]]],[11,"try_into","","",58,[[],["result",4]]],[11,"borrow","","",58,[[]]],[11,"borrow_mut","","",58,[[]]],[11,"type_id","","",58,[[],["typeid",3]]],[11,"vzip","","",58,[[]]],[11,"into_any","","",58,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",58,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",58,[[],["any",8]]],[11,"as_any_mut","","",58,[[],["any",8]]],[11,"into_any_arc","","",58,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",59,[[]]],[11,"into","","",59,[[]]],[11,"to_owned","","",59,[[]]],[11,"clone_into","","",59,[[]]],[11,"try_from","","",59,[[],["result",4]]],[11,"try_into","","",59,[[],["result",4]]],[11,"borrow","","",59,[[]]],[11,"borrow_mut","","",59,[[]]],[11,"type_id","","",59,[[],["typeid",3]]],[11,"vzip","","",59,[[]]],[11,"into_any","","",59,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",59,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",59,[[],["any",8]]],[11,"as_any_mut","","",59,[[],["any",8]]],[11,"into_any_arc","","",59,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::osm_viewer","",60,[[]]],[11,"into","","",60,[[]]],[11,"try_from","","",60,[[],["result",4]]],[11,"try_into","","",60,[[],["result",4]]],[11,"borrow","","",60,[[]]],[11,"borrow_mut","","",60,[[]]],[11,"type_id","","",60,[[],["typeid",3]]],[11,"vzip","","",60,[[]]],[11,"into_any","","",60,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",60,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",60,[[],["any",8]]],[11,"as_any_mut","","",60,[[],["any",8]]],[11,"from","","",61,[[]]],[11,"into","","",61,[[]]],[11,"try_from","","",61,[[],["result",4]]],[11,"try_into","","",61,[[],["result",4]]],[11,"borrow","","",61,[[]]],[11,"borrow_mut","","",61,[[]]],[11,"type_id","","",61,[[],["typeid",3]]],[11,"vzip","","",61,[[]]],[11,"into_any","","",61,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",61,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",61,[[],["any",8]]],[11,"as_any_mut","","",61,[[],["any",8]]],[11,"into_any_arc","","",61,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::devtools::polygon","",62,[[]]],[11,"into","","",62,[[]]],[11,"try_from","","",62,[[],["result",4]]],[11,"try_into","","",62,[[],["result",4]]],[11,"borrow","","",62,[[]]],[11,"borrow_mut","","",62,[[]]],[11,"type_id","","",62,[[],["typeid",3]]],[11,"vzip","","",62,[[]]],[11,"into_any","","",62,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",62,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",62,[[],["any",8]]],[11,"as_any_mut","","",62,[[],["any",8]]],[11,"from","game::devtools::scenario","",63,[[]]],[11,"into","","",63,[[]]],[11,"try_from","","",63,[[],["result",4]]],[11,"try_into","","",63,[[],["result",4]]],[11,"borrow","","",63,[[]]],[11,"borrow_mut","","",63,[[]]],[11,"type_id","","",63,[[],["typeid",3]]],[11,"vzip","","",63,[[]]],[11,"into_any","","",63,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",63,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",63,[[],["any",8]]],[11,"as_any_mut","","",63,[[],["any",8]]],[11,"from","game::devtools::story","",64,[[]]],[11,"into","","",64,[[]]],[11,"try_from","","",64,[[],["result",4]]],[11,"try_into","","",64,[[],["result",4]]],[11,"borrow","","",64,[[]]],[11,"borrow_mut","","",64,[[]]],[11,"type_id","","",64,[[],["typeid",3]]],[11,"vzip","","",64,[[]]],[11,"into_any","","",64,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",64,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",64,[[],["any",8]]],[11,"as_any_mut","","",64,[[],["any",8]]],[11,"from","","",65,[[]]],[11,"into","","",65,[[]]],[11,"to_owned","","",65,[[]]],[11,"clone_into","","",65,[[]]],[11,"try_from","","",65,[[],["result",4]]],[11,"try_into","","",65,[[],["result",4]]],[11,"borrow","","",65,[[]]],[11,"borrow_mut","","",65,[[]]],[11,"type_id","","",65,[[],["typeid",3]]],[11,"vzip","","",65,[[]]],[11,"into_any","","",65,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",65,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",65,[[],["any",8]]],[11,"as_any_mut","","",65,[[],["any",8]]],[11,"into_any_arc","","",65,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",66,[[]]],[11,"into","","",66,[[]]],[11,"try_from","","",66,[[],["result",4]]],[11,"try_into","","",66,[[],["result",4]]],[11,"borrow","","",66,[[]]],[11,"borrow_mut","","",66,[[]]],[11,"type_id","","",66,[[],["typeid",3]]],[11,"vzip","","",66,[[]]],[11,"into_any","","",66,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",66,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",66,[[],["any",8]]],[11,"as_any_mut","","",66,[[],["any",8]]],[11,"into_any_arc","","",66,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",67,[[]]],[11,"into","","",67,[[]]],[11,"try_from","","",67,[[],["result",4]]],[11,"try_into","","",67,[[],["result",4]]],[11,"borrow","","",67,[[]]],[11,"borrow_mut","","",67,[[]]],[11,"type_id","","",67,[[],["typeid",3]]],[11,"vzip","","",67,[[]]],[11,"into_any","","",67,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",67,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",67,[[],["any",8]]],[11,"as_any_mut","","",67,[[],["any",8]]],[11,"into_any_arc","","",67,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",68,[[]]],[11,"into","","",68,[[]]],[11,"try_from","","",68,[[],["result",4]]],[11,"try_into","","",68,[[],["result",4]]],[11,"borrow","","",68,[[]]],[11,"borrow_mut","","",68,[[]]],[11,"type_id","","",68,[[],["typeid",3]]],[11,"vzip","","",68,[[]]],[11,"into_any","","",68,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",68,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",68,[[],["any",8]]],[11,"as_any_mut","","",68,[[],["any",8]]],[11,"into_any_arc","","",68,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",69,[[]]],[11,"into","","",69,[[]]],[11,"try_from","","",69,[[],["result",4]]],[11,"try_into","","",69,[[],["result",4]]],[11,"borrow","","",69,[[]]],[11,"borrow_mut","","",69,[[]]],[11,"type_id","","",69,[[],["typeid",3]]],[11,"vzip","","",69,[[]]],[11,"into_any","","",69,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",69,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",69,[[],["any",8]]],[11,"as_any_mut","","",69,[[],["any",8]]],[11,"from","game::edit","",70,[[]]],[11,"into","","",70,[[]]],[11,"try_from","","",70,[[],["result",4]]],[11,"try_into","","",70,[[],["result",4]]],[11,"borrow","","",70,[[]]],[11,"borrow_mut","","",70,[[]]],[11,"type_id","","",70,[[],["typeid",3]]],[11,"vzip","","",70,[[]]],[11,"into_any","","",70,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",70,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",70,[[],["any",8]]],[11,"as_any_mut","","",70,[[],["any",8]]],[11,"from","","",71,[[]]],[11,"into","","",71,[[]]],[11,"try_from","","",71,[[],["result",4]]],[11,"try_into","","",71,[[],["result",4]]],[11,"borrow","","",71,[[]]],[11,"borrow_mut","","",71,[[]]],[11,"type_id","","",71,[[],["typeid",3]]],[11,"vzip","","",71,[[]]],[11,"into_any","","",71,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",71,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",71,[[],["any",8]]],[11,"as_any_mut","","",71,[[],["any",8]]],[11,"from","","",72,[[]]],[11,"into","","",72,[[]]],[11,"try_from","","",72,[[],["result",4]]],[11,"try_into","","",72,[[],["result",4]]],[11,"borrow","","",72,[[]]],[11,"borrow_mut","","",72,[[]]],[11,"type_id","","",72,[[],["typeid",3]]],[11,"vzip","","",72,[[]]],[11,"into_any","","",72,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",72,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",72,[[],["any",8]]],[11,"as_any_mut","","",72,[[],["any",8]]],[11,"from","","",73,[[]]],[11,"into","","",73,[[]]],[11,"try_from","","",73,[[],["result",4]]],[11,"try_into","","",73,[[],["result",4]]],[11,"borrow","","",73,[[]]],[11,"borrow_mut","","",73,[[]]],[11,"type_id","","",73,[[],["typeid",3]]],[11,"vzip","","",73,[[]]],[11,"into_any","","",73,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",73,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",73,[[],["any",8]]],[11,"as_any_mut","","",73,[[],["any",8]]],[11,"from","game::edit::bulk","",74,[[]]],[11,"into","","",74,[[]]],[11,"try_from","","",74,[[],["result",4]]],[11,"try_into","","",74,[[],["result",4]]],[11,"borrow","","",74,[[]]],[11,"borrow_mut","","",74,[[]]],[11,"type_id","","",74,[[],["typeid",3]]],[11,"vzip","","",74,[[]]],[11,"into_any","","",74,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",74,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",74,[[],["any",8]]],[11,"as_any_mut","","",74,[[],["any",8]]],[11,"from","","",75,[[]]],[11,"into","","",75,[[]]],[11,"try_from","","",75,[[],["result",4]]],[11,"try_into","","",75,[[],["result",4]]],[11,"borrow","","",75,[[]]],[11,"borrow_mut","","",75,[[]]],[11,"type_id","","",75,[[],["typeid",3]]],[11,"vzip","","",75,[[]]],[11,"into_any","","",75,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",75,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",75,[[],["any",8]]],[11,"as_any_mut","","",75,[[],["any",8]]],[11,"from","game::edit::cluster_traffic_signals","",76,[[]]],[11,"into","","",76,[[]]],[11,"try_from","","",76,[[],["result",4]]],[11,"try_into","","",76,[[],["result",4]]],[11,"borrow","","",76,[[]]],[11,"borrow_mut","","",76,[[]]],[11,"type_id","","",76,[[],["typeid",3]]],[11,"vzip","","",76,[[]]],[11,"into_any","","",76,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",76,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",76,[[],["any",8]]],[11,"as_any_mut","","",76,[[],["any",8]]],[11,"from","game::edit::lanes","",77,[[]]],[11,"into","","",77,[[]]],[11,"try_from","","",77,[[],["result",4]]],[11,"try_into","","",77,[[],["result",4]]],[11,"borrow","","",77,[[]]],[11,"borrow_mut","","",77,[[]]],[11,"type_id","","",77,[[],["typeid",3]]],[11,"vzip","","",77,[[]]],[11,"into_any","","",77,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",77,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",77,[[],["any",8]]],[11,"as_any_mut","","",77,[[],["any",8]]],[11,"from","game::edit::routes","",78,[[]]],[11,"into","","",78,[[]]],[11,"try_from","","",78,[[],["result",4]]],[11,"try_into","","",78,[[],["result",4]]],[11,"borrow","","",78,[[]]],[11,"borrow_mut","","",78,[[]]],[11,"type_id","","",78,[[],["typeid",3]]],[11,"vzip","","",78,[[]]],[11,"into_any","","",78,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",78,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",78,[[],["any",8]]],[11,"as_any_mut","","",78,[[],["any",8]]],[11,"from","game::edit::select","",79,[[]]],[11,"into","","",79,[[]]],[11,"try_from","","",79,[[],["result",4]]],[11,"try_into","","",79,[[],["result",4]]],[11,"borrow","","",79,[[]]],[11,"borrow_mut","","",79,[[]]],[11,"type_id","","",79,[[],["typeid",3]]],[11,"vzip","","",79,[[]]],[11,"into_any","","",79,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",79,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",79,[[],["any",8]]],[11,"as_any_mut","","",79,[[],["any",8]]],[11,"into_any_arc","","",79,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",80,[[]]],[11,"into","","",80,[[]]],[11,"try_from","","",80,[[],["result",4]]],[11,"try_into","","",80,[[],["result",4]]],[11,"borrow","","",80,[[]]],[11,"borrow_mut","","",80,[[]]],[11,"type_id","","",80,[[],["typeid",3]]],[11,"vzip","","",80,[[]]],[11,"into_any","","",80,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",80,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",80,[[],["any",8]]],[11,"as_any_mut","","",80,[[],["any",8]]],[11,"into_any_arc","","",80,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::stop_signs","",82,[[]]],[11,"into","","",82,[[]]],[11,"try_from","","",82,[[],["result",4]]],[11,"try_into","","",82,[[],["result",4]]],[11,"borrow","","",82,[[]]],[11,"borrow_mut","","",82,[[]]],[11,"type_id","","",82,[[],["typeid",3]]],[11,"vzip","","",82,[[]]],[11,"into_any","","",82,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",82,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",82,[[],["any",8]]],[11,"as_any_mut","","",82,[[],["any",8]]],[11,"from","game::edit::traffic_signals","",83,[[]]],[11,"into","","",83,[[]]],[11,"try_from","","",83,[[],["result",4]]],[11,"try_into","","",83,[[],["result",4]]],[11,"borrow","","",83,[[]]],[11,"borrow_mut","","",83,[[]]],[11,"type_id","","",83,[[],["typeid",3]]],[11,"vzip","","",83,[[]]],[11,"into_any","","",83,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",83,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",83,[[],["any",8]]],[11,"as_any_mut","","",83,[[],["any",8]]],[11,"from","","",84,[[]]],[11,"into","","",84,[[]]],[11,"to_owned","","",84,[[]]],[11,"clone_into","","",84,[[]]],[11,"try_from","","",84,[[],["result",4]]],[11,"try_into","","",84,[[],["result",4]]],[11,"borrow","","",84,[[]]],[11,"borrow_mut","","",84,[[]]],[11,"type_id","","",84,[[],["typeid",3]]],[11,"vzip","","",84,[[]]],[11,"into_any","","",84,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",84,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",84,[[],["any",8]]],[11,"as_any_mut","","",84,[[],["any",8]]],[11,"into_any_arc","","",84,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::edit::traffic_signals::edits","",85,[[]]],[11,"into","","",85,[[]]],[11,"try_from","","",85,[[],["result",4]]],[11,"try_into","","",85,[[],["result",4]]],[11,"borrow","","",85,[[]]],[11,"borrow_mut","","",85,[[]]],[11,"type_id","","",85,[[],["typeid",3]]],[11,"vzip","","",85,[[]]],[11,"into_any","","",85,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",85,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",85,[[],["any",8]]],[11,"as_any_mut","","",85,[[],["any",8]]],[11,"from","game::edit::traffic_signals::offsets","",86,[[]]],[11,"into","","",86,[[]]],[11,"try_from","","",86,[[],["result",4]]],[11,"try_into","","",86,[[],["result",4]]],[11,"borrow","","",86,[[]]],[11,"borrow_mut","","",86,[[]]],[11,"type_id","","",86,[[],["typeid",3]]],[11,"vzip","","",86,[[]]],[11,"into_any","","",86,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",86,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",86,[[],["any",8]]],[11,"as_any_mut","","",86,[[],["any",8]]],[11,"from","","",87,[[]]],[11,"into","","",87,[[]]],[11,"try_from","","",87,[[],["result",4]]],[11,"try_into","","",87,[[],["result",4]]],[11,"borrow","","",87,[[]]],[11,"borrow_mut","","",87,[[]]],[11,"type_id","","",87,[[],["typeid",3]]],[11,"vzip","","",87,[[]]],[11,"into_any","","",87,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",87,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",87,[[],["any",8]]],[11,"as_any_mut","","",87,[[],["any",8]]],[11,"from","","",88,[[]]],[11,"into","","",88,[[]]],[11,"try_from","","",88,[[],["result",4]]],[11,"try_into","","",88,[[],["result",4]]],[11,"borrow","","",88,[[]]],[11,"borrow_mut","","",88,[[]]],[11,"type_id","","",88,[[],["typeid",3]]],[11,"vzip","","",88,[[]]],[11,"into_any","","",88,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",88,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",88,[[],["any",8]]],[11,"as_any_mut","","",88,[[],["any",8]]],[11,"from","game::edit::traffic_signals::picker","",89,[[]]],[11,"into","","",89,[[]]],[11,"try_from","","",89,[[],["result",4]]],[11,"try_into","","",89,[[],["result",4]]],[11,"borrow","","",89,[[]]],[11,"borrow_mut","","",89,[[]]],[11,"type_id","","",89,[[],["typeid",3]]],[11,"vzip","","",89,[[]]],[11,"into_any","","",89,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",89,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",89,[[],["any",8]]],[11,"as_any_mut","","",89,[[],["any",8]]],[11,"from","game::edit::traffic_signals::preview","",90,[[]]],[11,"into","","",90,[[]]],[11,"try_from","","",90,[[],["result",4]]],[11,"try_into","","",90,[[],["result",4]]],[11,"borrow","","",90,[[]]],[11,"borrow_mut","","",90,[[]]],[11,"type_id","","",90,[[],["typeid",3]]],[11,"vzip","","",90,[[]]],[11,"into_any","","",90,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",90,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",90,[[],["any",8]]],[11,"as_any_mut","","",90,[[],["any",8]]],[11,"from","game::edit::zones","",91,[[]]],[11,"into","","",91,[[]]],[11,"try_from","","",91,[[],["result",4]]],[11,"try_into","","",91,[[],["result",4]]],[11,"borrow","","",91,[[]]],[11,"borrow_mut","","",91,[[]]],[11,"type_id","","",91,[[],["typeid",3]]],[11,"vzip","","",91,[[]]],[11,"into_any","","",91,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",91,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",91,[[],["any",8]]],[11,"as_any_mut","","",91,[[],["any",8]]],[11,"from","game::game","",92,[[]]],[11,"into","","",92,[[]]],[11,"try_from","","",92,[[],["result",4]]],[11,"try_into","","",92,[[],["result",4]]],[11,"borrow","","",92,[[]]],[11,"borrow_mut","","",92,[[]]],[11,"type_id","","",92,[[],["typeid",3]]],[11,"vzip","","",92,[[]]],[11,"into_any","","",92,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",92,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",92,[[],["any",8]]],[11,"as_any_mut","","",92,[[],["any",8]]],[11,"from","","",93,[[]]],[11,"into","","",93,[[]]],[11,"try_from","","",93,[[],["result",4]]],[11,"try_into","","",93,[[],["result",4]]],[11,"borrow","","",93,[[]]],[11,"borrow_mut","","",93,[[]]],[11,"type_id","","",93,[[],["typeid",3]]],[11,"vzip","","",93,[[]]],[11,"into_any","","",93,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",93,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",93,[[],["any",8]]],[11,"as_any_mut","","",93,[[],["any",8]]],[11,"from","","",94,[[]]],[11,"into","","",94,[[]]],[11,"try_from","","",94,[[],["result",4]]],[11,"try_into","","",94,[[],["result",4]]],[11,"borrow","","",94,[[]]],[11,"borrow_mut","","",94,[[]]],[11,"type_id","","",94,[[],["typeid",3]]],[11,"vzip","","",94,[[]]],[11,"into_any","","",94,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",94,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",94,[[],["any",8]]],[11,"as_any_mut","","",94,[[],["any",8]]],[11,"from","game::helpers","",95,[[]]],[11,"into","","",95,[[]]],[11,"to_owned","","",95,[[]]],[11,"clone_into","","",95,[[]]],[11,"try_from","","",95,[[],["result",4]]],[11,"try_into","","",95,[[],["result",4]]],[11,"borrow","","",95,[[]]],[11,"borrow_mut","","",95,[[]]],[11,"type_id","","",95,[[],["typeid",3]]],[11,"equivalent","","",95,[[]]],[11,"get_hash","","",95,[[]]],[11,"vzip","","",95,[[]]],[11,"into_any","","",95,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",95,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",95,[[],["any",8]]],[11,"as_any_mut","","",95,[[],["any",8]]],[11,"into_any_arc","","",95,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info","",96,[[]]],[11,"into","","",96,[[]]],[11,"try_from","","",96,[[],["result",4]]],[11,"try_into","","",96,[[],["result",4]]],[11,"borrow","","",96,[[]]],[11,"borrow_mut","","",96,[[]]],[11,"type_id","","",96,[[],["typeid",3]]],[11,"vzip","","",96,[[]]],[11,"into_any","","",96,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",96,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",96,[[],["any",8]]],[11,"as_any_mut","","",96,[[],["any",8]]],[11,"from","","",97,[[]]],[11,"into","","",97,[[]]],[11,"try_from","","",97,[[],["result",4]]],[11,"try_into","","",97,[[],["result",4]]],[11,"borrow","","",97,[[]]],[11,"borrow_mut","","",97,[[]]],[11,"type_id","","",97,[[],["typeid",3]]],[11,"vzip","","",97,[[]]],[11,"into_any","","",97,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",97,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",97,[[],["any",8]]],[11,"as_any_mut","","",97,[[],["any",8]]],[11,"into_any_arc","","",97,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",98,[[]]],[11,"into","","",98,[[]]],[11,"to_owned","","",98,[[]]],[11,"clone_into","","",98,[[]]],[11,"try_from","","",98,[[],["result",4]]],[11,"try_into","","",98,[[],["result",4]]],[11,"borrow","","",98,[[]]],[11,"borrow_mut","","",98,[[]]],[11,"type_id","","",98,[[],["typeid",3]]],[11,"vzip","","",98,[[]]],[11,"into_any","","",98,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",98,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",98,[[],["any",8]]],[11,"as_any_mut","","",98,[[],["any",8]]],[11,"into_any_arc","","",98,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",99,[[]]],[11,"into","","",99,[[]]],[11,"to_owned","","",99,[[]]],[11,"clone_into","","",99,[[]]],[11,"try_from","","",99,[[],["result",4]]],[11,"try_into","","",99,[[],["result",4]]],[11,"borrow","","",99,[[]]],[11,"borrow_mut","","",99,[[]]],[11,"type_id","","",99,[[],["typeid",3]]],[11,"vzip","","",99,[[]]],[11,"into_any","","",99,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",99,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",99,[[],["any",8]]],[11,"as_any_mut","","",99,[[],["any",8]]],[11,"into_any_arc","","",99,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::info::trip","",100,[[]]],[11,"into","","",100,[[]]],[11,"to_owned","","",100,[[]]],[11,"clone_into","","",100,[[]]],[11,"try_from","","",100,[[],["result",4]]],[11,"try_into","","",100,[[],["result",4]]],[11,"borrow","","",100,[[]]],[11,"borrow_mut","","",100,[[]]],[11,"type_id","","",100,[[],["typeid",3]]],[11,"vzip","","",100,[[]]],[11,"into_any","","",100,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",100,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",100,[[],["any",8]]],[11,"as_any_mut","","",100,[[],["any",8]]],[11,"into_any_arc","","",100,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer","",102,[[]]],[11,"into","","",102,[[]]],[11,"try_from","","",102,[[],["result",4]]],[11,"try_into","","",102,[[],["result",4]]],[11,"borrow","","",102,[[]]],[11,"borrow_mut","","",102,[[]]],[11,"type_id","","",102,[[],["typeid",3]]],[11,"vzip","","",102,[[]]],[11,"into_any","","",102,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",102,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",102,[[],["any",8]]],[11,"as_any_mut","","",102,[[],["any",8]]],[11,"from","","",103,[[]]],[11,"into","","",103,[[]]],[11,"try_from","","",103,[[],["result",4]]],[11,"try_into","","",103,[[],["result",4]]],[11,"borrow","","",103,[[]]],[11,"borrow_mut","","",103,[[]]],[11,"type_id","","",103,[[],["typeid",3]]],[11,"vzip","","",103,[[]]],[11,"into_any","","",103,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",103,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",103,[[],["any",8]]],[11,"as_any_mut","","",103,[[],["any",8]]],[11,"from","game::layer::elevation","",104,[[]]],[11,"into","","",104,[[]]],[11,"try_from","","",104,[[],["result",4]]],[11,"try_into","","",104,[[],["result",4]]],[11,"borrow","","",104,[[]]],[11,"borrow_mut","","",104,[[]]],[11,"type_id","","",104,[[],["typeid",3]]],[11,"vzip","","",104,[[]]],[11,"into_any","","",104,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",104,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",104,[[],["any",8]]],[11,"as_any_mut","","",104,[[],["any",8]]],[11,"from","game::layer::map","",105,[[]]],[11,"into","","",105,[[]]],[11,"try_from","","",105,[[],["result",4]]],[11,"try_into","","",105,[[],["result",4]]],[11,"borrow","","",105,[[]]],[11,"borrow_mut","","",105,[[]]],[11,"type_id","","",105,[[],["typeid",3]]],[11,"vzip","","",105,[[]]],[11,"into_any","","",105,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",105,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",105,[[],["any",8]]],[11,"as_any_mut","","",105,[[],["any",8]]],[11,"from","","",106,[[]]],[11,"into","","",106,[[]]],[11,"try_from","","",106,[[],["result",4]]],[11,"try_into","","",106,[[],["result",4]]],[11,"borrow","","",106,[[]]],[11,"borrow_mut","","",106,[[]]],[11,"type_id","","",106,[[],["typeid",3]]],[11,"vzip","","",106,[[]]],[11,"into_any","","",106,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",106,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",106,[[],["any",8]]],[11,"as_any_mut","","",106,[[],["any",8]]],[11,"from","","",107,[[]]],[11,"into","","",107,[[]]],[11,"try_from","","",107,[[],["result",4]]],[11,"try_into","","",107,[[],["result",4]]],[11,"borrow","","",107,[[]]],[11,"borrow_mut","","",107,[[]]],[11,"type_id","","",107,[[],["typeid",3]]],[11,"vzip","","",107,[[]]],[11,"into_any","","",107,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",107,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",107,[[],["any",8]]],[11,"as_any_mut","","",107,[[],["any",8]]],[11,"from","game::layer::pandemic","",108,[[]]],[11,"into","","",108,[[]]],[11,"try_from","","",108,[[],["result",4]]],[11,"try_into","","",108,[[],["result",4]]],[11,"borrow","","",108,[[]]],[11,"borrow_mut","","",108,[[]]],[11,"type_id","","",108,[[],["typeid",3]]],[11,"vzip","","",108,[[]]],[11,"into_any","","",108,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",108,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",108,[[],["any",8]]],[11,"as_any_mut","","",108,[[],["any",8]]],[11,"from","","",109,[[]]],[11,"into","","",109,[[]]],[11,"to_owned","","",109,[[]]],[11,"clone_into","","",109,[[]]],[11,"try_from","","",109,[[],["result",4]]],[11,"try_into","","",109,[[],["result",4]]],[11,"borrow","","",109,[[]]],[11,"borrow_mut","","",109,[[]]],[11,"type_id","","",109,[[],["typeid",3]]],[11,"vzip","","",109,[[]]],[11,"into_any","","",109,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",109,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",109,[[],["any",8]]],[11,"as_any_mut","","",109,[[],["any",8]]],[11,"into_any_arc","","",109,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",110,[[]]],[11,"into","","",110,[[]]],[11,"to_owned","","",110,[[]]],[11,"clone_into","","",110,[[]]],[11,"try_from","","",110,[[],["result",4]]],[11,"try_into","","",110,[[],["result",4]]],[11,"borrow","","",110,[[]]],[11,"borrow_mut","","",110,[[]]],[11,"type_id","","",110,[[],["typeid",3]]],[11,"vzip","","",110,[[]]],[11,"into_any","","",110,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",110,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",110,[[],["any",8]]],[11,"as_any_mut","","",110,[[],["any",8]]],[11,"into_any_arc","","",110,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::parking","",111,[[]]],[11,"into","","",111,[[]]],[11,"try_from","","",111,[[],["result",4]]],[11,"try_into","","",111,[[],["result",4]]],[11,"borrow","","",111,[[]]],[11,"borrow_mut","","",111,[[]]],[11,"type_id","","",111,[[],["typeid",3]]],[11,"vzip","","",111,[[]]],[11,"into_any","","",111,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",111,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",111,[[],["any",8]]],[11,"as_any_mut","","",111,[[],["any",8]]],[11,"from","","",112,[[]]],[11,"into","","",112,[[]]],[11,"try_from","","",112,[[],["result",4]]],[11,"try_into","","",112,[[],["result",4]]],[11,"borrow","","",112,[[]]],[11,"borrow_mut","","",112,[[]]],[11,"type_id","","",112,[[],["typeid",3]]],[11,"vzip","","",112,[[]]],[11,"into_any","","",112,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",112,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",112,[[],["any",8]]],[11,"as_any_mut","","",112,[[],["any",8]]],[11,"from","","",113,[[]]],[11,"into","","",113,[[]]],[11,"to_owned","","",113,[[]]],[11,"clone_into","","",113,[[]]],[11,"try_from","","",113,[[],["result",4]]],[11,"try_into","","",113,[[],["result",4]]],[11,"borrow","","",113,[[]]],[11,"borrow_mut","","",113,[[]]],[11,"type_id","","",113,[[],["typeid",3]]],[11,"equivalent","","",113,[[]]],[11,"vzip","","",113,[[]]],[11,"into_any","","",113,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",113,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",113,[[],["any",8]]],[11,"as_any_mut","","",113,[[],["any",8]]],[11,"into_any_arc","","",113,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::population","",114,[[]]],[11,"into","","",114,[[]]],[11,"try_from","","",114,[[],["result",4]]],[11,"try_into","","",114,[[],["result",4]]],[11,"borrow","","",114,[[]]],[11,"borrow_mut","","",114,[[]]],[11,"type_id","","",114,[[],["typeid",3]]],[11,"vzip","","",114,[[]]],[11,"into_any","","",114,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",114,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",114,[[],["any",8]]],[11,"as_any_mut","","",114,[[],["any",8]]],[11,"from","","",115,[[]]],[11,"into","","",115,[[]]],[11,"to_owned","","",115,[[]]],[11,"clone_into","","",115,[[]]],[11,"try_from","","",115,[[],["result",4]]],[11,"try_into","","",115,[[],["result",4]]],[11,"borrow","","",115,[[]]],[11,"borrow_mut","","",115,[[]]],[11,"type_id","","",115,[[],["typeid",3]]],[11,"vzip","","",115,[[]]],[11,"into_any","","",115,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",115,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",115,[[],["any",8]]],[11,"as_any_mut","","",115,[[],["any",8]]],[11,"into_any_arc","","",115,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::layer::traffic","",116,[[]]],[11,"into","","",116,[[]]],[11,"try_from","","",116,[[],["result",4]]],[11,"try_into","","",116,[[],["result",4]]],[11,"borrow","","",116,[[]]],[11,"borrow_mut","","",116,[[]]],[11,"type_id","","",116,[[],["typeid",3]]],[11,"vzip","","",116,[[]]],[11,"into_any","","",116,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",116,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",116,[[],["any",8]]],[11,"as_any_mut","","",116,[[],["any",8]]],[11,"from","","",117,[[]]],[11,"into","","",117,[[]]],[11,"try_from","","",117,[[],["result",4]]],[11,"try_into","","",117,[[],["result",4]]],[11,"borrow","","",117,[[]]],[11,"borrow_mut","","",117,[[]]],[11,"type_id","","",117,[[],["typeid",3]]],[11,"vzip","","",117,[[]]],[11,"into_any","","",117,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",117,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",117,[[],["any",8]]],[11,"as_any_mut","","",117,[[],["any",8]]],[11,"from","","",118,[[]]],[11,"into","","",118,[[]]],[11,"try_from","","",118,[[],["result",4]]],[11,"try_into","","",118,[[],["result",4]]],[11,"borrow","","",118,[[]]],[11,"borrow_mut","","",118,[[]]],[11,"type_id","","",118,[[],["typeid",3]]],[11,"vzip","","",118,[[]]],[11,"into_any","","",118,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",118,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",118,[[],["any",8]]],[11,"as_any_mut","","",118,[[],["any",8]]],[11,"from","","",119,[[]]],[11,"into","","",119,[[]]],[11,"try_from","","",119,[[],["result",4]]],[11,"try_into","","",119,[[],["result",4]]],[11,"borrow","","",119,[[]]],[11,"borrow_mut","","",119,[[]]],[11,"type_id","","",119,[[],["typeid",3]]],[11,"vzip","","",119,[[]]],[11,"into_any","","",119,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",119,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",119,[[],["any",8]]],[11,"as_any_mut","","",119,[[],["any",8]]],[11,"from","","",120,[[]]],[11,"into","","",120,[[]]],[11,"try_from","","",120,[[],["result",4]]],[11,"try_into","","",120,[[],["result",4]]],[11,"borrow","","",120,[[]]],[11,"borrow_mut","","",120,[[]]],[11,"type_id","","",120,[[],["typeid",3]]],[11,"vzip","","",120,[[]]],[11,"into_any","","",120,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",120,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",120,[[],["any",8]]],[11,"as_any_mut","","",120,[[],["any",8]]],[11,"into_any_arc","","",120,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",121,[[]]],[11,"into","","",121,[[]]],[11,"try_from","","",121,[[],["result",4]]],[11,"try_into","","",121,[[],["result",4]]],[11,"borrow","","",121,[[]]],[11,"borrow_mut","","",121,[[]]],[11,"type_id","","",121,[[],["typeid",3]]],[11,"vzip","","",121,[[]]],[11,"into_any","","",121,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",121,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",121,[[],["any",8]]],[11,"as_any_mut","","",121,[[],["any",8]]],[11,"from","game::layer::transit","",122,[[]]],[11,"into","","",122,[[]]],[11,"try_from","","",122,[[],["result",4]]],[11,"try_into","","",122,[[],["result",4]]],[11,"borrow","","",122,[[]]],[11,"borrow_mut","","",122,[[]]],[11,"type_id","","",122,[[],["typeid",3]]],[11,"vzip","","",122,[[]]],[11,"into_any","","",122,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",122,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",122,[[],["any",8]]],[11,"as_any_mut","","",122,[[],["any",8]]],[11,"from","game::load","",126,[[]]],[11,"into","","",126,[[]]],[11,"try_from","","",126,[[],["result",4]]],[11,"try_into","","",126,[[],["result",4]]],[11,"borrow","","",126,[[]]],[11,"borrow_mut","","",126,[[]]],[11,"type_id","","",126,[[],["typeid",3]]],[11,"vzip","","",126,[[]]],[11,"into_any","","",126,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",126,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",126,[[],["any",8]]],[11,"as_any_mut","","",126,[[],["any",8]]],[11,"into_any_arc","","",126,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",124,[[]]],[11,"into","","",124,[[]]],[11,"try_from","","",124,[[],["result",4]]],[11,"try_into","","",124,[[],["result",4]]],[11,"borrow","","",124,[[]]],[11,"borrow_mut","","",124,[[]]],[11,"type_id","","",124,[[],["typeid",3]]],[11,"vzip","","",124,[[]]],[11,"into_any","","",124,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",124,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",124,[[],["any",8]]],[11,"as_any_mut","","",124,[[],["any",8]]],[11,"from","game::load::native_loader","",125,[[]]],[11,"into","","",125,[[]]],[11,"try_from","","",125,[[],["result",4]]],[11,"try_into","","",125,[[],["result",4]]],[11,"borrow","","",125,[[]]],[11,"borrow_mut","","",125,[[]]],[11,"type_id","","",125,[[],["typeid",3]]],[11,"vzip","","",125,[[]]],[11,"into_any","","",125,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",125,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",125,[[],["any",8]]],[11,"as_any_mut","","",125,[[],["any",8]]],[11,"from","game::options","",127,[[]]],[11,"into","","",127,[[]]],[11,"to_owned","","",127,[[]]],[11,"clone_into","","",127,[[]]],[11,"try_from","","",127,[[],["result",4]]],[11,"try_into","","",127,[[],["result",4]]],[11,"borrow","","",127,[[]]],[11,"borrow_mut","","",127,[[]]],[11,"type_id","","",127,[[],["typeid",3]]],[11,"vzip","","",127,[[]]],[11,"into_any","","",127,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",127,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",127,[[],["any",8]]],[11,"as_any_mut","","",127,[[],["any",8]]],[11,"into_any_arc","","",127,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",128,[[]]],[11,"into","","",128,[[]]],[11,"try_from","","",128,[[],["result",4]]],[11,"try_into","","",128,[[],["result",4]]],[11,"borrow","","",128,[[]]],[11,"borrow_mut","","",128,[[]]],[11,"type_id","","",128,[[],["typeid",3]]],[11,"vzip","","",128,[[]]],[11,"into_any","","",128,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",128,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",128,[[],["any",8]]],[11,"as_any_mut","","",128,[[],["any",8]]],[11,"from","","",129,[[]]],[11,"into","","",129,[[]]],[11,"to_owned","","",129,[[]]],[11,"clone_into","","",129,[[]]],[11,"try_from","","",129,[[],["result",4]]],[11,"try_into","","",129,[[],["result",4]]],[11,"borrow","","",129,[[]]],[11,"borrow_mut","","",129,[[]]],[11,"type_id","","",129,[[],["typeid",3]]],[11,"vzip","","",129,[[]]],[11,"into_any","","",129,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",129,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",129,[[],["any",8]]],[11,"as_any_mut","","",129,[[],["any",8]]],[11,"into_any_arc","","",129,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",130,[[]]],[11,"into","","",130,[[]]],[11,"to_owned","","",130,[[]]],[11,"clone_into","","",130,[[]]],[11,"try_from","","",130,[[],["result",4]]],[11,"try_into","","",130,[[],["result",4]]],[11,"borrow","","",130,[[]]],[11,"borrow_mut","","",130,[[]]],[11,"type_id","","",130,[[],["typeid",3]]],[11,"vzip","","",130,[[]]],[11,"into_any","","",130,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",130,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",130,[[],["any",8]]],[11,"as_any_mut","","",130,[[],["any",8]]],[11,"into_any_arc","","",130,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::pregame","",131,[[]]],[11,"into","","",131,[[]]],[11,"try_from","","",131,[[],["result",4]]],[11,"try_into","","",131,[[],["result",4]]],[11,"borrow","","",131,[[]]],[11,"borrow_mut","","",131,[[]]],[11,"type_id","","",131,[[],["typeid",3]]],[11,"vzip","","",131,[[]]],[11,"into_any","","",131,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",131,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",131,[[],["any",8]]],[11,"as_any_mut","","",131,[[],["any",8]]],[11,"from","","",132,[[]]],[11,"into","","",132,[[]]],[11,"try_from","","",132,[[],["result",4]]],[11,"try_into","","",132,[[],["result",4]]],[11,"borrow","","",132,[[]]],[11,"borrow_mut","","",132,[[]]],[11,"type_id","","",132,[[],["typeid",3]]],[11,"vzip","","",132,[[]]],[11,"into_any","","",132,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",132,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",132,[[],["any",8]]],[11,"as_any_mut","","",132,[[],["any",8]]],[11,"from","","",133,[[]]],[11,"into","","",133,[[]]],[11,"try_from","","",133,[[],["result",4]]],[11,"try_into","","",133,[[],["result",4]]],[11,"borrow","","",133,[[]]],[11,"borrow_mut","","",133,[[]]],[11,"type_id","","",133,[[],["typeid",3]]],[11,"vzip","","",133,[[]]],[11,"into_any","","",133,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",133,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",133,[[],["any",8]]],[11,"as_any_mut","","",133,[[],["any",8]]],[11,"from","","",134,[[]]],[11,"into","","",134,[[]]],[11,"try_from","","",134,[[],["result",4]]],[11,"try_into","","",134,[[],["result",4]]],[11,"borrow","","",134,[[]]],[11,"borrow_mut","","",134,[[]]],[11,"type_id","","",134,[[],["typeid",3]]],[11,"vzip","","",134,[[]]],[11,"into_any","","",134,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",134,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",134,[[],["any",8]]],[11,"as_any_mut","","",134,[[],["any",8]]],[11,"from","","",135,[[]]],[11,"into","","",135,[[]]],[11,"try_from","","",135,[[],["result",4]]],[11,"try_into","","",135,[[],["result",4]]],[11,"borrow","","",135,[[]]],[11,"borrow_mut","","",135,[[]]],[11,"type_id","","",135,[[],["typeid",3]]],[11,"vzip","","",135,[[]]],[11,"into_any","","",135,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",135,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",135,[[],["any",8]]],[11,"as_any_mut","","",135,[[],["any",8]]],[11,"into_any_arc","","",135,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render","",136,[[]]],[11,"into","","",136,[[]]],[11,"try_from","","",136,[[],["result",4]]],[11,"try_into","","",136,[[],["result",4]]],[11,"borrow","","",136,[[]]],[11,"borrow_mut","","",136,[[]]],[11,"type_id","","",136,[[],["typeid",3]]],[11,"vzip","","",136,[[]]],[11,"into_any","","",136,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",136,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",136,[[],["any",8]]],[11,"as_any_mut","","",136,[[],["any",8]]],[11,"into_any_arc","","",136,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::area","",137,[[]]],[11,"into","","",137,[[]]],[11,"try_from","","",137,[[],["result",4]]],[11,"try_into","","",137,[[],["result",4]]],[11,"borrow","","",137,[[]]],[11,"borrow_mut","","",137,[[]]],[11,"type_id","","",137,[[],["typeid",3]]],[11,"vzip","","",137,[[]]],[11,"into_any","","",137,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",137,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",137,[[],["any",8]]],[11,"as_any_mut","","",137,[[],["any",8]]],[11,"into_any_arc","","",137,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::bike","",138,[[]]],[11,"into","","",138,[[]]],[11,"try_from","","",138,[[],["result",4]]],[11,"try_into","","",138,[[],["result",4]]],[11,"borrow","","",138,[[]]],[11,"borrow_mut","","",138,[[]]],[11,"type_id","","",138,[[],["typeid",3]]],[11,"vzip","","",138,[[]]],[11,"into_any","","",138,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",138,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",138,[[],["any",8]]],[11,"as_any_mut","","",138,[[],["any",8]]],[11,"into_any_arc","","",138,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::building","",139,[[]]],[11,"into","","",139,[[]]],[11,"try_from","","",139,[[],["result",4]]],[11,"try_into","","",139,[[],["result",4]]],[11,"borrow","","",139,[[]]],[11,"borrow_mut","","",139,[[]]],[11,"type_id","","",139,[[],["typeid",3]]],[11,"vzip","","",139,[[]]],[11,"into_any","","",139,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",139,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",139,[[],["any",8]]],[11,"as_any_mut","","",139,[[],["any",8]]],[11,"into_any_arc","","",139,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::bus_stop","",140,[[]]],[11,"into","","",140,[[]]],[11,"try_from","","",140,[[],["result",4]]],[11,"try_into","","",140,[[],["result",4]]],[11,"borrow","","",140,[[]]],[11,"borrow_mut","","",140,[[]]],[11,"type_id","","",140,[[],["typeid",3]]],[11,"vzip","","",140,[[]]],[11,"into_any","","",140,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",140,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",140,[[],["any",8]]],[11,"as_any_mut","","",140,[[],["any",8]]],[11,"into_any_arc","","",140,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::car","",141,[[]]],[11,"into","","",141,[[]]],[11,"try_from","","",141,[[],["result",4]]],[11,"try_into","","",141,[[],["result",4]]],[11,"borrow","","",141,[[]]],[11,"borrow_mut","","",141,[[]]],[11,"type_id","","",141,[[],["typeid",3]]],[11,"vzip","","",141,[[]]],[11,"into_any","","",141,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",141,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",141,[[],["any",8]]],[11,"as_any_mut","","",141,[[],["any",8]]],[11,"into_any_arc","","",141,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::intersection","",142,[[]]],[11,"into","","",142,[[]]],[11,"try_from","","",142,[[],["result",4]]],[11,"try_into","","",142,[[],["result",4]]],[11,"borrow","","",142,[[]]],[11,"borrow_mut","","",142,[[]]],[11,"type_id","","",142,[[],["typeid",3]]],[11,"vzip","","",142,[[]]],[11,"into_any","","",142,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",142,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",142,[[],["any",8]]],[11,"as_any_mut","","",142,[[],["any",8]]],[11,"from","game::render::lane","",143,[[]]],[11,"into","","",143,[[]]],[11,"try_from","","",143,[[],["result",4]]],[11,"try_into","","",143,[[],["result",4]]],[11,"borrow","","",143,[[]]],[11,"borrow_mut","","",143,[[]]],[11,"type_id","","",143,[[],["typeid",3]]],[11,"vzip","","",143,[[]]],[11,"into_any","","",143,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",143,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",143,[[],["any",8]]],[11,"as_any_mut","","",143,[[],["any",8]]],[11,"into_any_arc","","",143,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::map","",144,[[]]],[11,"into","","",144,[[]]],[11,"try_from","","",144,[[],["result",4]]],[11,"try_into","","",144,[[],["result",4]]],[11,"borrow","","",144,[[]]],[11,"borrow_mut","","",144,[[]]],[11,"type_id","","",144,[[],["typeid",3]]],[11,"vzip","","",144,[[]]],[11,"into_any","","",144,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",144,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",144,[[],["any",8]]],[11,"as_any_mut","","",144,[[],["any",8]]],[11,"from","","",145,[[]]],[11,"into","","",145,[[]]],[11,"try_from","","",145,[[],["result",4]]],[11,"try_into","","",145,[[],["result",4]]],[11,"borrow","","",145,[[]]],[11,"borrow_mut","","",145,[[]]],[11,"type_id","","",145,[[],["typeid",3]]],[11,"vzip","","",145,[[]]],[11,"into_any","","",145,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",145,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",145,[[],["any",8]]],[11,"as_any_mut","","",145,[[],["any",8]]],[11,"from","","",146,[[]]],[11,"into","","",146,[[]]],[11,"to_owned","","",146,[[]]],[11,"clone_into","","",146,[[]]],[11,"try_from","","",146,[[],["result",4]]],[11,"try_into","","",146,[[],["result",4]]],[11,"borrow","","",146,[[]]],[11,"borrow_mut","","",146,[[]]],[11,"type_id","","",146,[[],["typeid",3]]],[11,"vzip","","",146,[[]]],[11,"into_any","","",146,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",146,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",146,[[],["any",8]]],[11,"as_any_mut","","",146,[[],["any",8]]],[11,"into_any_arc","","",146,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::parking_lot","",147,[[]]],[11,"into","","",147,[[]]],[11,"try_from","","",147,[[],["result",4]]],[11,"try_into","","",147,[[],["result",4]]],[11,"borrow","","",147,[[]]],[11,"borrow_mut","","",147,[[]]],[11,"type_id","","",147,[[],["typeid",3]]],[11,"vzip","","",147,[[]]],[11,"into_any","","",147,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",147,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",147,[[],["any",8]]],[11,"as_any_mut","","",147,[[],["any",8]]],[11,"into_any_arc","","",147,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::pedestrian","",148,[[]]],[11,"into","","",148,[[]]],[11,"try_from","","",148,[[],["result",4]]],[11,"try_into","","",148,[[],["result",4]]],[11,"borrow","","",148,[[]]],[11,"borrow_mut","","",148,[[]]],[11,"type_id","","",148,[[],["typeid",3]]],[11,"vzip","","",148,[[]]],[11,"into_any","","",148,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",148,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",148,[[],["any",8]]],[11,"as_any_mut","","",148,[[],["any",8]]],[11,"into_any_arc","","",148,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",149,[[]]],[11,"into","","",149,[[]]],[11,"try_from","","",149,[[],["result",4]]],[11,"try_into","","",149,[[],["result",4]]],[11,"borrow","","",149,[[]]],[11,"borrow_mut","","",149,[[]]],[11,"type_id","","",149,[[],["typeid",3]]],[11,"vzip","","",149,[[]]],[11,"into_any","","",149,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",149,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",149,[[],["any",8]]],[11,"as_any_mut","","",149,[[],["any",8]]],[11,"into_any_arc","","",149,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::road","",150,[[]]],[11,"into","","",150,[[]]],[11,"try_from","","",150,[[],["result",4]]],[11,"try_into","","",150,[[],["result",4]]],[11,"borrow","","",150,[[]]],[11,"borrow_mut","","",150,[[]]],[11,"type_id","","",150,[[],["typeid",3]]],[11,"vzip","","",150,[[]]],[11,"into_any","","",150,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",150,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",150,[[],["any",8]]],[11,"as_any_mut","","",150,[[],["any",8]]],[11,"into_any_arc","","",150,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::render::turn","",151,[[]]],[11,"into","","",151,[[]]],[11,"try_from","","",151,[[],["result",4]]],[11,"try_into","","",151,[[],["result",4]]],[11,"borrow","","",151,[[]]],[11,"borrow_mut","","",151,[[]]],[11,"type_id","","",151,[[],["typeid",3]]],[11,"vzip","","",151,[[]]],[11,"into_any","","",151,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",151,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",151,[[],["any",8]]],[11,"as_any_mut","","",151,[[],["any",8]]],[11,"into_any_arc","","",151,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",152,[[]]],[11,"into","","",152,[[]]],[11,"try_from","","",152,[[],["result",4]]],[11,"try_into","","",152,[[],["result",4]]],[11,"borrow","","",152,[[]]],[11,"borrow_mut","","",152,[[]]],[11,"type_id","","",152,[[],["typeid",3]]],[11,"vzip","","",152,[[]]],[11,"into_any","","",152,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",152,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",152,[[],["any",8]]],[11,"as_any_mut","","",152,[[],["any",8]]],[11,"into_any_arc","","",152,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox","",154,[[]]],[11,"into","","",154,[[]]],[11,"try_from","","",154,[[],["result",4]]],[11,"try_into","","",154,[[],["result",4]]],[11,"borrow","","",154,[[]]],[11,"borrow_mut","","",154,[[]]],[11,"type_id","","",154,[[],["typeid",3]]],[11,"vzip","","",154,[[]]],[11,"into_any","","",154,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",154,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",154,[[],["any",8]]],[11,"as_any_mut","","",154,[[],["any",8]]],[11,"from","","",155,[[]]],[11,"into","","",155,[[]]],[11,"try_from","","",155,[[],["result",4]]],[11,"try_into","","",155,[[],["result",4]]],[11,"borrow","","",155,[[]]],[11,"borrow_mut","","",155,[[]]],[11,"type_id","","",155,[[],["typeid",3]]],[11,"vzip","","",155,[[]]],[11,"into_any","","",155,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",155,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",155,[[],["any",8]]],[11,"as_any_mut","","",155,[[],["any",8]]],[11,"from","","",217,[[]]],[11,"into","","",217,[[]]],[11,"try_from","","",217,[[],["result",4]]],[11,"try_into","","",217,[[],["result",4]]],[11,"borrow","","",217,[[]]],[11,"borrow_mut","","",217,[[]]],[11,"type_id","","",217,[[],["typeid",3]]],[11,"vzip","","",217,[[]]],[11,"into_any","","",217,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",217,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",217,[[],["any",8]]],[11,"as_any_mut","","",217,[[],["any",8]]],[11,"into_any_arc","","",217,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",156,[[]]],[11,"into","","",156,[[]]],[11,"try_from","","",156,[[],["result",4]]],[11,"try_into","","",156,[[],["result",4]]],[11,"borrow","","",156,[[]]],[11,"borrow_mut","","",156,[[]]],[11,"type_id","","",156,[[],["typeid",3]]],[11,"vzip","","",156,[[]]],[11,"into_any","","",156,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",156,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",156,[[],["any",8]]],[11,"as_any_mut","","",156,[[],["any",8]]],[11,"from","","",157,[[]]],[11,"into","","",157,[[]]],[11,"try_from","","",157,[[],["result",4]]],[11,"try_into","","",157,[[],["result",4]]],[11,"borrow","","",157,[[]]],[11,"borrow_mut","","",157,[[]]],[11,"type_id","","",157,[[],["typeid",3]]],[11,"vzip","","",157,[[]]],[11,"into_any","","",157,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",157,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",157,[[],["any",8]]],[11,"as_any_mut","","",157,[[],["any",8]]],[11,"into_any_arc","","",157,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",158,[[]]],[11,"into","","",158,[[]]],[11,"try_from","","",158,[[],["result",4]]],[11,"try_into","","",158,[[],["result",4]]],[11,"borrow","","",158,[[]]],[11,"borrow_mut","","",158,[[]]],[11,"type_id","","",158,[[],["typeid",3]]],[11,"vzip","","",158,[[]]],[11,"into_any","","",158,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",158,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",158,[[],["any",8]]],[11,"as_any_mut","","",158,[[],["any",8]]],[11,"from","","",159,[[]]],[11,"into","","",159,[[]]],[11,"try_from","","",159,[[],["result",4]]],[11,"try_into","","",159,[[],["result",4]]],[11,"borrow","","",159,[[]]],[11,"borrow_mut","","",159,[[]]],[11,"type_id","","",159,[[],["typeid",3]]],[11,"vzip","","",159,[[]]],[11,"into_any","","",159,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",159,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",159,[[],["any",8]]],[11,"as_any_mut","","",159,[[],["any",8]]],[11,"into_any_arc","","",159,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards","",160,[[]]],[11,"into","","",160,[[]]],[11,"to_owned","","",160,[[]]],[11,"clone_into","","",160,[[]]],[11,"try_from","","",160,[[],["result",4]]],[11,"try_into","","",160,[[],["result",4]]],[11,"borrow","","",160,[[]]],[11,"borrow_mut","","",160,[[]]],[11,"type_id","","",160,[[],["typeid",3]]],[11,"vzip","","",160,[[]]],[11,"into_any","","",160,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",160,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",160,[[],["any",8]]],[11,"as_any_mut","","",160,[[],["any",8]]],[11,"into_any_arc","","",160,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::commuter","",161,[[]]],[11,"into","","",161,[[]]],[11,"try_from","","",161,[[],["result",4]]],[11,"try_into","","",161,[[],["result",4]]],[11,"borrow","","",161,[[]]],[11,"borrow_mut","","",161,[[]]],[11,"type_id","","",161,[[],["typeid",3]]],[11,"vzip","","",161,[[]]],[11,"into_any","","",161,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",161,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",161,[[],["any",8]]],[11,"as_any_mut","","",161,[[],["any",8]]],[11,"from","","",162,[[]]],[11,"into","","",162,[[]]],[11,"try_from","","",162,[[],["result",4]]],[11,"try_into","","",162,[[],["result",4]]],[11,"borrow","","",162,[[]]],[11,"borrow_mut","","",162,[[]]],[11,"type_id","","",162,[[],["typeid",3]]],[11,"vzip","","",162,[[]]],[11,"into_any","","",162,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",162,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",162,[[],["any",8]]],[11,"as_any_mut","","",162,[[],["any",8]]],[11,"into_any_arc","","",162,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",163,[[]]],[11,"into","","",163,[[]]],[11,"try_from","","",163,[[],["result",4]]],[11,"try_into","","",163,[[],["result",4]]],[11,"borrow","","",163,[[]]],[11,"borrow_mut","","",163,[[]]],[11,"type_id","","",163,[[],["typeid",3]]],[11,"vzip","","",163,[[]]],[11,"into_any","","",163,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",163,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",163,[[],["any",8]]],[11,"as_any_mut","","",163,[[],["any",8]]],[11,"into_any_arc","","",163,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",164,[[]]],[11,"into","","",164,[[]]],[11,"try_from","","",164,[[],["result",4]]],[11,"try_into","","",164,[[],["result",4]]],[11,"borrow","","",164,[[]]],[11,"borrow_mut","","",164,[[]]],[11,"type_id","","",164,[[],["typeid",3]]],[11,"vzip","","",164,[[]]],[11,"into_any","","",164,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",164,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",164,[[],["any",8]]],[11,"as_any_mut","","",164,[[],["any",8]]],[11,"into_any_arc","","",164,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",165,[[]]],[11,"into","","",165,[[]]],[11,"try_from","","",165,[[],["result",4]]],[11,"try_into","","",165,[[],["result",4]]],[11,"borrow","","",165,[[]]],[11,"borrow_mut","","",165,[[]]],[11,"type_id","","",165,[[],["typeid",3]]],[11,"vzip","","",165,[[]]],[11,"into_any","","",165,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",165,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",165,[[],["any",8]]],[11,"as_any_mut","","",165,[[],["any",8]]],[11,"into_any_arc","","",165,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",166,[[]]],[11,"into","","",166,[[]]],[11,"to_owned","","",166,[[]]],[11,"clone_into","","",166,[[]]],[11,"try_from","","",166,[[],["result",4]]],[11,"try_into","","",166,[[],["result",4]]],[11,"borrow","","",166,[[]]],[11,"borrow_mut","","",166,[[]]],[11,"type_id","","",166,[[],["typeid",3]]],[11,"vzip","","",166,[[]]],[11,"into_any","","",166,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",166,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",166,[[],["any",8]]],[11,"as_any_mut","","",166,[[],["any",8]]],[11,"into_any_arc","","",166,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",168,[[]]],[11,"into","","",168,[[]]],[11,"try_from","","",168,[[],["result",4]]],[11,"try_into","","",168,[[],["result",4]]],[11,"borrow","","",168,[[]]],[11,"borrow_mut","","",168,[[]]],[11,"type_id","","",168,[[],["typeid",3]]],[11,"vzip","","",168,[[]]],[11,"into_any","","",168,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",168,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",168,[[],["any",8]]],[11,"as_any_mut","","",168,[[],["any",8]]],[11,"into_any_arc","","",168,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::generic_trip_table","",169,[[]]],[11,"into","","",169,[[]]],[11,"try_from","","",169,[[],["result",4]]],[11,"try_into","","",169,[[],["result",4]]],[11,"borrow","","",169,[[]]],[11,"borrow_mut","","",169,[[]]],[11,"type_id","","",169,[[],["typeid",3]]],[11,"vzip","","",169,[[]]],[11,"into_any","","",169,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",169,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",169,[[],["any",8]]],[11,"as_any_mut","","",169,[[],["any",8]]],[11,"from","game::sandbox::dashboards::misc","",170,[[]]],[11,"into","","",170,[[]]],[11,"try_from","","",170,[[],["result",4]]],[11,"try_into","","",170,[[],["result",4]]],[11,"borrow","","",170,[[]]],[11,"borrow_mut","","",170,[[]]],[11,"type_id","","",170,[[],["typeid",3]]],[11,"vzip","","",170,[[]]],[11,"into_any","","",170,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",170,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",170,[[],["any",8]]],[11,"as_any_mut","","",170,[[],["any",8]]],[11,"from","","",171,[[]]],[11,"into","","",171,[[]]],[11,"try_from","","",171,[[],["result",4]]],[11,"try_into","","",171,[[],["result",4]]],[11,"borrow","","",171,[[]]],[11,"borrow_mut","","",171,[[]]],[11,"type_id","","",171,[[],["typeid",3]]],[11,"vzip","","",171,[[]]],[11,"into_any","","",171,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",171,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",171,[[],["any",8]]],[11,"as_any_mut","","",171,[[],["any",8]]],[11,"from","game::sandbox::dashboards::parking_overhead","",174,[[]]],[11,"into","","",174,[[]]],[11,"try_from","","",174,[[],["result",4]]],[11,"try_into","","",174,[[],["result",4]]],[11,"borrow","","",174,[[]]],[11,"borrow_mut","","",174,[[]]],[11,"type_id","","",174,[[],["typeid",3]]],[11,"vzip","","",174,[[]]],[11,"into_any","","",174,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",174,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",174,[[],["any",8]]],[11,"as_any_mut","","",174,[[],["any",8]]],[11,"into_any_arc","","",174,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",172,[[]]],[11,"into","","",172,[[]]],[11,"try_from","","",172,[[],["result",4]]],[11,"try_into","","",172,[[],["result",4]]],[11,"borrow","","",172,[[]]],[11,"borrow_mut","","",172,[[]]],[11,"type_id","","",172,[[],["typeid",3]]],[11,"vzip","","",172,[[]]],[11,"into_any","","",172,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",172,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",172,[[],["any",8]]],[11,"as_any_mut","","",172,[[],["any",8]]],[11,"into_any_arc","","",172,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",173,[[]]],[11,"into","","",173,[[]]],[11,"try_from","","",173,[[],["result",4]]],[11,"try_into","","",173,[[],["result",4]]],[11,"borrow","","",173,[[]]],[11,"borrow_mut","","",173,[[]]],[11,"type_id","","",173,[[],["typeid",3]]],[11,"vzip","","",173,[[]]],[11,"into_any","","",173,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",173,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",173,[[],["any",8]]],[11,"as_any_mut","","",173,[[],["any",8]]],[11,"into_any_arc","","",173,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::summaries","",175,[[]]],[11,"into","","",175,[[]]],[11,"try_from","","",175,[[],["result",4]]],[11,"try_into","","",175,[[],["result",4]]],[11,"borrow","","",175,[[]]],[11,"borrow_mut","","",175,[[]]],[11,"type_id","","",175,[[],["typeid",3]]],[11,"vzip","","",175,[[]]],[11,"into_any","","",175,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",175,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",175,[[],["any",8]]],[11,"as_any_mut","","",175,[[],["any",8]]],[11,"from","","",176,[[]]],[11,"into","","",176,[[]]],[11,"try_from","","",176,[[],["result",4]]],[11,"try_into","","",176,[[],["result",4]]],[11,"borrow","","",176,[[]]],[11,"borrow_mut","","",176,[[]]],[11,"type_id","","",176,[[],["typeid",3]]],[11,"vzip","","",176,[[]]],[11,"into_any","","",176,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",176,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",176,[[],["any",8]]],[11,"as_any_mut","","",176,[[],["any",8]]],[11,"into_any_arc","","",176,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::table","",177,[[]]],[11,"into","","",177,[[]]],[11,"try_from","","",177,[[],["result",4]]],[11,"try_into","","",177,[[],["result",4]]],[11,"borrow","","",177,[[]]],[11,"borrow_mut","","",177,[[]]],[11,"type_id","","",177,[[],["typeid",3]]],[11,"vzip","","",177,[[]]],[11,"into_any","","",177,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",177,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",177,[[],["any",8]]],[11,"as_any_mut","","",177,[[],["any",8]]],[11,"from","","",178,[[]]],[11,"into","","",178,[[]]],[11,"try_from","","",178,[[],["result",4]]],[11,"try_into","","",178,[[],["result",4]]],[11,"borrow","","",178,[[]]],[11,"borrow_mut","","",178,[[]]],[11,"type_id","","",178,[[],["typeid",3]]],[11,"vzip","","",178,[[]]],[11,"into_any","","",178,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",178,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",178,[[],["any",8]]],[11,"as_any_mut","","",178,[[],["any",8]]],[11,"from","","",179,[[]]],[11,"into","","",179,[[]]],[11,"try_from","","",179,[[],["result",4]]],[11,"try_into","","",179,[[],["result",4]]],[11,"borrow","","",179,[[]]],[11,"borrow_mut","","",179,[[]]],[11,"type_id","","",179,[[],["typeid",3]]],[11,"vzip","","",179,[[]]],[11,"into_any","","",179,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",179,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",179,[[],["any",8]]],[11,"as_any_mut","","",179,[[],["any",8]]],[11,"from","","",180,[[]]],[11,"into","","",180,[[]]],[11,"try_from","","",180,[[],["result",4]]],[11,"try_into","","",180,[[],["result",4]]],[11,"borrow","","",180,[[]]],[11,"borrow_mut","","",180,[[]]],[11,"type_id","","",180,[[],["typeid",3]]],[11,"vzip","","",180,[[]]],[11,"into_any","","",180,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",180,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",180,[[],["any",8]]],[11,"as_any_mut","","",180,[[],["any",8]]],[11,"from","game::sandbox::dashboards::traffic_signals","",181,[[]]],[11,"into","","",181,[[]]],[11,"try_from","","",181,[[],["result",4]]],[11,"try_into","","",181,[[],["result",4]]],[11,"borrow","","",181,[[]]],[11,"borrow_mut","","",181,[[]]],[11,"type_id","","",181,[[],["typeid",3]]],[11,"vzip","","",181,[[]]],[11,"into_any","","",181,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",181,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",181,[[],["any",8]]],[11,"as_any_mut","","",181,[[],["any",8]]],[11,"from","","",182,[[]]],[11,"into","","",182,[[]]],[11,"try_from","","",182,[[],["result",4]]],[11,"try_into","","",182,[[],["result",4]]],[11,"borrow","","",182,[[]]],[11,"borrow_mut","","",182,[[]]],[11,"type_id","","",182,[[],["typeid",3]]],[11,"vzip","","",182,[[]]],[11,"into_any","","",182,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",182,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",182,[[],["any",8]]],[11,"as_any_mut","","",182,[[],["any",8]]],[11,"into_any_arc","","",182,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::dashboards::trip_table","",187,[[]]],[11,"into","","",187,[[]]],[11,"try_from","","",187,[[],["result",4]]],[11,"try_into","","",187,[[],["result",4]]],[11,"borrow","","",187,[[]]],[11,"borrow_mut","","",187,[[]]],[11,"type_id","","",187,[[],["typeid",3]]],[11,"vzip","","",187,[[]]],[11,"into_any","","",187,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",187,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",187,[[],["any",8]]],[11,"as_any_mut","","",187,[[],["any",8]]],[11,"into_any_arc","","",187,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",188,[[]]],[11,"into","","",188,[[]]],[11,"try_from","","",188,[[],["result",4]]],[11,"try_into","","",188,[[],["result",4]]],[11,"borrow","","",188,[[]]],[11,"borrow_mut","","",188,[[]]],[11,"type_id","","",188,[[],["typeid",3]]],[11,"vzip","","",188,[[]]],[11,"into_any","","",188,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",188,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",188,[[],["any",8]]],[11,"as_any_mut","","",188,[[],["any",8]]],[11,"into_any_arc","","",188,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",189,[[]]],[11,"into","","",189,[[]]],[11,"try_from","","",189,[[],["result",4]]],[11,"try_into","","",189,[[],["result",4]]],[11,"borrow","","",189,[[]]],[11,"borrow_mut","","",189,[[]]],[11,"type_id","","",189,[[],["typeid",3]]],[11,"vzip","","",189,[[]]],[11,"into_any","","",189,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",189,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",189,[[],["any",8]]],[11,"as_any_mut","","",189,[[],["any",8]]],[11,"into_any_arc","","",189,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",183,[[]]],[11,"into","","",183,[[]]],[11,"try_from","","",183,[[],["result",4]]],[11,"try_into","","",183,[[],["result",4]]],[11,"borrow","","",183,[[]]],[11,"borrow_mut","","",183,[[]]],[11,"type_id","","",183,[[],["typeid",3]]],[11,"vzip","","",183,[[]]],[11,"into_any","","",183,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",183,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",183,[[],["any",8]]],[11,"as_any_mut","","",183,[[],["any",8]]],[11,"into_any_arc","","",183,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",184,[[]]],[11,"into","","",184,[[]]],[11,"try_from","","",184,[[],["result",4]]],[11,"try_into","","",184,[[],["result",4]]],[11,"borrow","","",184,[[]]],[11,"borrow_mut","","",184,[[]]],[11,"type_id","","",184,[[],["typeid",3]]],[11,"vzip","","",184,[[]]],[11,"into_any","","",184,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",184,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",184,[[],["any",8]]],[11,"as_any_mut","","",184,[[],["any",8]]],[11,"into_any_arc","","",184,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",185,[[]]],[11,"into","","",185,[[]]],[11,"try_from","","",185,[[],["result",4]]],[11,"try_into","","",185,[[],["result",4]]],[11,"borrow","","",185,[[]]],[11,"borrow_mut","","",185,[[]]],[11,"type_id","","",185,[[],["typeid",3]]],[11,"vzip","","",185,[[]]],[11,"into_any","","",185,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",185,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",185,[[],["any",8]]],[11,"as_any_mut","","",185,[[],["any",8]]],[11,"into_any_arc","","",185,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",186,[[]]],[11,"into","","",186,[[]]],[11,"try_from","","",186,[[],["result",4]]],[11,"try_into","","",186,[[],["result",4]]],[11,"borrow","","",186,[[]]],[11,"borrow_mut","","",186,[[]]],[11,"type_id","","",186,[[],["typeid",3]]],[11,"vzip","","",186,[[]]],[11,"into_any","","",186,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",186,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",186,[[],["any",8]]],[11,"as_any_mut","","",186,[[],["any",8]]],[11,"into_any_arc","","",186,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay","",190,[[]]],[11,"into","","",190,[[]]],[11,"try_from","","",190,[[],["result",4]]],[11,"try_into","","",190,[[],["result",4]]],[11,"borrow","","",190,[[]]],[11,"borrow_mut","","",190,[[]]],[11,"type_id","","",190,[[],["typeid",3]]],[11,"vzip","","",190,[[]]],[11,"into_any","","",190,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",190,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",190,[[],["any",8]]],[11,"as_any_mut","","",190,[[],["any",8]]],[11,"from","","",191,[[]]],[11,"into","","",191,[[]]],[11,"to_owned","","",191,[[]]],[11,"clone_into","","",191,[[]]],[11,"try_from","","",191,[[],["result",4]]],[11,"try_into","","",191,[[],["result",4]]],[11,"borrow","","",191,[[]]],[11,"borrow_mut","","",191,[[]]],[11,"type_id","","",191,[[],["typeid",3]]],[11,"equivalent","","",191,[[]]],[11,"vzip","","",191,[[]]],[11,"into_any","","",191,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",191,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",191,[[],["any",8]]],[11,"as_any_mut","","",191,[[],["any",8]]],[11,"into_any_arc","","",191,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",192,[[]]],[11,"into","","",192,[[]]],[11,"try_from","","",192,[[],["result",4]]],[11,"try_into","","",192,[[],["result",4]]],[11,"borrow","","",192,[[]]],[11,"borrow_mut","","",192,[[]]],[11,"type_id","","",192,[[],["typeid",3]]],[11,"vzip","","",192,[[]]],[11,"into_any","","",192,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",192,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",192,[[],["any",8]]],[11,"as_any_mut","","",192,[[],["any",8]]],[11,"into_any_arc","","",192,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::gameplay::commute","",193,[[]]],[11,"into","","",193,[[]]],[11,"try_from","","",193,[[],["result",4]]],[11,"try_into","","",193,[[],["result",4]]],[11,"borrow","","",193,[[]]],[11,"borrow_mut","","",193,[[]]],[11,"type_id","","",193,[[],["typeid",3]]],[11,"vzip","","",193,[[]]],[11,"into_any","","",193,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",193,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",193,[[],["any",8]]],[11,"as_any_mut","","",193,[[],["any",8]]],[11,"from","game::sandbox::gameplay::fix_traffic_signals","",194,[[]]],[11,"into","","",194,[[]]],[11,"try_from","","",194,[[],["result",4]]],[11,"try_into","","",194,[[],["result",4]]],[11,"borrow","","",194,[[]]],[11,"borrow_mut","","",194,[[]]],[11,"type_id","","",194,[[],["typeid",3]]],[11,"vzip","","",194,[[]]],[11,"into_any","","",194,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",194,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",194,[[],["any",8]]],[11,"as_any_mut","","",194,[[],["any",8]]],[11,"from","game::sandbox::gameplay::freeform","",195,[[]]],[11,"into","","",195,[[]]],[11,"try_from","","",195,[[],["result",4]]],[11,"try_into","","",195,[[],["result",4]]],[11,"borrow","","",195,[[]]],[11,"borrow_mut","","",195,[[]]],[11,"type_id","","",195,[[],["typeid",3]]],[11,"vzip","","",195,[[]]],[11,"into_any","","",195,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",195,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",195,[[],["any",8]]],[11,"as_any_mut","","",195,[[],["any",8]]],[11,"from","","",196,[[]]],[11,"into","","",196,[[]]],[11,"try_from","","",196,[[],["result",4]]],[11,"try_into","","",196,[[],["result",4]]],[11,"borrow","","",196,[[]]],[11,"borrow_mut","","",196,[[]]],[11,"type_id","","",196,[[],["typeid",3]]],[11,"vzip","","",196,[[]]],[11,"into_any","","",196,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",196,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",196,[[],["any",8]]],[11,"as_any_mut","","",196,[[],["any",8]]],[11,"from","game::sandbox::gameplay::play_scenario","",197,[[]]],[11,"into","","",197,[[]]],[11,"try_from","","",197,[[],["result",4]]],[11,"try_into","","",197,[[],["result",4]]],[11,"borrow","","",197,[[]]],[11,"borrow_mut","","",197,[[]]],[11,"type_id","","",197,[[],["typeid",3]]],[11,"vzip","","",197,[[]]],[11,"into_any","","",197,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",197,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",197,[[],["any",8]]],[11,"as_any_mut","","",197,[[],["any",8]]],[11,"from","","",198,[[]]],[11,"into","","",198,[[]]],[11,"try_from","","",198,[[],["result",4]]],[11,"try_into","","",198,[[],["result",4]]],[11,"borrow","","",198,[[]]],[11,"borrow_mut","","",198,[[]]],[11,"type_id","","",198,[[],["typeid",3]]],[11,"vzip","","",198,[[]]],[11,"into_any","","",198,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",198,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",198,[[],["any",8]]],[11,"as_any_mut","","",198,[[],["any",8]]],[11,"from","","",199,[[]]],[11,"into","","",199,[[]]],[11,"try_from","","",199,[[],["result",4]]],[11,"try_into","","",199,[[],["result",4]]],[11,"borrow","","",199,[[]]],[11,"borrow_mut","","",199,[[]]],[11,"type_id","","",199,[[],["typeid",3]]],[11,"vzip","","",199,[[]]],[11,"into_any","","",199,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",199,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",199,[[],["any",8]]],[11,"as_any_mut","","",199,[[],["any",8]]],[11,"from","game::sandbox::gameplay::tutorial","",200,[[]]],[11,"into","","",200,[[]]],[11,"try_from","","",200,[[],["result",4]]],[11,"try_into","","",200,[[],["result",4]]],[11,"borrow","","",200,[[]]],[11,"borrow_mut","","",200,[[]]],[11,"type_id","","",200,[[],["typeid",3]]],[11,"vzip","","",200,[[]]],[11,"into_any","","",200,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",200,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",200,[[],["any",8]]],[11,"as_any_mut","","",200,[[],["any",8]]],[11,"from","","",201,[[]]],[11,"into","","",201,[[]]],[11,"to_owned","","",201,[[]]],[11,"clone_into","","",201,[[]]],[11,"try_from","","",201,[[],["result",4]]],[11,"try_into","","",201,[[],["result",4]]],[11,"borrow","","",201,[[]]],[11,"borrow_mut","","",201,[[]]],[11,"type_id","","",201,[[],["typeid",3]]],[11,"equivalent","","",201,[[]]],[11,"vzip","","",201,[[]]],[11,"into_any","","",201,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",201,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",201,[[],["any",8]]],[11,"as_any_mut","","",201,[[],["any",8]]],[11,"into_any_arc","","",201,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",202,[[]]],[11,"into","","",202,[[]]],[11,"try_from","","",202,[[],["result",4]]],[11,"try_into","","",202,[[],["result",4]]],[11,"borrow","","",202,[[]]],[11,"borrow_mut","","",202,[[]]],[11,"type_id","","",202,[[],["typeid",3]]],[11,"vzip","","",202,[[]]],[11,"into_any","","",202,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",202,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",202,[[],["any",8]]],[11,"as_any_mut","","",202,[[],["any",8]]],[11,"from","","",203,[[]]],[11,"into","","",203,[[]]],[11,"try_from","","",203,[[],["result",4]]],[11,"try_into","","",203,[[],["result",4]]],[11,"borrow","","",203,[[]]],[11,"borrow_mut","","",203,[[]]],[11,"type_id","","",203,[[],["typeid",3]]],[11,"vzip","","",203,[[]]],[11,"into_any","","",203,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",203,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",203,[[],["any",8]]],[11,"as_any_mut","","",203,[[],["any",8]]],[11,"from","","",204,[[]]],[11,"into","","",204,[[]]],[11,"to_owned","","",204,[[]]],[11,"clone_into","","",204,[[]]],[11,"try_from","","",204,[[],["result",4]]],[11,"try_into","","",204,[[],["result",4]]],[11,"borrow","","",204,[[]]],[11,"borrow_mut","","",204,[[]]],[11,"type_id","","",204,[[],["typeid",3]]],[11,"vzip","","",204,[[]]],[11,"into_any","","",204,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",204,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",204,[[],["any",8]]],[11,"as_any_mut","","",204,[[],["any",8]]],[11,"into_any_arc","","",204,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::misc_tools","",206,[[]]],[11,"into","","",206,[[]]],[11,"try_from","","",206,[[],["result",4]]],[11,"try_into","","",206,[[],["result",4]]],[11,"borrow","","",206,[[]]],[11,"borrow_mut","","",206,[[]]],[11,"type_id","","",206,[[],["typeid",3]]],[11,"vzip","","",206,[[]]],[11,"into_any","","",206,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",206,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",206,[[],["any",8]]],[11,"as_any_mut","","",206,[[],["any",8]]],[11,"into_any_arc","","",206,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",207,[[]]],[11,"into","","",207,[[]]],[11,"try_from","","",207,[[],["result",4]]],[11,"try_into","","",207,[[],["result",4]]],[11,"borrow","","",207,[[]]],[11,"borrow_mut","","",207,[[]]],[11,"type_id","","",207,[[],["typeid",3]]],[11,"vzip","","",207,[[]]],[11,"into_any","","",207,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",207,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",207,[[],["any",8]]],[11,"as_any_mut","","",207,[[],["any",8]]],[11,"from","game::sandbox::speed","",208,[[]]],[11,"into","","",208,[[]]],[11,"try_from","","",208,[[],["result",4]]],[11,"try_into","","",208,[[],["result",4]]],[11,"borrow","","",208,[[]]],[11,"borrow_mut","","",208,[[]]],[11,"type_id","","",208,[[],["typeid",3]]],[11,"vzip","","",208,[[]]],[11,"into_any","","",208,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",208,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",208,[[],["any",8]]],[11,"as_any_mut","","",208,[[],["any",8]]],[11,"from","","",209,[[]]],[11,"into","","",209,[[]]],[11,"try_from","","",209,[[],["result",4]]],[11,"try_into","","",209,[[],["result",4]]],[11,"borrow","","",209,[[]]],[11,"borrow_mut","","",209,[[]]],[11,"type_id","","",209,[[],["typeid",3]]],[11,"vzip","","",209,[[]]],[11,"into_any","","",209,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",209,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",209,[[],["any",8]]],[11,"as_any_mut","","",209,[[],["any",8]]],[11,"from","","",210,[[]]],[11,"into","","",210,[[]]],[11,"to_owned","","",210,[[]]],[11,"clone_into","","",210,[[]]],[11,"try_from","","",210,[[],["result",4]]],[11,"try_into","","",210,[[],["result",4]]],[11,"borrow","","",210,[[]]],[11,"borrow_mut","","",210,[[]]],[11,"type_id","","",210,[[],["typeid",3]]],[11,"vzip","","",210,[[]]],[11,"into_any","","",210,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",210,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",210,[[],["any",8]]],[11,"as_any_mut","","",210,[[],["any",8]]],[11,"into_any_arc","","",210,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","game::sandbox::time_warp","",211,[[]]],[11,"into","","",211,[[]]],[11,"try_from","","",211,[[],["result",4]]],[11,"try_into","","",211,[[],["result",4]]],[11,"borrow","","",211,[[]]],[11,"borrow_mut","","",211,[[]]],[11,"type_id","","",211,[[],["typeid",3]]],[11,"vzip","","",211,[[]]],[11,"into_any","","",211,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",211,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",211,[[],["any",8]]],[11,"as_any_mut","","",211,[[],["any",8]]],[11,"from","","",212,[[]]],[11,"into","","",212,[[]]],[11,"try_from","","",212,[[],["result",4]]],[11,"try_into","","",212,[[],["result",4]]],[11,"borrow","","",212,[[]]],[11,"borrow_mut","","",212,[[]]],[11,"type_id","","",212,[[],["typeid",3]]],[11,"vzip","","",212,[[]]],[11,"into_any","","",212,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",212,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",212,[[],["any",8]]],[11,"as_any_mut","","",212,[[],["any",8]]],[11,"from","","",213,[[]]],[11,"into","","",213,[[]]],[11,"try_from","","",213,[[],["result",4]]],[11,"try_into","","",213,[[],["result",4]]],[11,"borrow","","",213,[[]]],[11,"borrow_mut","","",213,[[]]],[11,"type_id","","",213,[[],["typeid",3]]],[11,"vzip","","",213,[[]]],[11,"into_any","","",213,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",213,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",213,[[],["any",8]]],[11,"as_any_mut","","",213,[[],["any",8]]],[11,"from","game::sandbox::uber_turns","",214,[[]]],[11,"into","","",214,[[]]],[11,"try_from","","",214,[[],["result",4]]],[11,"try_into","","",214,[[],["result",4]]],[11,"borrow","","",214,[[]]],[11,"borrow_mut","","",214,[[]]],[11,"type_id","","",214,[[],["typeid",3]]],[11,"vzip","","",214,[[]]],[11,"into_any","","",214,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",214,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",214,[[],["any",8]]],[11,"as_any_mut","","",214,[[],["any",8]]],[11,"from","","",215,[[]]],[11,"into","","",215,[[]]],[11,"try_from","","",215,[[],["result",4]]],[11,"try_into","","",215,[[],["result",4]]],[11,"borrow","","",215,[[]]],[11,"borrow_mut","","",215,[[]]],[11,"type_id","","",215,[[],["typeid",3]]],[11,"vzip","","",215,[[]]],[11,"into_any","","",215,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",215,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",215,[[],["any",8]]],[11,"as_any_mut","","",215,[[],["any",8]]],[11,"show","game::app","",2,[[["id",4]]]],[11,"layers","","",2,[[],["showlayers",3]]],[11,"show","game::debug","",37,[[["id",4]]]],[11,"layers","","",37,[[],["showlayers",3]]],[11,"actions","","",216,[[["id",4],["app",3]],["vec",3]]],[11,"execute","","",216,[[["string",3],["id",4],["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"is_paused","","",216,[[]]],[11,"gameplay_mode","","",216,[[],["gameplaymode",4]]],[11,"actions","game::sandbox","",157,[[["id",4],["app",3]],["vec",3]]],[11,"execute","","",157,[[["string",3],["id",4],["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"is_paused","","",157,[[]]],[11,"gameplay_mode","","",157,[[],["gameplaymode",4]]],[11,"name","game::layer::elevation","",104,[[],["option",4]]],[11,"event","","",104,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",104,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",104,[[["gfxctx",3]]]],[11,"name","game::layer::map","",105,[[],["option",4]]],[11,"event","","",105,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",105,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",105,[[["gfxctx",3]]]],[11,"name","","",106,[[],["option",4]]],[11,"event","","",106,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",106,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",106,[[["gfxctx",3]]]],[11,"name","","",107,[[],["option",4]]],[11,"event","","",107,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",107,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",107,[[["gfxctx",3]]]],[11,"name","game::layer::pandemic","",108,[[],["option",4]]],[11,"event","","",108,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",108,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",108,[[["gfxctx",3]]]],[11,"name","game::layer::parking","",111,[[],["option",4]]],[11,"event","","",111,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",111,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",111,[[["gfxctx",3]]]],[11,"name","","",112,[[],["option",4]]],[11,"event","","",112,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",112,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",112,[[["gfxctx",3]]]],[11,"name","game::layer::population","",114,[[],["option",4]]],[11,"event","","",114,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",114,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",114,[[["gfxctx",3]]]],[11,"name","game::layer::traffic","",116,[[],["option",4]]],[11,"event","","",116,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",116,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",116,[[["gfxctx",3]]]],[11,"name","","",117,[[],["option",4]]],[11,"event","","",117,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",117,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",117,[[["gfxctx",3]]]],[11,"name","","",118,[[],["option",4]]],[11,"event","","",118,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",118,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",118,[[["gfxctx",3]]]],[11,"name","","",119,[[],["option",4]]],[11,"event","","",119,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",119,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",119,[[["gfxctx",3]]]],[11,"name","","",121,[[],["option",4]]],[11,"event","","",121,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",121,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",121,[[["gfxctx",3]]]],[11,"name","game::layer::transit","",122,[[],["option",4]]],[11,"event","","",122,[[["eventctx",3],["panel",3],["app",3]],[["option",4],["layeroutcome",4]]]],[11,"draw","","",122,[[["app",3],["gfxctx",3]]]],[11,"draw_minimap","","",122,[[["gfxctx",3]]]],[11,"get_id","game::render::area","",137,[[],["id",4]]],[11,"draw","","",137,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",137,[[["map",3]],["polygon",3]]],[11,"get_id","game::render::bike","",138,[[],["id",4]]],[11,"draw","","",138,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",138,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",138,[[]]],[11,"get_id","game::render::building","",139,[[],["id",4]]],[11,"draw","","",139,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",139,[[]]],[11,"get_outline","","",139,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",139,[[["pt2d",3],["map",3]]]],[11,"get_id","game::render::bus_stop","",140,[[],["id",4]]],[11,"draw","","",140,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",140,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",140,[[["pt2d",3],["map",3]]]],[11,"get_zorder","","",140,[[]]],[11,"get_id","game::render::car","",141,[[],["id",4]]],[11,"draw","","",141,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",141,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",141,[[["pt2d",3],["map",3]]]],[11,"get_zorder","","",141,[[]]],[11,"get_id","game::render::intersection","",142,[[],["id",4]]],[11,"draw","","",142,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",142,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",142,[[["pt2d",3],["map",3]]]],[11,"get_zorder","","",142,[[]]],[11,"get_id","game::render::lane","",143,[[],["id",4]]],[11,"draw","","",143,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",143,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",143,[[["pt2d",3],["map",3]]]],[11,"get_zorder","","",143,[[]]],[11,"get_id","game::render::parking_lot","",147,[[],["id",4]]],[11,"draw","","",147,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_zorder","","",147,[[]]],[11,"get_outline","","",147,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",147,[[["pt2d",3],["map",3]]]],[11,"get_id","game::render::pedestrian","",148,[[],["id",4]]],[11,"draw","","",148,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",148,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",148,[[]]],[11,"get_id","","",149,[[],["id",4]]],[11,"draw","","",149,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",149,[[["map",3]],["polygon",3]]],[11,"get_zorder","","",149,[[]]],[11,"get_id","game::render::road","",150,[[],["id",4]]],[11,"draw","","",150,[[["app",3],["drawoptions",3],["gfxctx",3]]]],[11,"get_outline","","",150,[[["map",3]],["polygon",3]]],[11,"contains_pt","","",150,[[["pt2d",3],["map",3]]]],[11,"get_zorder","","",150,[[]]],[11,"event","game::sandbox::gameplay::commute","",193,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",193,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",193,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::fix_traffic_signals","",194,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",194,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",194,[[["eventctx",3],["app",3]]]],[11,"on_destroy","","",194,[[["app",3]]]],[11,"event","game::sandbox::gameplay::freeform","",195,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",195,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",195,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",197,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",197,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",197,[[["app",3]]]],[11,"recreate_panels","","",197,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::gameplay::tutorial","",200,[[["app",3],["eventctx",3],["sandboxcontrols",3],["actions",3]],[["option",4],["transition",4]]]],[11,"draw","","",200,[[["app",3],["gfxctx",3]]]],[11,"recreate_panels","","",200,[[["eventctx",3],["app",3]]]],[11,"can_move_canvas","","",200,[[]]],[11,"can_examine_objects","","",200,[[]]],[11,"has_common","","",200,[[]]],[11,"has_tool_panel","","",200,[[]]],[11,"has_time_panel","","",200,[[]]],[11,"has_speed","","",200,[[]]],[11,"has_agent_meter","","",200,[[]]],[11,"has_minimap","","",200,[[]]],[11,"clone","game::app","",3,[[],["flags",3]]],[11,"clone","game::colors","",13,[[],["colorschemechoice",4]]],[11,"clone","game::common::heatmap","",22,[[],["heatmapoptions",3]]],[11,"clone","game::debug::floodfill","",41,[[],["source",4]]],[11,"clone","game::devtools::mapping","",58,[[],["show",4]]],[11,"clone","","",59,[[],["value",4]]],[11,"clone","game::devtools::story","",65,[[],["recordedstorymap",3]]],[11,"clone","game::edit::traffic_signals","",84,[[],["bundleedits",3]]],[11,"clone","game::helpers","",95,[[],["id",4]]],[11,"clone","game::info::trip","",100,[[],["opentrip",3]]],[11,"clone","game::info","",99,[[],["tab",4]]],[11,"clone","","",98,[[],["dataoptions",3]]],[11,"clone","game::layer::pandemic","",110,[[],["seir",4]]],[11,"clone","","",109,[[],["options",3]]],[11,"clone","game::layer::parking","",113,[[],["loc",4]]],[11,"clone","game::layer::population","",115,[[],["options",3]]],[11,"clone","game::options","",127,[[],["options",3]]],[11,"clone","","",129,[[],["trafficsignalstyle",4]]],[11,"clone","","",130,[[],["cameraangle",4]]],[11,"clone","game::render::map","",146,[[],["unzoomedagents",3]]],[11,"clone","game::sandbox::dashboards::commuter","",166,[[],["blockselection",4]]],[11,"clone","game::sandbox::dashboards","",160,[[],["dashtab",4]]],[11,"clone","game::sandbox::gameplay::tutorial","",201,[[],["tutorialpointer",3]]],[11,"clone","","",204,[[],["task",4]]],[11,"clone","game::sandbox::gameplay","",191,[[],["gameplaymode",4]]],[11,"clone","game::sandbox::speed","",210,[[],["speedsetting",4]]],[11,"cmp","game::helpers","",95,[[["id",4]],["ordering",4]]],[11,"cmp","game::layer::parking","",113,[[["loc",4]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay::tutorial","",201,[[["tutorialpointer",3]],["ordering",4]]],[11,"cmp","game::sandbox::gameplay","",191,[[["gameplaymode",4]],["ordering",4]]],[11,"eq","game::colors","",13,[[["colorschemechoice",4]]]],[11,"eq","game::common::heatmap","",22,[[["heatmapoptions",3]]]],[11,"ne","","",22,[[["heatmapoptions",3]]]],[11,"eq","game::devtools::collisions","",48,[[["filters",3]]]],[11,"ne","","",48,[[["filters",3]]]],[11,"eq","game::devtools::mapping","",58,[[["show",4]]]],[11,"eq","","",59,[[["value",4]]]],[11,"eq","game::edit::traffic_signals","",84,[[["bundleedits",3]]]],[11,"ne","","",84,[[["bundleedits",3]]]],[11,"eq","game::helpers","",95,[[["id",4]]]],[11,"ne","","",95,[[["id",4]]]],[11,"eq","game::info::trip","",100,[[["opentrip",3]]]],[11,"eq","game::info","",98,[[["dataoptions",3]]]],[11,"ne","","",98,[[["dataoptions",3]]]],[11,"eq","game::layer::pandemic","",110,[[["seir",4]]]],[11,"eq","","",109,[[["options",3]]]],[11,"ne","","",109,[[["options",3]]]],[11,"eq","game::layer::parking","",113,[[["loc",4]]]],[11,"ne","","",113,[[["loc",4]]]],[11,"eq","game::layer::population","",115,[[["options",3]]]],[11,"ne","","",115,[[["options",3]]]],[11,"eq","game::options","",129,[[["trafficsignalstyle",4]]]],[11,"eq","","",130,[[["cameraangle",4]]]],[11,"eq","game::render::map","",146,[[["unzoomedagents",3]]]],[11,"ne","","",146,[[["unzoomedagents",3]]]],[11,"eq","game::sandbox::dashboards::commuter","",166,[[["blockselection",4]]]],[11,"ne","","",166,[[["blockselection",4]]]],[11,"eq","","",164,[[["filter",3]]]],[11,"ne","","",164,[[["filter",3]]]],[11,"eq","game::sandbox::dashboards","",160,[[["dashtab",4]]]],[11,"eq","game::sandbox::gameplay::tutorial","",201,[[["tutorialpointer",3]]]],[11,"ne","","",201,[[["tutorialpointer",3]]]],[11,"eq","","",204,[[["task",4]]]],[11,"eq","game::sandbox::gameplay","",191,[[["gameplaymode",4]]]],[11,"ne","","",191,[[["gameplaymode",4]]]],[11,"eq","game::sandbox::speed","",210,[[["speedsetting",4]]]],[11,"partial_cmp","game::helpers","",95,[[["id",4]],[["option",4],["ordering",4]]]],[11,"lt","","",95,[[["id",4]]]],[11,"le","","",95,[[["id",4]]]],[11,"gt","","",95,[[["id",4]]]],[11,"ge","","",95,[[["id",4]]]],[11,"partial_cmp","game::layer::parking","",113,[[["loc",4]],[["option",4],["ordering",4]]]],[11,"lt","","",113,[[["loc",4]]]],[11,"le","","",113,[[["loc",4]]]],[11,"gt","","",113,[[["loc",4]]]],[11,"ge","","",113,[[["loc",4]]]],[11,"partial_cmp","game::sandbox::gameplay::tutorial","",201,[[["tutorialpointer",3]],[["option",4],["ordering",4]]]],[11,"lt","","",201,[[["tutorialpointer",3]]]],[11,"le","","",201,[[["tutorialpointer",3]]]],[11,"gt","","",201,[[["tutorialpointer",3]]]],[11,"ge","","",201,[[["tutorialpointer",3]]]],[11,"partial_cmp","","",204,[[["task",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","game::sandbox::gameplay","",191,[[["gameplaymode",4]],[["option",4],["ordering",4]]]],[11,"lt","","",191,[[["gameplaymode",4]]]],[11,"le","","",191,[[["gameplaymode",4]]]],[11,"gt","","",191,[[["gameplaymode",4]]]],[11,"ge","","",191,[[["gameplaymode",4]]]],[11,"partial_cmp","game::sandbox::speed","",210,[[["speedsetting",4]],[["option",4],["ordering",4]]]],[11,"fmt","game::colors","",13,[[["formatter",3]],["result",6]]],[11,"fmt","game::devtools::mapping","",58,[[["formatter",3]],["result",6]]],[11,"fmt","game::helpers","",95,[[["formatter",3]],["result",6]]],[11,"fmt","game::layer::pandemic","",110,[[["formatter",3]],["result",6]]],[11,"fmt","game::options","",129,[[["formatter",3]],["result",6]]],[11,"fmt","","",130,[[["formatter",3]],["result",6]]],[11,"fmt","game::sandbox::dashboards","",160,[[["formatter",3]],["result",6]]],[11,"hash","game::helpers","",95,[[]]],[11,"serialize","game::devtools::story","",65,[[],["result",4]]],[11,"deserialize","","",65,[[],["result",4]]],[11,"run","game::app","",7,[[["map",3],["sim",3]]]],[11,"before_event","","",0,[[]]],[11,"draw_default","","",0,[[["gfxctx",3]]]],[11,"dump_before_abort","","",0,[[["canvas",3]]]],[11,"before_quit","","",0,[[["canvas",3]]]],[11,"event","game::challenges","",11,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",11,[[],["drawbaselayer",4]]],[11,"draw","","",11,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::city_picker","",15,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",15,[[],["drawbaselayer",4]]],[11,"draw","","",15,[[["app",3],["gfxctx",3]]]],[11,"event","","",16,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",16,[[],["drawbaselayer",4]]],[11,"draw","","",16,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::isochrone","",24,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",24,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::navigate","",26,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",26,[[["app",3],["gfxctx",3]]]],[11,"event","","",27,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",27,[[["app",3],["gfxctx",3]]]],[11,"event","","",28,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",28,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::updater","",29,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",29,[[["app",3],["gfxctx",3]]]],[11,"event","game::common::warp","",30,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",30,[[["app",3],["gfxctx",3]]]],[11,"event","","",31,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",31,[[["app",3],["gfxctx",3]]]],[11,"event","game::cutscene","",34,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",34,[[],["drawbaselayer",4]]],[11,"draw","","",34,[[["app",3],["gfxctx",3]]]],[11,"event","","",35,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",35,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::floodfill","",40,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",40,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::path_counter","",43,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",43,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug::polygons","",44,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",44,[[["app",3],["gfxctx",3]]]],[11,"event","game::debug","",37,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",37,[[],["drawbaselayer",4]]],[11,"draw","","",37,[[["app",3],["gfxctx",3]]]],[11,"event","","",39,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",39,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::collisions","",47,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",47,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::destinations","",53,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",53,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::kml","",54,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",54,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::mapping","",56,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",56,[[["app",3],["gfxctx",3]]]],[11,"event","","",57,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",57,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::osm_viewer","",60,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",60,[[],["drawbaselayer",4]]],[11,"draw","","",60,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::polygon","",62,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",62,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::scenario","",63,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",63,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools::story","",64,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",64,[[],["drawbaselayer",4]]],[11,"draw","","",64,[[["app",3],["gfxctx",3]]]],[11,"event","game::devtools","",46,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",46,[[],["drawbaselayer",4]]],[11,"draw","","",46,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::bulk","",74,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",74,[[["app",3],["gfxctx",3]]]],[11,"event","","",75,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",75,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::cluster_traffic_signals","",76,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",76,[[],["drawbaselayer",4]]],[11,"draw","","",76,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::lanes","",77,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",77,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::routes","",78,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",78,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::stop_signs","",82,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",82,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::edits","",85,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",85,[[["app",3],["gfxctx",3]]]],[11,"draw_baselayer","","",85,[[],["drawbaselayer",4]]],[11,"event","game::edit::traffic_signals::offsets","",86,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",86,[[["app",3],["gfxctx",3]]]],[11,"event","","",87,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",87,[[["app",3],["gfxctx",3]]]],[11,"event","","",88,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",88,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::picker","",89,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",89,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals::preview","",90,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",90,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::traffic_signals","",83,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",83,[[],["drawbaselayer",4]]],[11,"draw","","",83,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit::zones","",91,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",91,[[["app",3],["gfxctx",3]]]],[11,"event","game::edit","",70,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",70,[[["app",3],["gfxctx",3]]]],[11,"event","","",71,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",71,[[["app",3],["gfxctx",3]]]],[11,"event","","",72,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",72,[[["app",3],["gfxctx",3]]]],[11,"event","","",73,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",73,[[["app",3],["gfxctx",3]]]],[11,"event","game::game","",92,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",92,[[],["drawbaselayer",4]]],[11,"draw","","",92,[[["app",3],["gfxctx",3]]]],[11,"event","","",93,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",93,[[],["drawbaselayer",4]]],[11,"draw","","",93,[[["app",3],["gfxctx",3]]]],[11,"event","","",94,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",94,[[],["drawbaselayer",4]]],[11,"draw","","",94,[[["app",3],["gfxctx",3]]]],[11,"event","game::layer","",102,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",102,[[],["drawbaselayer",4]]],[11,"draw","","",102,[[["app",3],["gfxctx",3]]]],[11,"event","game::load","",124,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",124,[[["app",3],["gfxctx",3]]]],[11,"event","game::load::native_loader","",125,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",125,[[["app",3],["gfxctx",3]]]],[11,"event","game::options","",128,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",128,[[["app",3],["gfxctx",3]]]],[11,"event","game::pregame","",131,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",131,[[["app",3],["gfxctx",3]]]],[11,"event","","",132,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",132,[[],["drawbaselayer",4]]],[11,"draw","","",132,[[["app",3],["gfxctx",3]]]],[11,"event","","",133,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",133,[[],["drawbaselayer",4]]],[11,"draw","","",133,[[["app",3],["gfxctx",3]]]],[11,"event","","",134,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",134,[[],["drawbaselayer",4]]],[11,"draw","","",134,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::commuter","",161,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",161,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::generic_trip_table","",169,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",169,[[],["drawbaselayer",4]]],[11,"draw","","",169,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::misc","",170,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",170,[[],["drawbaselayer",4]]],[11,"draw","","",170,[[["app",3],["gfxctx",3]]]],[11,"event","","",171,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",171,[[],["drawbaselayer",4]]],[11,"draw","","",171,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::summaries","",175,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",175,[[],["drawbaselayer",4]]],[11,"draw","","",175,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::dashboards::traffic_signals","",181,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",181,[[],["drawbaselayer",4]]],[11,"draw","","",181,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::freeform","",196,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",196,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay::play_scenario","",198,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",198,[[["app",3],["gfxctx",3]]]],[11,"event","","",199,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",199,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::gameplay","",190,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",190,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::misc_tools","",207,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",207,[[],["drawbaselayer",4]]],[11,"draw","","",207,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox::time_warp","",211,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",211,[[["app",3],["gfxctx",3]]]],[11,"event","","",212,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",212,[[["app",3],["gfxctx",3]]]],[11,"event","","",213,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",213,[[],["drawbaselayer",4]]],[11,"draw","","",213,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",213,[[["eventctx",3],["app",3]]]],[11,"event","game::sandbox::uber_turns","",214,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",214,[[["app",3],["gfxctx",3]]]],[11,"event","","",215,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw_baselayer","","",215,[[],["drawbaselayer",4]]],[11,"draw","","",215,[[["app",3],["gfxctx",3]]]],[11,"event","game::sandbox","",154,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",154,[[["app",3],["gfxctx",3]]]],[11,"on_destroy","","",154,[[["eventctx",3],["app",3]]]],[11,"event","","",217,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",217,[[["app",3],["gfxctx",3]]]],[11,"event","","",158,[[["eventctx",3],["app",3]],[["transition",4],["app",3]]]],[11,"draw","","",158,[[["app",3],["gfxctx",3]]]]],"p":[[3,"App"],[3,"ShowLayers"],[3,"ShowEverything"],[3,"Flags"],[3,"PerMap"],[3,"SessionState"],[3,"PerObjectActions"],[3,"FindDelayedIntersections"],[8,"ShowObject"],[3,"Challenge"],[3,"HighScore"],[3,"ChallengesPicker"],[3,"ColorScheme"],[4,"ColorSchemeChoice"],[3,"CommonState"],[3,"CityPicker"],[3,"AllCityPicker"],[3,"ColorDiscrete"],[3,"DivergingScale"],[3,"ColorNetwork"],[3,"ColorScale"],[3,"ColorLegend"],[3,"HeatmapOptions"],[3,"Grid"],[3,"IsochroneViewer"],[3,"Minimap"],[3,"Navigator"],[3,"CrossStreet"],[3,"SearchBuildings"],[3,"Picker"],[3,"Warping"],[3,"DebugWarp"],[3,"CutsceneBuilder"],[3,"Scene"],[3,"CutscenePlayer"],[3,"FYI"],[4,"Layout"],[3,"DebugMode"],[3,"SearchResults"],[3,"ScreenshotTest"],[3,"Floodfiller"],[4,"Source"],[3,"ObjectDebugger"],[3,"PathCounter"],[3,"PolygonDebugger"],[4,"Item"],[3,"DevToolsMode"],[3,"CollisionsViewer"],[3,"Filters"],[3,"MapspaceTooltips"],[4,"Dataviz"],[13,"Individual"],[13,"Aggregated"],[3,"PopularDestinations"],[3,"ViewKML"],[3,"Object"],[3,"ParkingMapper"],[3,"ChangeWay"],[4,"Show"],[4,"Value"],[3,"Viewer"],[3,"BusinessSearch"],[3,"PolygonEditor"],[3,"ScenarioManager"],[3,"StoryMapEditor"],[3,"RecordedStoryMap"],[3,"StoryMap"],[3,"Marker"],[3,"Lasso"],[4,"Mode"],[3,"EditMode"],[3,"SaveEdits"],[3,"LoadEdits"],[3,"ConfirmDiscard"],[3,"BulkSelect"],[3,"BulkEdit"],[3,"ClusterTrafficSignalEditor"],[3,"LaneEditor"],[3,"RouteEditor"],[3,"RoadSelector"],[4,"Mode"],[13,"Route"],[3,"StopSignEditor"],[3,"TrafficSignalEditor"],[3,"BundleEdits"],[3,"ChangeDuration"],[3,"ShowAbsolute"],[3,"ShowRelative"],[3,"TuneRelative"],[3,"SignalPicker"],[3,"PreviewTrafficSignal"],[3,"ZoneEditor"],[3,"ChooseSomething"],[3,"PromptInput"],[3,"PopupMsg"],[4,"ID"],[3,"InfoPanel"],[3,"Details"],[3,"DataOptions"],[4,"Tab"],[3,"OpenTrip"],[8,"ContextualActions"],[3,"PickLayer"],[4,"LayerOutcome"],[3,"Elevation"],[3,"BikeNetwork"],[3,"Static"],[3,"CongestionCaps"],[3,"Pandemic"],[3,"Options"],[4,"SEIR"],[3,"Occupancy"],[3,"Efficiency"],[4,"Loc"],[3,"PopulationMap"],[3,"Options"],[3,"Backpressure"],[3,"Throughput"],[3,"CompareThroughput"],[3,"TrafficJams"],[3,"Jam"],[3,"Delay"],[3,"TransitNetwork"],[8,"Layer"],[3,"MapAlreadyLoaded"],[3,"FileLoader"],[3,"MapLoader"],[3,"Options"],[3,"OptionsPanel"],[4,"TrafficSignalStyle"],[4,"CameraAngle"],[3,"TitleScreen"],[3,"MainMenu"],[3,"About"],[3,"Proposals"],[3,"Screensaver"],[3,"DrawOptions"],[3,"DrawArea"],[3,"DrawBike"],[3,"DrawBuilding"],[3,"DrawBusStop"],[3,"DrawCar"],[3,"DrawIntersection"],[3,"DrawLane"],[3,"DrawMap"],[3,"AgentCache"],[3,"UnzoomedAgents"],[3,"DrawParkingLot"],[3,"DrawPedestrian"],[3,"DrawPedCrowd"],[3,"DrawRoad"],[3,"DrawMovement"],[3,"DrawUberTurnGroup"],[8,"Renderable"],[3,"SandboxMode"],[3,"SandboxControls"],[3,"AgentMeter"],[3,"Actions"],[3,"SandboxLoader"],[4,"LoadStage"],[4,"DashTab"],[3,"CommuterPatterns"],[3,"PanelState"],[3,"Block"],[3,"Filter"],[3,"Loop"],[4,"BlockSelection"],[13,"Locked"],[4,"BorderType"],[3,"GenericTripTable"],[3,"ActiveTraffic"],[3,"TransitRoutes"],[3,"Entry"],[3,"Filters"],[3,"ParkingOverhead"],[3,"TripSummaries"],[3,"Filter"],[3,"Table"],[3,"Column"],[3,"Filter"],[4,"Col"],[3,"TrafficSignalDemand"],[3,"Demand"],[3,"FinishedTrip"],[3,"CancelledTrip"],[3,"UnfinishedTrip"],[3,"Filters"],[3,"FinishedTripTable"],[3,"CancelledTripTable"],[3,"UnfinishedTripTable"],[3,"FinalScore"],[4,"GameplayMode"],[4,"LoadScenario"],[3,"OptimizeCommute"],[3,"FixTrafficSignals"],[3,"Freeform"],[3,"AgentSpawner"],[3,"PlayScenario"],[3,"EditScenarioModifiers"],[3,"ChangeMode"],[3,"Tutorial"],[3,"TutorialPointer"],[3,"Stage"],[3,"TutorialState"],[4,"Task"],[8,"GameplayState"],[3,"RoutePreview"],[3,"TurnExplorer"],[3,"SpeedControls"],[3,"TimePanel"],[4,"SpeedSetting"],[3,"JumpToTime"],[3,"JumpToDelay"],[3,"TimeWarpScreen"],[3,"UberTurnPicker"],[3,"UberTurnViewer"],[3,"Actions"],[3,"BackToMainMenu"]]},\ -"geojson_to_osmosis":{"doc":"","i":[[5,"main","geojson_to_osmosis","Convert geojson boundary suitable for osmfilter and other…",null,[[],[["result",4],["box",3]]]],[5,"boundary_coords","","",null,[[["geojson",4]],[["result",4],["vec",3],["box",3]]]]],"p":[]},\ +"geojson_to_osmosis":{"doc":"","i":[[5,"main","geojson_to_osmosis","Reads GeoJSON input from STDIN, extracts a polygon from…",null,[[],[["result",4],["box",3]]]],[5,"extract_boundaries","","",null,[[["geojson",4]],[["box",3],["result",4],["vec",3]]]]],"p":[]},\ "geom":{"doc":"","i":[[3,"Angle","geom","An angle, stored in radians.",null,null],[12,"0","","",0,null],[3,"Bounds","","Represents a rectangular boundary of `Pt2D` points.",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","Represents a rectangular boundary of `LonLat` points.…",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[3,"Circle","","A circle, defined by a center and radius.",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[3,"Distance","","A distance, in meters. Can be negative.",null,null],[12,"0","","",4,null],[3,"Duration","","A duration, in seconds. Can be negative.",null,null],[12,"0","","",5,null],[3,"FindClosest","","A quad-tree to quickly find the closest points to some…",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[3,"LonLat","","Represents a (longitude, latitude) point.",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[3,"InfiniteLine","","",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[3,"Line","","A line segment.",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"Percent","","Most of the time, [0, 1]. But some callers may go outside…",null,null],[12,"0","","",10,null],[3,"Polygon","","",null,null],[12,"points","","",11,null],[12,"indices","","Groups of three indices make up the triangles",11,null],[12,"rings","","If the polygon has holes, explicitly store all the rings…",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[3,"PolyLine","","",null,null],[12,"pts","","",13,null],[12,"length","","",13,null],[3,"HashablePt2D","","This represents world space, NOT LonLat.",null,null],[12,"x_nan","","",14,null],[12,"y_nan","","",14,null],[3,"Pt2D","","This represents world-space in meters.",null,null],[12,"inner_x","","",15,null],[12,"inner_y","","",15,null],[3,"Ring","","Maybe a misnomer, but like a PolyLine, but closed.",null,null],[12,"pts","","",16,null],[3,"Speed","","In meters per second. Can be negative.",null,null],[12,"0","","",17,null],[3,"Histogram","","",null,null],[12,"count","","",18,null],[12,"histogram","","",18,null],[12,"min","","",18,null],[12,"max","","",18,null],[3,"Time","","In seconds since midnight. Can\'t be negative.",null,null],[12,"0","","",19,null],[3,"UnitFmt","","Specifies how to stringify different geom objects.",null,null],[12,"round_durations","","Round `Duration`s to a whole number of seconds.",20,null],[12,"metric","","Display in metric; US imperial otherwise.",20,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",21,null],[4,"Statistic","","",null,null],[13,"Min","","",22,null],[13,"Mean","","",22,null],[13,"P50","","",22,null],[13,"P90","","",22,null],[13,"P99","","",22,null],[13,"Max","","",22,null],[5,"trim_f64","","Reduce the precision of an f64. This helps ensure…",null,[[]]],[0,"angle","","",null,null],[3,"Angle","geom::angle","An angle, stored in radians.",null,null],[12,"0","","",0,null],[18,"ZERO","geom","",0,null],[11,"new_rads","","",0,[[],["angle",3]]],[11,"degrees","","Create an angle in degrees.",0,[[],["angle",3]]],[11,"opposite","","Invert the direction of this angle.",0,[[],["angle",3]]],[11,"invert_y","","",0,[[],["angle",3]]],[11,"rotate_degs","","Rotates this angle by some degrees.",0,[[],["angle",3]]],[11,"normalized_radians","","Returns [0, 2pi)",0,[[]]],[11,"normalized_degrees","","Returns [0, 360)",0,[[]]],[11,"shortest_rotation_towards","","Logically this returns [-180, 180], but keep in mind when…",0,[[["angle",3]],["angle",3]]],[11,"approx_eq","","True if this angle is within some degrees of another,…",0,[[["angle",3]]]],[11,"reorient","","I don\'t know how to describe what this does. Use for…",0,[[],["angle",3]]],[0,"bounds","","",null,null],[3,"Bounds","geom::bounds","Represents a rectangular boundary of `Pt2D` points.",null,null],[12,"min_x","","",1,null],[12,"min_y","","",1,null],[12,"max_x","","",1,null],[12,"max_y","","",1,null],[3,"GPSBounds","","Represents a rectangular boundary of `LonLat` points.…",null,null],[12,"min_lon","","",2,null],[12,"min_lat","","",2,null],[12,"max_lon","","",2,null],[12,"max_lat","","",2,null],[11,"new","geom","A boundary including no points.",1,[[],["bounds",3]]],[11,"from","","Create a boundary covering some points.",1,[[["vec",3]],["bounds",3]]],[11,"update","","Update the boundary to include this point.",1,[[["pt2d",3]]]],[11,"union","","Unions two boundaries.",1,[[["bounds",3]]]],[11,"contains","","True if the point is within the boundary.",1,[[["pt2d",3]]]],[11,"as_bbox","","Converts the boundary to the format used by `aabb_quadtree`.",1,[[],["rect",3]]],[11,"get_rectangle","","Creates a rectangle covering this boundary.",1,[[],["polygon",3]]],[11,"width","","The width of this boundary.",1,[[]]],[11,"height","","The height of this boundary.",1,[[]]],[11,"center","","The center point of this boundary.",1,[[],["pt2d",3]]],[11,"new","","A boundary including no points.",2,[[],["gpsbounds",3]]],[11,"from","","Create a boundary covering some points.",2,[[["vec",3],["lonlat",3]],["gpsbounds",3]]],[11,"update","","Update the boundary to include this point.",2,[[["lonlat",3]]]],[11,"contains","","True if the point is within the boundary.",2,[[["lonlat",3]]]],[11,"get_max_world_pt","","The bottom-right corner of the boundary, in map-space.",2,[[],["pt2d",3]]],[11,"to_bounds","","Converts the boundary to map-space.",2,[[],["bounds",3]]],[11,"try_convert","","Convert all points to map-space, failing if any points are…",2,[[["vec",3]],[["option",4],["vec",3]]]],[11,"convert","","Convert all points to map-space. The points may be outside…",2,[[["vec",3]],[["vec",3],["pt2d",3]]]],[11,"convert_back","","Convert map-space points back to `LonLat`s. This is only…",2,[[["vec",3]],[["vec",3],["lonlat",3]]]],[0,"circle","","",null,null],[3,"Circle","geom::circle","A circle, defined by a center and radius.",null,null],[12,"center","","",3,null],[12,"radius","","",3,null],[17,"TRIANGLES_PER_CIRCLE","","",null,null],[11,"new","geom","Creates a circle.",3,[[["pt2d",3],["distance",3]],["circle",3]]],[11,"contains_pt","","True if the point is inside the circle.",3,[[["pt2d",3]]]],[11,"get_bounds","","Get the boundary containing this circle.",3,[[],["bounds",3]]],[11,"to_polygon","","Renders the circle as a polygon.",3,[[],["polygon",3]]],[11,"to_partial_polygon","","Renders some percent, between [0, 1], of the circle as a…",3,[[],["polygon",3]]],[11,"to_ring","","Returns the ring around the circle.",3,[[],["ring",3]]],[11,"to_outline","","Creates an outline around the circle, strictly contained…",3,[[["distance",3]],[["string",3],["result",4],["polygon",3]]]],[0,"distance","","",null,null],[3,"Distance","geom::distance","A distance, in meters. Can be negative.",null,null],[12,"0","","",4,null],[18,"ZERO","geom","",4,null],[11,"meters","","Creates a distance in meters.",4,[[],["distance",3]]],[11,"const_meters","","",4,[[],["distance",3]]],[11,"inches","","Creates a distance in inches.",4,[[],["distance",3]]],[11,"miles","","Creates a distance in miles.",4,[[],["distance",3]]],[11,"centimeters","","Creates a distance in centimeters.",4,[[],["distance",3]]],[11,"abs","","Returns the absolute value of this distance.",4,[[],["distance",3]]],[11,"sqrt","","Returns the square root of this distance.",4,[[],["distance",3]]],[11,"inner_meters","","Returns the distance in meters. Prefer to work with…",4,[[]]],[11,"to_string","","Describes the distance according to formatting rules.",4,[[["unitfmt",3]],["string",3]]],[11,"max","","Returns the largest of the two inputs.",4,[[["distance",3]],["distance",3]]],[11,"min","","Returns the smallest of the two inputs.",4,[[["distance",3]],["distance",3]]],[0,"duration","","",null,null],[3,"Duration","geom::duration","A duration, in seconds. Can be negative.",null,null],[12,"0","","",5,null],[18,"ZERO","geom","",5,null],[18,"EPSILON","","",5,null],[11,"seconds","","Creates a duration in seconds.",5,[[],["duration",3]]],[11,"minutes","","Creates a duration in minutes.",5,[[],["duration",3]]],[11,"hours","","Creates a duration in hours.",5,[[],["duration",3]]],[11,"f64_minutes","","Creates a duration in minutes.",5,[[],["duration",3]]],[11,"const_seconds","","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[]]],[11,"from_u64","","",5,[[],["duration",3]]],[11,"inner_seconds","","Returns the duration in seconds. Prefer working in…",5,[[]]],[11,"get_parts","","Splits the duration into (hours, minutes, seconds,…",5,[[]]],[11,"parse","","Parses a duration such as \\\"3:00\\\" to `Duration::minutes(3)`.",5,[[],[["result",4],["duration",3],["box",3]]]],[11,"epsilon_eq","","If two durations are within this amount, they\'ll print as…",5,[[["duration",3]]]],[11,"realtime_elapsed","","Returns the duration elapsed from this moment in real time.",5,[[["instant",6]],["duration",3]]],[11,"round_up","","Rounds a duration up to the nearest whole number multiple.",5,[[["duration",3]],["duration",3]]],[11,"num_minutes_rounded_up","","Returns the duration as a number of minutes, rounded up.",5,[[]]],[11,"make_intervals_for_max","","Returns (rounded max, the boundaries in number of minutes)",5,[[]]],[11,"to_string","","Describes the duration according to formatting rules.",5,[[["unitfmt",3]],["string",3]]],[0,"find_closest","","",null,null],[3,"FindClosest","geom::find_closest","A quad-tree to quickly find the closest points to some…",null,null],[12,"geometries","","",6,null],[12,"quadtree","","",6,null],[5,"pts_to_line_string","","",null,[[["vec",3]],["linestring",3]]],[11,"new","geom","Creates the quad-tree, limited to points contained in the…",6,[[["bounds",3]],["findclosest",3]]],[11,"add","","Add an object to the quadtree, remembering some key…",6,[[["vec",3]]]],[11,"all_close_pts","","For every object within some distance of a query point,…",6,[[["pt2d",3],["distance",3]],["vec",3]]],[11,"closest_pt","","Finds the closest point on the existing geometry to the…",6,[[["pt2d",3],["distance",3]],["option",4]]],[0,"gps","","",null,null],[3,"LonLat","geom::gps","Represents a (longitude, latitude) point.",null,null],[12,"longitude","","",7,null],[12,"latitude","","",7,null],[11,"new","geom","Note the order of arguments!",7,[[],["lonlat",3]]],[11,"x","","Returns the longitude of this point.",7,[[]]],[11,"y","","Returns the latitude of this point.",7,[[]]],[11,"to_pt","","Transform this to a world-space point. Can go out of bounds.",7,[[["gpsbounds",3]],["pt2d",3]]],[11,"gps_dist","","Returns the Haversine distance to another point.",7,[[["lonlat",3]],["distance",3]]],[11,"fast_dist","","Pretty meaningless units, for comparing distances very…",7,[[["lonlat",3]],["notnan",3]]],[11,"read_osmosis_polygon","","Parses a file in the…",7,[[],[["box",3],["result",4],["vec",3]]]],[11,"write_osmosis_polygon","","Writes a set of points to a file in the…",7,[[["vec",3]],[["box",3],["result",4]]]],[0,"line","","",null,null],[3,"Line","geom::line","A line segment.",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[3,"InfiniteLine","","",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[5,"is_counter_clockwise","","",null,[[["pt2d",3]]]],[11,"new","geom","Creates a line segment between two points. None if the…",9,[[["pt2d",3]],[["line",3],["option",4]]]],[11,"must_new","","Equivalent to `Line::new(pt1, pt2).unwrap()`. Use this to…",9,[[["pt2d",3]],["line",3]]],[11,"infinite","","Returns an infinite line passing through this line\'s two…",9,[[],["infiniteline",3]]],[11,"pt1","","Returns the first point in this line segment.",9,[[],["pt2d",3]]],[11,"pt2","","Returns the second point in this line segment.",9,[[],["pt2d",3]]],[11,"points","","Returns the two points in this line segment.",9,[[],[["vec",3],["pt2d",3]]]],[11,"to_polyline","","Returns a polyline containing these two points.",9,[[],["polyline",3]]],[11,"make_polygons","","Returns a thick line segment.",9,[[["distance",3]],["polygon",3]]],[11,"length","","Length of the line segment",9,[[],["distance",3]]],[11,"intersection","","If two line segments intersect -- including endpoints --…",9,[[["line",3]],[["option",4],["pt2d",3]]]],[11,"crosses","","Determine if two line segments intersect, but more so than…",9,[[["line",3]]]],[11,"intersection_infinite","","If the line segment intersects with an infinite line --…",9,[[["infiniteline",3]],[["option",4],["pt2d",3]]]],[11,"shift_right","","Perpendicularly shifts the line over to the right. Width…",9,[[["distance",3]],["line",3]]],[11,"shift_left","","Perpendicularly shifts the line over to the left. Width…",9,[[["distance",3]],["line",3]]],[11,"shift_either_direction","","Perpendicularly shifts the line to the right if positive…",9,[[["distance",3]],["line",3]]],[11,"reverse","","Returns a reversed line segment",9,[[],["line",3]]],[11,"angle","","The angle of the line segment, from the first to the…",9,[[],["angle",3]]],[11,"dist_along","","Returns a point along the line segment, unless the…",9,[[["distance",3]],[["option",4],["pt2d",3]]]],[11,"must_dist_along","","Equivalent to `self.dist_along(dist).unwrap()`. Use this…",9,[[["distance",3]],["pt2d",3]]],[11,"unbounded_dist_along","","",9,[[["distance",3]],["pt2d",3]]],[11,"unbounded_percent_along","","",9,[[],["pt2d",3]]],[11,"percent_along","","",9,[[],[["option",4],["pt2d",3]]]],[11,"slice","","",9,[[["distance",3]],[["line",3],["option",4]]]],[11,"middle","","",9,[[],[["option",4],["pt2d",3]]]],[11,"contains_pt","","",9,[[["pt2d",3]]]],[11,"dist_along_of_point","","",9,[[["pt2d",3]],[["option",4],["distance",3]]]],[11,"percent_along_of_point","","",9,[[["pt2d",3]],["option",4]]],[11,"project_pt","","",9,[[["pt2d",3]],["pt2d",3]]],[11,"intersection","","Fails for parallel lines.",8,[[["infiniteline",3]],[["option",4],["pt2d",3]]]],[0,"percent","","",null,null],[3,"Percent","geom::percent","Most of the time, [0, 1]. But some callers may go outside…",null,null],[12,"0","","",10,null],[11,"inner","geom","",10,[[]]],[11,"int","","",10,[[],["percent",3]]],[0,"polygon","","",null,null],[3,"Polygon","geom::polygon","",null,null],[12,"points","","",11,null],[12,"indices","","Groups of three indices make up the triangles",11,null],[12,"rings","","If the polygon has holes, explicitly store all the rings…",11,null],[3,"Triangle","","",null,null],[12,"pt1","","",12,null],[12,"pt2","","",12,null],[12,"pt3","","",12,null],[5,"to_geo","","",null,[[["vec",3]],["polygon",3]]],[5,"from_geo","","",null,[[["polygon",3]],["polygon",3]]],[5,"from_multi","","",null,[[["multipolygon",3]],[["polygon",3],["vec",3]]]],[5,"downsize","","",null,[[["vec",3]],["vec",3]]],[11,"buggy_new","geom","",11,[[["vec",3],["pt2d",3]],["polygon",3]]],[11,"with_holes","","",11,[[["ring",3],["vec",3]],["polygon",3]]],[11,"from_geojson","","",11,[[["vec",3]],["polygon",3]]],[11,"precomputed","","",11,[[["vec",3],["pt2d",3],["vec",3]],["polygon",3]]],[11,"from_triangle","","",11,[[["triangle",3]],["polygon",3]]],[11,"triangles","","",11,[[],[["triangle",3],["vec",3]]]],[11,"raw_for_rendering","","",11,[[]]],[11,"contains_pt","","",11,[[["pt2d",3]]]],[11,"get_bounds","","",11,[[],["bounds",3]]],[11,"transform","","",11,[[["fn",8]],["polygon",3]]],[11,"translate","","",11,[[],["polygon",3]]],[11,"scale","","",11,[[],["polygon",3]]],[11,"rotate","","",11,[[["angle",3]],["polygon",3]]],[11,"rotate_around","","",11,[[["angle",3],["pt2d",3]],["polygon",3]]],[11,"points","","The order of these points depends on the constructor! The…",11,[[],["vec",3]]],[11,"into_points","","",11,[[],[["vec",3],["pt2d",3]]]],[11,"into_ring","","",11,[[],["ring",3]]],[11,"center","","",11,[[],["pt2d",3]]],[11,"rectangle","","Top-left at the origin. Doesn\'t take Distance, because…",11,[[],["polygon",3]]],[11,"rectangle_centered","","",11,[[["pt2d",3],["distance",3]],["polygon",3]]],[11,"rectangle_two_corners","","",11,[[["pt2d",3]],[["option",4],["polygon",3]]]],[11,"rounded_rectangle","","Top-left at the origin. Doesn\'t take Distance, because…",11,[[["option",4]],["polygon",3]]],[11,"union","","",11,[[["polygon",3]],["polygon",3]]],[11,"union_all","","",11,[[["polygon",3],["vec",3]],["polygon",3]]],[11,"intersection","","",11,[[["polygon",3]],[["polygon",3],["vec",3]]]],[11,"convex_hull","","",11,[[["polygon",3],["vec",3]],["polygon",3]]],[11,"polylabel","","",11,[[],["pt2d",3]]],[11,"to_outline","","Creates the outline around the polygon, with the thickness…",11,[[["distance",3]],[["string",3],["result",4],["polygon",3]]]],[11,"strip_rings","","Remove the internal rings used for to_outline. This is…",11,[[],["polygon",3]]],[11,"area","","Usually m^2, unless the polygon is in screen-space",11,[[]]],[11,"clip_polyline","","Doesn\'t handle multiple crossings in and out.",11,[[["polyline",3]],[["option",4],["vec",3]]]],[11,"clip_ring","","",11,[[["ring",3]],[["option",4],["vec",3]]]],[11,"new","","",12,[[["pt2d",3]],["triangle",3]]],[11,"contains_pt","","",12,[[["pt2d",3]]]],[0,"polyline","","",null,null],[3,"PolyLine","geom::polyline","",null,null],[12,"pts","","",13,null],[12,"length","","",13,null],[4,"ArrowCap","","",null,null],[13,"Triangle","","",21,null],[5,"fix_angles","","",null,[[["polyline",3],["polyline",3]],[["polyline",3],["string",3],["result",4]]]],[5,"to_set","","",null,[[]]],[17,"MITER_THRESHOLD","","",null,null],[11,"new","geom","",13,[[["vec",3],["pt2d",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_new","","",13,[[["vec",3],["pt2d",3]],["polyline",3]]],[11,"unchecked_new","","Doesn\'t check for duplicates. Use at your own risk.",13,[[["vec",3],["pt2d",3]],["polyline",3]]],[11,"deduping_new","","First dedupes adjacent points",13,[[["vec",3],["pt2d",3]],[["polyline",3],["string",3],["result",4]]]],[11,"to_thick_ring","","Like make_polygons, but make sure the points actually form…",13,[[["distance",3]],["ring",3]]],[11,"to_thick_boundary","","",13,[[["distance",3]],[["option",4],["polygon",3]]]],[11,"reversed","","",13,[[],["polyline",3]]],[11,"extend","","",13,[[["polyline",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_extend","","",13,[[["polyline",3]],["polyline",3]]],[11,"must_push","","",13,[[["pt2d",3]],["polyline",3]]],[11,"append","","One or both args might be empty.",13,[[["vec",3],["pt2d",3]],[["vec",3],["string",3],["result",4]]]],[11,"points","","",13,[[],["vec",3]]],[11,"into_points","","",13,[[],[["vec",3],["pt2d",3]]]],[11,"lines","","",13,[[]]],[11,"length","","",13,[[],["distance",3]]],[11,"slice","","Returns the excess distance left over from the end",13,[[["distance",3]],[["string",3],["result",4]]]],[11,"exact_slice","","No excess leftover distance allowed.",13,[[["distance",3]],["polyline",3]]],[11,"maybe_exact_slice","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"first_half","","",13,[[],["polyline",3]]],[11,"second_half","","",13,[[],["polyline",3]]],[11,"dist_along","","",13,[[["distance",3]],[["string",3],["result",4]]]],[11,"must_dist_along","","",13,[[["distance",3]]]],[11,"middle","","",13,[[],["pt2d",3]]],[11,"first_pt","","",13,[[],["pt2d",3]]],[11,"last_pt","","",13,[[],["pt2d",3]]],[11,"first_line","","",13,[[],["line",3]]],[11,"last_line","","",13,[[],["line",3]]],[11,"shift_right","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_shift_right","","",13,[[["distance",3]],["polyline",3]]],[11,"shift_left","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"must_shift_left","","",13,[[["distance",3]],["polyline",3]]],[11,"shift_with_corrections","","",13,[[["distance",3]],[["polyline",3],["string",3],["result",4]]]],[11,"shift_with_sharp_angles","","",13,[[["distance",3]],[["vec",3],["pt2d",3]]]],[11,"make_polygons","","",13,[[["distance",3]],["polygon",3]]],[11,"make_polygons_with_miter_threshold","","",13,[[["distance",3]],["polygon",3]]],[11,"exact_dashed_polygons","","",13,[[["distance",3]],[["polygon",3],["vec",3]]]],[11,"dashed_lines","","Don\'t draw the dashes too close to the ends.",13,[[["distance",3]],[["polygon",3],["vec",3]]]],[11,"make_arrow","","",13,[[["distance",3],["arrowcap",4]],["polygon",3]]],[11,"make_double_arrow","","",13,[[["distance",3],["arrowcap",4]],["polygon",3]]],[11,"dashed_arrow","","",13,[[["distance",3],["arrowcap",4]],[["polygon",3],["vec",3]]]],[11,"intersection","","Also return the angle of the line where the hit was found",13,[[["polyline",3]],["option",4]]],[11,"intersection_infinite","","",13,[[["infiniteline",3]],[["option",4],["pt2d",3]]]],[11,"get_slice_ending_at","","Panics if the pt is not on the polyline. Returns None if…",13,[[["pt2d",3]],[["polyline",3],["option",4]]]],[11,"get_slice_starting_at","","Returns None if the point is the last point.",13,[[["pt2d",3]],[["polyline",3],["option",4]]]],[11,"dist_along_of_point","","",13,[[["pt2d",3]],["option",4]]],[11,"trim_to_endpts","","",13,[[["pt2d",3]],["polyline",3]]],[11,"get_bounds","","",13,[[],["bounds",3]]],[11,"extend_to_length","","If the current line is at least this long, return it.…",13,[[["distance",3]],["polyline",3]]],[11,"to_geojson","","Produces a GeoJSON linestring, optionally mapping the…",13,[[["gpsbounds",3],["option",4]],["geometry",3]]],[0,"pt","","",null,null],[3,"Pt2D","geom::pt","This represents world-space in meters.",null,null],[12,"inner_x","","",15,null],[12,"inner_y","","",15,null],[3,"HashablePt2D","","This represents world space, NOT LonLat.",null,null],[12,"x_nan","","",14,null],[12,"y_nan","","",14,null],[11,"new","geom","",15,[[],["pt2d",3]]],[11,"approx_eq","","",15,[[["pt2d",3],["distance",3]]]],[11,"to_gps","","Can go out of bounds.",15,[[["gpsbounds",3]],["lonlat",3]]],[11,"x","","",15,[[]]],[11,"y","","",15,[[]]],[11,"project_away","","",15,[[["distance",3],["angle",3]],["pt2d",3]]],[11,"raw_dist_to","","",15,[[["pt2d",3]]]],[11,"dist_to","","",15,[[["pt2d",3]],["distance",3]]],[11,"angle_to","","",15,[[["pt2d",3]],["angle",3]]],[11,"offset","","",15,[[],["pt2d",3]]],[11,"center","","",15,[[["vec",3]],["pt2d",3]]],[11,"approx_dedupe","","",15,[[["vec",3],["pt2d",3],["distance",3]],[["vec",3],["pt2d",3]]]],[11,"find_pts_between","","",15,[[["pt2d",3],["distance",3],["vec",3]],[["option",4],["vec",3]]]],[11,"to_hashable","","",15,[[],["hashablept2d",3]]],[11,"to_pt2d","","",14,[[],["pt2d",3]]],[0,"ring","","",null,null],[3,"Ring","geom::ring","Maybe a misnomer, but like a PolyLine, but closed.",null,null],[12,"pts","","",16,null],[11,"new","geom","",16,[[["vec",3],["pt2d",3]],[["ring",3],["string",3],["result",4]]]],[11,"must_new","","",16,[[["vec",3],["pt2d",3]],["ring",3]]],[11,"to_outline","","Draws the ring with some thickness, with half of it…",16,[[["distance",3]],["polygon",3]]],[11,"to_polygon","","",16,[[],["polygon",3]]],[11,"points","","",16,[[],["vec",3]]],[11,"into_points","","",16,[[],[["vec",3],["pt2d",3]]]],[11,"all_intersections","","Be careful with the order of results. Hits on an earlier…",16,[[["polyline",3]],[["vec",3],["pt2d",3]]]],[11,"get_both_slices_btwn","","",16,[[["pt2d",3]],["option",4]]],[11,"get_shorter_slice_btwn","","",16,[[["pt2d",3]],[["polyline",3],["option",4]]]],[11,"split_points","","Extract all PolyLines and Rings. Doesn\'t handle crazy…",16,[[["vec",3]],[["result",4],["string",3]]]],[11,"contains_pt","","",16,[[["pt2d",3]]]],[11,"to_geojson","","Produces a GeoJSON polygon, optionally mapping the…",16,[[["gpsbounds",3],["option",4]],["geometry",3]]],[11,"translate","","Translates the ring by a fixed offset.",16,[[],["ring",3]]],[0,"speed","","",null,null],[3,"Speed","geom::speed","In meters per second. Can be negative.",null,null],[12,"0","","",17,null],[18,"ZERO","geom","",17,null],[11,"meters_per_second","","",17,[[],["speed",3]]],[11,"const_meters_per_second","","",17,[[],["speed",3]]],[11,"miles_per_hour","","",17,[[],["speed",3]]],[11,"km_per_hour","","",17,[[],["speed",3]]],[11,"from_dist_time","","",17,[[["distance",3],["duration",3]],["speed",3]]],[11,"inner_meters_per_second","","",17,[[]]],[11,"max","","",17,[[["speed",3]],["speed",3]]],[11,"min","","",17,[[["speed",3]],["speed",3]]],[11,"to_string","","Describes the speed according to formatting rules.",17,[[["unitfmt",3]],["string",3]]],[0,"stats","","",null,null],[3,"Histogram","geom::stats","",null,null],[12,"count","","",18,null],[12,"histogram","","",18,null],[12,"min","","",18,null],[12,"max","","",18,null],[4,"Statistic","","",null,null],[13,"Min","","",22,null],[13,"Mean","","",22,null],[13,"P50","","",22,null],[13,"P90","","",22,null],[13,"P99","","",22,null],[13,"Max","","",22,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",23,[[]]],[10,"to_u64","","",23,[[]]],[10,"from_u64","","",23,[[]]],[11,"all","geom","",22,[[],[["vec",3],["statistic",4]]]],[11,"new","","",18,[[],["histogram",3]]],[11,"add","","",18,[[]]],[11,"remove","","",18,[[]]],[11,"describe","","",18,[[],["string",3]]],[11,"percentile","","None if empty",18,[[],["option",4]]],[11,"select","","",18,[[["statistic",4]],["option",4]]],[11,"count","","",18,[[]]],[11,"seems_eq","","Could implement PartialEq, but be a bit more clear how…",18,[[["histogram",3]]]],[0,"time","","",null,null],[3,"Time","geom::time","In seconds since midnight. Can\'t be negative.",null,null],[12,"0","","",19,null],[18,"START_OF_DAY","geom","",19,null],[11,"seconds_since_midnight","","",19,[[],["time",3]]],[11,"get_parts","","(hours, minutes, seconds, centiseconds)",19,[[]]],[11,"get_hours","","Rounded up",19,[[]]],[11,"ampm_tostring","","",19,[[],["string",3]]],[11,"as_filename","","",19,[[],["string",3]]],[11,"parse","","",19,[[],[["box",3],["result",4],["time",3]]]],[11,"min","","",19,[[["time",3]],["time",3]]],[11,"max","","",19,[[["time",3]],["time",3]]],[11,"percent_of","","",19,[[],["time",3]]],[11,"to_percent","","",19,[[["time",3]]]],[11,"inner_seconds","","For RNG range generation. Don\'t abuse.",19,[[]]],[11,"clamped_sub","","",19,[[["duration",3]],["time",3]]],[11,"round_seconds","","",19,[[],["time",3]]],[17,"EPSILON_DIST","","",null,null],[8,"HgramValue","","",null,null],[10,"hgram_zero","","",23,[[]]],[10,"to_u64","","",23,[[]]],[10,"from_u64","","",23,[[]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"to_owned","","",0,[[]]],[11,"clone_into","","",0,[[]]],[11,"to_string","","",0,[[],["string",3]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"to_owned","","",1,[[]]],[11,"clone_into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"to_owned","","",2,[[]]],[11,"clone_into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"to_owned","","",3,[[]]],[11,"clone_into","","",3,[[]]],[11,"to_string","","",3,[[],["string",3]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"to_owned","","",4,[[]]],[11,"clone_into","","",4,[[]]],[11,"to_string","","",4,[[],["string",3]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"to_owned","","",5,[[]]],[11,"clone_into","","",5,[[]]],[11,"to_string","","",5,[[],["string",3]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"to_owned","","",7,[[]]],[11,"clone_into","","",7,[[]]],[11,"to_string","","",7,[[],["string",3]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"to_owned","","",8,[[]]],[11,"clone_into","","",8,[[]]],[11,"to_string","","",8,[[],["string",3]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"to_owned","","",9,[[]]],[11,"clone_into","","",9,[[]]],[11,"to_string","","",9,[[],["string",3]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"to_owned","","",10,[[]]],[11,"clone_into","","",10,[[]]],[11,"to_string","","",10,[[],["string",3]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"from","","",11,[[]]],[11,"into","","",11,[[]]],[11,"to_owned","","",11,[[]]],[11,"clone_into","","",11,[[]]],[11,"to_string","","",11,[[],["string",3]]],[11,"try_from","","",11,[[],["result",4]]],[11,"try_into","","",11,[[],["result",4]]],[11,"borrow","","",11,[[]]],[11,"borrow_mut","","",11,[[]]],[11,"type_id","","",11,[[],["typeid",3]]],[11,"from","","",12,[[]]],[11,"into","","",12,[[]]],[11,"to_owned","","",12,[[]]],[11,"clone_into","","",12,[[]]],[11,"try_from","","",12,[[],["result",4]]],[11,"try_into","","",12,[[],["result",4]]],[11,"borrow","","",12,[[]]],[11,"borrow_mut","","",12,[[]]],[11,"type_id","","",12,[[],["typeid",3]]],[11,"from","","",13,[[]]],[11,"into","","",13,[[]]],[11,"to_owned","","",13,[[]]],[11,"clone_into","","",13,[[]]],[11,"to_string","","",13,[[],["string",3]]],[11,"try_from","","",13,[[],["result",4]]],[11,"try_into","","",13,[[],["result",4]]],[11,"borrow","","",13,[[]]],[11,"borrow_mut","","",13,[[]]],[11,"type_id","","",13,[[],["typeid",3]]],[11,"from","","",14,[[]]],[11,"into","","",14,[[]]],[11,"to_owned","","",14,[[]]],[11,"clone_into","","",14,[[]]],[11,"try_from","","",14,[[],["result",4]]],[11,"try_into","","",14,[[],["result",4]]],[11,"borrow","","",14,[[]]],[11,"borrow_mut","","",14,[[]]],[11,"type_id","","",14,[[],["typeid",3]]],[11,"from","","",15,[[]]],[11,"into","","",15,[[]]],[11,"to_owned","","",15,[[]]],[11,"clone_into","","",15,[[]]],[11,"to_string","","",15,[[],["string",3]]],[11,"try_from","","",15,[[],["result",4]]],[11,"try_into","","",15,[[],["result",4]]],[11,"borrow","","",15,[[]]],[11,"borrow_mut","","",15,[[]]],[11,"type_id","","",15,[[],["typeid",3]]],[11,"from","","",16,[[]]],[11,"into","","",16,[[]]],[11,"to_owned","","",16,[[]]],[11,"clone_into","","",16,[[]]],[11,"to_string","","",16,[[],["string",3]]],[11,"try_from","","",16,[[],["result",4]]],[11,"try_into","","",16,[[],["result",4]]],[11,"borrow","","",16,[[]]],[11,"borrow_mut","","",16,[[]]],[11,"type_id","","",16,[[],["typeid",3]]],[11,"from","","",17,[[]]],[11,"into","","",17,[[]]],[11,"to_owned","","",17,[[]]],[11,"clone_into","","",17,[[]]],[11,"try_from","","",17,[[],["result",4]]],[11,"try_into","","",17,[[],["result",4]]],[11,"borrow","","",17,[[]]],[11,"borrow_mut","","",17,[[]]],[11,"type_id","","",17,[[],["typeid",3]]],[11,"from","","",18,[[]]],[11,"into","","",18,[[]]],[11,"to_owned","","",18,[[]]],[11,"clone_into","","",18,[[]]],[11,"try_from","","",18,[[],["result",4]]],[11,"try_into","","",18,[[],["result",4]]],[11,"borrow","","",18,[[]]],[11,"borrow_mut","","",18,[[]]],[11,"type_id","","",18,[[],["typeid",3]]],[11,"from","","",19,[[]]],[11,"into","","",19,[[]]],[11,"to_owned","","",19,[[]]],[11,"clone_into","","",19,[[]]],[11,"to_string","","",19,[[],["string",3]]],[11,"try_from","","",19,[[],["result",4]]],[11,"try_into","","",19,[[],["result",4]]],[11,"borrow","","",19,[[]]],[11,"borrow_mut","","",19,[[]]],[11,"type_id","","",19,[[],["typeid",3]]],[11,"from","","",20,[[]]],[11,"into","","",20,[[]]],[11,"to_owned","","",20,[[]]],[11,"clone_into","","",20,[[]]],[11,"try_from","","",20,[[],["result",4]]],[11,"try_into","","",20,[[],["result",4]]],[11,"borrow","","",20,[[]]],[11,"borrow_mut","","",20,[[]]],[11,"type_id","","",20,[[],["typeid",3]]],[11,"from","","",21,[[]]],[11,"into","","",21,[[]]],[11,"try_from","","",21,[[],["result",4]]],[11,"try_into","","",21,[[],["result",4]]],[11,"borrow","","",21,[[]]],[11,"borrow_mut","","",21,[[]]],[11,"type_id","","",21,[[],["typeid",3]]],[11,"from","","",22,[[]]],[11,"into","","",22,[[]]],[11,"to_owned","","",22,[[]]],[11,"clone_into","","",22,[[]]],[11,"to_string","","",22,[[],["string",3]]],[11,"try_from","","",22,[[],["result",4]]],[11,"try_into","","",22,[[],["result",4]]],[11,"borrow","","",22,[[]]],[11,"borrow_mut","","",22,[[]]],[11,"type_id","","",22,[[],["typeid",3]]],[11,"hgram_zero","","",5,[[],["duration",3]]],[11,"to_u64","","",5,[[]]],[11,"from_u64","","",5,[[],["duration",3]]],[11,"clone","","",0,[[],["angle",3]]],[11,"clone","","",1,[[],["bounds",3]]],[11,"clone","","",2,[[],["gpsbounds",3]]],[11,"clone","","",3,[[],["circle",3]]],[11,"clone","","",4,[[],["distance",3]]],[11,"clone","","",5,[[],["duration",3]]],[11,"clone","","",7,[[],["lonlat",3]]],[11,"clone","","",9,[[],["line",3]]],[11,"clone","","",8,[[],["infiniteline",3]]],[11,"clone","","",10,[[],["percent",3]]],[11,"clone","","",11,[[],["polygon",3]]],[11,"clone","","",12,[[],["triangle",3]]],[11,"clone","","",13,[[],["polyline",3]]],[11,"clone","","",15,[[],["pt2d",3]]],[11,"clone","","",14,[[],["hashablept2d",3]]],[11,"clone","","",16,[[],["ring",3]]],[11,"clone","","",17,[[],["speed",3]]],[11,"clone","","",22,[[],["statistic",4]]],[11,"clone","","",18,[[],["histogram",3]]],[11,"clone","","",19,[[],["time",3]]],[11,"clone","","",20,[[],["unitfmt",3]]],[11,"default","","",4,[[],["distance",3]]],[11,"default","","",5,[[],["duration",3]]],[11,"default","","",18,[[],["histogram",3]]],[11,"cmp","","",4,[[["distance",3]],["ordering",4]]],[11,"cmp","","",5,[[["duration",3]],["ordering",4]]],[11,"cmp","","",7,[[["lonlat",3]],["ordering",4]]],[11,"cmp","","",14,[[["hashablept2d",3]],["ordering",4]]],[11,"cmp","","",22,[[["statistic",4]],["ordering",4]]],[11,"cmp","","",19,[[["time",3]],["ordering",4]]],[11,"eq","","",0,[[["angle",3]]]],[11,"ne","","",0,[[["angle",3]]]],[11,"eq","","",2,[[["gpsbounds",3]]]],[11,"ne","","",2,[[["gpsbounds",3]]]],[11,"eq","","",4,[[["distance",3]]]],[11,"ne","","",4,[[["distance",3]]]],[11,"eq","","",5,[[["duration",3]]]],[11,"ne","","",5,[[["duration",3]]]],[11,"eq","","",7,[[["lonlat",3]]]],[11,"ne","","",7,[[["lonlat",3]]]],[11,"eq","","",9,[[["line",3]]]],[11,"ne","","",9,[[["line",3]]]],[11,"eq","","",10,[[["percent",3]]]],[11,"ne","","",10,[[["percent",3]]]],[11,"eq","","",13,[[["polyline",3]]]],[11,"ne","","",13,[[["polyline",3]]]],[11,"eq","","",15,[[["pt2d",3]]]],[11,"eq","","",14,[[["hashablept2d",3]]]],[11,"ne","","",14,[[["hashablept2d",3]]]],[11,"eq","","",16,[[["ring",3]]]],[11,"ne","","",16,[[["ring",3]]]],[11,"eq","","",17,[[["speed",3]]]],[11,"ne","","",17,[[["speed",3]]]],[11,"eq","","",22,[[["statistic",4]]]],[11,"eq","","",19,[[["time",3]]]],[11,"ne","","",19,[[["time",3]]]],[11,"partial_cmp","","",0,[[["angle",3]],[["option",4],["ordering",4]]]],[11,"lt","","",0,[[["angle",3]]]],[11,"le","","",0,[[["angle",3]]]],[11,"gt","","",0,[[["angle",3]]]],[11,"ge","","",0,[[["angle",3]]]],[11,"partial_cmp","","",4,[[["distance",3]],[["option",4],["ordering",4]]]],[11,"lt","","",4,[[["distance",3]]]],[11,"le","","",4,[[["distance",3]]]],[11,"gt","","",4,[[["distance",3]]]],[11,"ge","","",4,[[["distance",3]]]],[11,"partial_cmp","","",5,[[["duration",3]],[["option",4],["ordering",4]]]],[11,"lt","","",5,[[["duration",3]]]],[11,"le","","",5,[[["duration",3]]]],[11,"gt","","",5,[[["duration",3]]]],[11,"ge","","",5,[[["duration",3]]]],[11,"partial_cmp","","",7,[[["lonlat",3]],[["option",4],["ordering",4]]]],[11,"lt","","",7,[[["lonlat",3]]]],[11,"le","","",7,[[["lonlat",3]]]],[11,"gt","","",7,[[["lonlat",3]]]],[11,"ge","","",7,[[["lonlat",3]]]],[11,"partial_cmp","","",14,[[["hashablept2d",3]],[["option",4],["ordering",4]]]],[11,"lt","","",14,[[["hashablept2d",3]]]],[11,"le","","",14,[[["hashablept2d",3]]]],[11,"gt","","",14,[[["hashablept2d",3]]]],[11,"ge","","",14,[[["hashablept2d",3]]]],[11,"partial_cmp","","",17,[[["speed",3]],[["option",4],["ordering",4]]]],[11,"lt","","",17,[[["speed",3]]]],[11,"le","","",17,[[["speed",3]]]],[11,"gt","","",17,[[["speed",3]]]],[11,"ge","","",17,[[["speed",3]]]],[11,"partial_cmp","","",22,[[["statistic",4]],[["option",4],["ordering",4]]]],[11,"partial_cmp","","",19,[[["time",3]],[["option",4],["ordering",4]]]],[11,"lt","","",19,[[["time",3]]]],[11,"le","","",19,[[["time",3]]]],[11,"gt","","",19,[[["time",3]]]],[11,"ge","","",19,[[["time",3]]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"fmt","","",1,[[["formatter",3]],["result",6]]],[11,"fmt","","",2,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",12,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",14,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",17,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"fmt","","",3,[[["formatter",3]],["result",6]]],[11,"fmt","","",4,[[["formatter",3]],["result",6]]],[11,"fmt","","",5,[[["formatter",3]],["result",6]]],[11,"fmt","","",7,[[["formatter",3]],["result",6]]],[11,"fmt","","",9,[[["formatter",3]],["result",6]]],[11,"fmt","","",8,[[["formatter",3]],["result",6]]],[11,"fmt","","",10,[[["formatter",3]],["result",6]]],[11,"fmt","","",11,[[["formatter",3]],["result",6]]],[11,"fmt","","",13,[[["formatter",3]],["result",6]]],[11,"fmt","","",15,[[["formatter",3]],["result",6]]],[11,"fmt","","",16,[[["formatter",3]],["result",6]]],[11,"fmt","","",22,[[["formatter",3]],["result",6]]],[11,"fmt","","",19,[[["formatter",3]],["result",6]]],[11,"div","","",0,[[],["angle",3]]],[11,"div","","",4,[[["distance",3]]]],[11,"div","","",4,[[],["distance",3]]],[11,"div","","",4,[[["speed",3]],["duration",3]]],[11,"div","","",5,[[["duration",3]]]],[11,"div","","",5,[[],["duration",3]]],[11,"div","","",17,[[["speed",3]]]],[11,"rem","","",5,[[["duration",3]],["duration",3]]],[11,"sub","","",4,[[["distance",3]],["distance",3]]],[11,"sub","","",5,[[["duration",3]],["duration",3]]],[11,"sub","","",17,[[["speed",3]],["speed",3]]],[11,"sub","","",19,[[["duration",3]],["time",3]]],[11,"sub","","",19,[[["time",3]],["duration",3]]],[11,"add","","",0,[[["angle",3]],["angle",3]]],[11,"add","","",4,[[["distance",3]],["distance",3]]],[11,"add","","",5,[[["duration",3]],["duration",3]]],[11,"add","","",17,[[["speed",3]],["speed",3]]],[11,"add","","",19,[[["duration",3]],["time",3]]],[11,"mul","","",4,[[],["distance",3]]],[11,"mul","","",5,[[],["duration",3]]],[11,"mul","","",5,[[["speed",3]],["distance",3]]],[11,"mul","","",17,[[],["speed",3]]],[11,"mul","","",17,[[["duration",3]],["distance",3]]],[11,"neg","","",0,[[],["angle",3]]],[11,"neg","","",4,[[],["distance",3]]],[11,"neg","","",17,[[],["speed",3]]],[11,"add_assign","","",4,[[["distance",3]]]],[11,"add_assign","","",5,[[["duration",3]]]],[11,"add_assign","","",19,[[["duration",3]]]],[11,"sub_assign","","",4,[[["distance",3]]]],[11,"sub_assign","","",5,[[["duration",3]]]],[11,"hash","","",14,[[]]],[11,"hash","","",19,[[]]],[11,"sum","","",0,[[],["angle",3]]],[11,"sum","","",4,[[],["distance",3]]],[11,"sum","","",5,[[],["duration",3]]],[11,"serialize","","",0,[[],["result",4]]],[11,"serialize","","",1,[[],["result",4]]],[11,"serialize","","",2,[[],["result",4]]],[11,"serialize","","",3,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",11,[[],["result",4]]],[11,"serialize","","",13,[[],["result",4]]],[11,"serialize","","",15,[[],["result",4]]],[11,"serialize","","",16,[[],["result",4]]],[11,"serialize","","",17,[[],["result",4]]],[11,"serialize","","",22,[[],["result",4]]],[11,"serialize","","",19,[[],["result",4]]],[11,"deserialize","","",0,[[],["result",4]]],[11,"deserialize","","",1,[[],["result",4]]],[11,"deserialize","","",2,[[],["result",4]]],[11,"deserialize","","",3,[[],["result",4]]],[11,"deserialize","","",4,[[],["result",4]]],[11,"deserialize","","",5,[[],["result",4]]],[11,"deserialize","","",7,[[],["result",4]]],[11,"deserialize","","",9,[[],["result",4]]],[11,"deserialize","","",8,[[],["result",4]]],[11,"deserialize","","",11,[[],["result",4]]],[11,"deserialize","","",13,[[],["result",4]]],[11,"deserialize","","",15,[[],["result",4]]],[11,"deserialize","","",16,[[],["result",4]]],[11,"deserialize","","",17,[[],["result",4]]],[11,"deserialize","","",22,[[],["result",4]]],[11,"deserialize","","",19,[[],["result",4]]]],"p":[[3,"Angle"],[3,"Bounds"],[3,"GPSBounds"],[3,"Circle"],[3,"Distance"],[3,"Duration"],[3,"FindClosest"],[3,"LonLat"],[3,"InfiniteLine"],[3,"Line"],[3,"Percent"],[3,"Polygon"],[3,"Triangle"],[3,"PolyLine"],[3,"HashablePt2D"],[3,"Pt2D"],[3,"Ring"],[3,"Speed"],[3,"Histogram"],[3,"Time"],[3,"UnitFmt"],[4,"ArrowCap"],[4,"Statistic"],[8,"HgramValue"]]},\ "headless":{"doc":"","i":[[3,"MAP","headless","",null,null],[12,"__private_field","","",0,null],[3,"SIM","","",null,null],[12,"__private_field","","",1,null],[3,"LOAD","","",null,null],[12,"__private_field","","",2,null],[3,"FinishedTrip","","",null,null],[12,"id","","",3,null],[12,"duration","","",3,null],[12,"mode","","",3,null],[12,"capped","","",3,null],[3,"Delays","","",null,null],[12,"per_direction","","",4,null],[3,"Throughput","","",null,null],[12,"per_direction","","",5,null],[3,"AgentPositions","","",null,null],[12,"agents","","",6,null],[3,"AgentPosition","","",null,null],[12,"vehicle_type","","None for pedestrians",7,null],[12,"pos","","The agent\'s current position. For pedestrians, this is…",7,null],[12,"distance_crossed","","The distance crossed so far by the agent, in meters. There…",7,null],[12,"person","","None for buses",7,null],[3,"RoadThroughput","","",null,null],[12,"counts","","",8,null],[3,"TrafficSignalState","","",null,null],[12,"current_stage_idx","","",9,null],[12,"remaining_time","","",9,null],[12,"accepted","","",9,null],[12,"waiting","","",9,null],[3,"LoadSim","","",null,null],[12,"scenario","","",10,null],[12,"modifiers","","",10,null],[12,"edits","","",10,null],[12,"rng_seed","","",10,null],[12,"opts","","",10,null],[5,"main","","",null,[[]]],[5,"serve_req","","",null,[[["body",3],["request",3]]]],[5,"handle_command","","",null,[[["map",3],["vec",3],["sim",3],["hashmap",3],["loadsim",3]],[["string",3],["result",4],["box",3]]]],[5,"export_geometry","","",null,[[["intersectionid",3],["map",3]],["geojson",4]]],[5,"export_all_geometry","","",null,[[["map",3]],["geojson",4]]],[11,"setup","","",10,[[["timer",3]]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",1,[[]]],[11,"into","","",1,[[]]],[11,"try_from","","",1,[[],["result",4]]],[11,"try_into","","",1,[[],["result",4]]],[11,"borrow","","",1,[[]]],[11,"borrow_mut","","",1,[[]]],[11,"type_id","","",1,[[],["typeid",3]]],[11,"vzip","","",1,[[]]],[11,"into_any","","",1,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",1,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",1,[[],["any",8]]],[11,"as_any_mut","","",1,[[],["any",8]]],[11,"into_any_arc","","",1,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",2,[[]]],[11,"into","","",2,[[]]],[11,"try_from","","",2,[[],["result",4]]],[11,"try_into","","",2,[[],["result",4]]],[11,"borrow","","",2,[[]]],[11,"borrow_mut","","",2,[[]]],[11,"type_id","","",2,[[],["typeid",3]]],[11,"vzip","","",2,[[]]],[11,"into_any","","",2,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",2,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",2,[[],["any",8]]],[11,"as_any_mut","","",2,[[],["any",8]]],[11,"into_any_arc","","",2,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",3,[[]]],[11,"into","","",3,[[]]],[11,"try_from","","",3,[[],["result",4]]],[11,"try_into","","",3,[[],["result",4]]],[11,"borrow","","",3,[[]]],[11,"borrow_mut","","",3,[[]]],[11,"type_id","","",3,[[],["typeid",3]]],[11,"vzip","","",3,[[]]],[11,"into_any","","",3,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",3,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",3,[[],["any",8]]],[11,"as_any_mut","","",3,[[],["any",8]]],[11,"into_any_arc","","",3,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",4,[[]]],[11,"into","","",4,[[]]],[11,"try_from","","",4,[[],["result",4]]],[11,"try_into","","",4,[[],["result",4]]],[11,"borrow","","",4,[[]]],[11,"borrow_mut","","",4,[[]]],[11,"type_id","","",4,[[],["typeid",3]]],[11,"vzip","","",4,[[]]],[11,"into_any","","",4,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",4,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",4,[[],["any",8]]],[11,"as_any_mut","","",4,[[],["any",8]]],[11,"into_any_arc","","",4,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",5,[[]]],[11,"into","","",5,[[]]],[11,"try_from","","",5,[[],["result",4]]],[11,"try_into","","",5,[[],["result",4]]],[11,"borrow","","",5,[[]]],[11,"borrow_mut","","",5,[[]]],[11,"type_id","","",5,[[],["typeid",3]]],[11,"vzip","","",5,[[]]],[11,"into_any","","",5,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",5,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",5,[[],["any",8]]],[11,"as_any_mut","","",5,[[],["any",8]]],[11,"into_any_arc","","",5,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",6,[[]]],[11,"into","","",6,[[]]],[11,"try_from","","",6,[[],["result",4]]],[11,"try_into","","",6,[[],["result",4]]],[11,"borrow","","",6,[[]]],[11,"borrow_mut","","",6,[[]]],[11,"type_id","","",6,[[],["typeid",3]]],[11,"vzip","","",6,[[]]],[11,"into_any","","",6,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",6,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",6,[[],["any",8]]],[11,"as_any_mut","","",6,[[],["any",8]]],[11,"into_any_arc","","",6,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",7,[[]]],[11,"into","","",7,[[]]],[11,"try_from","","",7,[[],["result",4]]],[11,"try_into","","",7,[[],["result",4]]],[11,"borrow","","",7,[[]]],[11,"borrow_mut","","",7,[[]]],[11,"type_id","","",7,[[],["typeid",3]]],[11,"vzip","","",7,[[]]],[11,"into_any","","",7,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",7,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",7,[[],["any",8]]],[11,"as_any_mut","","",7,[[],["any",8]]],[11,"into_any_arc","","",7,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",8,[[]]],[11,"into","","",8,[[]]],[11,"try_from","","",8,[[],["result",4]]],[11,"try_into","","",8,[[],["result",4]]],[11,"borrow","","",8,[[]]],[11,"borrow_mut","","",8,[[]]],[11,"type_id","","",8,[[],["typeid",3]]],[11,"vzip","","",8,[[]]],[11,"into_any","","",8,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",8,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",8,[[],["any",8]]],[11,"as_any_mut","","",8,[[],["any",8]]],[11,"into_any_arc","","",8,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",9,[[]]],[11,"into","","",9,[[]]],[11,"try_from","","",9,[[],["result",4]]],[11,"try_into","","",9,[[],["result",4]]],[11,"borrow","","",9,[[]]],[11,"borrow_mut","","",9,[[]]],[11,"type_id","","",9,[[],["typeid",3]]],[11,"vzip","","",9,[[]]],[11,"into_any","","",9,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",9,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",9,[[],["any",8]]],[11,"as_any_mut","","",9,[[],["any",8]]],[11,"into_any_arc","","",9,[[["arc",3]],[["arc",3],["any",8]]]],[11,"from","","",10,[[]]],[11,"into","","",10,[[]]],[11,"try_from","","",10,[[],["result",4]]],[11,"try_into","","",10,[[],["result",4]]],[11,"borrow","","",10,[[]]],[11,"borrow_mut","","",10,[[]]],[11,"type_id","","",10,[[],["typeid",3]]],[11,"vzip","","",10,[[]]],[11,"into_any","","",10,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",10,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",10,[[],["any",8]]],[11,"as_any_mut","","",10,[[],["any",8]]],[11,"into_any_arc","","",10,[[["arc",3]],[["arc",3],["any",8]]]],[11,"deref","","",0,[[],["rwlock",3]]],[11,"deref","","",1,[[],["rwlock",3]]],[11,"deref","","",2,[[],["rwlock",3]]],[11,"initialize","","",0,[[]]],[11,"initialize","","",1,[[]]],[11,"initialize","","",2,[[]]],[11,"serialize","","",3,[[],["result",4]]],[11,"serialize","","",4,[[],["result",4]]],[11,"serialize","","",5,[[],["result",4]]],[11,"serialize","","",6,[[],["result",4]]],[11,"serialize","","",7,[[],["result",4]]],[11,"serialize","","",8,[[],["result",4]]],[11,"serialize","","",9,[[],["result",4]]],[11,"deserialize","","",10,[[],["result",4]]]],"p":[[3,"MAP"],[3,"SIM"],[3,"LOAD"],[3,"FinishedTrip"],[3,"Delays"],[3,"Throughput"],[3,"AgentPositions"],[3,"AgentPosition"],[3,"RoadThroughput"],[3,"TrafficSignalState"],[3,"LoadSim"]]},\ "import_traffic":{"doc":"","i":[[3,"Input","import_traffic","",null,null],[12,"scenario_name","","",0,null],[12,"people","","",0,null],[5,"main","","",null,[[]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"vzip","","",0,[[]]],[11,"into_any","","",0,[[["box",3]],[["any",8],["box",3]]]],[11,"into_any_rc","","",0,[[["rc",3]],[["rc",3],["any",8]]]],[11,"as_any","","",0,[[],["any",8]]],[11,"as_any_mut","","",0,[[],["any",8]]],[11,"into_any_arc","","",0,[[["arc",3]],[["arc",3],["any",8]]]],[11,"deserialize","","",0,[[],["result",4]]]],"p":[[3,"Input"]]},\ diff --git a/rustdoc/src/convert_osm/extract.rs.html b/rustdoc/src/convert_osm/extract.rs.html index 349ec433f6..d292ee01f5 100644 --- a/rustdoc/src/convert_osm/extract.rs.html +++ b/rustdoc/src/convert_osm/extract.rs.html @@ -539,6 +539,8 @@ 538 539 540 +541 +542
     use std::collections::{BTreeMap, HashMap};
     
    @@ -757,7 +759,9 @@
                                 via_node_id = Some(*n);
                             }
                         }
    -                    _ => unreachable!(),
    +                    OsmID::Relation(r) => {
    +                        warn!("{} contains {} as {}", id, r, role);
    +                    }
                     }
                 }
                 if let Some(restriction) = rel.tags.get("restriction") {
    diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-26b47b6c62d293fe/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-26b47b6c62d293fe/out/built.rs.html
    index 6210780800..a2ced71c1e 100644
    --- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-26b47b6c62d293fe/out/built.rs.html
    +++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-26b47b6c62d293fe/out/built.rs.html
    @@ -112,7 +112,7 @@
     /// The output of `rustdoc -V`
     pub const RUSTDOC_VERSION: &str = "rustdoc 1.47.0 (18bf6b4f0 2020-10-07)";
     /// The built-time in RFC2822, UTC
    -pub const BUILT_TIME_UTC: &str = "Fri, 13 Nov 2020 06:15:17 +0000";
    +pub const BUILT_TIME_UTC: &str = "Sat, 14 Nov 2020 00:46:52 +0000";
     /// The target architecture, given by `cfg!(target_arch)`.
     pub const CFG_TARGET_ARCH: &str = "x86_64";
     /// The endianness, given by `cfg!(target_endian)`.
    diff --git a/rustdoc/src/geojson_to_osmosis/geojson_to_osmosis.rs.html b/rustdoc/src/geojson_to_osmosis/geojson_to_osmosis.rs.html
    index ab05bec66d..4de3c117a3 100644
    --- a/rustdoc/src/geojson_to_osmosis/geojson_to_osmosis.rs.html
    +++ b/rustdoc/src/geojson_to_osmosis/geojson_to_osmosis.rs.html
    @@ -37,44 +37,60 @@
     36
     37
     38
    +39
    +40
    +41
    +42
    +43
    +44
    +45
    +46
     
     use std::io::{self, Read};
     
     use geojson::{GeoJson, Value};
     
    -/// Convert geojson boundary suitable for osmfilter and other osmosis based tools.
    -/// Expects the input to contain no element other than the boundary of interest.
    -//
    -/// Reads geojson text from stdin
    -/// Writes "poly" formatted text to stdout
    +use geom::LonLat;
    +
    +/// Reads GeoJSON input from STDIN, extracts a polygon from every feature, and writes numbered
    +/// files in the https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format format as
    +/// output.
     fn main() -> Result<(), Box<dyn std::error::Error>> {
         let mut buffer = String::new();
         io::stdin().read_to_string(&mut buffer)?;
         let geojson = buffer.parse::<GeoJson>()?;
    -    let points = boundary_coords(&geojson)?;
     
    -    println!("boundary");
    -    println!("1");
    -    for point in points {
    -        println!("     {}    {}", point[0], point[1]);
    +    for (idx, points) in extract_boundaries(geojson)?.into_iter().enumerate() {
    +        let path = format!("boundary{}.poly", idx);
    +        LonLat::write_osmosis_polygon(&path, &points)?;
    +        println!("Wrote {}", path);
         }
    -    println!("END");
    -    println!("END");
         Ok(())
     }
     
    -fn boundary_coords(geojson: &GeoJson) -> Result<Vec<Vec<f64>>, Box<dyn std::error::Error>> {
    -    let feature = match geojson {
    -        GeoJson::Feature(feature) => feature,
    -        GeoJson::FeatureCollection(feature_collection) => &feature_collection.features[0],
    +fn extract_boundaries(geojson: GeoJson) -> Result<Vec<Vec<LonLat>>, Box<dyn std::error::Error>> {
    +    let features = match geojson {
    +        GeoJson::Feature(feature) => vec![feature],
    +        GeoJson::FeatureCollection(feature_collection) => feature_collection.features,
             _ => return Err(format!("Unexpected geojson: {:?}", geojson).into()),
         };
    -
    -    match &feature.geometry.as_ref().map(|g| &g.value) {
    -        Some(Value::MultiPolygon(multi_polygon)) => return Ok(multi_polygon[0][0].clone()),
    -        Some(Value::Polygon(polygon)) => return Ok(polygon[0].clone()),
    -        _ => Err(format!("Unexpected feature: {:?}", feature).into()),
    +    let mut polygons = Vec::new();
    +    for mut feature in features {
    +        let points = match feature.geometry.take().map(|g| g.value) {
    +            Some(Value::MultiPolygon(multi_polygon)) => multi_polygon[0][0].clone(),
    +            Some(Value::Polygon(polygon)) => polygon[0].clone(),
    +            _ => {
    +                return Err(format!("Unexpected feature: {:?}", feature).into());
    +            }
    +        };
    +        polygons.push(
    +            points
    +                .into_iter()
    +                .map(|pt| LonLat::new(pt[0], pt[1]))
    +                .collect(),
    +        );
         }
    +    Ok(polygons)
     }
     
    \ No newline at end of file diff --git a/rustdoc/src/map_model/make/mod.rs.html b/rustdoc/src/map_model/make/mod.rs.html index d27efd19e2..825c34c185 100644 --- a/rustdoc/src/map_model/make/mod.rs.html +++ b/rustdoc/src/map_model/make/mod.rs.html @@ -397,6 +397,12 @@ 396 397 398 +399 +400 +401 +402 +403 +404
     //! See <https://dabreegster.github.io/abstreet/map/importing/index.html> for an overview. This module
     //! covers the RawMap->Map stage.
    @@ -532,8 +538,14 @@
                     dst_i: i2,
                     speed_limit: Speed::ZERO,
                     zorder: if let Some(layer) = raw.roads[&r.id].osm_tags.get("layer") {
    -                    // Just drop .5 for now
    -                    layer.parse::<f64>().unwrap() as isize
    +                    match layer.parse::<f64>() {
    +                        // Just drop .5 for now
    +                        Ok(l) => l as isize,
    +                        Err(_) => {
    +                            warn!("Weird layer={} on {}", layer, r.id);
    +                            0
    +                        }
    +                    }
                     } else {
                         0
                     },
    diff --git a/searchindex.js b/searchindex.js
    index 91e516623e..a06f1bdd87 100644
    --- a/searchindex.js
    +++ b/searchindex.js
    @@ -1 +1 @@
    -Object.assign(window.search, {"doc_urls":["index.html#ab-street","howto/index.html#ab-street-instructions","howto/index.html#installing-the-game","howto/index.html#playing-the-game","howto/index.html#data-source-licensing","howto/map_parking.html#help-map-out-on-street-parking","howto/map_parking.html#faq","howto/map_parking.html#why","howto/map_parking.html#why-put-this-data-in-osm","howto/map_parking.html#how-does-the-tool-work","howto/map_parking.html#why-use-this-tool","howto/map_parking.html#what-about-parking-restrictions","howto/map_parking.html#what-about-off-street-parking","howto/map_parking.html#what-about-long-roads-where-parking-appears-and-disappears","howto/map_parking.html#how-to-coordinate-with-other-mappers","howto/map_parking.html#i-noticed-weird-roads-in-the-tool","howto/map_parking.html#i-want-to-map-an-area-but-theres-no-option-for-it","howto/new_city.html#importing-a-new-city-into-ab-street","howto/new_city.html#quick-start","howto/new_city.html#how-to-get-osm-files","howto/new_city.html#including-the-city-to-ab-street-more-permanently","howto/new_city.html#next-steps","how_it_works.html#how-ab-street-works","how_it_works.html#driving","how_it_works.html#parking","how_it_works.html#biking","how_it_works.html#walking","how_it_works.html#transit","how_it_works.html#intersections","how_it_works.html#people-and-trips","how_it_works.html#map-edits","case_studies/index.html#case-studies","case_studies/lake_wash.html#lake-washington-blvd-stay-healthy-street","case_studies/lake_wash.html#lake-washington-blvd","case_studies/lake_wash.html#first-attempt","case_studies/lake_wash.html#traffic-calming","case_studies/lake_wash.html#next-steps","case_studies/west_seattle.html#west-seattle-mitigations","case_studies/west_seattle.html#16th-ave-sw-and-sw-holden-st","case_studies/west_seattle.html#re-evaluate-arterials","case_studies/west_seattle.html#repair-the-bridge","dev/index.html#developer-guide","dev/index.html#getting-started","dev/index.html#development-tips","dev/index.html#downloading-more-cities","dev/index.html#building-map-data","dev/index.html#understanding-stuff","dev/index.html#code-organization","dev/index.html#code-conventions","dev/index.html#profiling","dev/misc_tricks.html#development-notes","dev/misc_tricks.html#building-releases","dev/misc_tricks.html#markdown","dev/misc_tricks.html#videos","dev/misc_tricks.html#faster-linking","dev/misc_tricks.html#git","dev/misc_tricks.html#refactoring","dev/misc_tricks.html#stack-overflow","dev/misc_tricks.html#drawing-diagrams","dev/misc_tricks.html#mapping","dev/misc_tricks.html#osm-tools","dev/misc_tricks.html#fonts","dev/misc_tricks.html#release-checklist","dev/api.html#api","dev/api.html#examples","dev/api.html#control-flow","dev/api.html#api-details","dev/api.html#working-with-the-map-model","dev/api.html#working-with-individual-trips","dev/api.html#working-with-scenarios","dev/testing.html#testing-strategy","dev/testing.html#unit-tests","dev/testing.html#screenshot-diffs","dev/testing.html#dataregensh","dev/testing.html#integration-tests","dev/testing.html#old-tests","dev/mass_import.html#mass-importing-many-maps","dev/mass_import.html#the-current-approach","dev/mass_import.html#problems","dev/data.html#data-organization","dev/data.html#the-data-itself","dev/data.html#where-the-data-is-stored","dev/data.html#native-running-from-source","dev/data.html#native-running-from-a-release-zip","dev/data.html#web-running-locally","dev/data.html#web-from-s3","map/index.html#map-model","map/index.html#overview","map/index.html#how-is-a-map-used","map/index.html#features","map/index.html#area-clipping","map/index.html#road-and-intersection-geometry","map/index.html#turns","map/index.html#parking-lots","map/index.html#stop-signs","map/index.html#traffic-signals","map/index.html#pathfinding","map/index.html#bridge-z-ordering","map/index.html#buildings","map/index.html#experimental-public-transit","map/index.html#experimental-separated-cyclepaths-tramways-and-walking-paths","map/details.html#map-model-details","map/details.html#the-map","map/details.html#coordinate-system","map/details.html#invariants","map/details.html#connectivity","map/importing/index.html#importing","map/importing/convert_osm.html#from-osm-to-rawmap-convert_osm-crate","map/importing/convert_osm.html#extractrs","map/importing/convert_osm.html#split_waysrs","map/importing/convert_osm.html#clip","map/importing/geometry.html#roadintersection-geometry-rawmap-to-initialmap","map/importing/rest.html#initialmap-to-map","map/importing/misc.html#development-tricks","map/importing/misc.html#appendix-polylines","map/edits.html#live-edits","map/platform.html#ab-streets-map-model-as-a-platform","map/platform.html#use-cases","map/platform.html#just-data-is-not-enough","map/platform.html#how-would-an-apilibrary-work","map/platform.html#compatibility","map/platform.html#layering","map/platform.html#the-bigger-vision","trafficsim/index.html#ab-streets-traffic-simulation","trafficsim/discrete_event.html#discrete-event-simulation","trafficsim/discrete_event.html#cars","trafficsim/discrete_event.html#exact-positions","trafficsim/discrete_event.html#lane-changing","trafficsim/discrete_event.html#pedestrians","trafficsim/discrete_event.html#intersections","trafficsim/discrete_event.html#appendix-discrete-time-simulation","trafficsim/travel_demand.html#travel-demand","trafficsim/travel_demand.html#scenarios","trafficsim/travel_demand.html#data-sources","trafficsim/travel_demand.html#seattle-soundcast","trafficsim/travel_demand.html#berlin","trafficsim/travel_demand.html#proletariat-robot","trafficsim/travel_demand.html#custom-import","trafficsim/travel_demand.html#modifying-demand","trafficsim/travel_demand.html#research","trafficsim/gridlock.html#gridlock","trafficsim/gridlock.html#problems","trafficsim/gridlock.html#solutions","trafficsim/gridlock.html#not-implemented","trafficsim/gridlock.html#strategy-for-resolving","trafficsim/gridlock.html#fixing-data-used-in-simulation","trafficsim/trips.html#multi-modal-trips","trafficsim/trips.html#walking-only-trips","trafficsim/trips.html#trips-starting-from-a-border","trafficsim/trips.html#trips-starting-from-a-building","trafficsim/live_edits.html#live-edits","trafficsim/live_edits.html#what-works-today","trafficsim/live_edits.html#todo-recalculating-paths","trafficsim/live_edits.html#todo-parking","trafficsim/parking.html#parking","trafficsim/parking.html#infinite-parking","project/index.html#project-logistics","project/roadmap.html#roadmap","project/roadmap.html#next-steps-summer-2020","project/roadmap.html#ongoing-work","project/roadmap.html#ui-and-data-visualization","project/roadmap.html#game-design","project/roadmap.html#map-data--gis","project/roadmap.html#simulation--modeling","project/roadmap.html#web","project/roadmap.html#contributing-for-non-programmers","project/roadmap.html#long-term-vision","project/motivations.html#project-motivations","project/history/index.html#project-history","project/history/index.html#retrospective","project/history/index.html#trivia","project/history/backstory.html#backstory","project/history/year1.html#year-1-june-2018-2019","project/history/year2.html#year-2-june-2019-2020","project/history/year3.html#year-3-june-2020-2021","project/CHANGELOG.html#changelog","project/references.html#references","project/references.html#example-use-cases","project/references.html#groups-that-may-be-eventually-interested","project/references.html#similar-projects","project/references.html#seattle-specific","project/references.html#other-projects","project/references.html#notes-from-related-work","project/references.html#smarts--httpspeopleengunimelbeduauetanintist17pdf-","project/references.html#games","project/references.html#open-source-urban-planning","project/references.html#proprietary","project/references.html#maps-for-people","project/references.html#gammacsunceduroadnetworkwilkie_tvcgpdf","project/references.html#citybound","project/references.html#discrete-event-simulation-papers","project/references.html#tactical-urbanism","project/collaborations.html#collaborations","project/collaborations.html#glt","project/collaborations.html#xian","project/collaborations.html#forecasting-group","project/collaborations.html#cityengine","project/collaborations.html#berlin","project/collaborations.html#manchester","project/collaborations.html#pandemic-model"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":2,"title":2},"1":{"body":11,"breadcrumbs":3,"title":3},"10":{"body":20,"breadcrumbs":3,"title":2},"100":{"body":33,"breadcrumbs":6,"title":6},"101":{"body":20,"breadcrumbs":5,"title":3},"102":{"body":184,"breadcrumbs":3,"title":1},"103":{"body":89,"breadcrumbs":4,"title":2},"104":{"body":109,"breadcrumbs":3,"title":1},"105":{"body":103,"breadcrumbs":3,"title":1},"106":{"body":99,"breadcrumbs":3,"title":1},"107":{"body":19,"breadcrumbs":7,"title":4},"108":{"body":53,"breadcrumbs":4,"title":1},"109":{"body":69,"breadcrumbs":4,"title":1},"11":{"body":23,"breadcrumbs":3,"title":2},"110":{"body":46,"breadcrumbs":4,"title":1},"111":{"body":132,"breadcrumbs":7,"title":4},"112":{"body":671,"breadcrumbs":5,"title":2},"113":{"body":202,"breadcrumbs":5,"title":2},"114":{"body":12,"breadcrumbs":5,"title":2},"115":{"body":171,"breadcrumbs":4,"title":2},"116":{"body":24,"breadcrumbs":7,"title":5},"117":{"body":53,"breadcrumbs":4,"title":2},"118":{"body":116,"breadcrumbs":4,"title":2},"119":{"body":36,"breadcrumbs":4,"title":2},"12":{"body":22,"breadcrumbs":3,"title":2},"120":{"body":36,"breadcrumbs":3,"title":1},"121":{"body":38,"breadcrumbs":3,"title":1},"122":{"body":188,"breadcrumbs":4,"title":2},"123":{"body":16,"breadcrumbs":4,"title":4},"124":{"body":49,"breadcrumbs":5,"title":3},"125":{"body":232,"breadcrumbs":3,"title":1},"126":{"body":139,"breadcrumbs":4,"title":2},"127":{"body":133,"breadcrumbs":4,"title":2},"128":{"body":37,"breadcrumbs":3,"title":1},"129":{"body":121,"breadcrumbs":3,"title":1},"13":{"body":15,"breadcrumbs":6,"title":5},"130":{"body":174,"breadcrumbs":6,"title":4},"131":{"body":60,"breadcrumbs":4,"title":2},"132":{"body":16,"breadcrumbs":3,"title":1},"133":{"body":0,"breadcrumbs":4,"title":2},"134":{"body":48,"breadcrumbs":4,"title":2},"135":{"body":20,"breadcrumbs":3,"title":1},"136":{"body":73,"breadcrumbs":4,"title":2},"137":{"body":77,"breadcrumbs":4,"title":2},"138":{"body":80,"breadcrumbs":4,"title":2},"139":{"body":14,"breadcrumbs":3,"title":1},"14":{"body":12,"breadcrumbs":3,"title":2},"140":{"body":39,"breadcrumbs":3,"title":1},"141":{"body":205,"breadcrumbs":3,"title":1},"142":{"body":80,"breadcrumbs":3,"title":1},"143":{"body":58,"breadcrumbs":3,"title":1},"144":{"body":108,"breadcrumbs":4,"title":2},"145":{"body":23,"breadcrumbs":6,"title":4},"146":{"body":34,"breadcrumbs":5,"title":3},"147":{"body":0,"breadcrumbs":4,"title":2},"148":{"body":0,"breadcrumbs":5,"title":3},"149":{"body":0,"breadcrumbs":5,"title":3},"15":{"body":30,"breadcrumbs":5,"title":4},"150":{"body":66,"breadcrumbs":4,"title":2},"151":{"body":19,"breadcrumbs":4,"title":2},"152":{"body":73,"breadcrumbs":5,"title":3},"153":{"body":46,"breadcrumbs":4,"title":2},"154":{"body":14,"breadcrumbs":3,"title":1},"155":{"body":51,"breadcrumbs":4,"title":2},"156":{"body":2,"breadcrumbs":2,"title":2},"157":{"body":14,"breadcrumbs":2,"title":1},"158":{"body":40,"breadcrumbs":5,"title":4},"159":{"body":18,"breadcrumbs":3,"title":2},"16":{"body":17,"breadcrumbs":6,"title":5},"160":{"body":32,"breadcrumbs":4,"title":3},"161":{"body":13,"breadcrumbs":3,"title":2},"162":{"body":92,"breadcrumbs":4,"title":3},"163":{"body":54,"breadcrumbs":3,"title":2},"164":{"body":19,"breadcrumbs":2,"title":1},"165":{"body":42,"breadcrumbs":4,"title":3},"166":{"body":66,"breadcrumbs":4,"title":3},"167":{"body":226,"breadcrumbs":3,"title":2},"168":{"body":12,"breadcrumbs":3,"title":2},"169":{"body":43,"breadcrumbs":2,"title":1},"17":{"body":17,"breadcrumbs":6,"title":5},"170":{"body":11,"breadcrumbs":2,"title":1},"171":{"body":448,"breadcrumbs":3,"title":1},"172":{"body":181,"breadcrumbs":7,"title":5},"173":{"body":220,"breadcrumbs":7,"title":5},"174":{"body":110,"breadcrumbs":7,"title":5},"175":{"body":3438,"breadcrumbs":2,"title":1},"176":{"body":0,"breadcrumbs":2,"title":1},"177":{"body":5,"breadcrumbs":4,"title":3},"178":{"body":92,"breadcrumbs":4,"title":3},"179":{"body":3,"breadcrumbs":3,"title":2},"18":{"body":83,"breadcrumbs":3,"title":2},"180":{"body":66,"breadcrumbs":3,"title":2},"181":{"body":10,"breadcrumbs":2,"title":1},"182":{"body":0,"breadcrumbs":4,"title":3},"183":{"body":18,"breadcrumbs":3,"title":2},"184":{"body":5,"breadcrumbs":2,"title":1},"185":{"body":1,"breadcrumbs":5,"title":4},"186":{"body":3,"breadcrumbs":2,"title":1},"187":{"body":1,"breadcrumbs":3,"title":2},"188":{"body":6,"breadcrumbs":2,"title":1},"189":{"body":1,"breadcrumbs":2,"title":1},"19":{"body":66,"breadcrumbs":3,"title":2},"190":{"body":62,"breadcrumbs":5,"title":4},"191":{"body":7,"breadcrumbs":3,"title":2},"192":{"body":9,"breadcrumbs":2,"title":1},"193":{"body":38,"breadcrumbs":2,"title":1},"194":{"body":14,"breadcrumbs":2,"title":1},"195":{"body":25,"breadcrumbs":3,"title":2},"196":{"body":16,"breadcrumbs":2,"title":1},"197":{"body":19,"breadcrumbs":2,"title":1},"198":{"body":18,"breadcrumbs":2,"title":1},"199":{"body":18,"breadcrumbs":3,"title":2},"2":{"body":81,"breadcrumbs":2,"title":2},"20":{"body":141,"breadcrumbs":7,"title":6},"21":{"body":59,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":3},"23":{"body":52,"breadcrumbs":1,"title":1},"24":{"body":122,"breadcrumbs":1,"title":1},"25":{"body":77,"breadcrumbs":1,"title":1},"26":{"body":32,"breadcrumbs":1,"title":1},"27":{"body":10,"breadcrumbs":1,"title":1},"28":{"body":83,"breadcrumbs":1,"title":1},"29":{"body":53,"breadcrumbs":2,"title":2},"3":{"body":12,"breadcrumbs":2,"title":2},"30":{"body":47,"breadcrumbs":2,"title":2},"31":{"body":156,"breadcrumbs":2,"title":2},"32":{"body":115,"breadcrumbs":8,"title":6},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":135,"breadcrumbs":4,"title":2},"35":{"body":51,"breadcrumbs":4,"title":2},"36":{"body":25,"breadcrumbs":4,"title":2},"37":{"body":69,"breadcrumbs":5,"title":3},"38":{"body":80,"breadcrumbs":8,"title":6},"39":{"body":82,"breadcrumbs":5,"title":3},"4":{"body":66,"breadcrumbs":3,"title":3},"40":{"body":19,"breadcrumbs":4,"title":2},"41":{"body":0,"breadcrumbs":2,"title":2},"42":{"body":62,"breadcrumbs":2,"title":2},"43":{"body":136,"breadcrumbs":2,"title":2},"44":{"body":43,"breadcrumbs":3,"title":3},"45":{"body":130,"breadcrumbs":3,"title":3},"46":{"body":10,"breadcrumbs":2,"title":2},"47":{"body":139,"breadcrumbs":2,"title":2},"48":{"body":140,"breadcrumbs":2,"title":2},"49":{"body":7,"breadcrumbs":1,"title":1},"5":{"body":70,"breadcrumbs":6,"title":5},"50":{"body":47,"breadcrumbs":4,"title":2},"51":{"body":40,"breadcrumbs":4,"title":2},"52":{"body":20,"breadcrumbs":3,"title":1},"53":{"body":29,"breadcrumbs":3,"title":1},"54":{"body":16,"breadcrumbs":4,"title":2},"55":{"body":20,"breadcrumbs":3,"title":1},"56":{"body":8,"breadcrumbs":3,"title":1},"57":{"body":5,"breadcrumbs":4,"title":2},"58":{"body":1,"breadcrumbs":4,"title":2},"59":{"body":5,"breadcrumbs":3,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":23,"breadcrumbs":4,"title":2},"61":{"body":1,"breadcrumbs":3,"title":1},"62":{"body":19,"breadcrumbs":4,"title":2},"63":{"body":20,"breadcrumbs":3,"title":1},"64":{"body":21,"breadcrumbs":3,"title":1},"65":{"body":78,"breadcrumbs":4,"title":2},"66":{"body":290,"breadcrumbs":4,"title":2},"67":{"body":32,"breadcrumbs":5,"title":3},"68":{"body":13,"breadcrumbs":5,"title":3},"69":{"body":54,"breadcrumbs":4,"title":2},"7":{"body":46,"breadcrumbs":1,"title":0},"70":{"body":0,"breadcrumbs":4,"title":2},"71":{"body":39,"breadcrumbs":4,"title":2},"72":{"body":92,"breadcrumbs":4,"title":2},"73":{"body":31,"breadcrumbs":3,"title":1},"74":{"body":55,"breadcrumbs":4,"title":2},"75":{"body":72,"breadcrumbs":4,"title":2},"76":{"body":20,"breadcrumbs":6,"title":4},"77":{"body":130,"breadcrumbs":4,"title":2},"78":{"body":50,"breadcrumbs":3,"title":1},"79":{"body":58,"breadcrumbs":4,"title":2},"8":{"body":51,"breadcrumbs":4,"title":3},"80":{"body":55,"breadcrumbs":4,"title":2},"81":{"body":65,"breadcrumbs":4,"title":2},"82":{"body":50,"breadcrumbs":5,"title":3},"83":{"body":44,"breadcrumbs":6,"title":4},"84":{"body":78,"breadcrumbs":5,"title":3},"85":{"body":31,"breadcrumbs":4,"title":2},"86":{"body":23,"breadcrumbs":2,"title":2},"87":{"body":99,"breadcrumbs":1,"title":1},"88":{"body":67,"breadcrumbs":2,"title":2},"89":{"body":17,"breadcrumbs":1,"title":1},"9":{"body":51,"breadcrumbs":3,"title":2},"90":{"body":31,"breadcrumbs":2,"title":2},"91":{"body":51,"breadcrumbs":3,"title":3},"92":{"body":39,"breadcrumbs":1,"title":1},"93":{"body":26,"breadcrumbs":2,"title":2},"94":{"body":9,"breadcrumbs":2,"title":2},"95":{"body":23,"breadcrumbs":2,"title":2},"96":{"body":48,"breadcrumbs":1,"title":1},"97":{"body":18,"breadcrumbs":3,"title":3},"98":{"body":28,"breadcrumbs":1,"title":1},"99":{"body":33,"breadcrumbs":3,"title":3}},"docs":{"0":{"body":"All documentation lives here. Some chapters are only intended for a technical audience.","breadcrumbs":"A/B Street","id":"0","title":"A/B Street"},"1":{"body":"This is an alpha-quality demo. Please email dabreegster@gmail.com or file a Github issue if you hit problems.","breadcrumbs":"A/B Street Instructions","id":"1","title":"A/B Street Instructions"},"10":{"body":"You don't have to; this tool or ID or JOSM all work. But the UI is clunky for this specific purpose. (Also, if you find this tool clunky in any way, let me know and I'll fix it.) There's also a proposed StreetComplete quest .","breadcrumbs":"Instructions » Why use this tool?","id":"10","title":"Why use this tool?"},"100":{"body":"Some cyclepaths, tram lines, and footpaths in OSM are tagged as separate ways, with no association to a \"main\" road. Sometimes this is true -- they're independent trails that only occasionally cross roads. But often they run alongside a road. A/B Street attempts to detect these and \"snap\" them to the main road as extra lanes. ... But this doesn't work yet at all.","breadcrumbs":"Experimental: separated cyclepaths, tramways, and walking paths","id":"100","title":"Experimental: separated cyclepaths, tramways, and walking paths"},"101":{"body":"A/B Street builds a rich representation of a city map using OpenStreetMap (OSM) and other sources. This chapter describes how. TODO: Integrate pictures from these slides . This recorded presentation covers some of this.","breadcrumbs":"Map model » Map model details","id":"101","title":"Map model details"},"102":{"body":"A single city is broken down into different pieces... A/B Street comes with a few maps, each defined by a bounding/clipping polygon for some portion of Seattle. Each map has these objects: Roads : A single road connects two intersections, carrying OSM metadata and containing some child lanes. Lanes : An individual lane of traffic. Driving (any vehicle), bus-only, and bike-only lanes have a direction. On-street parking lanes don't allow any movement, and they have some number of parking spots. Sidewalks are bidirectional. Intersections : An intersection has references to all of the incoming and outgoing lanes. Most intersections have a stop sign or traffic signal policy controlling movement through it. Border intersections on the edge of the map are special places where agents may appear or disappear. Turns : A turn connects one lane to another, via some intersection. (Sidewalks are bidirectional, so specifying the intersection is necessary to distinguish crosswalks at each end of a sidewalk.) Buildings : A building has a position, OSM metadata, and a front path connecting the edge of the building to the nearest sidewalk. Most trips in A/B Street begin and end at buildings. Some buildings also contain a number of off-street parking spots. Area : An area has geometry and OSM metadata and represents a body of water, forest, park, etc. They're just used for drawing. Bus stop : A bus stop is placed some distance along a sidewalk, with a pointer to the position on the adjacent driving or bus lane where a bus stops for pick-up. Bus route : A bus route has a name and a list of stops that buses will cycle between. In the future, they'll include information about the frequency/schedule of the route. Parking lot : A parking lot is connected to a road, has a shape, and has some internal driving \"aisles.\" The number and position of individual parking spots is auto-generated.","breadcrumbs":"Map model » The map","id":"102","title":"The map"},"103":{"body":"A/B Street converts (longitude, latitude) coordinates into a simpler form. An (x, y) point starts with the top-left of the bounding polygon as the origin. Note this is screen drawing order, not a Cartesian plane (with Y increasing upwards) -- so angle calculations account for this. The (x, y) values are f64's trimmed to a few decimal places, with way more precision than is really needed. These might become actual fixed-point integers later, but for now, a Pt2D skirts around Rust's limits on f64's by guaranteeing no NaN's or infinities and thus providing the full Eq trait. A few places in map conversion compare points using different thresholds, usually below 1 meter. Ideally these epsilon comparisons could be eliminated in favor of a fixed-point integer representation, but for now, explicit thresholds are useful.","breadcrumbs":"Map model » Coordinate system","id":"103","title":"Coordinate system"},"104":{"body":"Ideally, the finalized maps would satisfy a list of invariants, simplifying the traffic simulation and drawing code built on top. But the input data is quite messy and for now, most of these aren't quite guaranteed to be true. Some minimum length for lanes and turns. Very small lanes can't be drawn, tend to break intersection polygons, and may lead to gridlocked traffic. Some guarantees that positions along adjacent lanes actually match up, even though different lanes on the same road may have different lengths. Examples include the position of a bus stop on the sidewalk and bus lane matching up. Additionally, parking lanes without an adjacent driving lane or bus stops without any driving or bus lanes make no sense and should never occur. Connectivity -- any sidewalk should be reachable from any other, and most driving lanes should be accessible from any others. There are exceptions due to border intersections -- if a car spawns on a highway along the border of the map, it may be forced to disappear on the opposite border of the map, if the highway happens to not have any exits within the map boundary.","breadcrumbs":"Map model » Invariants","id":"104","title":"Invariants"},"105":{"body":"For a single mode, each lane is connected to two intersections. Turns connect two lanes. There are no turns between sidewalks and driving/bike/bus lanes. All buildings and parking lots have driveways. This must connect to a sidewalk, allowing pedestrians to enter/exit that object. The driveway OPTIONALLY connects to the nearest driveable lane. This allows cars to enter/exit that object for parking. Public transit stops are located somewhere on a sidewalk. They're associated with a driveable position where the bus or train stops. In the future, this will need to account for dedicated surface-level platforms and for underground transit stations, likely associated with a building. There's a concept of \"parking blackholes.\" If you treat every road as bidirectional without access restrictions, then the graph is connected. But the more detailed view has to factor in one-way roads and things near the map border. These blackholes influence where cars will try to look for parking (since we don't want them entering a blackhole and getting stuck) and also, for temporary/unintentional reasons, where pedestrian<->bicycle transitions will happen.","breadcrumbs":"Map model » Connectivity","id":"105","title":"Connectivity"},"106":{"body":"This chapter describes the process of transforming OSM extracts into A/B Street's map model. The steps are: A large .osm file is clipped to a hand-drawn boundary region, using osmconvert The convert_osm crate reads the clipped .osm, and a bunch of optional supplementary files, and produces a RawMap Part of the map_model crate transforms the RawMap into the final Map Other applications read and use the Map file The importer crate orchestrates these steps, along with automatically downloading any missing input data. The rest of these sections describe each step in a bit more detail. Keeping the docs up-to-date is hard; the best reference is the code, which is hopefully organized clearly. Don't be afraid of how complicated this pipeline seems -- each step is relatively simple. If it helps, imagine how this started -- just chop up OSM ways into road segments, infer lanes for each road, and infer turns between the lanes.","breadcrumbs":"Map model » Importing","id":"106","title":"Importing"},"107":{"body":"The first phase of map building reads in data from OSM files and a few others, producing a serialized RawMap. Only major steps are described; see the code for the rest.","breadcrumbs":"Map model » Importing » From OSM to RawMap (convert_osm crate)","id":"107","title":"From OSM to RawMap (convert_osm crate)"},"108":{"body":"Read .osm, extracting the points for road-like ways, buildings, and areas Areas usually come from a relation of multiple ways, with the points out of order. Gluing all the points together fails when the .osm has some ways clipped out. In that case, try to trace along the map boundary if the partial area intersects the boundary in a clear way. Otherwise, just use a straight line to try to close off the polygon. Also read traffic signal locations and turn restrictions between OSM ways","breadcrumbs":"Map model » Importing » extract.rs","id":"108","title":"extract.rs"},"109":{"body":"Split OSM ways into road segments OSM ways cross many intersections, so treat points with multiple ways and the points at the beginning and end of a way as intersections, then split the way into road segments between two intersections. This phase remembers which road segment is the beginning and end of the OSM way, for per-lane turn restrictions later Apply turn restrictions between roads here. Since OSM ways cross many intersections, the turn restrictions only apply to one particular road segment that gets created from the way. Make sure the destination of the restriction is actually incident to a particular source road.","breadcrumbs":"Map model » Importing » split_ways.rs","id":"109","title":"split_ways.rs"},"11":{"body":"There are many parking:lane tags to indicate restricted parking zones, time restrictions, etc. Feel free to map that in ID or JOSM, but I'm just looking to make a first pass over a wide area.","breadcrumbs":"Instructions » What about parking restrictions?","id":"11","title":"What about parking restrictions?"},"110":{"body":"Clip the map to the boundary polygon osmconvert options preserve ways that cross the boundary Trim roads that cross the boundary. There may be cases where a road dips out of bounds, then immediately comes back in. Disconnecting it isn't ideal, but it's better to manually tune the boundary polygon when this happens than try to preserve lots of out-of-bounds geometry. Area polygons are intersected with the boundary polygon using the clipping crate","breadcrumbs":"Map model » Importing » clip","id":"110","title":"clip"},"111":{"body":"The remainder of map construction is done in the map_model crate. There's one intermediate structure between RawMap and Map, called InitialMap. make/remove_disconnected.rs: Remove disconnected roads Just floodfill from some road, assuming all roads are bidirectional, to get different partitions. Remove roads from all but the largest partition make/initial/mod.rs and make/initial/lane_specs.rs: Interpret OSM tags to figure out what lanes are on each side of each road, also figuring out the total width of the road. make/initial/geometry.rs: Figure out the polygon for each intersection, and trim back road center-lines to end at a face of the polygon. For every road touching the intersection, get the polyline of each side, based on the road's width See appendix for how to shift polylines Sort all the polylines by the angle to the intersection's shared point Intersect every polyline with every other polyline More specifically -- the second half of each polyline, to get the correct collision point Look at the perpendicular infinite line to the collision point on the shifted polyline, then find where it hits the original center line. Trim back the center line by the max distance from these collisions. Compute the intersection's polygon by considering collisions between adjacent roads' polylines Deal with short roads and floating point issues by deduping any adjacent points closer than 0.1m","breadcrumbs":"Map model » Importing » Road/intersection geometry: RawMap to InitialMap","id":"111","title":"Road/intersection geometry: RawMap to InitialMap"},"112":{"body":"Still in the map_model crate. map.rs's make_half_map: Expand roads to lanes, using the list of lane types from before make/turns.rs: Generate turns for every intersection. Vehicle turns (for cars, bikes, buses) Consider every pair of roads in the intersection. Try to match up lane types -- if there's a bike lane on both roads, don't add a turn from driving->bike or bike->driving. If there's not, then fallback to transitions between different lane types. Classify the turn based on the difference between the angle of the incoming lane's last line and the outgoing lane's first line For straight turns, use the Cartesian product to link every incoming with every outgoing lane. If the indices dont match up, the turn becomes a LaneChangeLeft or LaneChangeRight turn. This is used later for intersection policies to prioritize turns appropriately. Right and left turns only originate from the one lane on the appropriate side Walking turns for pedestrians Consider pairs of adjacent roads around the intersection Make a crosswalk to the other side of the road, assuming there's a sidewalk on both sides Make a shared sidewalk corner over to the adjacent road If the adjacent road doesn't have a sidewalk on the close side, then consider skipping that road and making a crosswalk over to the next road. An example of this is a crosswalk over a highway on/off ramp. Verify all the turns so far are unique Filter by the OSM turn restrictions (\"only straight\" between road1 and road2) Try to apply the OSM per-lane restrictions (\"straight or left\" from lane 3) The number of lanes in the OSM metadata might not match up with how many lanes created Some of these OSM tags are just completely wrong sometimes. If the filter makes an incoming lane lose all of its turns, then ignore that tag. make/parking_blackholes.rs: Find well-connected roads near \"blackhole\" lanes. Starting from most driving/biking lanes, most other lanes are reachable. Some aren't -- such as one-way highways inevitably leading from or to a border. These are \"blackholes\" -- pathfinding to or from here may fail. Find the largest strongly-connected component (SCC) in the driving graph. From every other lane (a blackhole), floodfill both forwards and backwards to find the nearest driving lane part of the main SCC. Later, if a car needs to park by a building on a blackhole road, it'll instead start searching for parking at the redirect. This prevents it from being forced to instead exit the map through a border. make/buildings.rs: Match buildings up with sidewalks Find the closest sidewalk polyline to each building's center. Then draw a straight line for the front path between the edge of the building and the sidewalk point. Filter out buildings too far away from any sidewalk The front path might cross through other buildings; this is probably not worth fixing. make/buildings.rs: Same for parking lots Similar process to match parking lots to nearest sidewalk and driving lane Try to place parking spots along both sides of parking aisles Filter out overlapping spots make/bridges.rs: Find what roads lie beneath bridges, and update their Z-order accordingly for later drawing. stop_signs.rs: Instantiate default stop sign policies Rank incoming roads by OSM priority (arterial beats residential) If there's only one rank, then make an all-way stop Otherwise, the highest rank gets priority and others stop Check if there are any conflicts based on this. If so, then fall-back to an all way stop. traffic_signals.rs: Instantiate default traffic signal policies Apply the first predefined policy that works. 4-way 4 stage, 4-way 2 stage, 3-way 3-stage, degenerate policy for 2 roads, 2-stage for 4 one-ways Fallback to a greedy assignment that just randomly starts a new stage, adds all compatible turns, and repeats until all turns are present priority in some stage. pathfind/mod.rs: Prepare pathfinding A/B Street uses contraction hierarchies (CH) for fast routing, using the fast_paths crate. pathfind/vehicle.rs: For cars, bikes, buses There's a separate CH for cars, buses, and bikes, since they can use slightly different sets of lanes. Building the CH for buses and bikes is much faster than the one for cars, because the algorithm can re-use the node ordering from the first CH. Every lane is a node in the graph, even if it's not an appropriate lane type -- it might change later, and reusing orderings is vital for speed. If two lanes are connected by a turn, then there's an edge in the graph. The edge weight is the length of the lane and turn. Later this could take into account speed limit, penalize lane-changing and left turns, etc. pathfind/walking.rs: For pedestrians Only sidewalk lanes are nodes in the graph -- sidewalks can't ever be changed in A/B Street, so there's no concern about reusing node orderings. All turns between two sidewalks become edges, again using length When actually pathfinding, we get back a list of sidewalks. The actual paths used in the traffic simulation specify forwards or backwards on a sidewalk. Looking at adjacent pairs of sidewalks lets us easily stitch together exact directions. make/bus_stops.rs: Match bus stops with a sidewalk Also precompute the position where the bus stops on the adjacent driving or bus lane. This \"equivalent position on another lane\" process has a few weird cases, since two lanes on the same road might have different lengths. Right now, the same distance from the start of the lane is used, with clamping for shorter lanes. Ideally, the position would be found by projecting a perpendicular line out from one lane to the other. make/bus_stops.rs: Finalize the list of bus routes Between each pair of adjacent bus stops, run pathfinding to verify there's actually a path for the bus to follow. If any are disconnected, remove the bus route Remove bus stops that have no routes serving them. pathfind/walking.rs: Precompute the CH for pedestrians who will use buses Nodes in the graph are sidewalks and every bus stop There's an edge with weight 0 between a bus stop and its sidewalk There's also an edge with weight 0 between bus stops that're adjacent via some route. Ideally this weight would account for the time until the next bus and the time spent on the bus, etc. Later when figuring out which bus to use for a pedestrian, the resulting list of nodes is scanned for the first and last bus stop along the same route.","breadcrumbs":"Map model » Importing » InitialMap to Map","id":"112","title":"InitialMap to Map"},"113":{"body":"Separate phases for fast incremental development Don't reimport all data from OSM every time there's a change to part of the map construction code! For slow steps that don't change often, make them separate binaries -- hence convert_osm being separate from the rest. Don't be afraid of manual intervention The data isn't perfect. It's easy to spend lots of time fiddling with code to automatically handle all problems Instead of automatically resolving problems, prefer good tooling for finding and specifying fixes Be careful of derivative structures that could get out of sync with OSM. Prefer contributing real fixes to OSM. Screenshot diff testing When working on the code for intersection geometry, it's easy to check a few example cases get fixed by some change. But what if another part of the map regresses somehow? Take screenshots of the entire map, keep the checksums under version control, look at the diffs visually, and manually verify any changes. Implementation details: One huge gif or png is too slow to read and write, so take a bunch of tiled screenshots covering everything. Amusingly, rendering to a file with glium is slow unless compiling in release mode (which isn't an option for quick incremental development). So instead, pan to each section of the map, render it, call an external screenshot utility, and move on -- just don't wiggle the mouse during this process! Different IDs for objects make sense during different phases For the final product, lanes and such are just a contiguous array, indexed by numeric IDs. But sometimes, we need IDs that're the same between different boundary polygons of maps, so that player edits can be applied anywhere. Using (longitude, latitude) pairs hits floating-point serialization and comparison issues, so referring to roads as (OSM way ID, OSM node ID 1, OSM node ID 2) works instead.","breadcrumbs":"Map model » Importing » Development tricks","id":"113","title":"Development tricks"},"114":{"body":"Add some pictures here to demonstrate how polyline shifting works, the explode-to-infinity problem, and the bevel/miter fix.","breadcrumbs":"Map model » Importing » Appendix: PolyLines","id":"114","title":"Appendix: PolyLines"},"115":{"body":"A key feature of A/B Street is the player editing the map and seeing how traffic responds. The possible edits include: Change lane types (driving, bus, bike, parking -- sidewalks are fixed) Change speed limits Reverse a lane Change a stop sign policy (which roads have a stop sign and which have priority) Change a traffic signal policy The map conversion process outlined above takes a few minutes, so reusing this process directly to compute a map with edits wouldn't work at all for real gameplay. Instead, the process for applying edits is incremental: Figure out the actual diff between edits and the current map This is necessary for correctness, but also speeds up a sequence of edits made in the UI -- only one or two lanes or intersections actually changes each time. Of course when loading some saved edits, lots of things might change. For any changed roads, make sure any bus stop on it have a good pointer to their equivalent driving position for the bus. For any modified intersections, recompute turns and the default intersection policies Recompute all the CHs for cars, buses, and bikes -- note sidewalks and bus stops never change This is the slowest step. Critically, the fast_paths crate lets a previous node ordering be reused. If just a few edge weights change, then recomputing is much faster than starting from scratch. While making edits in the UI, we don't actually need to recompute the CH after every little tweak. When the player exits edit mode, only then do we recompute everything. A list of lanes and intersections actually modified is then returned to the drawing layer, which uploads new geometry to the GPU accordingly.","breadcrumbs":"Map model » Live edits","id":"115","title":"Live edits"},"116":{"body":"A/B Street's representation of a city, built mostly from OSM and lots of heuristics, is likely useful to other projects. This doc brainstorms what it would look like to properly expose it to other users. To sum up what the map model provides: geometry + semantics.","breadcrumbs":"Map model » A/B Street's map model as a platform","id":"116","title":"A/B Street's map model as a platform"},"117":{"body":"Different UIs (particularly 3D / VR) for exploring cities as they are or as they could be, like Streetmix 3D and Complete Street Rule Importing slices of a city as assets into a game engine like Godot Imagine a hackathon where people easily build games based on the real world Like https://developers.google.com/maps/documentation/gaming/overview_musk but open A new OSM viewer/editor, particularly focused on POIs Something focusing on 15-minute neighborhoods, with isochrones and nearby amenities TODO: Give a quick Python example of what interacting with the end goal could look like.","breadcrumbs":"Map model » Use cases","id":"117","title":"Use cases"},"118":{"body":"At first glance, the existing Map structure could be written to some format with a nicely documented schema. This would certainly be useful, but it's not nearly enough. Interpreting the data sometimes requires lots of code, which already exists -- so why not expose it to users as well? Examples in OSM where I wish \"standard libraries\" existed to interpret the data: The simple task of detecting intersections between ways Figuring out what lanes a road has from tags Gluing multipolygons together Inferring turns at an intersection, subject to the several types of turn restrictions A/B Street solves these problems (or at least it tries to), but by itself, the resulting data isn't always useful. So some examples of where a library would be needed too: Pathfinding. ABST does lots of work especially to handle \"live\" map edits and cheaply regenerate contraction hierarchies. Also, pathfinding requires obeying OSM turn restrictions that span multiple roads -- this prevents even plain old Dijkstra's from working correctly. Getting geometry in different forms. Lanes are stored as a PolyLine, but what if a consumer wants the thickened Polygon, either as points, or maybe even pre-triangulated vertices and indices?","breadcrumbs":"Map model » Just data is not enough","id":"118","title":"Just data is not enough"},"119":{"body":"The traditional approach is to link against part of A/B Street as a library and call it through language-specific bindings. The more language-agnostic option is defining an API (maybe JSON or protobuf) and having clients run a local A/B Street server, making HTTP requests to it. This is like the \"sidecar\" pattern in microservice-land.","breadcrumbs":"Map model » How would an API/library work?","id":"119","title":"How would an API/library work?"},"12":{"body":"Ideally I'd also like to know how many private parking spots are available to residents of each building. But I don't know of an OSM schema for mapping this, or a practical way to collect this data. Let me know if you have ideas.","breadcrumbs":"Instructions » What about off-street parking?","id":"12","title":"What about off-street parking?"},"120":{"body":"Really have to think through this carefully. Some examples of big changes on the horizon: Additive: separate cycleways and tramways. Likely no schema change. Modify: traffic signals will get more complex Modify: we'll likely try again to merge tiny intersections together, which would get rid of the current guarantees that a road/intersection is associated to one particular OSM object","breadcrumbs":"Map model » Compatibility","id":"120","title":"Compatibility"},"121":{"body":"Clients should be able to opt into different data layers. For example, A/B Street strips out OSM building tags right now to keep filesizes small. But an OSM viewer would want to keep this (and likely discard the large contraction hierarchies). So some pieces of the map model need to be teased apart into optional pieces, and probably loaded in as separate files.","breadcrumbs":"Map model » Layering","id":"121","title":"Layering"},"122":{"body":"Depending what other open source projects are on board, the general idea is to start assembling an ecosystem of libraries/tooling to make it easier to build new things off of open GIS data. The end state might look like this. A few separate applications would exist, all running both natively and in the browser: A/B Street the game, more or less in its current form A new OpenStreetMap viewer, likely focused on visualizing roads and points-of-interest in detail The street parking OSM editor, and other OSM editors specialized for mapping certain things A new app focusing on 15-minute neighborhoods, using isochrones to show amenities available nearby Ideally, allow editing current land use / zoning, to let people explore how new policies might get closer to a 15-minute neighborhood. Possibly GOAT does all of this already, and this new thing shouldn't be built A new app for creating story maps, showing events that occur over time, with lots of detail about the surrounding environment All of these would make use of some common libraries, which should be extracted out cleanly from A/B Street today: the map model and OSM importer the widgetry UI library some common code for specifically interacting with maps in widgetry a tool to generate a traffic demand model from OSM data, optional census data, etc This has been initially prototyped the discrete-event traffic simulation that A/B Street uses today core geometry/utility libraries But note only the first application would use things like the simulation library. The point of more cleanly modularizing these pieces is to make it easier for new people to build different pieces, without having to understand and be coupled to everything else. Also, as appropriate, these pieces should use common data formats (like shared-row ) to be interoperable with Streetmix, Complete Streets, etc.","breadcrumbs":"Map model » The bigger vision","id":"122","title":"The bigger vision"},"123":{"body":"This article describes how cars, bikes, buses, and pedestrians are modeled in A/B Street. All code lives in the sim crate. This recorded presentation covers some of this.","breadcrumbs":"A/B Street's Traffic Simulation","id":"123","title":"A/B Street's Traffic Simulation"},"124":{"body":"The traffic simulation models different agents (cars, bikes, buses, pedestrians, and intersections) over time. Agents don't constantly sense and react to the world every second; instead, they remain in some state until something interesting happens. This is a discrete-event architecture -- events are scheduled for some time in the future, and handling them changes the state of some agents. The core simulation loop simply processes events in order -- see scheduler.rs and the step method in sim.rs.","breadcrumbs":"Traffic simulation » Discrete-event simulation","id":"124","title":"Discrete-event simulation"},"125":{"body":"(Note: Cars, bikes, and buses are all modeled the same way -- bikes just have a max speed, and buses/bikes can use restricted lanes.) Cars move through a sequence of lanes and turns (movements through an intersection). They queue and can't over-take a slow lead vehicle. The main simplifying assumption in A/B Street is that cars can instantly accelerate and decelerate. This wouldn't model highway driving at all, where things like jam waves are important, but it's reasonable for in-city driving. The essence of scarcity is the capacity on lanes and the contention at intersections. What happens in between isn't vital to get exactly right. A car has a few states (mechanics/car.rs): Crossing some distance of a lane/turn over some time interval Queued behind another car on a lane/turn WaitingToAdvance at the end of a lane, blocked on an intersection A few states where the car stays in one place: Parking , Unparking , and Idling (for buses at a stop) State transitions happen in mechanics/driving.rs. This is best explained by an example sequence: A car enters the Unparking state, taking a fixed 30s to exit a parking spot and enter the adjacent driving lane. The driving lane is blocked during this time, to mimic somebody pulling out from a parallel parking spot. The car is now fully somewhere on the driving lane. It enters the Crossing state, covering the remaining distance to the end of the road. The time interval is calculated assuming the car travels at the max speed limit of the road. After that time, the car checks if there's anybody in the queue before it. Nope? Then it attempts to initiate a turn through the intersection, but the stop sign says no, so the car enters the WaitingToAdvance state. Some time later, the stop sign wakes up the car. The car starts the turn, entering the Crossing state again. After finishing the turn, the car starts Crossing the next lane. When it's finished, it turns out there are a few cars ahead of it, so it enters the Queued state. When the lead vehicle directly in front of the car exits the lane, it wakes up the car, putting it in the Crossing state, starting at the appropriate following distance behind the lead vehicle. This prevents the car from immediately warping to the end of the lane when the lead vehicle is out of the way. And so on...","breadcrumbs":"Traffic simulation » Cars","id":"125","title":"Cars"},"126":{"body":"For a discrete-event simulation, we don't usually care exactly where on a lane a car is at some time. But we do need to know for drawing and for a few cases during simulation, such as determining when a bus is lined up with a bus stop in the middle of a lane. mechanics/queue.rs handles this, computing the distance of every car in a lane. For cars in the Crossing state, we linearly interpolate distance based on the current time. Of course, cars have to remain in order, so Queued cars are limited by the lead vehicle's position + the lead vehicle's length + a fixed following distance of 1m. Another case where we need to know exact positions of cars is to prevent the first vehicle on a lane from hitting the back of a car who just left the lane. All vehicles have length, and position is tracked by the front of the car. When a car's front leaves a lane, its back is still partly in the lane. Logically, the new lead car in the lane still needs to act like it's Queued. So each lane keeps a \"laggy head\", pointing to the car with its back partly in the lane. After the laggy head has made it sufficient distance along its new turn or lane, the laggy head on the old lane can be erased, unblocking the lead vehicle. This requires calculating exact distances and some occasionally expensive cases where we have to schedule frequent events to check when a laggy head is clear.","breadcrumbs":"Traffic simulation » Exact positions","id":"126","title":"Exact positions"},"127":{"body":"Lane-changing (LCing) deserves special mention. A/B Street cheats by not allowing it on lanes themselves. Instead, at intersections, cars can perform turns that shift them over any number of lanes. These LCing turns conflict with other turns appropriately, so the contention is still modeled. Why do it this way? In a previous project , I tried opportunistic LCing. If a car had room to warp to the equivalent distance on the adjacent lane without causing a crash, it would start LCing, then take a fixed time to slide over, blocking both lanes throughout. This meant cars often failed to LC when they needed to, forcing them to reroute, botching their trip times. In many cases the cars would be permanently stuck, because pathfinding would return paths requiring LCing that couldn't be pulled off in practice due to really short roads. Why not try making the car slow down if needed? Eventually it might have to stop, which could lead to unrealistic gridlock. This LCing model was using a detailed discrete-time model with cars accelerating properly; maybe it's easier with A/B Street's simplified movement model. Currently in A/B Street, cars will pick the least backed-up lane when there's a choice. They make this decision once when they reach the front of a queue; look for opportunistically_lanechange in router.rs. The decision could be improved.","breadcrumbs":"Traffic simulation » Lane-changing","id":"127","title":"Lane-changing"},"128":{"body":"Pedestrian modeling -- in mechanics/walking.rs is way simpler. Pedestrians don't need to queue on sidewalks; they can \"ghost\" through each other. In Seattle, there aren't huge crowds of people walking and slowing down, except for niche cases like Pike Place Market. So in A/B Street, the only scarce resource modeled is the time spent waiting to cross intersections.","breadcrumbs":"Traffic simulation » Pedestrians","id":"128","title":"Pedestrians"},"129":{"body":"I need to flesh this section out. See mechanics/intersections.rs for how stop signs and traffic signals work. Two things I need to fix before making this section interesting: Only wake up relevant agents when a previous agent finishes a turn. Don't let an agent start a low-priority turn (like an unprotected left) if it'll force a high-priority vehicle approaching to wait. The approaching vehicle is still in the Crossing state, so we need to notify intersections ahead of time of intended turns and an ETA. One contributor to permanent gridlock is cars and bikes being stuck in an intersection, preventing conflicting turns from being performed. To help avoid this, one of the last checks that stop signs and traffic signals perform before accepting a new turn request is that the target lane has enough space for the new vehicle. This is \"reserved\" space, not necessarily currently occupied by vehicles in that lane. This accounts for other vehicles performing a turn bound for that lane. See try_to_reserve_entry in mechanics/queue.rs. When a car completely leaves a lane (determined by the \"laggy head\" described above), this space is freed, and blocked cars are woken up.","breadcrumbs":"Traffic simulation » Intersections","id":"129","title":"Intersections"},"13":{"body":"The tool won't help. Use your favorite editor to split the way when the lane configuration changes. Also feel free to just skip these areas.","breadcrumbs":"Instructions » What about long roads where parking appears and disappears?","id":"13","title":"What about long roads where parking appears and disappears?"},"130":{"body":"A/B Street's first traffic model was discrete-time, meaning that every agent reacted to the world every 0.1s. Cars had a more realistic kinematics model, accelerating to change speed and gradually come to a halt. Cars did a worst-case estimation of how far ahead they need to lookahead in order to satisfy different constraints: Don't exceed any speed limits Don't hit the lead vehicle (which might suddenly slam on its brakes) Stop at the end of a lane, unless the intersection says to go After fighting with this approach for a long time, I eventually scrapped it in favor of the simpler discrete-event model because: It's fundamentally slow; there's lots of busy work where cars in freeflow with nothing blocking them or stopped in a long queue constantly check to see if anything has changed. Figuring out the acceleration to apply for the next 0.1s in order to satisfy all of the constraints is really complicated. Floating point inaccuracies cause ugly edge cases with speeds that wind up slightly negative and with cars coming to a complete stop slightly past the end of a lane. I wound up storing the \"intent\" of an action to auto-correct these errors. The realism of having cars accelerate smoothly didn't add value to the core idea in A/B Street, which is to model points of contention like parking capacity and intersections. (This is the same reason why I don't model bike racks for parking bikes -- in Seattle, it's never hard to find something to lock to -- this would be very different if Copenhagen was the target.) Additionally, the kinematics model made silly assumptions about driving anyway -- cars would smash on their accelerators and brakes as hard as possible within all of the constraints.","breadcrumbs":"Traffic simulation » Appendix: discrete-time simulation","id":"130","title":"Appendix: discrete-time simulation"},"131":{"body":"A/B Street simulates people following a schedule of trips over a day. A single trip has a start and endpoint, a departure time, and a mode. Most trips go between buildings, but the start or endpoint may also be a border intersection to represent something outside the map boundaries. The mode specifies whether the person will walk, bike, drive, or use transit. Without a good set of people and trips, evaluating some changes to a map is hard -- what if the traffic patterns near the change aren't realistic to begin with? This chapter describes where the travel demand data comes from.","breadcrumbs":"Traffic simulation » Travel demand","id":"131","title":"Travel demand"},"132":{"body":"A scenario encodes the people and trips taken over a day. See the code . TODO: talk about vehicle assignment / parked car seeding","breadcrumbs":"Traffic simulation » Scenarios","id":"132","title":"Scenarios"},"133":{"body":"","breadcrumbs":"Traffic simulation » Data sources","id":"133","title":"Data sources"},"134":{"body":"Seattle luckily has the Puget Sound Regional Council, which has produced the Soundcast model . They use census stats, land parcel records, observed vehicle counts, travel diaries, and lots of other things I don't understand to produce a detailed model of the region. We're currently using their 2014 model; the 2018 one should be available sometime in 2020. See the code for importing their data. TODO: talk about how trips beginning/ending off-map are handled","breadcrumbs":"Traffic simulation » Seattle: Soundcast","id":"134","title":"Seattle: Soundcast"},"135":{"body":"This work is ongoing . See the code . So far, we've found a population count per planning area and are randomly distributing the number of residents to all residential buildings in each area.","breadcrumbs":"Traffic simulation » Berlin","id":"135","title":"Berlin"},"136":{"body":"What if we just want to generate a reasonable model without any city-specific data? One of the simplest approaches is just to spawn people beginning at residential buildings, make them go to some workplace in the morning, then return in the evening. OpenStreetMap building tags can be used to roughly classify building types and distinguish small houses from large apartments. See the proletariat_robot code for an implementation of this. This is ongoing work spearheaded by Mateusz. Some of the ideas for next steps are to generate different types of people (students, workers), give them a set of activities with durations (go to school for 7 hours, 1 hour lunch break), and then further pick specfic buildings to travel to using more OSM tags.","breadcrumbs":"Traffic simulation » Proletariat robot","id":"136","title":"Proletariat robot"},"137":{"body":"If you have your own data, you can import it. The input format is JSON -- an example: { \"scenario_name\": \"monday\", \"people\": [ { \"origin\": { \"Position\": { \"longitude\": -122.303723, \"latitude\": 47.6372834 } }, \"trips\": [ { \"departure\": 10800.0, \"destination\": { \"Position\": { \"longitude\": -122.3075948, \"latitude\": 47.6394773 } }, \"mode\": \"Drive\" } ] } ]\n} Run the tool: cargo run --bin import_traffic -- --map=data/system/seattle/maps/montlake.bin --input=/path/to/input.json The tool matches input positions to the nearest building or border intersection, within 100 meters. The departure time is seconds since midnight. The tool will fail if any point doesn't match to a building, or if any of the specified trips can't be created (due to graph connectivity problems, for example). If your requirements are different or you have any trouble using this format/tool, please file a Github issue -- just consider this tool and format a prototype.","breadcrumbs":"Traffic simulation » Custom import","id":"137","title":"Custom import"},"138":{"body":"The travel demand model is extremely fixed; the main effect of a different random number seed is currently to initially place parked cars in specific spots. When the player makes changes to the map, exactly the same people and trips are simulated, and we just measure how trip time changes. This is a very short-term prediction. If it becomes much more convenient to bike or bus somewhere, then more people will do it over time. How can we transform the original demand model to respond to these changes? Right now, there's very preliminary work in sandbox mode for Seattle weekday scenarios. You can cancel all trips for some people (simulating lockdown) or modify the mode for some people (change 50% of all driving trips between 7 and 9am to use transit).","breadcrumbs":"Traffic simulation » Modifying demand","id":"138","title":"Modifying demand"},"139":{"body":"https://github.com/replicahq/doppelganger https://github.com/stasmix/popsynth https://zephyrtransport.github.io/zephyr-directory/projects/ https://activitysim.github.io https://github.com/BayAreaMetro/travel-model-one https://github.com/RSGInc/DaySim https://github.com/arup-group/pam https://spatial-microsim-book.robinlovelace.net/smsimr.html","breadcrumbs":"Traffic simulation » Research","id":"139","title":"Research"},"14":{"body":"If somebody wants to set up HOT tasking, that'd be great, but I don't expect so many people to jump on this.","breadcrumbs":"Instructions » How to coordinate with other mappers?","id":"14","title":"How to coordinate with other mappers?"},"140":{"body":"Here \"gridlock\" refers to the general problem of trips getting permanently stuck, preventing the full simulation from completing. Most of the work is tracked here . The general lesson is: you can't code your way around all edge cases. The data in OSM often needs manual fixes. It's often useful to spend coding effort on tools to detect and fix OSM problems.","breadcrumbs":"Traffic simulation » Gridlock","id":"140","title":"Gridlock"},"141":{"body":"The choices in the movement model matter. Some gridlock is inherent to any system with queueing and conflicting turns. But in reality, people wiggle around partly blocked turns. And some of this comes from the treatment of the front/back of vehicles. Short roads in OSM causing very weird geometry Intersection geometry being too large, requiring too much time to cross Unrealistic traffic patterns caused by everyone trying to park in one big garage (downtown) or take some alley (the UW soundcast issue) Too many people try to take an unprotected left turn (often at a stop sign) Bad individual traffic signals, usually at 5- or 6-ways Groups of traffic signals logically acting as a single intersection Separate traffic signals along a corridor being unsynchronized Vehicles performing illegal sequences of turns Vehicles are stuck with their plan and not reacting to traffic by changing route Real traffic would result in a gridlock without a deliberate actions to avoid it. Such actions range from individual decisions of drivers to police manually controlling traffic. Intelligent avoidance of gridlock is not simulated and is extremely hard to simulate. Vehicles will wait in lane filled with already waiting vehicles, even if there is a completely empty lane allowing travel in desired direction. It makes easier for entire lane between crossings to fill, contributing to gridlocks. Note that while this and other clearly stupid behaviors are clearly unrealistic, it is not trivial to implement more realistic and more efficient decisions. Issues caused by the unrealistic lane-changing model Two turns that go to the same lane (one going \"straight\", the other often a lane-change) conflict. The conflict is coarse, at the granularity of the entire intersection. So if vehicles are piled up in two lanes trying to merge into one, then one group is likely to go through as expected, but the second group will wait for the first to completely clear the intersection. Until then, it looks like a conflicting turn is being done.","breadcrumbs":"Traffic simulation » Problems","id":"141","title":"Problems"},"142":{"body":"Divide into implemented or not. Synchronizing pairs of signals Uber-turns for interpreting OSM turn restrictions for synchronizing a group of signals for locking turn sequences Once a vehicle starts an uber-turn, prevent others from starting conflicting turns on nearby intersections. Until groups of traffic signals are configured as one, this is necessary to prevent somebody from making it halfway through a sequence then getting blocked. Cycle detector block-the-box protection the manual list of overrides likely shouldn't apply during uber-turns is it always fine to block the box at degenerate intersections? hacks to allow conflicting turns at really broken intersections manually timing signals penalties for lane choice to make lane usage realistic","breadcrumbs":"Traffic simulation » Solutions","id":"142","title":"Solutions"},"143":{"body":"Dynamic rerouting Allow multiple vehicles through intersection at once if there is enough space on lane where given vehicle is going. Currrently vehicles travel through crossings one by one (or, with --disable_block_the_box enabled - will enter crossing even if leaving it will be impossible). Last resort: if someone's waiting on a turn >5m, just go. Uber-turns Group both stop sign and traffic signal intersections when looking for uber-turns. Even a single traffic signal surrounded by tiny roads with stop signs is causing problems.","breadcrumbs":"Traffic simulation » Not implemented","id":"143","title":"Not implemented"},"144":{"body":"Because there are so many different causes all tangled together, my approach is to simplify the simulation as much as possible. A problem is much easier to understand and fix when it's isolated. I've been trying this to get the downtown weekday scenario to complete. A list of different techniques to simplify, in no particular order: Use the --infinite_parking flag to just let everyone park directly in their destination buildings. This is useful since downtown has many large parking garages with high capacity, but I don't have a data source describing them. Use the --disable_turn_conflicts flag, which greatly reduces realism, but lets conflicting turns happen simultaneously. (Even with this and other flags, downtown still gridlocks!) It also disables traffic signals, so bad inferred timing isn't an issue. Use the --disable_block_the_box flag to workaround short roads. If you notice problems forming from cars stacking up behind slower cyclists, there's no over-taking implemented yet. Use the scenario modifiers to convert all biking trip to driving: --scenario_modifiers='[{\"ChangeMode\":{\"to_mode\":\"Drive\",\"pct_ppl\":100,\"departure_filter\":[0.0,86400.0],\"from_modes\":[\"Bike\"]}}]' If all else fails, use the scenario modifiers to bluntly cancel some percentage of all trips.","breadcrumbs":"Traffic simulation » Strategy for resolving","id":"144","title":"Strategy for resolving"},"145":{"body":"Give more examples of changesets. upstreaming turn restrictions into OSM to prevent invalid U-turns and other crazy movements ex: https://www.openstreetmap.org/changeset/87945050 upstreaming lane count fixes into OSM to improve geometry","breadcrumbs":"Traffic simulation » Fixing data used in simulation","id":"145","title":"Fixing data used in simulation"},"146":{"body":"A single trip consists of a sequence of TripLegs -- walking, operating a vehicle (car or bike), and riding the bus. Depending whether a trip begins or ends at a border or building, there are many combinations of these sequences. This is a way to categorize them into three groups. I'm not sure it's the simplest way to express all the state transitons.","breadcrumbs":"Traffic simulation » Multi-modal trips","id":"146","title":"Multi-modal trips"},"147":{"body":"","breadcrumbs":"Traffic simulation » Walking-only trips","id":"147","title":"Walking-only trips"},"148":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a border","id":"148","title":"Trips starting from a border"},"149":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a building","id":"149","title":"Trips starting from a building"},"15":{"body":"Welcome to my world. ;) If the number of lanes seems wrong, select the road and check the OSM tags. I'm inferring lanes from that. Feel free to make manual OSM edits to fix any problems you see. (I'd like to extend this tool to make that easier; let me know if you have ideas how to do this.)","breadcrumbs":"Instructions » I noticed weird roads in the tool","id":"15","title":"I noticed weird roads in the tool"},"150":{"body":"When the player edits the map, there's an efficient process for applying the edits at the map model and rendering layer. In the middle of a simulation, it's less obvious how to apply all edits. Most of the time currently, edits cause the simulation to reset to midnight. Applying edits to the sim without reset is important for running machine learning experiments and for improving the gameplay experience (by having more immediate feedback about the consequences of a change). The UI has a dirty_from_edits bit to track when changes have been applied without reset. This lets us tell the player that by the end of the day, any score / results are tentative, because their edits might have a different effect earlier in the day.","breadcrumbs":"Traffic simulation » Live edits","id":"150","title":"Live edits"},"151":{"body":"Changes to traffic signals are simple -- incremental_edit_traffic_signal happens at the map layer, and then handle_live_edited_traffic_signals at the sim layer just resets the current stage to 0 if the previous configuration had more stages.","breadcrumbs":"Traffic simulation » What works today","id":"151","title":"What works today"},"152":{"body":"Many of the edits will influence routes. For trips that haven't started yet, there's nothing to do immediately. Paths are calculated right before the trip starts, so slight changes to the start/end of the path due to map edits (like where somebody starts biking, for example) are captured naturally. For currently active trips, in some cases, rerouting would be ideal but not necessary (like if speed limits changed). In other cases -- like changing access restrictions, modifying lane types, closing intersections -- the route must be recomputed. As a simple first attempt, we could just cancel all active trips whose path crosses an edited road or intersection. Later, we can figure out rerouting. And actually, the only other case to handle is ChangeRouteSchedule, which should just be rescheduling the StartBus commands.","breadcrumbs":"Traffic simulation » TODO: Recalculating paths","id":"152","title":"TODO: Recalculating paths"},"153":{"body":"What happens if you modify a parking lane while there are cars on it? For now, just delete them. Trips later making use of them will just act as if the car never had room to be spawned at all and get cancelled or fallback to walking. A better resolution would be to relocate them to other parking spots. If the owner is home, it'd be neat to have them walk outside, move the car, and go back in. But this greatly complicates the simulation -- the edited lane is in a transition state for a while, it modifies schedules, the person might not be around, etc.","breadcrumbs":"Traffic simulation » TODO: Parking","id":"153","title":"TODO: Parking"},"154":{"body":"TODO: Fill out the types of parking available, public/private, blackholes, how people pick spots, how seeding works, etc.","breadcrumbs":"Traffic simulation » Parking","id":"154","title":"Parking"},"155":{"body":"If you pass --infinite_parking on the command line, every building gets unlimited public spots. This effectively removes the effects of parking from the model, since driving trips can always begin or end at their precise building (except for blackhole cases). This is useful if a particular map has poor parking data and you need to get comparative results about speeding up some trips. Often the A/B testing is extremely sensitive, because a parking space close to someone's destination is filled up quickly, slowing down the trip.","breadcrumbs":"Traffic simulation » Infinite parking","id":"155","title":"Infinite parking"},"156":{"body":"This has some background/logistics about the project.","breadcrumbs":"Project logistics","id":"156","title":"Project logistics"},"157":{"body":"A/B Street has been under active development since June 2018. That's a long time -- what work is happening now and how can you contribute?","breadcrumbs":"Project » Roadmap","id":"157","title":"Roadmap"},"158":{"body":"Afer the alpha launch in June, I plan to focus on: shared biking/walking trails like the Burke Gilman light rail more score functions besides trip time, like safety/comfort changing trip mode choice (if you make a bus route more desirable, switch some trips) web support (so people can try out proposals without installing anything)","breadcrumbs":"Project » Next steps, summer 2020","id":"158","title":"Next steps, summer 2020"},"159":{"body":"If I had resources to hire a team, this is roughly how I'd organize different roles. If you're interested in helping, these aren't strictly defined positions, just ideas of related tasks.","breadcrumbs":"Project » Ongoing work","id":"159","title":"Ongoing work"},"16":{"body":"To keep the release size small, I'm not including all maps yet. Let me know what you'd like to see included. Or if you have a .osm file, try the quick start guide .","breadcrumbs":"Instructions » I want to map an area, but there's no option for it","id":"16","title":"I want to map an area, but there's no option for it"},"160":{"body":"We've got a UX designer, but implementing all of the new designs takes time. Also: improve color schemes for colorblind players, implement night mode, rain effects, etc refactor and clean up the GUI library for other Rust users lots of data viz design / implementation needed","breadcrumbs":"Project » UI and data visualization","id":"160","title":"UI and data visualization"},"161":{"body":"the tutorial mode needs attention many ideas for challenge/story modes, but playtesting, tuning, and game design needed","breadcrumbs":"Project » Game design","id":"161","title":"Game design"},"162":{"body":"Support more cities: write docs/tools to help people add new cities without programming experience add support for non-OpenStreetMap input: GeoJSON for parking in Perth, other trip demand sources, etc fix bugs for driving on the left side of the road Improve the quality of map geometry derived from OpenStreetMap: try new algorithms to generate intersection polygons make tools for easily improving relevant data in OSM use ML and lidar/satellite data to get extremely accurate curb / planter / sidewalk geometry Build tools and organize community mapping: organize an effort to map how traffic signals are timed (partly started) divide and track work for distributed mapathons Bring in new data to understand more about cities: PM2.5 pollution Tax / land value (is there inequitable access to transit?)","breadcrumbs":"Project » Map data / GIS","id":"162","title":"Map data / GIS"},"163":{"body":"Totally new areas: light rail shared bike/pedestrian paths ridesharing micromobility (scooters, floating bikeshare) more score functions (elevation gain, biking safety) generating trip demand / activity models from scratch or modifying existing ones Improve existing models: overtaking / lane-changing pedestrian crowds instant vehicle acceleration pedestrians walking on road shoulders (some streets have no sidewalks) buses: transfers, proper schedules, multiple buses per route","breadcrumbs":"Project » Simulation / modeling","id":"163","title":"Simulation / modeling"},"164":{"body":"A/B Street runs on the web via WASM and WebGL; just waiting on vector text support. Besides that: Share community proposals online, discuss them, vote, etc","breadcrumbs":"Project » Web","id":"164","title":"Web"},"165":{"body":"There's plenty to do besides programming! Mapping, most of which directly contributes to OpenStreetMap: sidewalks and crosswalks on-street parking traffic signal timing Playtesting by attempting to implement real proposals would also be helpful, to expose where it's awkward for A/B Street to edit the map and to write up problems encountered. Advocacy: I'm not great at finding the right people to to get ideas implemented for real. Maybe you are?","breadcrumbs":"Project » Contributing for non-programmers","id":"165","title":"Contributing for non-programmers"},"166":{"body":"Longer term, I'd like to take lots of the work in generating and interacting with high-detail OpenStreetMap-based maps and generalize it, possibly as a new OSM viewer/editor. More generally, I'd like to see how simulation can help individuals understand and explore other policy decisions related to cities. Domains I'm vaguely interested in, but not at all knowledgable about, include land-use / zoning, housing, and supply chains. In late March 2020, a new collaborator started a pandemic model using the existing simulation of people occupying shared spaces. What are other domains could benefit from the rich agent-based model we're building?","breadcrumbs":"Project » Long-term vision","id":"166","title":"Long-term vision"},"167":{"body":"I thought it'd be helpful to explain what motivates my work in A/B Street. These are just my personal values; I don't intend to make a careful argument about these here. In no particular order: Transparency and reproducibility : if city government uses data, modeling, or simulation to inform a decision affecting the general public, then anybody ought to be able to repeat that analysis. This means code and data should be open. Businesses like Sidewalk Lab's Replica and Remix still need to generate income, but it's unclear why governments use taxes to pay for something only they see. Decision making should be documented clearly. Why were the 35th Ave bike lanes scrapped? Was the amount of on-street parking on nearby residential roads factored in? Was there analysis of how trip time is impacted by parking in the neighborhood and walking a few blocks to a business on the arterial? I'm personally inspired by approaches like vTaiwan and PDIS Accessibility leads to participation : There's overhead to taking small ideas to advocacy groups or inconveniently timed public meetings. If the planning process is easier to interact with, more people will participate. Seattle's Your Voice, Your Choice program is maybe an example of this Short-term changes : ST3 is exciting, but 2040 isn't close. There are much cheaper changes that can be implemented sooner. Most of the edits in A/B Street are inspired by tactical urbanism; they could be prototyped with signs and paint. The US is too dependent on cars : This has an unacceptable impact on the environment. Even ignoring that, many cities are out of room to build more roads. We can't keep scaling population like this. Autonomous vehicles will NOT save the day : They can squeeze more throughput out of existing infrastructure, but only up to a point. They might encourage people to move and tolerate longer commutes. Mass transit and dense land-use patterns handle population growth better. Compromise and trade-offs : I see lots of rhetoric calling for extreme, sudden change. I don't want to ban all cars from downtown Seattle, because that's not realistic. I want to focus on immediate steps forward. I want to come up with estimates about impacting drivers by a median 3 minutes in order to save a bus route 1 minute, and to shift public discourse towards that.","breadcrumbs":"Project » Project motivations","id":"167","title":"Project motivations"},"168":{"body":"As of June 2020. tldr: A/B Street has been in active development since June 2018, but the idea has been festering since I was about 16.","breadcrumbs":"Project » Project history","id":"168","title":"Project history"},"169":{"body":"What poor judgments have cost me the most time? UI churn: I should've studied some UX on my own and started with a clear idea of how to organize everything OSM data quality: I should've gained the confidence to upstream fixes earlier Intersection geometry: I should've realized sooner that simulation robustness is more important than nice appearance. Geometry primitives: I sunk too much time into the polyline problem and f64 precision.","breadcrumbs":"Project » Retrospective","id":"169","title":"Retrospective"},"17":{"body":"This process isn't easy yet. Please email dabreegster@gmail.com or file a Github issue if you hit problems. I'd really appreciate help and PRs to improve this.","breadcrumbs":"Instructions » Importing a new city into A/B Street","id":"17","title":"Importing a new city into A/B Street"},"170":{"body":"The name was almost \"Unstreet\" or \"Superban\" (superb urban) I hope you enjoy and/or are baffled by the release names","breadcrumbs":"Project » Trivia","id":"170","title":"Trivia"},"171":{"body":"I originally wanted to tell a much longer story here of how I came to work on A/B Street, but I'm not sure this is the right time yet. So consider this the quick version. I grew up in Baton Rouge, where driving is effectively the only mode of transport. (I've gone back and made a point of taking long walks to confirm how antagonistically the city is designed towards walking.) Very early on, I fell in love with a Nintendo 64 game called Banjo Kazooie, which led me to the online fan communities of the early 2000's. I wanted to create games too, so I started learning programming via library books and lots of questions on IRC. Because I never had any confidence in art, I wound up working on roguelikes , which led to a fervent interest in pathfinding algorithms and collaborative diffusion . When I started driving in high school, I quickly realized how bad people were at it. I remember being stuck at the intersection of Florida Blvd and Cloud and first wondering if the pathfinding algorithms could help with traffic. Can you see where this is going? Impatience is a virtue I moved to Austin for college. One of the first days of class, I shuffled down the stairs of Gearing Hall past a crackly old speaker apocalyptically announcing the weather forecast (details add color, right?) into a seminar demanding a totally open-ended first assignment to do something interesting. After I left, somebody stopped to ask me for directions, but I didn't know campus well yet. I thought about how Google Maps gave really silly walking directions. So I decided I'd hand-draw a map of campus, showing all of the construction, how to cut through the labryinth that is Welch Hall on hot days, and where to find the 24/7 robot coffee machines, and hack together a routing engine to help people find the shortest path between their classes. The feedback I got on this assignment included something along the lines of, \"I was really pretty impressed first that you would be so stupid as to actually try to do this...\" Hand-mapping UT Austin But I did, and that led me to discovering OpenStreetMap, which it turns out was pretty pivotal. (The first version of my campus map was seeded vaguely off an official paper map, but mostly I walked around and invented half-assed surveying methods on the spot.) Next semester, I joined a freshman research stream with somebody who had worked on AIM , UT's demonstration that autonomous vehicles wouldn't need traffic lights. Everything came together, and I started a 3 year journey of building AORTA , a traffic simulator for AVs. Guided by the research lab, I explored the really bizarre idea of letting AVs bid to turn lights green sooner and micro-tolling all roads to disincentivize congestion. Both of these mechanisms would be incredibly unfair to people without the spare cash to back up their high value-of-time, but I brushed this off by saying the currency could be based on carpooling, EVs, etc. Approximately Orchestrated Routing and Transportation Analyzer It was great to try research in college; I learned I really dislike munging data and compressing my work into 6 pages of conference paper LaTeX. So I moved to Seattle to work in industry instead, on something completely unrelated to transportation. Lots of things began unravelling for me in Seattle, but one of them was biking. In Austin, I had picked up mountain biking, and all but stopped driving; it was an amazing place to explore and commute by bike. Seattle was different. There were many more cyclists around, but the experience felt more stressful, the drivers more aggressive. I had plenty of near-misses. I kept commuting by bike, but the joy of it was gone. I started noticing how many cars were parked on narrow arterials and wondering why that was a fair use of space. I started paying attention to the public discourse around bike infrastructure in Seattle and feeling like the conversation was... chaotic. Manhattan took walkability seriously Fast forward to late 2017. This is where I'll omit chunks of the story. I visited London, my first experience with a city that took public transit seriously. When I returned, lots of latent ideas stopped fermenting and started exploding. I threw together a prototype of A/B Street and started the arduous process at work of open-sourcing it and applying to a program to let me work it on for a few quarters. A few months later, I wound up quitting instead, and began to work on A/B Street in earnest.","breadcrumbs":"Project » History » Backstory","id":"171","title":"Backstory"},"172":{"body":"I skimmed through git and summarized roughly what I was working on each month, calling out milestones. \"UI churn\" is pretty much constantly happening. June: polyline geometry and lanes, building paths, protobuf -> serde July: pedestrians, bikes, parked cars, lane edits August: porting AORTA's discrete-time driving model September: multi-leg trips, buses, the first ezgui wizard, randomized scenarios October: A/B test mode (and so per-map plugins), forking RNG for edit-invariance, intersection geometry November: clipping / borders, using blockface for parking, time travel mode, test runner framework December: bezier curves for turns, traffic signal editor, a first attempt at merging intersections, right-click menus, a top menu, modal menus the grand colorscheme refactor: a python script scraped cs.get_def calls at build-time January: careful f64 resolution, ezgui screencapping, synthetic map editor grand refactor : piston to glium February: attempting to use time-space intervals for a new driving model, new discrete-event model instead Feb 19-27 : conceiving and cutting over to the new discrete event model March: fleshing out DES model (laggy heads), first attempt to build on windows, gridlock detection April: first public releases, splash screen and rearranging game modes May: fancier agent rendering, attempting to use census tracts, finding real demand data milestone : discovered PSRC Soundcast data, much more realistic trips","breadcrumbs":"Project » History » Year 1 (June 2018-2019)","id":"172","title":"Year 1 (June 2018-2019)"},"173":{"body":"Circa October 2019 June: contraction hierarchies for pathfinding, stackable game states July: OSM turn restrictions, misc (I think I was in Europe?) August: pedestrian crowds, agent color schemes, parking blackholes, a big raw_data refactor to store Pt2D, attended first hackathon September: offstreet parking, associating parked cars with buildings using Soundcast (before that, anybody could use any car!), implemented texture support for some reason, doing manual MapFixes at scale to fix OSM bugs milestone : got the smallest montlake map to run without gridlock October: parking sim fixes, opportunistic lane-changing, starting challenge modes November: prebaked sim results, time-series plots, undo for edit mode, traffic signal editor grouping turns milestone : Yuwen joins project December: the UI reform begins (flexbox, minimap, trip timelines, cutting over to SVGs, info panels, scrolling), started naming releases sensibly Project leaked to HN , woops January: UI reform continues, the modern tutorial mode appears Feburary: UI and tutorial, all text now pure vectors, port to glow+WASM March: lockdowns start in US, start grouping trips as a person, population heatmap, left-hand driving, info panel and typography overhauls. started engaging with Greenways, started effort to map traffic signals April: Orestis joins and starts the pandemic model, trip tables, the optimize commute challenge, refactor for people's schedules and owned vehicles, trip time dat viz, MAJOR progress fixing gridlock at the sim layer May: gridlock progress, upstreaming fixes in OSM, differential throughput and first real write-up, long-lasting player edits, dedicated parking mapper, maybe vanquished the HiDPI bugs, multi-step turn restrictions, random bios for people, and docs like this to prep for launch ;) milestone : relying on pure OSM, no more MapFixes","breadcrumbs":"Project » History » Year 2 (June 2019-2020)","id":"173","title":"Year 2 (June 2019-2020)"},"174":{"body":"June: parking lots, real minimap controls, road labels June 22 : alpha launch! r/Seattle , r/SeattleWA , r/UrbanPlanning , HN , GeekWire , The Stranger July: loads of bugfixes, map geometry improvements, UI cleanups, access-restricted zones for private neighborhoods and no-through-traffic, better traffic generation between home<->work for new maps, complete overhaul to bus routes and introduction of light rail, commute pattern explorer, importing Krakow and Berlin, smarter lane-changing, walkable shoulders for roads without sidewalks KING 5 Evening interview August: Michael joins, multiple traffic signals can be edited together, started a headless JSON API, support for other languages in OSM data, started congestion capping, backwards-compatible and more robust map edits, two-way cycletracks, more cities imported, slurry of bugfixes and performance improvements Silicon Valley Bike Summit , Seattle PI September: ... SeattleMet October: ...","breadcrumbs":"Project » History » Year 3 (June 2020-2021)","id":"174","title":"Year 3 (June 2020-2021)"},"175":{"body":"Every time I upload a new binary release , I'll list major changes here. 0.1.0 First binary release 0.1.1 drawing arrows better start with a splash screen, make it easy to change maps in-game 0.1.2 totally revamp GUI by organizing everything into distinct gameplay modes 0.1.3 new warp tool that autocompletes street names hideable menus, place context menus better, remove top menu bar, add a simple OSD loading screens reflect what's printed to the terminal depict pedestrians and bikes with more detail tool to scroll through an agent's route make simulation speed controls actually work 0.1.4 improve stop sign editor UI (toggle entire roads) better mouseover / selection rendering better traffic signal rendering (show time left, use outlines for yields) make cars actually stop and briefly wait at stop signs improve edit mode diff visualization (cross-hatching) render actual stop signs, not just red lines fix intersection policies confused by conflicting straight turns with lane-changing fix mac scrolling better turn indicators nicer unzoomed view of roads, with different colors for big/small roads 0.1.5 (release file size jumped from ~15MB to ~70MB because of new PSRC trips) improve UX of intersection editors define a better set of maps included by default improve drawing speed by batching more stuff better default traffic signal policies for many cases import and visualize census data fix missing sidewalks on downtown one-ways import and visualize PSRC trip data 0.1.6 slider widget for controlling time and speed fixing bad polyline geometry in most cases; visualizing routes should no longer be buggy handle PSRC trips that begin or end out-of-bounds draw agents in unzoomed mode in a way simpler way improve edit mode: detect reverts to original, easier lane type switching lots of fixes for buses: handle edits better, read sequence of stops correctly from GTFS set up A/B tests faster 0.1.7 bulk and revert tools in edit mode improve turns and default intersection policies when bike/bus lanes involved new tool to manually hint for short roads and weird intersections. some problems have now been manually fixed scoreboard of trip results for sandbox and A/B test mode reduce lag when sim is running at full speeds, but system is too slow switch to easbar's contraction hierarchy crate, making all pathfinding INSANELY fast remove weird rules about the world freezing when traffic signals are in \"overtime\" 0.1.8 edit mode: convert to a ped scramble cycle, simplify stop sign editor by removing individual turns ui: put labels next to sliders, organize modal menus into sections, add a minimize/maximize icon A/B test mode: savestate, include time controls and agent following/route tools here use more OSM data for turn lanes, turn restrictions from lanes, turn restrictions between entire roads dont attempt to cross a traffic signal if there's absolutely no hope improve bus route UI tools and make routes using transit more sane user-defined shortcuts for jumping between views of a map 0.1.9 sliders to pick times in wizards fix hidpi scaling traffic signal diagram scrolls properly easier to instantiate a scenario, show all trips involving a building for a scenario colorschemes to show trip duration or time blocked label buses with route number represent overlapping pedestrians as a labeled crowd massive performance boost via real priority queue prevent cars from \"blocking the box\" prevent all? aborted trips (due to parking blackholes mostly) smarter roam-around-for-parking router 0.1.10 sim parking in off-street garages and on-street lanes on the off-side of oneways now mostly works detect and handle parking blackholes; cars should never get stuck looking for parking now let lower-priority turns happen at traffic signals when higher-priority ones blocked get closer to FCFS ordering at stop signs basic opportunistic lane-changing a bus should be seeded for every route now demand data show trips to/from buildings and borders make PSRC trips seed and attempt to use parked cars UI different heatmap overlays, like parking availability and busiest areas show colorscheme legends when relevant interactively seed parked cars, spawn more types of trips fix major A/B test mode bug (mismatched scenarios and map edits) adjusting sliders, menu placement, dynamic items consolidating different tools into a single info panel for objects bus route explorer shows entire route, current bus location map quality degenerate intersections only have one crosswalk now revamped the map editor for fixing geometry problems, used it in many places nicer yellow center lines (dashed when appropriate) handling OSM turn restriction relations properly fix empty traffic signal phases handling bike lanes on certain sides of the road starting to upstream manually-verified parking lanes into OSM new gameplay: reverse direction of lanes 0.1.11 small UI fixes: fixed width traffic signal diagram, skip info phase of menus when empty start drawing (but not using) shared left-turn lanes from OSM fix OSM polylines with redundant points (fixing an issue in ballard) improved traffic signal policies in some cases started upstreaming some sidewalk tags in OSM to fix inference issues fixed misclassified right turns adjusting map colors handling lakes/ocean polygons from OSM way better reorganized sim analytics, added stuff for bus arrivals adding new internal road points to map editor. almost ready to really aggressively use it skipping parking lanes with no nearby sidewalks, since they're unusable fix z-order of bridges/tunnels in unzoomed view allow unzooming indefinitely move lots of sandbox mode controls (and other modes) to menus under buttons and dedicated buttons basic support for marking a lane closed for construction improved geometry of sidewalks at dead-ends 0.1.12 reorganize everything as different challenge modes. start implementing 3: optimizing a bus route, speeding up all trips, or causing as much gridlock as possible improved bus route explorer some UI fixes (popup messages in a few places, moving mouse tooltips to the OSD) lots of analytics and time-series plots 0.1.13 analytics: prebake baseline results properly. hover over plot series. some new modes to see bus network, throughput of a road/intersection over time log scale for the speed slider add a bulk spawner in freeform mode (F2 on a lane) rendering: nicer routes, crosswalks, zoomed car colors map data: better stop sign and sidewalk heuristics fixed the mac hidpi text rendering issue once and for all?! 0.1.14 better crosswalk generation when there's only a sidewalk on one side of a road edit mode UI revamp: paintbrush-style buttons to apply changes to lanes show error messages and prevent edits, like disconnecting sidewalks properly ban bikes from highways (revamped rules for vehicles using a lane) new freeform mode tool to spawn bikes WIP (not working yet): make bikes prefer bike lanes. some debug heatmaps for path cost edit mode has proper undo support 0.1.15 minor bugfixes with reverting lane types, preserving stop signs incorporate edits into the challenge splash screen, make sure edits are reset when appropriate starting a new challenge mode, just focused on traffic signals can't leave traffic signal editor with missing turns render pedestrian crowds on building front paths traffic signals support an offset parameter traffic signal visualization and editing revamped to group related turns together can preview traffic using a signal from the editor actually apply priority at intersections, so protected turns get first dibs over yield turns 0.1.16 fix Mac crashing with texture limit bug by switching to texture arrays fix crashing simulation when a border intersection was used started to implement a new UI design for starting the game 0.1.17 more work on the pre-game UI, with some flexbox layouting prototype a minimap in sandbox mode. doesn't pan or scroll yet. prototype a new speed/time control panel from the mockup nicer time warp loading screen record and show detailed trip timeline, including time to park 0.1.18 map data: infer more building addresses some analytics on how long people spend parking and intersection delay over time create an options panel, allowing runtime customization of color scheme, traffic signal rendering, etc internal changes to map building pipeline to make it much easier for new devs to onboard organizing challenges into sub-stages, starting to flesh out specifics for the fix traffic signal track much more realistic pedestrian pathfinding fix minimap on mac (dpi issues) visual tweaks to cars to make front/back easier to distinguish internal change to switch most assets from PNG to SVG 0.1.19 some challenge modes show a histogram for counting faster/slower trips new visualization of current demand per direction at a traffic signal implementing some of Yuwen's UI changes: agent counter, split time/speed panel, moved functionality out of the old drop-down menus into a bottom-left tool panel, hiding debug functionality replaced right-click context menus with left click to open info panels fixed random issues reported by people from HN 0.1.20 moved some UI functionality around, pulling graphs into info panel interactive legend for the minimap, toggle visibility of different agents nicer colors and shapes for cars misc simulation bugfixes that might help huge_seattle pedestrians choose to use transit more realistically, factoring in time for the bus to drive 0.1.21 switch some analytics dashboards to use buttons, not old non-scrolling menus scrollbars... at least a start preview traffic signal changes from live sim as the base traffic signal preview has normal time/speed controls traffic signal editor has undo support minimap has buttons to pan 0.1.22 minimap zoom controls traffic signal rendering overhaul heatmap colors improved, heatmap appears on minimap bus info panel, a start to live delay analytics 0.1.23 UI revamps: speed panel, minimap controls, heatmap chooser bus timeline hide internal IDs normally limit map zoom fix bugs with crosswalks conflicting with vehicle turns 0.1.24 overhaul traffic signal editor UI, and add redo support update main edit mode UI, and add redo support limit max unzoom fix the infamous HiDPI bug once and for all; minimaps should work everywhere almost bug-free support for floating, horizontally and vertically scrolling panels overhaul top-center panel, rename scenarios to be less confusing expose bus analytics outside of challenge mode live info panel can exist during a running simulation consolidated agent route/trip information into info panel 0.1.25 overhauled the tutorial tuned top-center panel for sandbox and challenge modes make bike and bus lanes more obvious show map edits as an overlay anywhere tune info panel contents, and show relationships between parked cars and buildings fixes to traffic signal editor, like making all-walk conversion idempotent nicer throughput and delay plots (sliding windows, grid lines) 0.1.26 tutorial improved in a few places map data: thinner sidewalks, associate buildings with named amenities traffic model: vehicles can spawn on all lanes from a border much better gameplay speed (previously was too fast) UI tuning: lane editor, minimap, signal editor, heatmap legends don't overwrite minimap traffic signal challenge communicates score more clearly 0.1.27 edit mode revamped: click to edit stuff. no more lane paintbrushes. autosaving and save as. tutorial: can quit and resume tutorial now challenge picking flow simplified UI: layouting fixes to full-screen / into stuff, popup menus go beneath buttons, plots improved internal change to render all text using vector graphics. other than a few text layouting issues, shouldn't be noticeable, except now tooltips in plots don't get covered up misc perf improvements (cache SVGs, drawing many circles for unzoomed agents, dont reload prebaked data) upgraded winit, glutin, glium -- hopefully no new bugs introduced on any platforms 0.1.27a patch to fix a crash with empty text dimensions on things like building info panels 0.1.28 all info panels revamped some tutorial stages are much more clear, with an updating goal traffic signal scorecard generalized to work for some tutorial too adjust how selected agents look X button on popup menus 0.1.29 new tool to convert between stop signs and traffic signals lane editor easier to edit multiple lanes info panels: IDs, mostly avoid horizontal scrolling, better info about trips to/from somewhere, move buttons up traffic signal editor UI overhaul different data in top-right agent meters panel tooltips to communicate keybindings better new jump-to-time panel, showing when rush hours occur speed controls use more useful speeds include ongoing trips in measured trip times jump to next challenge after completing one lots of tutorial tweaks 0.1.30 show additional info about traffic patterns and buggy maps revamp tutorial UI to group tasks and messages better handle different mode transitions when info panel open on an agent select entire roads in unzoomed edit mode show total time an agent has spent moving / blocked use 2-phase traffic signals by default, making the 23rd map successfully complete! jump-to-time now optionally points out traffic jams forming challenge splash screen improved 0.1.31 overhauled trip timeline in agent info panels overhauled traffic signal details panel and the per-lane turn explorer settings page: show all options at once. add way to scale up text/UI elements for high-DPI displays, and an alternate pan/zoom control scheme traffic signal edits can now be exported and used in any slice of Seattle. will be using this to hand-map many of them. many small tutorial fixes 0.1.32 some UI work on giving focus to textboxes, improving dropdown menus road/intersection plots display baseline sim data too start associating people with multiple trips, exposing this a little in the UI bring back elevation data, introduce a new overlay. the elevation data is still really bad. 0.1.33 new \"population\" overlay, showing people (not just current trips). heatmap and dot map to visualize. improved the \"delay\" overlay to handle roads and intersections removed the confusing and useless alternate color schemes for agents initial left-hand driving side, tested in Perth, also drawing more arrows for all one-way roads loads of internal GUI code refactorings, preparing for a standalone release of the library fixed z-buffering and alpha values for web backend 0.1.34 info panels have been totally overhauled again. multiple tabs, way more clear representation of agents, trips, and people. draw people inside of a building applied consistent typography everywhere lots of internal refactoring 0.1.35 more info panel work, particularly for trips and buses. change plot settings live. prototype of a SEIR pandemic model based on time spent in shared spaces, by orestis slight heatmap improvements, more coming more typography changes mouse cursor now changes for buttons and dragging! overhaul minimap controls, make layers behavior zoomed in a little better new speed panel and jump-to-time modal 0.1.36 overhauled simulation data page, with a table to find slow trips and some initial summary visualizations plots can change windowing and show/hide series layers: fade map to contrast more, better scales/legends show relative trip times in info panels tools to rewind/ffw to watch particular trips refocusing efforts on challenge modes; level 1 of a new one is pretty much ready some simulation fixes around parking and a corner case of cars temporarily forming a cycle orestis improved the population/pandemic heatmaps 0.1.37 optimize commute challenge: high score, live sentiment, second stage parked cars are owned by people, not buildings info panel improvements for trips bike layer suggests places where bike lanes could be helpful many improvements to scatter plot a new histogram-ish thing for understanding faster/slower trips handling scenarios longer than 24 hours better (for pandemic model) prototype of commute visualization, grouping buildings by blocks sim bugfixes: crosswalk / vehicle turn conflicts, start bikes in bike lanes from borders 0.1.38 major internal changes to ensure people's schedules don't have impossible gaps, to associate fixed bikes/cars to a eprson, handle delayed starts to trips parking changes: show path to closest free spot, utilization of a lane over time, every building includes at least 1 offstreet spot by default progress on removing unrealistic gridlock: detect turn conflict cycles and temporarily allow conflicts, trim last steps of a laggy head internal sim alert system. speeds up debugging, could be used for player-facing \"traffic jam!\" alerts 0.1.39 switched to proper OSM-based maps; no more brittle, manual geometry fixes more sorting and filtering options in trip table and parking overhead tables improve offstreet parking rendering. park closer to destination buildings easier process for importing new cities. introducing Los Angeles, Austin, Barranquilla. new data updater tool so people can opt-in to new cities many internal fixes to prevent gridlock. smarter cycle detection, manual OSM fixes and traffic signal timings 0.1.40 differential throughput layer to understand routing diversions map edits now reference longer-lasting OSM IDs, can work cross-map basemap updates: new areas for west seattle, mt baker, lots of upstreamed fixes in OSM and traffic signals, smarter border matching parking: optionally filter on/off-street spots in the layer, allow disconnecting spots via edits render some tunnels with lower opacity new feature to change speed limits and bulk road selection tools first write-up of a real use case (closing lake wash through arboretum) make the traffic signal challenge act like a game, with a failure/win state and scoring 0.1.40a added a mode to map parking 0.1.41 new parking mapper tool include a one-shot .osm importer in the release new layer to find different types of amenities / businesses adjust traffic signal rendering style bulk lane editor for changing speed limits and lane types including west seattle and udistrict maps include some OSM buildings that were being skipped dont pause after opening something from sandbox mode adjust turn signals for lane-changing cars lots of fixes for monitors with different DPIs, enabled by default 0.1.42 many misc UI bugfixes, especially for high-DPI screens managing turns across multiple nearby intersections: tool to visualize, handling multi-way OSM turn restrictions, using this to ban illegal movements at the pathfinding layer, starting a traffic signal editor variant to edit these rendering improvements: unzoomed agent size, visualizing routes on trip table, transparent roads beneath bridges, draw harbor island overhauled street/address finder parking mapper: shortcut to open bing 0.1.43 new map picker! UI polish: traffic signal editor, layers, bus stops, delay plots generate more interesting biographies for people tuned all the map boundaries fleshing out lots of docs in preparation for the alpha release... 0.1.44 spawner UI revamped model parking lots! and finally model public/private parking fix up tutorial starting a story map mode 0.1.45 overhauled challenge cutscenes and hints traffic signal challenge: fix score detection, add meter, much faster startup, no reset-to-midnight required layers: use gradient for a few, delay comparison, new UI for picker overhauled minimap controls, should be intuitive now edit mode changelist UI started 0.2.0 (alpha launch) road names now shown by default, in a new style all layers now use gradients and show up zoomed in. worst traffic jam layer revamped. scatter and line plot improvements internal UI fixes: proper word wrap bugfixes for following people riding the bus rainbow crosswalks in one neighborhood final polishing for launch 0.2.1 busy week due to launch, but many new features in the pipeline many bug fixes edit mode: proper autosave, load proposals, jump between lane/intersection editors very first steps on light rail... importing the tracks starting a new traffic scenario modifier system, to repeat entire scenario or outright cancel trips for some people. many more ideas for filters and actions coming soon. starting to represent private roads add a very simple actuated traffic signal 0.2.2 the default traffic signal configuration is much smarter now, handling roads with some sidewalks missing and automatically synchronizing pairs of adjacent lights much faster startup time for large maps better UX for handling unsaved edits access-restricted zones: changing existing zones almost completely works, except for granting new access to pedestrians new sidewalk corner rendering, more rounded ui style standardized for margins, padding Javed got camera panning when your cursor is at the edge of the screen to work; enable it in settings pulling bus stop/route info from OSM, not GTFS. steps towards light rail. experimenting with controls for hiding bridges to see roads underneath; try them in dev mode (ctrl+S) many bug fixes 0.2.3 lane geometry is dramatically fixed, especially for one-ways importing lanes from OSM improved UI: bulk select includes select-along-a-route, show all bus routes in the layer, unzoomed zordering for roads/intersections traffic scenario modifier can now convert trip modes slight progress on light rail, although the train only makes one stop vehicles moving through complex intersections with multiple traffic signals will now make it through multiple lights, even if they're unsynchronized new random traffic scenario generator that makes people go between houses and workplaces access-restricted zones: granular editing of individual roads now mostly works removing the hardcoded relative directories, which many people have been having problems with many many bug fixes, and some optimizations to reduce release file size 0.2.4 bus/train routes overhauled; they're now one-way, regularly spawn every hour, and may begin or end at a border new commute pattern explorer tool new character art to give cutscenes a bit more personaliy some progress on gridlocking maps, both from manual fixes and an attempt to reduce conflicts in multi-turn sequences misc UI: show cars seeking parking in unzoomed mode, plot arrival rate at border intersections, consolidate bulk selection controls trips modified by an experiment can now be filtered in summaries buses, trains, and passengers on them are now properly distinguished in different stats include krakow and berlin in release buildings with holes in the middle are now rendered properly 0.2.5 cars pick lanes better overhaul bus/stop/route info panels UI: better autocomplete, commuter pattern improvements by Michael, toggles instead of checkboxes, contours for heatmaps, edit mode loader revamp internal refactors: turn creation, osm tags, osm parsing import living streets from OSM as restricted-access zones, and other importer tweaks for berlin, krakow, san jose, sydney 0.2.6 many roads without sidewalks now have a tiny shoulder lane, still enabling pedestrian movement, but with a penalty bike trips will stop/start at a better position along the sidewalk now support parking lanes on the off-side of a one-way UI: search by building names, commuter patterns shows borders better transit: make people ride off-map, spawn buses on short roads internal cleanups for buttons 0.2.7 many intersections with on/off ramps have much better geometry lane-changing banned on turn lanes lots more work matching bus stops/routes to the map. some progress, also some regressions. fixing spawning on tiny borders bus spawn rates from GTFS for seattle. started an editor for the schedule. internal ezgui refactorings 0.2.8 multiple traffic signals can now be synchronized and edited together new dashboard for \"traffic signal demand\" over the entire day and map started experimenting with controlling the headless runner via a JSON API epic ezgui fix by Michael to consolidate handling of HiDPI scaling got a bunch of huge cities importing and loading quickly you can now save the trips you manually spawn in freeform mode, then replay them later 0.2.9 import Xi'an, add a Chinese font, and add a tool for that group to import their external demand data control A/B Street through a graphics-less API, with a Python example improve UI for per-direction traffic signal demand on/off ramp geometry fixed in a few more cases fix some missing parking lot aisles, handle parking lots with 0 spots, and extract parking garages from OSM switch road/building language in settings, if OSM data exists congestion capping prototype: declare a max number of vehicles that can pass through a zone per hour, view/edit it, and very simple implementation in the sim layer add custom-drawn trips to the main scenario, for exploring new demand from a new building mkirk fixed up the glow/wasm ezgui backends, letting us remove glium make map edit JSON backwards compatible better lane/turn markings 0.2.10 two-way cycletracks and arbitrary direction changes for roads fix map editing for lane reversals, make edits backwards compatible, and massively speed up applying edits fleshing out the headless API and tooling for controlling the simulation from any language import a few more places, redo left-hand driving support so far various bug/performance fixes 0.2.11 disabled support for editing the map without resetting the simulation. needs more work, but solid start. improvements to API, activity model, congestion capping small UI tweaks for parking, editing multiple signals fixed last bugs for left-handed driving, should work just as well now lots of graphics experiments from the hackathon, not merged yet 0.2.12 new textured color scheme and isometric buildings, in settings new layer to show how far away people parked Massive UI overhauls: jump to time/delay, edit mode, traffic signal editor (now with offsets), lane editor, bulk lane edit, traffic signal demand (individual intersections and all), loading screen the Go API example compares trip times and detects gridlock infinite parking mode show how long a car has been parked in one spot bugfix for some pathfinding costs around uber-turns start to show a trip's purpose 0.2.13 alleyways from OSM imported traffic signal minimum time now constrained by crosswalks; thanks Sam! UI changes in progress for trip tables, summaries, bulk edit more API / Python example work for congestion capping bug fixes: isometric buildings, documentation links, dropdown widgets, turn restrictions 0.2.14 improve turn generation, with goldenfile tests UI adjustments: unzoomed routes, better delay layer, include reasons for cancelled trips, throughput layer counts small map importing fixes: multipolygon parking lots fix infinite parking and blackholed buildings 0.2.15 large internal change allowing asynchronously loading extra files over HTTP for web the release of the first web version! cars looking for parking now have a \"thought bubble\" showing this, by Michael slow sections of a trip are now shown in the info panel, by Sam fix by Michael for handling window resizing in panels fix original routes on edited maps internal code organization and documentation 0.2.16 UI: click unzoomed agents, switch between metric/imperial units, show reason for cancelled trips, new \"faded zoom\" color scheme based on mapbox, more detailed agent counts in the top-right panel's tooltips started a new dedicated OpenStreetMap viewer, will split out from A/B Street later fix alpha colors on web bugfixes for the new asynchronous map loading some substantial simulation performance gains (168s to 90s on one benchmark!) lots of progress towards editing the map without resetting the simulation to midnight. please test with --live_map_edits and report any issues internal refactoring and code documentation 0.2.17 tooling to automatically extract different shapes around cities without an explicit bounding polygon imported many maps for an OSM viewer demo misc bug fixes, UI tweaks, and perf improvements, especially for the web version start using OSM sidewalks data properly in krakow -- more work needed, but better start 0.2.18 overhaul data/system management: switch from Dropbox to S3, reorganize files, add an in-game updater started a UI for collision dataviz, with data in the UK and Seattle improve turns between separate footways simplify the process of importing a new city","breadcrumbs":"Project » CHANGELOG","id":"175","title":"CHANGELOG"},"176":{"body":"","breadcrumbs":"Project » References","id":"176","title":"References"},"177":{"body":"https://www.reddit.com/r/SeattleWA/comments/9mtgkh/seven_places_to_add_bus_lanes_now/ https://www.reddit.com/r/SeattleWA/comments/9oqkz9/how_traffic_patterns_will_change_after_seattles/ https://www.reddit.com/r/Seattle/comments/9orqne/4_fresh_ideas_to_ease_seattles_coming_traffic/ https://www.reddit.com/r/SeattleWA/comments/cr1r1l/why_the_fuck_does_the_right_lane_convert_to/ https://twitter.com/transitrunner/status/1175068582142599168","breadcrumbs":"Project » Example use cases","id":"177","title":"Example use cases"},"178":{"body":"Seattle Times Traffic Lab https://www.citylab.com/transportation/2018/08/is-it-time-to-rethink-what-a-bike-lane-is/568483/ http://openseattle.org/ https://igniteseattle.com/ http://seattlegreenways.org/ https://www.livablecities.org/ https://www.reddit.com/r/openstreetmap/comments/a39uv0/ok_so/ https://mic.comotion.uw.edu/ https://www.seattleinprogress.com/ http://www.seattle.gov/seattle-pedestrian-advisory-board Socrata http://transportationcamp.org/ https://www.seattle.gov/transportation/projects-and-programs/programs/neighborhood-street-fund https://www.seattle.gov/neighborhoods/programs-and-services/your-voice-your-choice https://commuteseattle.com/ https://www.theurbanist.org/ https://humantransit.org/2019/03/notes-on-simcity-at-30.html https://mynorthwest.com/category/chokepoints/ https://blogs.uw.edu/ceadvice/2019/05/08/infrastructure-week-2019-welcome-uw-cee-students-and-faculty/ https://escience.washington.edu/dssg/ josie kresner from transport foundry https://www.citylab.com/transportation/2019/08/city-planning-transportation-oakland-community-engagement/596050/ tweeting small problems -> bug tracker https://www.the74million.org/article/building-a-smarter-and-cheaper-school-bus-system-how-a-boston-mit-partnership-led-to-new-routes-that-are-20-more-efficient-use-400-fewer-buses-save-5-million/ https://www.citylab.com/perspective/2019/10/micromobility-urban-design-car-free-infrastruture-futurama/600163/ https://www.sanjorn.com/ https://ui.kpf.com/","breadcrumbs":"Project » Groups that may be eventually interested","id":"178","title":"Groups that may be eventually interested"},"179":{"body":"Urban Footprint ( https://news.ycombinator.com/item?id=17895739 )","breadcrumbs":"Project » Similar projects","id":"179","title":"Similar projects"},"18":{"body":"Use this if you want to import a city on your computer without making it available to other users yet. If you're using the binary release and have a .osm file, just do: ./importer --oneshot=map.osm. If you're building from source , do: ./import.sh --oneshot=map.osm. If you can't run import.sh, make sure you have all dependencies . If you're using Windows and the console logs appear in a new window, try running the command from import.sh directly, changing the $@ at the end to --oneshot=map.osm or whatever arguments you're passing in. The oneshot importer will will generate a new file in data/system/oneshot/maps that you can then load in the game. If you have an Osmosis polygon filter (see below), you can also pass --oneshot_clip=clip.poly to improve the result. You should first make sure your .osm has been clipped: osmconvert large_map.osm -B=clipping.poly --complete-ways -o=smaller_map.osm. By default, driving on the right is assumed. Use --oneshot_drive_on_left to invert.","breadcrumbs":"Instructions » Quick start","id":"18","title":"Quick start"},"180":{"body":"SDOT asking for feedback: http://sdotblog.seattle.gov/2017/02/08/from-signals-to-signs/ https://www.seattle.gov/transportation/projects-and-programs/programs/bike-program/protected-bike-lanes/n-34th-st-mobility-improvements https://www.seattle.gov/transportation/projects-and-programs/programs/transportation-planning/north-downtown-mobility-action-plan https://www.seattlebikeblog.com/2016/12/01/check-out-seattles-12-winning-neighborhood-led-transportation-ideas/ Seattlites with opinions and ideas: http://seattlegreenways.org/ https://www.seattlebikeblog.com/2018/01/19/a-roosevelt-junior-redesigned-the-streets-around-his-high-school-and-his-plan-is-better-than-sdots/ https://www.reddit.com/r/SeattleWA/comments/5rvss5/what_changes_would_you_make_to_seattles_bus/ https://www.seattletimes.com/seattle-news/transportation/congestion-tolling-could-finally-break-seattles-working-poor-heres-a-better-idea/ https://www.reddit.com/r/SeattleWA/comments/86g3p9/id_get_back_an_hour_and_a_half_a_week/ https://www.reddit.com/r/Seattle/comments/4z3ewl/what_are_seattles_worst_intersections/ https://www.reddit.com/r/SeattleWA/comments/83h4ri/the_intersection_at_john_and_broadway_desperately/ http://www.seattle.gov/transportation/sdot-document-library/citywide-plans/move-seattle","breadcrumbs":"Project » Seattle-specific","id":"180","title":"Seattle-specific"},"181":{"body":"https://github.com/uwescience/TrafficCruising-DSSG2017 http://sharedstreets.io/ https://github.com/twpol/osm-tiles attempting to infer nice road geometry too","breadcrumbs":"Project » Other projects","id":"181","title":"Other projects"},"182":{"body":"","breadcrumbs":"Project » Notes from related work","id":"182","title":"Notes from related work"},"183":{"body":"Split map into sections, simulate in parallel, load-balance has an IDM equation tests against real TomTom data of average speed per link","breadcrumbs":"Project » SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )","id":"183","title":"SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )"},"184":{"body":"SimCity, Cities: Skylines https://steamcommunity.com/sharedfiles/filedetails/?id=583429740 https://github.com/fegennari/3DWorld","breadcrumbs":"Project » Games","id":"184","title":"Games"},"185":{"body":"UrbanSim","breadcrumbs":"Project » Open source urban planning","id":"185","title":"Open source urban planning"},"186":{"body":"Sidewalk Labs Model","breadcrumbs":"Project » Proprietary","id":"186","title":"Proprietary"},"187":{"body":"https://arxiv.org/pdf/1811.01147.pdf","breadcrumbs":"Project » Maps for people","id":"187","title":"Maps for people"},"188":{"body":"section 6.3 talks about offset polylines http://gamma.cs.unc.edu/RoadNetwork","breadcrumbs":"Project » gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf","id":"188","title":"gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf"},"189":{"body":"https://github.com/aeickhoff/descartes","breadcrumbs":"Project » CityBound","id":"189","title":"CityBound"},"19":{"body":"If the area is small enough, try the \"export\" tool on https://www.openstreetmap.org . You can download larger areas from https://download.bbbike.org/ or http://download.geofabrik.de/index.html , then clip them to a smaller area. Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the geojson locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson > clipping.poly to convert that geojson to the Osmosis format required by osmconvert. Note that you may hit problems if you use JOSM to download additional data to a .osm file. Unless it updates the  element, A/B Street will clip out anything extra. The best approach is to explicitly specify the boundary with --oneshot_clip.","breadcrumbs":"Instructions » How to get .osm files","id":"19","title":"How to get .osm files"},"190":{"body":"section 5.1 of Advanced tutorial on microscopic discrete-event traffic simulation refers to some DES systems Florian, Mahut, and Tremblay 2008 Sumaryo, Halim, and Ramli 2013 Salimifard and Ansari 2013 Burghout, Koutsopoulos, and Andreasson 2006 Thulasidasan, Kasiviswanathan, Eidenbenz, Galli, Mniszewski, and Romero 2009 A Dynamic Traffic Assignment Model for Highly Congested Urban Networks section 2.2 models lanes as a moving and queueing part, references other possibly useful papers dont worry about multiple lanes for the moving part, just the turn queues at the end","breadcrumbs":"Project » Discrete Event Simulation papers","id":"190","title":"Discrete Event Simulation papers"},"191":{"body":"https://www.vice.com/en_us/article/pajgyz/rogue-coder-turned-a-parking-spot-into-a-coworking-space","breadcrumbs":"Project » Tactical urbanism","id":"191","title":"Tactical urbanism"},"192":{"body":"We're working with a few different groups on projects using A/B Street.","breadcrumbs":"Project » Collaborations","id":"192","title":"Collaborations"},"193":{"body":"Active as of Sept 2020 Green Lights Trading is applying dynamic congestion caps to encourage drivers to find alternate routes, not drive during rush hour, or take public transit instead. I'm actively implementing a proof-of-concept in A/B Street. It could also be used to explore ideas like a downtown congestion charging zone for Seattle.","breadcrumbs":"Project » GLT","id":"193","title":"GLT"},"194":{"body":"Active as of Sept 2020 A group (with their own demand data!) is studying traffic signal optimization in Xi'an. They're using the API .","breadcrumbs":"Project » Xi'an","id":"194","title":"Xi'an"},"195":{"body":"Active as of Sept 2020 A research group is making a bunch of live map edits and scheduling new trips in the middle of a simulation and using their system to try to predict system-wide effects. They're also using the API.","breadcrumbs":"Project » Forecasting group","id":"195","title":"Forecasting group"},"196":{"body":"Stalled as of Sept 2020 Edits in A/B Street could be exported to the shared-row format, then rendered in 3D using ArcGIS CityEngine . Not blocked on us.","breadcrumbs":"Project » CityEngine","id":"196","title":"CityEngine"},"197":{"body":"Stalled as of Sept 2020 A group wants to use A/B Street for various public engagement projects in Berlin . Mostly blocked on getting a reasonable travel demand model.","breadcrumbs":"Project » Berlin","id":"197","title":"Berlin"},"198":{"body":"Stalled as of Sept 2020 A group tentatively wants to engage the public about preventing rat runs and making no-through-access zones in Manchester suburbs. Not really blocked on us yet.","breadcrumbs":"Project » Manchester","id":"198","title":"Manchester"},"199":{"body":"Stalled as of Sept 2020 A group from the Uni of Geneva started a COVID-19 model that figures out how long people spend in shared indoor spaces.","breadcrumbs":"Project » Pandemic model","id":"199","title":"Pandemic model"},"2":{"body":"Grab a pre-built binary release -- updated every Sunday, announced at r/abstreet : Windows Unzip the folder, then run play_abstreet.bat. You'll probably getting a warning about running software from an unknown publisher. Mac Unzip the directory, then run play_abstreet.sh. If you get an error about the developer unverified, follow this . Help needed to start signing the release ! If that just opens a text file instead of running the game, then instead open terminal, cd to the directory you just unzipped. Then do: cd game; RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1 Help needed to package this as a Mac .app, to make this process simpler Linux Unzip the directory, then run play_abstreet.sh. FreeBSD , thanks to Yuri Or you can try playing directly in your web browser -- still experimental for now. Or you can compile from source .","breadcrumbs":"Installing the game","id":"2","title":"Installing the game"},"20":{"body":"Follow this guide to add a new city to A/B street by default so other users can use it as well. Make sure you can run import.sh -- see the instructions . You'll need Rust, osmconvert, gdal, etc. Create a new directory: mkdir importer/config/your_city Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the geojson locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson > importer/config/your_city/region_name.poly to convert that geojson to the Osmosis format required by osmconvert. Copy importer/config/tel_aviv/cfg.json to importer/config/your_city/cfg.json and edit this file. See here for details on the different fields. The defaults are a reasonable start; the only thing you need to change is osm_url. Run it: ./import.sh --city=your_city --raw --map Update .gitignore, following tel_aviv as an example. Send a PR with your changes! I'll generate everything and make it work with updater, so most people don't have to build everything from scratch. Also, you can divide the city into multiple regions, repeating step 4 and declaring more polygon boundaries. The boundaries may overlap each other, and they don't have to cover all of the space. Picking good boundaries may take trial-and-error; the goal is to keep the resulting map file size small, so that it loads quickly, while capturing all of the area needed to simulate something interesting. This is easiest when you have some local knowledge of the area, and at least a vague goal in mind for what you want to study.","breadcrumbs":"Instructions » Including the city to A/B street more permanently","id":"20","title":"Including the city to A/B street more permanently"},"21":{"body":"OpenStreetMap isn't the only data source we need. If you look at the import pipeline for Seattle, you'll see many more sources for parking, GTFS bus schedules, person/trip demand data for scenarios, etc. Most of these aren't standard between cities. If you want to make your city more realistic, we'll have to import more data. Get in touch. You may notice issues with OSM data while using A/B Street. Some of these are bugs in A/B Street itself, but others are incorrectly tagged lanes. Some resources for fixing OSM: https://learnosm.org https://wiki.openstreetmap.org/wiki/StreetComplete Mapping parking","breadcrumbs":"Instructions » Next steps","id":"21","title":"Next steps"},"22":{"body":"The overview: A detailed map of Seattle is built from OpenStreetMap (OSM) A realistic set of daily trips by car, bike, foot, and bus are simulated You make small changes to roads and intersections You explore how these changes affect the trips Details below. Many limitations are mentioned; improvements are ongoing. I'll add pictures to explain better when I get time. How A/B Street works Driving Parking Biking Walking Transit Intersections People and trips Map edits","breadcrumbs":"How A/B Street works","id":"22","title":"How A/B Street works"},"23":{"body":"Movement: no acceleration, go the full speed limit of the road unless there's a slower vehicle in front Lanes No over-taking or lane-changing in the middle of a road, only at intersections Strange choice of lanes -- the least full at the time of arrival Narrow two-way neighborhood roads where, in practice, only one car at a time can go are currently full two-way roads Routing is based on fastest time assuming no traffic No rerouting if the driver encounters a traffic jam","breadcrumbs":"Driving","id":"23","title":"Driving"},"24":{"body":"Types On-street: parallel parking lanes from GeoData blockface dataset and manually mapped Off-street: most buildings have at least a few parking spots in a driveway or carport Currently experimenting in the downtown map: set the number of available spots based on number of cars seeded at midnight Parking lots: the number of spots is inferred Restrictions All spots are public except for the few spots associated with each building No time restrictions or modeling of payment How cars park Drivers won't look for parking until they first reach their destination building. Then they'll drive to the nearest open parking spot (magically knowing what spots are open, even if they're a few blocks away). If somebody else has taken the spot when they arrive, they'll try again. Once a driver finds an open spot, they'll take 10-15 seconds to park. They block the road behind them in the meantime. There are no conflicts between pedestrians and cars when using a driveway. Cars won't make left turns into or out of driveways. Some parking along the boundary of the map is \"blackholed\", meaning it's impossible to actually reach it. Nobody will use these spots.","breadcrumbs":"Parking","id":"24","title":"Parking"},"25":{"body":"Choice of lane Multi-use trails like the Burke Gilman and separated cycle-tracks like the one along Broadway are currently missing Cyclists won't use an empty parking lane On roads without a bike lane, cyclists currently won't stick to the rightmost lane No over-taking yet, so cars can get stuck behind a bike even if there's a passing lane Elevation change isn't factored into route choice or speed yet; pretend everybody has an e-bike Beginning or ending a cycling trip takes 30-45 seconds. Locking up at bike racks with limited capacity isn't modeled; in practice, it's always easy in Seattle to find a place to lock up.","breadcrumbs":"Biking","id":"25","title":"Biking"},"26":{"body":"Not using sidewalk and crosswalk data from OSM yet No jay-walking, even on empty residential streets Pedestrians can't use roads without sidewalks at all When a road only has a sidewalk on one side, driveways will cross the road Pedestrians can \"ghost\" through each other; crowds of people can grow to any size","breadcrumbs":"Walking","id":"26","title":"Walking"},"27":{"body":"The modeling of buses is extremely simple and buggy; I'll work on this soon No light rail yet","breadcrumbs":"Transit","id":"27","title":"Transit"},"28":{"body":"Conflicting movements are coarse: a second vehicle won't start a conflicting turn, even if the first vehicle is physically out of the way but still partially in the intersection Most of the time, vehicles won't \"block the box\" -- if there's no room in the target lane, a vehicle won't start turning and risk getting stuck in the intersection Traffic signals Only fixed timers; no actuated signals or centralized control yet The timing and stages are automatically guessed, except some intersections are manually mapped No pedestrian beg buttons; walk signals always come on The signal doesn't change for rush hour or weekday/weekend traffic; there's one pattern all day Turn restrictions from OSM are applied Per lane (left turn only from leftmost lane), entire roads, multiple intersections","breadcrumbs":"Intersections","id":"28","title":"Intersections"},"29":{"body":"A \"synthetic population\" of ~700,000 people come from PSRC's Soundcast model Soundcast uses census, land-use, vehicle counts, and commuter surveys. The current data is from 2014. All driving trips are currently single-occupancy; no car-pooling or ridesharing Parked cars are initially placed at midnight based on the number of trips between buildings Each person's schedule never changes Your changes to the map won't yet convince somebody to take a bus or walk instead of drive","breadcrumbs":"People and trips","id":"29","title":"People and trips"},"3":{"body":"Use the tutorial to learn the controls. Play the challenges for directed gameplay. Try out any ideas in the sandbox .","breadcrumbs":"Playing the game","id":"3","title":"Playing the game"},"30":{"body":"Types of edits Change types of lanes. Sometimes this is unrealistic based on actual road width, but data for this is unavailable. Reversing direction of lanes Changing stop signs Changing traffic signal timing Closing roads and intersections for construction, forcing rerouting Disconnecting the map Generally you can't close sidewalks or make changes to make buildings unreachable You shouldn't be able to make bus stops unreachable, but currently this is buggy","breadcrumbs":"Map edits","id":"30","title":"Map edits"},"31":{"body":"Note: Most of these still aren't started, because the baseline simulation in the relevant area isn't working. Unknown traffic signal timing, bad guesses at the amount of off-street parking, lanes tagged incorrectly in OpenStreetMap, and simulation bugs cause unrealistic gridlock. It's hard to evaluate a change without a realistic baseline. In progress: Stay Healthy Streets: Lake Washington Blvd West Seattle mitigations Simplify where the Burke Gilman crosses Corliss and Pacific No write-up yet, but the proposal is included in A/B Street TODO: Close Broadway and Pine to through-traffic proposed here partly happening already another proposal Traffic signal timing at Montlake/520 and Montlake/Pacific Walking around here is frustrating, and pre-COVID, vehicle traffic got fairly stuck Pedestrianizing the Ave (u-district) I can't find the proposal anymore; maybe this ? Eastlake bike lanes / RapidRide J See here and here Need to audit lanes in OSM along Eastlake Especially with the Fairview Ave bridge out, detouring to the Cheshiahud loop isn't as useful Madison / RapidRide G See here Bus lanes on Denny Proposed here Bike Master Plan Prototype the planned network Downtown one-way snake An old crazy idea I've always wanted to try Unsorted ideas Parking Bus lanes John and Broadway Bad intersections Bus routes","breadcrumbs":"Case studies","id":"31","title":"Case studies"},"32":{"body":"Draft, updated May 7, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In April 2020, Seattle Department of Transportation started rolling out Stay Healthy Streets , restricting roads to through-traffic to give people walking and biking more space for social distancing. Seattle Neighborhood Greenways soon proposed extending this to a 130-mile network . Selecting the streets requires some planning: These streets were selected to amplify outdoor exercise opportunities for areas with limited open space options, low car ownership and routes connecting people to essential services and food take out. We also ensured street closures did not impact newly opened food pick up loading zones, parking around hospitals for service for health care professionals, and bus routes. I've spent the last two years building A/B Street , software to explore the impacts of changes like this on different modes of transportation. So, let's try implementing part of the proposed network and see what happens! NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » Lake Washington Blvd Stay Healthy Street","id":"32","title":"Lake Washington Blvd Stay Healthy Street"},"33":{"body":"Let's start with one part of the proposal, closing Lake Washington Blvd to cars through the Arboretum. There's already a multi-use trail alongside this stretch, but its width makes it difficult to maintain 6 feet from people. There are some parking lots that become inaccessible with this proposal, but they're currently closed anyway. edits","breadcrumbs":"Case studies » Lake Washington Blvd","id":"33","title":"Lake Washington Blvd"},"34":{"body":"Let's get started! If you want to follow along, install A/B Street , open sandbox mode, and switch the map to Lake Washington corridor. Zoom in on the southern tip of the Arboretum and hop into edit mode. We can see Lake Washington Blvd just has one travel lane in each direction here. Click each lane, convert it to a bike lane, and repeat north until Foster Island Road. When we leave edit mode, the traffic simulation resets to midnight. Nothing really interesting happens until 5 or 6am, so we'll speed up time. Watching the section of road we edited, we'll only see pedestrians and bikes use this stretch of road. If we want, we can click an individual person and follow along their journey. Something's weird though. There's lots of traffic cutting northbound through the neighborhood, along 29th, Ward, and 28th. We can open up the throughput layer to find which roads have the most traffic. More usefully, we can select \"compare before edits\" to see what roads are getting more or less traffic because of the road we modified. As expected, there's much less traffic along Lake Wash Blvd, but it's also clear that lots of cars are now cutting through 26th Ave E.","breadcrumbs":"Case studies » First attempt","id":"34","title":"First attempt"},"35":{"body":"Let's say you want to nudge traffic to use 23rd Ave, the nearest north/south arterial, instead. (A/B Street is an unopinionated tool; if you have a different goal in mind, try using it for that instead.) In this simulation, drivers pick the fastest route, so we could try lowering speed limits or make some of the residential streets connecting to Madison one-way, discouraging through-traffic. In reality, the speed limit changes could be implemented through traffic calming or cheap, temporary alternatives.","breadcrumbs":"Case studies » Traffic calming","id":"35","title":"Traffic calming"},"36":{"body":"I'm working to model \"local access only\" roads in A/B Street, and I'll describe how to measure the impact on travel times. Stay tuned to see more of the proposed network simulated, and get in touch if you'd like to help out!","breadcrumbs":"Case studies » Next steps","id":"36","title":"Next steps"},"37":{"body":"Draft, updated June 23, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In March 2020, the West Seattle bridge was closed due to cracks forming. As of May, COVID-19's impact on commuting means the area still hasn't seen how the area will handle losing the main route to the rest of Seattle. A local group, HPAC, published a list of requests to SDOT to prepare the area for these changes. This page will try to explore some of the problems and solutions from HPAC's document using A/B Street , a traffic simulator designed to explore the impacts of changes like this on different modes of transportation. NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » West Seattle mitigations","id":"37","title":"West Seattle mitigations"},"38":{"body":"HPAC has been asking for a protected left-turn stage at this intersection. I'm unfamiliar with this intersection and currently unable to scout in-person, so I'm blindly guessing the traffic signal currently has just two stages: existing_diagram From watching the traffic, it seems like the east/west direction is busier, with lots of eastbound traffic headed towards WA-509. Holden St has no turn lanes, so a protected left turn stage makes sense. Let's make the change and see what happens: Unfortuately, we can't evaluate the change yet, because the simulation gets stuck with unrealistic traffic jams in other parts of the map. This is mostly due to data quality issues in OpenStreetMap and incorrectly guessed traffic signal timings. These problems can be fixed with the help of somebody familiar with the area.","breadcrumbs":"Case studies » 16th Ave SW and SW Holden St","id":"38","title":"16th Ave SW and SW Holden St"},"39":{"body":"The 9th item from HPAC's list asks for measuring the amount of east-west traffic to figure out what streets people are using as arterials. That's an easy analysis, using the throughput layer. By 6am, the busiest streets include Admiral Way, S Charlestown, SW Genesee, SW Alaska, SW Holden, and SW Roxbury St. Again, it's necessary to first fix data quality problems and run a full day before doing more analysis. Once the simulation is running smoothly, A/B Street can be used to make changes -- like lowering speed limits, adding a protected left turn stage, or converting part of the road into a bus lane -- and evaluate the effects on individual trips and aggregate groups.","breadcrumbs":"Case studies » Re-evaluate arterials","id":"39","title":"Re-evaluate arterials"},"4":{"body":"A/B Street binary releases contain pre-built maps that combine data from: OpenStreetMap ( https://www.openstreetmap.org/copyright ) King County metro ( https://www.kingcounty.gov/depts/transportation/metro/travel-options/bus/app-center/terms-of-use.aspx ) City of Seattle GIS program ( https://www.opendatacommons.org/licenses/pddl/1.0/ ) https://github.com/seattleio/seattle-boundaries-data ( https://creativecommons.org/publicdomain/zero/1.0/ ) Puget Sound Regional Council ( https://www.psrc.org/activity-based-travel-model-soundcast ) USGS SRTM Other binary data bundled in: Overpass font ( https://fonts.google.com/specimen/Overpass , Open Font License) Bungee fonts ( https://fonts.google.com/specimen/Bungee , Open Font License) Material Design icons ( https://material.io/resources/icons , Apache license) Some Graphics textures ( https://www.kenney.nl/ , CC0 1.0 Universal)","breadcrumbs":"Data source licensing","id":"4","title":"Data source licensing"},"40":{"body":"Community proposals now includes a \"repair the bridge\" option, which should restore things to how they were before March 2020. This is useful as a baseline, to explore what traffic patterns were like before the closure.","breadcrumbs":"Case studies » Repair the bridge","id":"40","title":"Repair the bridge"},"41":{"body":"","breadcrumbs":"Developer guide","id":"41","title":"Developer guide"},"42":{"body":"You will first need: Stable Rust, at least 1.47. https://www.rust-lang.org/tools/install . On Windows, you may need Visual Studio 2019 . On Linux, sudo apt-get install xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev or the equivalent for your distro One-time setup: Download the repository: git clone https://github.com/dabreegster/abstreet.git Grab the minimal amount of data to get started: cargo run --bin updater Run the game: RUST_BACKTRACE=1 cargo run --bin game --release. On Windows, set environment variables like this: set RUST_BACKTRACE=1 && cargo run --bin game --release","breadcrumbs":"Getting started","id":"42","title":"Getting started"},"43":{"body":"Generated API documentation Compile faster by just doing cargo run. The executable will have debug stack traces and run more slowly. You can do cargo run --release to build in optimized release mode; compilation will be slower, but the executable much faster. Some in-game features are turned off by default or don't have a normal menu to access them. The list: To toggle developer mode: press Control+S in game, or cargo run -- --dev To warp to an object by numeric ID: press Control+j To enter debug mode with all sorts of goodies: press Control+D You can start the game in different modes using flags: cargo run --bin game -- --dev data/system/seattle/maps/downtown.bin starts on a particular map cargo run --bin game -- data/system/seattle/scenarios/downtown/weekday.bin starts with a scenario (which is tied to a certain map) cargo run --bin game -- --challenge=trafficsig/tut2 starts on a particular challenge. See the list of aliases by passing in a bad value here. cargo run --bin game -- data/player/saves/montlake/no_edits_unnamed/00h00m20.3s.bin restores an exact simulation state. Savestates are found in debug mode ( Control+D ) -- they're probably confusing for the normal player experience, so they're hidden for now. cargo run --bin game -- --tutorial=12 starts somewhere in the tutorial Adding --edits='name of edits' starts with edits applied to the map.","breadcrumbs":"Development tips","id":"43","title":"Development tips"},"44":{"body":"As data formats change over time, things in the data/ directory not under version control will get out of date. At any time, you can run cargo run --bin updater from the main repository directory to update only the files that have changed. You can also opt into downloading updates for more cities by editing data/player/data.json. In the main UI, there's a button to download more cities that will help you manage this config file.","breadcrumbs":"Downloading more cities","id":"44","title":"Downloading more cities"},"45":{"body":"You can skip this section if you're just touching code in game, widgetry, and sim. To run all pieces of the importer, you'll need some extra dependencies: osmconvert: See https://wiki.openstreetmap.org/wiki/Osmconvert#Download or https://github.com/interline-io/homebrew-planetutils#installation for Mac libgdal-dev: See https://gdal.org if your OS package manager doesn't have this. If you keep hitting linking errors, then just remove --features scenarios from import.sh. You won't be able to build the Seattle scenarios. Standard Unix utilities: curl, unzip, gunzip The first stage of the importer, --raw, will download input files from OSM, King County GIS, and so on. If the mirrors are slow or the files vanish, you could fill out data/config and use the updater described above to grab the latest input. You can rerun specific stages of the importer: If you're modifying the initial OSM data -> RawMap conversion in convert_osm, you need ./import.sh --raw --map. If you're modifying map_model but not the OSM -> RawMap conversion, then you just need ./import.sh --map. If you're modifying the demand model for Seattle, you can add --scenario to regenerate. By default, all maps are regenerated. You can also specify a single map: ./import.sh --map downtown. By default, Seattle is assumed as the city. You have to specify otherwise: ./import.sh --city=los_angeles --map downtown_la. You can also make the importer import a new city .","breadcrumbs":"Building map data","id":"45","title":"Building map data"},"46":{"body":"The docs listed at https://github.com/dabreegster/abstreet#documentation explain things like map importing and how the traffic simulation works.","breadcrumbs":"Understanding stuff","id":"46","title":"Understanding stuff"},"47":{"body":"If you're going to dig into the code, it helps to know what all the crates are. The most interesting crates are map_model, sim, and game. Constructing the map: convert_osm: extract useful data from OpenStreetMap and other data sources, emit intermediate map format kml: extract shapes from KML and CSV shapefiles map_model: the final representation of the map, also conversion from the intermediate map format into the final format map_editor: GUI for modifying geometry of maps and creating maps from scratch. pretty abandoned as of June 2020 importer: tool to run the entire import pipeline updater: tool to download/upload large files used in the import pipeline Traffic simulation: sim: all of the agent-based simulation logic headless: tool to run a simulation without any visualization Graphics: game: the GUI and main gameplay widgetry: a GUI and 2D OpenGL rendering library, using glium + winit + glutin Common utilities: abstutil: a grab-bag of IO helpers, timing and logging utilities, etc geom: types for GPS and map-space points, lines, angles, polylines, polygons, circles, durations, speeds Other: collisions: an experimental data format for real-world collision data traffic_seitan: a bug-finding tool that randomly generates live map edits tests: integration tests","breadcrumbs":"Code organization","id":"47","title":"Code organization"},"48":{"body":"All code is automatically formatted using https://github.com/rust-lang/rustfmt ; please run cargo +nightly fmt before sending a PR. (You have to install the nightly toolchain just for fmt) cargo fmt can't yet organize imports, but we follow a convention to minimize conflict with what some IDEs do. Follow existing code to group imports: std, external crates, other crates in the project, the current crate, then finally any module declarations. The error handling is unfortunately inconsistent. The goal is to gracefully degrade instead of crashing the game. If a crash does happen, make sure the logs will have enough context to reproduce and debug. For example, giving up when some geometry problem happens isn't ideal, but at least make sure to print the road / agent IDs or whatever will help find the problem. It's fine to crash during map importing, since the player won't deal with this, and loudly stopping problems is useful. It's also fine to crash when initially constructing all of the renderable map objects, because this crash will consistently happen at startup-time and be noticed by somebody developing before a player gets to it. Prefer using info!, warn!, error!, etc from the log crate. Or if a Timer is available and you want to collect all notes together, timer.note. There are still many places calling println!, but we're trying to clean these up. See the testing strategy page.","breadcrumbs":"Code conventions","id":"48","title":"Code conventions"},"49":{"body":"Use https://github.com/flamegraph-rs/flamegraph , just running it on the binaries you build normally.","breadcrumbs":"Profiling","id":"49","title":"Profiling"},"5":{"body":"parking_mapper This guide assumes you've edited OSM before. Contact dabreegster@gmail.com if you have any trouble. Also give me a heads up when you make some edits, so I can regenerate the maps! Install A/B Street Choose Contribute parking data on the main screen Change the map if you'd like to focus somewhere in particular Click a road with unknown parking Select what kind of on-street parking the road has Repeat Click Generate OsmChange file Upload the diff.osc file by adding a layer in JOSM (or send it to me) Like all edits to OSM, to figure out ground-truth, you can survey in-person or use Bing Streetside . Do not use data from Google Maps to edit OSM.","breadcrumbs":"Instructions » Help map out on-street parking","id":"5","title":"Help map out on-street parking"},"50":{"body":"Find packages to upgrade: cargo outdated -R Deal with compile tile: cargo bloat --time Find why two binary crates aren't sharing dependencies: https://old.reddit.com/r/rust/comments/cqceu4/common_crates_in_cargo_workspace_recompiled/ Where's a dependency coming from? cargo tree -i -p syn Diff screencaps: http://www.imagemagick.org/Usage/compare/#methods Debug OpenGL calls: apitrace trace --api gl ../target/debug/game\nqapitrace game.trace\napitrace dump game.trace Understand XML: just use firefox","breadcrumbs":"Developer guide » Development notes","id":"50","title":"Development notes"},"51":{"body":"Cross-compilation notes: https://github.com/rust-embedded/cross Or use https://github.com/japaric/trust Initially have to: cargo install cross\nsudo apt-get install docker.io\nsudo usermod -aG docker ${USER} Then: sudo systemctl start docker\ncross build --release --target x86_64-pc-windows-gnu --bin game\nwine target/x86_64-pc-windows-gnu/release/game.exe data/system/seattle/maps/montlake.bin","breadcrumbs":"Developer guide » Building releases","id":"51","title":"Building releases"},"52":{"body":"For formatting: sudo apt-get install npm\ncd ~; mkdir npm; cd npm\nnpm init --yes\nnpm install prettier --save-dev --save-exact","breadcrumbs":"Developer guide » Markdown","id":"52","title":"Markdown"},"53":{"body":"# Fullscreen\nffmpeg -f x11grab -r 25 -s 1920x960 -i :0.0+0,55 -vcodec huffyuv raw.avi ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif -filter_complex \"[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse\" screencast.gif","breadcrumbs":"Developer guide » Videos","id":"53","title":"Videos"},"54":{"body":"sudo apt-get install lld Stick this in ~/.cargo/config: [target.x86_64-unknown-linux-gnu]\nrustflags = [ \"-C\", \"link-arg=-fuse-ld=lld\",\n]","breadcrumbs":"Developer guide » Faster linking","id":"54","title":"Faster linking"},"55":{"body":"Keep a fork up to date: # Once\ngit remote add upstream https://github.com/rust-windowing/glutin/ git fetch upstream\ngit merge upstream/master\ngit diff upstream/master","breadcrumbs":"Developer guide » git","id":"55","title":"git"},"56":{"body":"perl -pi -e 's/WrappedComposite::text_button\\(ctx, (.+?), (.+?)\\)/Btn::text_fg(\\1).build_def\\(ctx, \\2\\)/' `find|grep rs|xargs`","breadcrumbs":"Developer guide » Refactoring","id":"56","title":"Refactoring"},"57":{"body":"rust-gdb --args ../target/release/game --dev","breadcrumbs":"Developer guide » Stack overflow","id":"57","title":"Stack overflow"},"58":{"body":"draw.io","breadcrumbs":"Developer guide » Drawing diagrams","id":"58","title":"Drawing diagrams"},"59":{"body":"xodo on Android for annotating maps in the field","breadcrumbs":"Developer guide » Mapping","id":"59","title":"Mapping"},"6":{"body":"","breadcrumbs":"Instructions » FAQ","id":"6","title":"FAQ"},"60":{"body":"osmcha.org for recent changes To upload diffs: java -jar ~/Downloads/josm-tested.jar ~/abstreet/map_editor/diff.osc JOSM: Press (and release T), then click to pan. Download a relevant layer, select the .osc, merge, then upload.","breadcrumbs":"Developer guide » OSM tools","id":"60","title":"OSM tools"},"61":{"body":"fontdrop.info","breadcrumbs":"Developer guide » Fonts","id":"61","title":"Fonts"},"62":{"body":"What things are sensitive to changes in map data and simulation rules? tutorial optimize commute challenges What things do I always forget to test? DPI issues, use --scale_factor","breadcrumbs":"Developer guide » Release checklist","id":"62","title":"Release checklist"},"63":{"body":"Suppose you're tired of manually fiddling with traffic signals, and you want to use machine learning to do it. You can run A/B Street without graphics and automatically control it through an API.","breadcrumbs":"Developer guide » API","id":"63","title":"API"},"64":{"body":"This Python example has everything you need to get started. See all example code -- there are different experiments in Go and Python that automate running a simulation, measuring some metric, and making a change to improve the metric.","breadcrumbs":"Developer guide » Examples","id":"64","title":"Examples"},"65":{"body":"The headless API server that you run contains a single map and simulation at a time. Even though you can theoretically have multiple clients make requests to it simultaneously, the server will only execute one at a time. If you're trying to do something other than use one script to make API calls in sequence, please get in touch, so we can figure out something better suited to your use case. When you start the headless server, it always loads the montlake map with the weekday scenario. The only way you can change this is by calling /sim/load. For example: curl http://localhost:1234/sim/load -d '{ \"scenario\": \"data/system/seattle/scenarios/downtown/monday.bin\", \"modifiers\": [], \"edits\": null }' -X POST` You can also pass flags like --infinite_parking to the server to control SimOptions . These settings will apply for the entire lifetime of the server; you can't change them later.","breadcrumbs":"Developer guide » Control flow","id":"65","title":"Control flow"},"66":{"body":"Under construction : The API will keep changing. There are no backwards compatibility guarantees yet. Please make sure I know about your project, so I don't break your client code. For now, the API is JSON over HTTP. The exact format is unspecified, error codes are missing, etc. A summary of the commands available so far: /sim GET /sim/reset : Reset all temporary map edits and the simulation state. The trips that will run don't change; they're determined by the scenario specified by the last call to /sim/load. If you made live map edits using things like /traffic-signals/set, they'll be reset to the edits from /sim/load. POST /sim/load : Switch the scenario being simulated, and also optionally sets the map edits. GET /sim/get-time : Returns the current simulation time. GET /sim/goto-time?t=06:30:00 : Simulate until 6:30 AM. If the time you specify is before the current time, you have to call /sim/reset first. POST /sim/new-person : The POST body must be an ExternalPerson in JSON format. /traffic-signals GET /traffic-signals/get?id=42 : Returns the traffic signal of intersection #42 in JSON. POST /traffic-signals/set : The POST body must be a ControlTrafficSignal in JSON format. GET /traffic-signals/get-delays?id=42&t1=03:00:00&t2=03:30:00 : Returns the delay experienced by every agent passing through intersection #42 from 3am to 3:30, grouped by direction of travel. GET /traffic-signals/get-cumulative-thruput?id=42 : Returns the number of agents passing through intersection #42 since midnight, grouped by direction of travel. GET /traffic-signals/get-all-current-state : Returns the current state of all traffic signals, including the stage timing, waiting, and accepted agents. /data GET /data/get-finished-trips : Returns a JSON list of all finished trips. Each tuple is (time the trip finished in seconds after midnight, trip ID, mode, duration of trip in seconds). The mode is either a string like \"Walk\" or \"Drive\", or null if the trip was cancelled for any reason. GET /data/get-agent-positions : Returns a JSON list of all active agents. Vehicle type (or pedestrian), person ID, and position is included. GET /data/get-road-thruput : Returns a JSON list of (road, agent type, hour since midnight, throughput for that one hour period). /map GET /map/get-edits : Returns the current map edits in JSON. You can save this to a file in data/player/edits/map_name/ and later use it in-game normally. You can also later run the headless server with --edits=name_of_edits. GET /map/get-edit-road-command?id=123 : Returns an object that can be modified and then added to map edits. GET /map/get-intersection-geometry?id=123 : Returns a GeoJSON object with one feature for the intersection and a feature for all connecting roads. The polygon coordinates are measured in meters, with the origin centered at the intersection's center. GET /map/get-all-geometry : Returns a huge GeoJSON object with one feature per road and intersection in the map. The coordinate space is WGS84.","breadcrumbs":"Developer guide » API details","id":"66","title":"API details"},"67":{"body":"If you need to deeply inspect the map, you can dump it to JSON: cargo run --bin dump_map data/system/seattle/maps/montlake.bin > montlake.json See some example code that reads this JSON and finds buildings . The format of the map isn't well-documented yet. See the generated API docs and the map model docs in the meantime.","breadcrumbs":"Developer guide » Working with the map model","id":"67","title":"Working with the map model"},"68":{"body":"You can use the /sim/new-person API in the middle of a simulation, if needed. If possible, it's simpler to create a Scenario as input.","breadcrumbs":"Developer guide » Working with individual trips","id":"68","title":"Working with individual trips"},"69":{"body":"You can import trips from your own data . You can also generate different variations of one of the demand models by specifying an RNG seed: cargo run --bin random_scenario -- --rng=123 --map=data/system/seattle/maps/montlake.bin --scenario_name=home_to_work You can also dump Scenarios (the file that defines all of the people and trips) to JSON: cargo run --bin dump_scenario data/system/seattle/scenarios/montlake/weekday.bin > montlake_weekday.json You can modify the JSON, then put the file back in the appropriate directory and use it in-game: cargo run --bin game data/system/seattle/scenarios/montlake/modified_scenario.json The Scenario format is also undocumented, but see the generated API docs anyway.","breadcrumbs":"Developer guide » Working with Scenarios","id":"69","title":"Working with Scenarios"},"7":{"body":"I'm trying to build a realistic traffic simulation of Seattle using OSM data, then use it to strengthen proposals for pedestrianized streets , improving the bike network , and mitigating the West Seattle bridge closure . A/B Street is only as good as its data, and parking is one of the biggest gaps. Missing data means unrealistic traffic as vehicles contend for few parking spots, and roads that look much wider than they are in reality.","breadcrumbs":"Instructions » Why?","id":"7","title":"Why?"},"70":{"body":"","breadcrumbs":"Developer guide » Testing strategy","id":"70","title":"Testing strategy"},"71":{"body":"As you've probably noticed, there aren't many. Lots of the interesting behavior in A/B Street - UI interactions, details of the simulation, map importing -- would take lots of infrastructure to specify a setup and expected outcomes. If you have ideas for new tests, contributions always welcome! In the meantime, one useful test covers how OSM tags translate into individual lanes .","breadcrumbs":"Developer guide » Unit tests","id":"71","title":"Unit tests"},"72":{"body":"Downloading fresh OSM data or modifying any part of the map importing pipeline could easily break things. Expressing invariants about the map output is hard, because importing is far from perfect, and OSM data is often quite buggy. So the approach to preventing regressions here is to look for visual changes to the final rendered map. When a new map is opted into this type of test, somebody manually squints carefully at it and sanity checks that it works to some degree. They use the screen capture tool in debug mode to tile the map into 1920x960 chunks and screengrab everything. Later, somebody regenerates the map with some possible changes. They grab screenshots again, then use compare_screenshots.sh to quickly look at the visual diff. Changes to intersection geometry, number of lanes, rendering, etc are all easy to spot. If this manual inspection of the diff is good, they commit the new screenshots as the new goldenfiles.","breadcrumbs":"Developer guide » Screenshot diffs","id":"72","title":"Screenshot diffs"},"73":{"body":"This tool regenerates all maps and scenarios from scratch. cargo run --bin updater -- --dry then reveals what files have changed. Additionally, this script does a few more tests: --prebake runs the full weekday scenario on two maps that've previously been coerced into being gridlock-free","breadcrumbs":"Developer guide » data/regen.sh","id":"73","title":"data/regen.sh"},"74":{"body":"The tests crate contains some integration tests. One part runs the full importer against really simple .osm files. To iterate rapidly on interpreting turn restrictions, it produces goldenfiles describing all turns in the tiny map. The \"smoke-test\" section simulates one hour on all maps, flushing out bugs with bus spawning, agents hitting odd parts of the map, etc The \"check proposals\" section makes sure the edits shipped with the game still load properly.","breadcrumbs":"Developer guide » Integration tests","id":"74","title":"Integration tests"},"75":{"body":"Once upon a time, I made a little test harness that would run the simulation headlessly (without graphics), set up certain situations forcing a car to park in a certain spot, and asserted that different sim/src/events.rs were produced in the right order. The map_editor tool was used to manually draw really simple maps for these situations. I deleted everything, because the effort to specify the input and expected output were too tedious to maintain, and this never really helped catch bugs. There was a way to label roads and buildings in the synthetic maps, so the test code could assert person 2 made it to the \"house\" building, but even with all of this, it was pretty hard. This approach is maybe worth reviving, though.","breadcrumbs":"Developer guide » Old tests","id":"75","title":"Old tests"},"76":{"body":"For https://github.com/dabreegster/abstreet/issues/326 , I'm starting to figure out how to import hundreds of maps into A/B Street. There are many issues with scaling up the number of supported maps. This document just focuses on importing.","breadcrumbs":"Developer guide » Mass importing many maps","id":"76","title":"Mass importing many maps"},"77":{"body":"https://download.bbbike.org/ conveniently has 200 OSM extracts for major cities world-wide. The data/bbike.sh script downloads these. Then data/mass_import.sh attempts to import them into A/B Street. The bbike extracts, however, cover huge areas surrounding major cities. Importing such large areas is slow, and the result is too large to work well in A/B Street or the OSM viewer. Ideally, we want just the area concentrated around the \"core\" of each city. https://github.com/dabreegster/abstreet/blob/master/convert_osm/src/bin/extract_cities.rs transforms a huge .osm file into smaller pieces, each focusing on one city core. This tool looks for administrative boundary relations tagged as cities, produces a clipping polygon covering the city, and uses osmconvert to produce a smaller .osm file. The tool has two strategies for generating clipping polygons. One is to locate the admin_centre or label node for the region, then generate a circle of fixed radius around that point. Usually this node is located in the city core, so it works reasonably, except for \"narrow\" cities along a coast. The other strategy glues together the relation's multipolygon boundary, then simplifies the shape (usually with thousands of points) using a convex hull. This strategy tends to produce results that're too large, because city limits are often really huge.","breadcrumbs":"Developer guide » The current approach","id":"77","title":"The current approach"},"78":{"body":"Outside the US, administrative boundaries don't always have a \"city\" defined. In Tokyo in particular, this name isn't used. I'm not sure which boundary level to use yet. The tool assumes driving on the right everywhere. OSM has https://wiki.openstreetmap.org/wiki/Key:driving_side , but this is usually tagged at the country level, which isn't included in the bbike extracts. The resulting maps are all \"flattened\" in A/B Street's list, so you can't see any hierarchy of areas. Two cities with the same name from different areas will arbitrarily collide.","breadcrumbs":"Developer guide » Problems","id":"78","title":"Problems"},"79":{"body":"A/B Street includes lots of large binary files to represent converted maps, scenarios, and prebaked simulation results. The files are too large to store in git, but the files are still logically tied to a version of the code, since the format sometimes changes. Additionally, all of the files are too large to include in the .zip release that most people use, but it should still be possible for players to download the optional content. Also, there are different versions of the game floating around, on native and web, that have to be associated with the proper version of these files. It's all slightly confusing, so this page describes how it all works.","breadcrumbs":"Developer guide » Data organization","id":"79","title":"Data organization"},"8":{"body":"Why can't I just grab parking data from SDOT's map , using the blockface dataset? Well, I'm trying -- when you see a parking lane in the tool, it's coming from blockface, unless that road in OSM is tagged. But the blockface dataset is comically wrong in many places -- for example, the Montlake bridge apparently has unrestricted parking?! King County GIS has confirmed the dataset isn't meant to be used for this level of detail. Plus, if the data is in OSM, anybody else can make use of it.","breadcrumbs":"Instructions » Why put this data in OSM?","id":"8","title":"Why put this data in OSM?"},"80":{"body":"If you peek into the data/ directory, it's mainly split into 3 subdirectories. system/ is used when running the game and is the subject of this page. input/ is used to store input and intermediate files for importing maps, and only developers running the importer should care about it. player/ contains local settings, map edits, and other data created in-game. data/MANIFEST.json is a listing of all files in data/system/, along with their size and md5sum. Different tools compare this manifest to the local filesystem to figure out what to do. There are also some other scripts and files in data/, but they should probably be moved.","breadcrumbs":"Developer guide » The data itself","id":"80","title":"The data itself"},"81":{"body":"data/system/ and data/input/ are stored in Amazon S3, at http://abstreet.s3-website.us-east-2.amazonaws.com. This S3 bucket is organized into versions: dev, 0.2.17, 0.2.18, etc. dev represents the latest version of all data files. The numbered versions correspond to releases and only contain data/system/, not data/input/. Depending how large these directories grow over time, I'll commit to keeping around at least 3 of the previous numbered versions, but I might delete older ones after that. In lieu of a proper document for the release process, the commands used to make a versioned copy of the data are something like: aws s3 cp --recursive s3://abstreet/dev/data/system s3://abstreet/0.2.17/data/system","breadcrumbs":"Developer guide » Where the data is stored","id":"81","title":"Where the data is stored"},"82":{"body":"For people building the game from source , the process to keep data files fresh is to cargo run --bin updater. This tool calculates md5sums of all local files, then compares it with the checked-in data/MANIFEST.json. Any difference results in a local file being deleted or a new file from S3 being downloaded. By editing data/player/data.json manually or using the UI in the game (found by loading a map, then choosing to download more maps), somebody can opt into downloading \"extra/optional\" cities.","breadcrumbs":"Developer guide » Native, running from source","id":"82","title":"Native, running from source"},"83":{"body":"When the weekly .zip binary release for Mac, Linux, and Windows is produced, the game crate is built with --features release_s3. When the downloader UI is opened in-game, this causes downloads to occur from a versioned S3 directory, like 0.2.17, depending on the version string compiled into the game at that time. So somebody can run off the weekly release, opt into more cities, and get the correct version of the files, even if the format has changed in /dev/ since then.","breadcrumbs":"Developer guide » Native, running from a release .zip","id":"83","title":"Native, running from a release .zip"},"84":{"body":"The strategy for managing files gets more interested when the game is compiled to WebAssembly, since browsers can't read from the local filesystem. game/src/load.rs contains some crazy tricks to instead make asynchronous HTTP requests through the browser. When using game/run_web.sh, the files are served through a local HTTP server and symlinked to the local copy of data/system/. Not all files are loaded through HTTP; some are actually statically compiled into the .wasm file itself! abstutil/src/io_web.rs does this magic using the include_dir crate. Only a few critical large files, needed at startup, are included. There's an IO layer for listing and reading files that, on web, merges results from the bundled-in files and the remote files that're declared to exist in the bundled-in copy of data/MANIFEST.json.","breadcrumbs":"Developer guide » Web, running locally","id":"84","title":"Web, running locally"},"85":{"body":"Everything's the same, except building with --features wasm_s3 causes the game to make HTTP requests to the S3 bucket, instead of localhost. The web version always pins to /dev, never a release version of the data, since the web client is always updated along with the data, for now.","breadcrumbs":"Developer guide » Web, from S3","id":"85","title":"Web, from S3"},"86":{"body":"A/B Street transforms OpenStreetMap (OSM) data into a detailed geometric and semantic representation of the world for traffic simulation. This chapter describes that map model, with the hopes that it'll be useful for purposes beyond this project.","breadcrumbs":"Map model","id":"86","title":"Map model"},"87":{"body":"A Map covers everything inside some hand-drawn boundary, usually scoped to a city or a few of a city's districts. Unlike OSM, it doesn't cover the entire world; it only has areas specifically extracted for some purpose. A map consists of many objects. Mainly, there are roads, broken down into individual lanes, and intersections. A road is a single segment connecting exactly two intersections (as opposed to OSM, where a single \"way\" may span many intersections). Lanes within a road have a specific type, which dictates their direction of travel (or lack of travel, like on-street parking) and uses. Sidewalks are represented as bidirectional lanes. Roads connect at intersections, which contain an explicit set of turns, each linking a source lane to a destination lane. Maps also contain parking lots and buildings, which connect to the nearest driveable lane and a sidewalk. Maps have water and park areas, only used for drawing. They also represent public transit stops and routes.","breadcrumbs":"Overview","id":"87","title":"Overview"},"88":{"body":"Unlike some GIS systems, maps don't use any kind of database -- they're just a file, anywhere from 1 to ~500MB (depending on the size of their boundary). Once loaded into memory, different objects from the map can be accessed directly, along with a large API to perform various queries. Most of the map's API is read-only; once built, a map doesn't change until user-created edits are applied. The pipeline to import a map from OSM data (and also optional supplementary, city-specific data) is complex and may take a few minutes to run, but it happens once offline. Applications using maps just read the final file.","breadcrumbs":"How is a map used?","id":"88","title":"How is a map used?"},"89":{"body":"Why use A/B Street's map model instead of processing OSM directly? TODO: Order these better. For each one, show before/after pictures","breadcrumbs":"Features","id":"89","title":"Features"},"9":{"body":"A/B Street attempts to render individual lanes and intersections from OSM data. This makes it useful to audit the lane tags in OSM, including parking:lane . The tool tracks your edits and when you generate the OsmChange file, it grabs modified ways from the OSM API to generate a diff. You can inspect the diff, load it in JOSM, and upload. Your changes won't immediately be reflected in A/B Street. Let me know when you've done some amount of mapping, and I'll regenerate the maps from fresh data.","breadcrumbs":"Instructions » How does the tool work?","id":"9","title":"How does the tool work?"},"90":{"body":"Bodies of water, forests, parks, and other areas are represented in OSM as relations, requiring the user to stitch together multiple polylines in undefined orders and handle inner holes. A/B Street maps handle all of that, and also clip the area's polygon to the boundary of the entire map -- including coastlines.","breadcrumbs":"Area clipping","id":"90","title":"Area clipping"},"91":{"body":"OSM represents roads as a polyline of the physical center of the road. A/B Street infers the number and type of lanes from OSM metadata, then creates individual lanes of appropriate width, each with a center-line and polygon for geometry. At intersections, the roads and lanes are \"trimmed back\" to avoid overlapping, and the \"common area\" becomes the intersection's polygon. This heuristic process is reasonably robust to complex shapes, with special treatment of highway on/off-ramps, although it does still have some bugs.","breadcrumbs":"Road and intersection geometry","id":"91","title":"Road and intersection geometry"},"92":{"body":"At each intersection, A/B Street infers all legal movements between vehicle lanes and sidewalks. This process makes use of OSM metadata about turn lanes, inferring reasonable defaults for multi-lane roads. OSM turn restriction relations, which may span a sequence of several roads to describe U-turns around complex intersections, are also used.","breadcrumbs":"Turns","id":"92","title":"Turns"},"93":{"body":"OSM models parking lots as areas along with the driveable aisles. Usually the capacity of a lot isn't tagged. A/B Street automatically fills paring lots with individual stalls along the aisles, estimating the capacity just from this geometry.","breadcrumbs":"Parking lots","id":"93","title":"Parking lots"},"94":{"body":"At unsignalized intersections, A/B Street infers which roads have to stop, and which have right-of-way.","breadcrumbs":"Stop signs","id":"94","title":"Stop signs"},"95":{"body":"OSM has no way to describe how traffic signals are configured. A/B Street models fixed-timer signals, automatically inferring the number of phases, their duration, and the movements that are prioritized and permitted during each phase.","breadcrumbs":"Traffic signals","id":"95","title":"Traffic signals"},"96":{"body":"A/B Street can determine routes along lanes and turns for vehicles and pedestrians. These routes obey OSM's turn restriction relations that span multiple road segments. They also avoid roads that're tagged as not allowing through-traffic, depending on the route's origin and destination and vehicle type. The pathfinding optionally makes use of contraction hierarchies to greatly speed up query performance, at the cost of a slower offline importing process.","breadcrumbs":"Pathfinding","id":"96","title":"Pathfinding"},"97":{"body":"OSM tags bridges and tunnels, but the roads that happen to pass underneath bridges aren't mapped. A/B Street detects these and represents the z-order for drawing.","breadcrumbs":"Bridge z-ordering","id":"97","title":"Bridge z-ordering"},"98":{"body":"Similar to areas, A/B Street consolidates the geometry of OSM buildings, which may be split into multiple polygons. Each building is also associated with the nearest driveable lane and sidewalk, and metadata is used to infer a land-use (like residential and commercial) and commercial amenities available.","breadcrumbs":"Buildings","id":"98","title":"Buildings"},"99":{"body":"A/B Street uses bus stops and route relations from OSM to build a model of public transit routes. OSM makes few guarantees about how the specifics of the route are specified, but A/B Street produces specific paths, handling clipping to the map boundary. ... All of this isn't the case yet, but it's a WIP!","breadcrumbs":"Experimental: public transit","id":"99","title":"Experimental: public transit"}},"length":200,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0}}},"9":{"df":4,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.358898943540674},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":17,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.4142135623730951},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.1622776601683795},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.6457513110645907},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.23606797749979},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.0}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.6457513110645907},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.0}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":78,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":42,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":37,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":2.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.0},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":1.7320508075688772}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.0},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":48,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":4,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"10":{"tf":1.7320508075688772},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":46,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.7320508075688772},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":3,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951}}},"9":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.4142135623730951},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.47213595499958},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.7320508075688772},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.23606797749979},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"80":{"tf":2.23606797749979},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.7320508075688772},"138":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":43,"docs":{"113":{"tf":2.0},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.3166247903554},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.8284271247461903},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.7320508075688772},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"2":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.449489742783178},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":41,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.449489742783178},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.7320508075688772},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.8284271247461903},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.23606797749979}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.23606797749979}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":83,"docs":{"101":{"tf":2.0},"102":{"tf":2.449489742783178},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":59,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":2.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":37,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.4142135623730951},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":2.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.23606797749979},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":2.0},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.23606797749979},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":51,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":2.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.7320508075688772},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.23606797749979},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":69,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"82":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.4142135623730951},"48":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.8284271247461903},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":2.0},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"10":{"tf":2.0},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":69,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":2.0},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":3,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"title":{"root":{"1":{"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"173":{"tf":1.0}}},"3":{"df":1,"docs":{"174":{"tf":1.0}}},"a":{"/":{"b":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"16":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"38":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"197":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"v":{"d":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"149":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"131":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"113":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"190":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.0}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"161":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"df":1,"docs":{"162":{"tf":1.0}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"178":{"tf":1.0},"195":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"28":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"163":{"tf":1.0},"199":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"50":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"159":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"107":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"152":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"187":{"tf":1.0},"29":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"156":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"180":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":1,"docs":{"94":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"190":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":4,"docs":{"133":{"tf":1.0},"185":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"42":{"tf":1.0}}}},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"116":{"tf":1.0},"123":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"123":{"tf":1.0},"35":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"26":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"b":{"df":3,"docs":{"164":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"119":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}});
    \ No newline at end of file
    +Object.assign(window.search, {"doc_urls":["index.html#ab-street","howto/index.html#ab-street-instructions","howto/index.html#installing-the-game","howto/index.html#playing-the-game","howto/index.html#data-source-licensing","howto/map_parking.html#help-map-out-on-street-parking","howto/map_parking.html#faq","howto/map_parking.html#why","howto/map_parking.html#why-put-this-data-in-osm","howto/map_parking.html#how-does-the-tool-work","howto/map_parking.html#why-use-this-tool","howto/map_parking.html#what-about-parking-restrictions","howto/map_parking.html#what-about-off-street-parking","howto/map_parking.html#what-about-long-roads-where-parking-appears-and-disappears","howto/map_parking.html#how-to-coordinate-with-other-mappers","howto/map_parking.html#i-noticed-weird-roads-in-the-tool","howto/map_parking.html#i-want-to-map-an-area-but-theres-no-option-for-it","howto/new_city.html#importing-a-new-city-into-ab-street","howto/new_city.html#quick-start","howto/new_city.html#how-to-get-osm-files","howto/new_city.html#including-the-city-to-ab-street-more-permanently","howto/new_city.html#next-steps","how_it_works.html#how-ab-street-works","how_it_works.html#driving","how_it_works.html#parking","how_it_works.html#biking","how_it_works.html#walking","how_it_works.html#transit","how_it_works.html#intersections","how_it_works.html#people-and-trips","how_it_works.html#map-edits","case_studies/index.html#case-studies","case_studies/lake_wash.html#lake-washington-blvd-stay-healthy-street","case_studies/lake_wash.html#lake-washington-blvd","case_studies/lake_wash.html#first-attempt","case_studies/lake_wash.html#traffic-calming","case_studies/lake_wash.html#next-steps","case_studies/west_seattle.html#west-seattle-mitigations","case_studies/west_seattle.html#16th-ave-sw-and-sw-holden-st","case_studies/west_seattle.html#re-evaluate-arterials","case_studies/west_seattle.html#repair-the-bridge","dev/index.html#developer-guide","dev/index.html#getting-started","dev/index.html#development-tips","dev/index.html#downloading-more-cities","dev/index.html#building-map-data","dev/index.html#understanding-stuff","dev/index.html#code-organization","dev/index.html#code-conventions","dev/index.html#profiling","dev/misc_tricks.html#development-notes","dev/misc_tricks.html#building-releases","dev/misc_tricks.html#markdown","dev/misc_tricks.html#videos","dev/misc_tricks.html#faster-linking","dev/misc_tricks.html#git","dev/misc_tricks.html#refactoring","dev/misc_tricks.html#stack-overflow","dev/misc_tricks.html#drawing-diagrams","dev/misc_tricks.html#mapping","dev/misc_tricks.html#osm-tools","dev/misc_tricks.html#fonts","dev/misc_tricks.html#release-checklist","dev/api.html#api","dev/api.html#examples","dev/api.html#control-flow","dev/api.html#api-details","dev/api.html#working-with-the-map-model","dev/api.html#working-with-individual-trips","dev/api.html#working-with-scenarios","dev/testing.html#testing-strategy","dev/testing.html#unit-tests","dev/testing.html#screenshot-diffs","dev/testing.html#dataregensh","dev/testing.html#integration-tests","dev/testing.html#old-tests","dev/mass_import.html#mass-importing-many-maps","dev/mass_import.html#the-current-approach","dev/mass_import.html#problems","dev/data.html#data-organization","dev/data.html#the-data-itself","dev/data.html#where-the-data-is-stored","dev/data.html#native-running-from-source","dev/data.html#native-running-from-a-release-zip","dev/data.html#web-running-locally","dev/data.html#web-from-s3","map/index.html#map-model","map/index.html#overview","map/index.html#how-is-a-map-used","map/index.html#features","map/index.html#area-clipping","map/index.html#road-and-intersection-geometry","map/index.html#turns","map/index.html#parking-lots","map/index.html#stop-signs","map/index.html#traffic-signals","map/index.html#pathfinding","map/index.html#bridge-z-ordering","map/index.html#buildings","map/index.html#experimental-public-transit","map/index.html#experimental-separated-cyclepaths-tramways-and-walking-paths","map/details.html#map-model-details","map/details.html#the-map","map/details.html#coordinate-system","map/details.html#invariants","map/details.html#connectivity","map/importing/index.html#importing","map/importing/convert_osm.html#from-osm-to-rawmap-convert_osm-crate","map/importing/convert_osm.html#extractrs","map/importing/convert_osm.html#split_waysrs","map/importing/convert_osm.html#clip","map/importing/geometry.html#roadintersection-geometry-rawmap-to-initialmap","map/importing/rest.html#initialmap-to-map","map/importing/misc.html#development-tricks","map/importing/misc.html#appendix-polylines","map/edits.html#live-edits","map/platform.html#ab-streets-map-model-as-a-platform","map/platform.html#use-cases","map/platform.html#just-data-is-not-enough","map/platform.html#how-would-an-apilibrary-work","map/platform.html#compatibility","map/platform.html#layering","map/platform.html#the-bigger-vision","trafficsim/index.html#ab-streets-traffic-simulation","trafficsim/discrete_event.html#discrete-event-simulation","trafficsim/discrete_event.html#cars","trafficsim/discrete_event.html#exact-positions","trafficsim/discrete_event.html#lane-changing","trafficsim/discrete_event.html#pedestrians","trafficsim/discrete_event.html#intersections","trafficsim/discrete_event.html#appendix-discrete-time-simulation","trafficsim/travel_demand.html#travel-demand","trafficsim/travel_demand.html#scenarios","trafficsim/travel_demand.html#data-sources","trafficsim/travel_demand.html#seattle-soundcast","trafficsim/travel_demand.html#berlin","trafficsim/travel_demand.html#proletariat-robot","trafficsim/travel_demand.html#custom-import","trafficsim/travel_demand.html#modifying-demand","trafficsim/travel_demand.html#research","trafficsim/gridlock.html#gridlock","trafficsim/gridlock.html#problems","trafficsim/gridlock.html#solutions","trafficsim/gridlock.html#not-implemented","trafficsim/gridlock.html#strategy-for-resolving","trafficsim/gridlock.html#fixing-data-used-in-simulation","trafficsim/trips.html#multi-modal-trips","trafficsim/trips.html#walking-only-trips","trafficsim/trips.html#trips-starting-from-a-border","trafficsim/trips.html#trips-starting-from-a-building","trafficsim/live_edits.html#live-edits","trafficsim/live_edits.html#what-works-today","trafficsim/live_edits.html#todo-recalculating-paths","trafficsim/live_edits.html#todo-parking","trafficsim/parking.html#parking","trafficsim/parking.html#infinite-parking","project/index.html#project-logistics","project/roadmap.html#roadmap","project/roadmap.html#next-steps-summer-2020","project/roadmap.html#ongoing-work","project/roadmap.html#ui-and-data-visualization","project/roadmap.html#game-design","project/roadmap.html#map-data--gis","project/roadmap.html#simulation--modeling","project/roadmap.html#web","project/roadmap.html#contributing-for-non-programmers","project/roadmap.html#long-term-vision","project/motivations.html#project-motivations","project/history/index.html#project-history","project/history/index.html#retrospective","project/history/index.html#trivia","project/history/backstory.html#backstory","project/history/year1.html#year-1-june-2018-2019","project/history/year2.html#year-2-june-2019-2020","project/history/year3.html#year-3-june-2020-2021","project/CHANGELOG.html#changelog","project/references.html#references","project/references.html#example-use-cases","project/references.html#groups-that-may-be-eventually-interested","project/references.html#similar-projects","project/references.html#seattle-specific","project/references.html#other-projects","project/references.html#notes-from-related-work","project/references.html#smarts--httpspeopleengunimelbeduauetanintist17pdf-","project/references.html#games","project/references.html#open-source-urban-planning","project/references.html#proprietary","project/references.html#maps-for-people","project/references.html#gammacsunceduroadnetworkwilkie_tvcgpdf","project/references.html#citybound","project/references.html#discrete-event-simulation-papers","project/references.html#tactical-urbanism","project/collaborations.html#collaborations","project/collaborations.html#glt","project/collaborations.html#xian","project/collaborations.html#forecasting-group","project/collaborations.html#cityengine","project/collaborations.html#berlin","project/collaborations.html#manchester","project/collaborations.html#pandemic-model"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":2,"title":2},"1":{"body":11,"breadcrumbs":3,"title":3},"10":{"body":20,"breadcrumbs":3,"title":2},"100":{"body":33,"breadcrumbs":6,"title":6},"101":{"body":20,"breadcrumbs":5,"title":3},"102":{"body":184,"breadcrumbs":3,"title":1},"103":{"body":89,"breadcrumbs":4,"title":2},"104":{"body":109,"breadcrumbs":3,"title":1},"105":{"body":103,"breadcrumbs":3,"title":1},"106":{"body":99,"breadcrumbs":3,"title":1},"107":{"body":19,"breadcrumbs":7,"title":4},"108":{"body":53,"breadcrumbs":4,"title":1},"109":{"body":69,"breadcrumbs":4,"title":1},"11":{"body":23,"breadcrumbs":3,"title":2},"110":{"body":46,"breadcrumbs":4,"title":1},"111":{"body":132,"breadcrumbs":7,"title":4},"112":{"body":671,"breadcrumbs":5,"title":2},"113":{"body":202,"breadcrumbs":5,"title":2},"114":{"body":12,"breadcrumbs":5,"title":2},"115":{"body":171,"breadcrumbs":4,"title":2},"116":{"body":24,"breadcrumbs":7,"title":5},"117":{"body":53,"breadcrumbs":4,"title":2},"118":{"body":116,"breadcrumbs":4,"title":2},"119":{"body":36,"breadcrumbs":4,"title":2},"12":{"body":22,"breadcrumbs":3,"title":2},"120":{"body":36,"breadcrumbs":3,"title":1},"121":{"body":38,"breadcrumbs":3,"title":1},"122":{"body":188,"breadcrumbs":4,"title":2},"123":{"body":16,"breadcrumbs":4,"title":4},"124":{"body":49,"breadcrumbs":5,"title":3},"125":{"body":232,"breadcrumbs":3,"title":1},"126":{"body":139,"breadcrumbs":4,"title":2},"127":{"body":133,"breadcrumbs":4,"title":2},"128":{"body":37,"breadcrumbs":3,"title":1},"129":{"body":121,"breadcrumbs":3,"title":1},"13":{"body":15,"breadcrumbs":6,"title":5},"130":{"body":174,"breadcrumbs":6,"title":4},"131":{"body":60,"breadcrumbs":4,"title":2},"132":{"body":16,"breadcrumbs":3,"title":1},"133":{"body":0,"breadcrumbs":4,"title":2},"134":{"body":48,"breadcrumbs":4,"title":2},"135":{"body":20,"breadcrumbs":3,"title":1},"136":{"body":73,"breadcrumbs":4,"title":2},"137":{"body":77,"breadcrumbs":4,"title":2},"138":{"body":80,"breadcrumbs":4,"title":2},"139":{"body":14,"breadcrumbs":3,"title":1},"14":{"body":12,"breadcrumbs":3,"title":2},"140":{"body":39,"breadcrumbs":3,"title":1},"141":{"body":205,"breadcrumbs":3,"title":1},"142":{"body":80,"breadcrumbs":3,"title":1},"143":{"body":58,"breadcrumbs":3,"title":1},"144":{"body":108,"breadcrumbs":4,"title":2},"145":{"body":23,"breadcrumbs":6,"title":4},"146":{"body":34,"breadcrumbs":5,"title":3},"147":{"body":0,"breadcrumbs":4,"title":2},"148":{"body":0,"breadcrumbs":5,"title":3},"149":{"body":0,"breadcrumbs":5,"title":3},"15":{"body":30,"breadcrumbs":5,"title":4},"150":{"body":66,"breadcrumbs":4,"title":2},"151":{"body":19,"breadcrumbs":4,"title":2},"152":{"body":73,"breadcrumbs":5,"title":3},"153":{"body":46,"breadcrumbs":4,"title":2},"154":{"body":14,"breadcrumbs":3,"title":1},"155":{"body":51,"breadcrumbs":4,"title":2},"156":{"body":2,"breadcrumbs":2,"title":2},"157":{"body":14,"breadcrumbs":2,"title":1},"158":{"body":40,"breadcrumbs":5,"title":4},"159":{"body":18,"breadcrumbs":3,"title":2},"16":{"body":17,"breadcrumbs":6,"title":5},"160":{"body":32,"breadcrumbs":4,"title":3},"161":{"body":13,"breadcrumbs":3,"title":2},"162":{"body":92,"breadcrumbs":4,"title":3},"163":{"body":54,"breadcrumbs":3,"title":2},"164":{"body":19,"breadcrumbs":2,"title":1},"165":{"body":42,"breadcrumbs":4,"title":3},"166":{"body":66,"breadcrumbs":4,"title":3},"167":{"body":226,"breadcrumbs":3,"title":2},"168":{"body":12,"breadcrumbs":3,"title":2},"169":{"body":43,"breadcrumbs":2,"title":1},"17":{"body":17,"breadcrumbs":6,"title":5},"170":{"body":11,"breadcrumbs":2,"title":1},"171":{"body":448,"breadcrumbs":3,"title":1},"172":{"body":181,"breadcrumbs":7,"title":5},"173":{"body":220,"breadcrumbs":7,"title":5},"174":{"body":110,"breadcrumbs":7,"title":5},"175":{"body":3438,"breadcrumbs":2,"title":1},"176":{"body":0,"breadcrumbs":2,"title":1},"177":{"body":5,"breadcrumbs":4,"title":3},"178":{"body":92,"breadcrumbs":4,"title":3},"179":{"body":3,"breadcrumbs":3,"title":2},"18":{"body":83,"breadcrumbs":3,"title":2},"180":{"body":66,"breadcrumbs":3,"title":2},"181":{"body":10,"breadcrumbs":2,"title":1},"182":{"body":0,"breadcrumbs":4,"title":3},"183":{"body":18,"breadcrumbs":3,"title":2},"184":{"body":5,"breadcrumbs":2,"title":1},"185":{"body":1,"breadcrumbs":5,"title":4},"186":{"body":3,"breadcrumbs":2,"title":1},"187":{"body":1,"breadcrumbs":3,"title":2},"188":{"body":6,"breadcrumbs":2,"title":1},"189":{"body":1,"breadcrumbs":2,"title":1},"19":{"body":65,"breadcrumbs":3,"title":2},"190":{"body":62,"breadcrumbs":5,"title":4},"191":{"body":7,"breadcrumbs":3,"title":2},"192":{"body":9,"breadcrumbs":2,"title":1},"193":{"body":38,"breadcrumbs":2,"title":1},"194":{"body":14,"breadcrumbs":2,"title":1},"195":{"body":25,"breadcrumbs":3,"title":2},"196":{"body":16,"breadcrumbs":2,"title":1},"197":{"body":19,"breadcrumbs":2,"title":1},"198":{"body":18,"breadcrumbs":2,"title":1},"199":{"body":18,"breadcrumbs":3,"title":2},"2":{"body":81,"breadcrumbs":2,"title":2},"20":{"body":155,"breadcrumbs":7,"title":6},"21":{"body":59,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":3},"23":{"body":52,"breadcrumbs":1,"title":1},"24":{"body":122,"breadcrumbs":1,"title":1},"25":{"body":77,"breadcrumbs":1,"title":1},"26":{"body":32,"breadcrumbs":1,"title":1},"27":{"body":10,"breadcrumbs":1,"title":1},"28":{"body":83,"breadcrumbs":1,"title":1},"29":{"body":53,"breadcrumbs":2,"title":2},"3":{"body":12,"breadcrumbs":2,"title":2},"30":{"body":47,"breadcrumbs":2,"title":2},"31":{"body":156,"breadcrumbs":2,"title":2},"32":{"body":115,"breadcrumbs":8,"title":6},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":135,"breadcrumbs":4,"title":2},"35":{"body":51,"breadcrumbs":4,"title":2},"36":{"body":25,"breadcrumbs":4,"title":2},"37":{"body":69,"breadcrumbs":5,"title":3},"38":{"body":80,"breadcrumbs":8,"title":6},"39":{"body":82,"breadcrumbs":5,"title":3},"4":{"body":66,"breadcrumbs":3,"title":3},"40":{"body":19,"breadcrumbs":4,"title":2},"41":{"body":0,"breadcrumbs":2,"title":2},"42":{"body":62,"breadcrumbs":2,"title":2},"43":{"body":136,"breadcrumbs":2,"title":2},"44":{"body":43,"breadcrumbs":3,"title":3},"45":{"body":130,"breadcrumbs":3,"title":3},"46":{"body":10,"breadcrumbs":2,"title":2},"47":{"body":139,"breadcrumbs":2,"title":2},"48":{"body":140,"breadcrumbs":2,"title":2},"49":{"body":7,"breadcrumbs":1,"title":1},"5":{"body":70,"breadcrumbs":6,"title":5},"50":{"body":47,"breadcrumbs":4,"title":2},"51":{"body":40,"breadcrumbs":4,"title":2},"52":{"body":20,"breadcrumbs":3,"title":1},"53":{"body":29,"breadcrumbs":3,"title":1},"54":{"body":16,"breadcrumbs":4,"title":2},"55":{"body":20,"breadcrumbs":3,"title":1},"56":{"body":8,"breadcrumbs":3,"title":1},"57":{"body":5,"breadcrumbs":4,"title":2},"58":{"body":1,"breadcrumbs":4,"title":2},"59":{"body":5,"breadcrumbs":3,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":23,"breadcrumbs":4,"title":2},"61":{"body":1,"breadcrumbs":3,"title":1},"62":{"body":19,"breadcrumbs":4,"title":2},"63":{"body":20,"breadcrumbs":3,"title":1},"64":{"body":21,"breadcrumbs":3,"title":1},"65":{"body":78,"breadcrumbs":4,"title":2},"66":{"body":290,"breadcrumbs":4,"title":2},"67":{"body":32,"breadcrumbs":5,"title":3},"68":{"body":13,"breadcrumbs":5,"title":3},"69":{"body":54,"breadcrumbs":4,"title":2},"7":{"body":46,"breadcrumbs":1,"title":0},"70":{"body":0,"breadcrumbs":4,"title":2},"71":{"body":39,"breadcrumbs":4,"title":2},"72":{"body":92,"breadcrumbs":4,"title":2},"73":{"body":31,"breadcrumbs":3,"title":1},"74":{"body":55,"breadcrumbs":4,"title":2},"75":{"body":72,"breadcrumbs":4,"title":2},"76":{"body":20,"breadcrumbs":6,"title":4},"77":{"body":130,"breadcrumbs":4,"title":2},"78":{"body":50,"breadcrumbs":3,"title":1},"79":{"body":58,"breadcrumbs":4,"title":2},"8":{"body":51,"breadcrumbs":4,"title":3},"80":{"body":55,"breadcrumbs":4,"title":2},"81":{"body":65,"breadcrumbs":4,"title":2},"82":{"body":50,"breadcrumbs":5,"title":3},"83":{"body":44,"breadcrumbs":6,"title":4},"84":{"body":78,"breadcrumbs":5,"title":3},"85":{"body":31,"breadcrumbs":4,"title":2},"86":{"body":23,"breadcrumbs":2,"title":2},"87":{"body":99,"breadcrumbs":1,"title":1},"88":{"body":67,"breadcrumbs":2,"title":2},"89":{"body":17,"breadcrumbs":1,"title":1},"9":{"body":51,"breadcrumbs":3,"title":2},"90":{"body":31,"breadcrumbs":2,"title":2},"91":{"body":51,"breadcrumbs":3,"title":3},"92":{"body":39,"breadcrumbs":1,"title":1},"93":{"body":26,"breadcrumbs":2,"title":2},"94":{"body":9,"breadcrumbs":2,"title":2},"95":{"body":23,"breadcrumbs":2,"title":2},"96":{"body":48,"breadcrumbs":1,"title":1},"97":{"body":18,"breadcrumbs":3,"title":3},"98":{"body":28,"breadcrumbs":1,"title":1},"99":{"body":33,"breadcrumbs":3,"title":3}},"docs":{"0":{"body":"All documentation lives here. Some chapters are only intended for a technical audience.","breadcrumbs":"A/B Street","id":"0","title":"A/B Street"},"1":{"body":"This is an alpha-quality demo. Please email dabreegster@gmail.com or file a Github issue if you hit problems.","breadcrumbs":"A/B Street Instructions","id":"1","title":"A/B Street Instructions"},"10":{"body":"You don't have to; this tool or ID or JOSM all work. But the UI is clunky for this specific purpose. (Also, if you find this tool clunky in any way, let me know and I'll fix it.) There's also a proposed StreetComplete quest .","breadcrumbs":"Instructions » Why use this tool?","id":"10","title":"Why use this tool?"},"100":{"body":"Some cyclepaths, tram lines, and footpaths in OSM are tagged as separate ways, with no association to a \"main\" road. Sometimes this is true -- they're independent trails that only occasionally cross roads. But often they run alongside a road. A/B Street attempts to detect these and \"snap\" them to the main road as extra lanes. ... But this doesn't work yet at all.","breadcrumbs":"Experimental: separated cyclepaths, tramways, and walking paths","id":"100","title":"Experimental: separated cyclepaths, tramways, and walking paths"},"101":{"body":"A/B Street builds a rich representation of a city map using OpenStreetMap (OSM) and other sources. This chapter describes how. TODO: Integrate pictures from these slides . This recorded presentation covers some of this.","breadcrumbs":"Map model » Map model details","id":"101","title":"Map model details"},"102":{"body":"A single city is broken down into different pieces... A/B Street comes with a few maps, each defined by a bounding/clipping polygon for some portion of Seattle. Each map has these objects: Roads : A single road connects two intersections, carrying OSM metadata and containing some child lanes. Lanes : An individual lane of traffic. Driving (any vehicle), bus-only, and bike-only lanes have a direction. On-street parking lanes don't allow any movement, and they have some number of parking spots. Sidewalks are bidirectional. Intersections : An intersection has references to all of the incoming and outgoing lanes. Most intersections have a stop sign or traffic signal policy controlling movement through it. Border intersections on the edge of the map are special places where agents may appear or disappear. Turns : A turn connects one lane to another, via some intersection. (Sidewalks are bidirectional, so specifying the intersection is necessary to distinguish crosswalks at each end of a sidewalk.) Buildings : A building has a position, OSM metadata, and a front path connecting the edge of the building to the nearest sidewalk. Most trips in A/B Street begin and end at buildings. Some buildings also contain a number of off-street parking spots. Area : An area has geometry and OSM metadata and represents a body of water, forest, park, etc. They're just used for drawing. Bus stop : A bus stop is placed some distance along a sidewalk, with a pointer to the position on the adjacent driving or bus lane where a bus stops for pick-up. Bus route : A bus route has a name and a list of stops that buses will cycle between. In the future, they'll include information about the frequency/schedule of the route. Parking lot : A parking lot is connected to a road, has a shape, and has some internal driving \"aisles.\" The number and position of individual parking spots is auto-generated.","breadcrumbs":"Map model » The map","id":"102","title":"The map"},"103":{"body":"A/B Street converts (longitude, latitude) coordinates into a simpler form. An (x, y) point starts with the top-left of the bounding polygon as the origin. Note this is screen drawing order, not a Cartesian plane (with Y increasing upwards) -- so angle calculations account for this. The (x, y) values are f64's trimmed to a few decimal places, with way more precision than is really needed. These might become actual fixed-point integers later, but for now, a Pt2D skirts around Rust's limits on f64's by guaranteeing no NaN's or infinities and thus providing the full Eq trait. A few places in map conversion compare points using different thresholds, usually below 1 meter. Ideally these epsilon comparisons could be eliminated in favor of a fixed-point integer representation, but for now, explicit thresholds are useful.","breadcrumbs":"Map model » Coordinate system","id":"103","title":"Coordinate system"},"104":{"body":"Ideally, the finalized maps would satisfy a list of invariants, simplifying the traffic simulation and drawing code built on top. But the input data is quite messy and for now, most of these aren't quite guaranteed to be true. Some minimum length for lanes and turns. Very small lanes can't be drawn, tend to break intersection polygons, and may lead to gridlocked traffic. Some guarantees that positions along adjacent lanes actually match up, even though different lanes on the same road may have different lengths. Examples include the position of a bus stop on the sidewalk and bus lane matching up. Additionally, parking lanes without an adjacent driving lane or bus stops without any driving or bus lanes make no sense and should never occur. Connectivity -- any sidewalk should be reachable from any other, and most driving lanes should be accessible from any others. There are exceptions due to border intersections -- if a car spawns on a highway along the border of the map, it may be forced to disappear on the opposite border of the map, if the highway happens to not have any exits within the map boundary.","breadcrumbs":"Map model » Invariants","id":"104","title":"Invariants"},"105":{"body":"For a single mode, each lane is connected to two intersections. Turns connect two lanes. There are no turns between sidewalks and driving/bike/bus lanes. All buildings and parking lots have driveways. This must connect to a sidewalk, allowing pedestrians to enter/exit that object. The driveway OPTIONALLY connects to the nearest driveable lane. This allows cars to enter/exit that object for parking. Public transit stops are located somewhere on a sidewalk. They're associated with a driveable position where the bus or train stops. In the future, this will need to account for dedicated surface-level platforms and for underground transit stations, likely associated with a building. There's a concept of \"parking blackholes.\" If you treat every road as bidirectional without access restrictions, then the graph is connected. But the more detailed view has to factor in one-way roads and things near the map border. These blackholes influence where cars will try to look for parking (since we don't want them entering a blackhole and getting stuck) and also, for temporary/unintentional reasons, where pedestrian<->bicycle transitions will happen.","breadcrumbs":"Map model » Connectivity","id":"105","title":"Connectivity"},"106":{"body":"This chapter describes the process of transforming OSM extracts into A/B Street's map model. The steps are: A large .osm file is clipped to a hand-drawn boundary region, using osmconvert The convert_osm crate reads the clipped .osm, and a bunch of optional supplementary files, and produces a RawMap Part of the map_model crate transforms the RawMap into the final Map Other applications read and use the Map file The importer crate orchestrates these steps, along with automatically downloading any missing input data. The rest of these sections describe each step in a bit more detail. Keeping the docs up-to-date is hard; the best reference is the code, which is hopefully organized clearly. Don't be afraid of how complicated this pipeline seems -- each step is relatively simple. If it helps, imagine how this started -- just chop up OSM ways into road segments, infer lanes for each road, and infer turns between the lanes.","breadcrumbs":"Map model » Importing","id":"106","title":"Importing"},"107":{"body":"The first phase of map building reads in data from OSM files and a few others, producing a serialized RawMap. Only major steps are described; see the code for the rest.","breadcrumbs":"Map model » Importing » From OSM to RawMap (convert_osm crate)","id":"107","title":"From OSM to RawMap (convert_osm crate)"},"108":{"body":"Read .osm, extracting the points for road-like ways, buildings, and areas Areas usually come from a relation of multiple ways, with the points out of order. Gluing all the points together fails when the .osm has some ways clipped out. In that case, try to trace along the map boundary if the partial area intersects the boundary in a clear way. Otherwise, just use a straight line to try to close off the polygon. Also read traffic signal locations and turn restrictions between OSM ways","breadcrumbs":"Map model » Importing » extract.rs","id":"108","title":"extract.rs"},"109":{"body":"Split OSM ways into road segments OSM ways cross many intersections, so treat points with multiple ways and the points at the beginning and end of a way as intersections, then split the way into road segments between two intersections. This phase remembers which road segment is the beginning and end of the OSM way, for per-lane turn restrictions later Apply turn restrictions between roads here. Since OSM ways cross many intersections, the turn restrictions only apply to one particular road segment that gets created from the way. Make sure the destination of the restriction is actually incident to a particular source road.","breadcrumbs":"Map model » Importing » split_ways.rs","id":"109","title":"split_ways.rs"},"11":{"body":"There are many parking:lane tags to indicate restricted parking zones, time restrictions, etc. Feel free to map that in ID or JOSM, but I'm just looking to make a first pass over a wide area.","breadcrumbs":"Instructions » What about parking restrictions?","id":"11","title":"What about parking restrictions?"},"110":{"body":"Clip the map to the boundary polygon osmconvert options preserve ways that cross the boundary Trim roads that cross the boundary. There may be cases where a road dips out of bounds, then immediately comes back in. Disconnecting it isn't ideal, but it's better to manually tune the boundary polygon when this happens than try to preserve lots of out-of-bounds geometry. Area polygons are intersected with the boundary polygon using the clipping crate","breadcrumbs":"Map model » Importing » clip","id":"110","title":"clip"},"111":{"body":"The remainder of map construction is done in the map_model crate. There's one intermediate structure between RawMap and Map, called InitialMap. make/remove_disconnected.rs: Remove disconnected roads Just floodfill from some road, assuming all roads are bidirectional, to get different partitions. Remove roads from all but the largest partition make/initial/mod.rs and make/initial/lane_specs.rs: Interpret OSM tags to figure out what lanes are on each side of each road, also figuring out the total width of the road. make/initial/geometry.rs: Figure out the polygon for each intersection, and trim back road center-lines to end at a face of the polygon. For every road touching the intersection, get the polyline of each side, based on the road's width See appendix for how to shift polylines Sort all the polylines by the angle to the intersection's shared point Intersect every polyline with every other polyline More specifically -- the second half of each polyline, to get the correct collision point Look at the perpendicular infinite line to the collision point on the shifted polyline, then find where it hits the original center line. Trim back the center line by the max distance from these collisions. Compute the intersection's polygon by considering collisions between adjacent roads' polylines Deal with short roads and floating point issues by deduping any adjacent points closer than 0.1m","breadcrumbs":"Map model » Importing » Road/intersection geometry: RawMap to InitialMap","id":"111","title":"Road/intersection geometry: RawMap to InitialMap"},"112":{"body":"Still in the map_model crate. map.rs's make_half_map: Expand roads to lanes, using the list of lane types from before make/turns.rs: Generate turns for every intersection. Vehicle turns (for cars, bikes, buses) Consider every pair of roads in the intersection. Try to match up lane types -- if there's a bike lane on both roads, don't add a turn from driving->bike or bike->driving. If there's not, then fallback to transitions between different lane types. Classify the turn based on the difference between the angle of the incoming lane's last line and the outgoing lane's first line For straight turns, use the Cartesian product to link every incoming with every outgoing lane. If the indices dont match up, the turn becomes a LaneChangeLeft or LaneChangeRight turn. This is used later for intersection policies to prioritize turns appropriately. Right and left turns only originate from the one lane on the appropriate side Walking turns for pedestrians Consider pairs of adjacent roads around the intersection Make a crosswalk to the other side of the road, assuming there's a sidewalk on both sides Make a shared sidewalk corner over to the adjacent road If the adjacent road doesn't have a sidewalk on the close side, then consider skipping that road and making a crosswalk over to the next road. An example of this is a crosswalk over a highway on/off ramp. Verify all the turns so far are unique Filter by the OSM turn restrictions (\"only straight\" between road1 and road2) Try to apply the OSM per-lane restrictions (\"straight or left\" from lane 3) The number of lanes in the OSM metadata might not match up with how many lanes created Some of these OSM tags are just completely wrong sometimes. If the filter makes an incoming lane lose all of its turns, then ignore that tag. make/parking_blackholes.rs: Find well-connected roads near \"blackhole\" lanes. Starting from most driving/biking lanes, most other lanes are reachable. Some aren't -- such as one-way highways inevitably leading from or to a border. These are \"blackholes\" -- pathfinding to or from here may fail. Find the largest strongly-connected component (SCC) in the driving graph. From every other lane (a blackhole), floodfill both forwards and backwards to find the nearest driving lane part of the main SCC. Later, if a car needs to park by a building on a blackhole road, it'll instead start searching for parking at the redirect. This prevents it from being forced to instead exit the map through a border. make/buildings.rs: Match buildings up with sidewalks Find the closest sidewalk polyline to each building's center. Then draw a straight line for the front path between the edge of the building and the sidewalk point. Filter out buildings too far away from any sidewalk The front path might cross through other buildings; this is probably not worth fixing. make/buildings.rs: Same for parking lots Similar process to match parking lots to nearest sidewalk and driving lane Try to place parking spots along both sides of parking aisles Filter out overlapping spots make/bridges.rs: Find what roads lie beneath bridges, and update their Z-order accordingly for later drawing. stop_signs.rs: Instantiate default stop sign policies Rank incoming roads by OSM priority (arterial beats residential) If there's only one rank, then make an all-way stop Otherwise, the highest rank gets priority and others stop Check if there are any conflicts based on this. If so, then fall-back to an all way stop. traffic_signals.rs: Instantiate default traffic signal policies Apply the first predefined policy that works. 4-way 4 stage, 4-way 2 stage, 3-way 3-stage, degenerate policy for 2 roads, 2-stage for 4 one-ways Fallback to a greedy assignment that just randomly starts a new stage, adds all compatible turns, and repeats until all turns are present priority in some stage. pathfind/mod.rs: Prepare pathfinding A/B Street uses contraction hierarchies (CH) for fast routing, using the fast_paths crate. pathfind/vehicle.rs: For cars, bikes, buses There's a separate CH for cars, buses, and bikes, since they can use slightly different sets of lanes. Building the CH for buses and bikes is much faster than the one for cars, because the algorithm can re-use the node ordering from the first CH. Every lane is a node in the graph, even if it's not an appropriate lane type -- it might change later, and reusing orderings is vital for speed. If two lanes are connected by a turn, then there's an edge in the graph. The edge weight is the length of the lane and turn. Later this could take into account speed limit, penalize lane-changing and left turns, etc. pathfind/walking.rs: For pedestrians Only sidewalk lanes are nodes in the graph -- sidewalks can't ever be changed in A/B Street, so there's no concern about reusing node orderings. All turns between two sidewalks become edges, again using length When actually pathfinding, we get back a list of sidewalks. The actual paths used in the traffic simulation specify forwards or backwards on a sidewalk. Looking at adjacent pairs of sidewalks lets us easily stitch together exact directions. make/bus_stops.rs: Match bus stops with a sidewalk Also precompute the position where the bus stops on the adjacent driving or bus lane. This \"equivalent position on another lane\" process has a few weird cases, since two lanes on the same road might have different lengths. Right now, the same distance from the start of the lane is used, with clamping for shorter lanes. Ideally, the position would be found by projecting a perpendicular line out from one lane to the other. make/bus_stops.rs: Finalize the list of bus routes Between each pair of adjacent bus stops, run pathfinding to verify there's actually a path for the bus to follow. If any are disconnected, remove the bus route Remove bus stops that have no routes serving them. pathfind/walking.rs: Precompute the CH for pedestrians who will use buses Nodes in the graph are sidewalks and every bus stop There's an edge with weight 0 between a bus stop and its sidewalk There's also an edge with weight 0 between bus stops that're adjacent via some route. Ideally this weight would account for the time until the next bus and the time spent on the bus, etc. Later when figuring out which bus to use for a pedestrian, the resulting list of nodes is scanned for the first and last bus stop along the same route.","breadcrumbs":"Map model » Importing » InitialMap to Map","id":"112","title":"InitialMap to Map"},"113":{"body":"Separate phases for fast incremental development Don't reimport all data from OSM every time there's a change to part of the map construction code! For slow steps that don't change often, make them separate binaries -- hence convert_osm being separate from the rest. Don't be afraid of manual intervention The data isn't perfect. It's easy to spend lots of time fiddling with code to automatically handle all problems Instead of automatically resolving problems, prefer good tooling for finding and specifying fixes Be careful of derivative structures that could get out of sync with OSM. Prefer contributing real fixes to OSM. Screenshot diff testing When working on the code for intersection geometry, it's easy to check a few example cases get fixed by some change. But what if another part of the map regresses somehow? Take screenshots of the entire map, keep the checksums under version control, look at the diffs visually, and manually verify any changes. Implementation details: One huge gif or png is too slow to read and write, so take a bunch of tiled screenshots covering everything. Amusingly, rendering to a file with glium is slow unless compiling in release mode (which isn't an option for quick incremental development). So instead, pan to each section of the map, render it, call an external screenshot utility, and move on -- just don't wiggle the mouse during this process! Different IDs for objects make sense during different phases For the final product, lanes and such are just a contiguous array, indexed by numeric IDs. But sometimes, we need IDs that're the same between different boundary polygons of maps, so that player edits can be applied anywhere. Using (longitude, latitude) pairs hits floating-point serialization and comparison issues, so referring to roads as (OSM way ID, OSM node ID 1, OSM node ID 2) works instead.","breadcrumbs":"Map model » Importing » Development tricks","id":"113","title":"Development tricks"},"114":{"body":"Add some pictures here to demonstrate how polyline shifting works, the explode-to-infinity problem, and the bevel/miter fix.","breadcrumbs":"Map model » Importing » Appendix: PolyLines","id":"114","title":"Appendix: PolyLines"},"115":{"body":"A key feature of A/B Street is the player editing the map and seeing how traffic responds. The possible edits include: Change lane types (driving, bus, bike, parking -- sidewalks are fixed) Change speed limits Reverse a lane Change a stop sign policy (which roads have a stop sign and which have priority) Change a traffic signal policy The map conversion process outlined above takes a few minutes, so reusing this process directly to compute a map with edits wouldn't work at all for real gameplay. Instead, the process for applying edits is incremental: Figure out the actual diff between edits and the current map This is necessary for correctness, but also speeds up a sequence of edits made in the UI -- only one or two lanes or intersections actually changes each time. Of course when loading some saved edits, lots of things might change. For any changed roads, make sure any bus stop on it have a good pointer to their equivalent driving position for the bus. For any modified intersections, recompute turns and the default intersection policies Recompute all the CHs for cars, buses, and bikes -- note sidewalks and bus stops never change This is the slowest step. Critically, the fast_paths crate lets a previous node ordering be reused. If just a few edge weights change, then recomputing is much faster than starting from scratch. While making edits in the UI, we don't actually need to recompute the CH after every little tweak. When the player exits edit mode, only then do we recompute everything. A list of lanes and intersections actually modified is then returned to the drawing layer, which uploads new geometry to the GPU accordingly.","breadcrumbs":"Map model » Live edits","id":"115","title":"Live edits"},"116":{"body":"A/B Street's representation of a city, built mostly from OSM and lots of heuristics, is likely useful to other projects. This doc brainstorms what it would look like to properly expose it to other users. To sum up what the map model provides: geometry + semantics.","breadcrumbs":"Map model » A/B Street's map model as a platform","id":"116","title":"A/B Street's map model as a platform"},"117":{"body":"Different UIs (particularly 3D / VR) for exploring cities as they are or as they could be, like Streetmix 3D and Complete Street Rule Importing slices of a city as assets into a game engine like Godot Imagine a hackathon where people easily build games based on the real world Like https://developers.google.com/maps/documentation/gaming/overview_musk but open A new OSM viewer/editor, particularly focused on POIs Something focusing on 15-minute neighborhoods, with isochrones and nearby amenities TODO: Give a quick Python example of what interacting with the end goal could look like.","breadcrumbs":"Map model » Use cases","id":"117","title":"Use cases"},"118":{"body":"At first glance, the existing Map structure could be written to some format with a nicely documented schema. This would certainly be useful, but it's not nearly enough. Interpreting the data sometimes requires lots of code, which already exists -- so why not expose it to users as well? Examples in OSM where I wish \"standard libraries\" existed to interpret the data: The simple task of detecting intersections between ways Figuring out what lanes a road has from tags Gluing multipolygons together Inferring turns at an intersection, subject to the several types of turn restrictions A/B Street solves these problems (or at least it tries to), but by itself, the resulting data isn't always useful. So some examples of where a library would be needed too: Pathfinding. ABST does lots of work especially to handle \"live\" map edits and cheaply regenerate contraction hierarchies. Also, pathfinding requires obeying OSM turn restrictions that span multiple roads -- this prevents even plain old Dijkstra's from working correctly. Getting geometry in different forms. Lanes are stored as a PolyLine, but what if a consumer wants the thickened Polygon, either as points, or maybe even pre-triangulated vertices and indices?","breadcrumbs":"Map model » Just data is not enough","id":"118","title":"Just data is not enough"},"119":{"body":"The traditional approach is to link against part of A/B Street as a library and call it through language-specific bindings. The more language-agnostic option is defining an API (maybe JSON or protobuf) and having clients run a local A/B Street server, making HTTP requests to it. This is like the \"sidecar\" pattern in microservice-land.","breadcrumbs":"Map model » How would an API/library work?","id":"119","title":"How would an API/library work?"},"12":{"body":"Ideally I'd also like to know how many private parking spots are available to residents of each building. But I don't know of an OSM schema for mapping this, or a practical way to collect this data. Let me know if you have ideas.","breadcrumbs":"Instructions » What about off-street parking?","id":"12","title":"What about off-street parking?"},"120":{"body":"Really have to think through this carefully. Some examples of big changes on the horizon: Additive: separate cycleways and tramways. Likely no schema change. Modify: traffic signals will get more complex Modify: we'll likely try again to merge tiny intersections together, which would get rid of the current guarantees that a road/intersection is associated to one particular OSM object","breadcrumbs":"Map model » Compatibility","id":"120","title":"Compatibility"},"121":{"body":"Clients should be able to opt into different data layers. For example, A/B Street strips out OSM building tags right now to keep filesizes small. But an OSM viewer would want to keep this (and likely discard the large contraction hierarchies). So some pieces of the map model need to be teased apart into optional pieces, and probably loaded in as separate files.","breadcrumbs":"Map model » Layering","id":"121","title":"Layering"},"122":{"body":"Depending what other open source projects are on board, the general idea is to start assembling an ecosystem of libraries/tooling to make it easier to build new things off of open GIS data. The end state might look like this. A few separate applications would exist, all running both natively and in the browser: A/B Street the game, more or less in its current form A new OpenStreetMap viewer, likely focused on visualizing roads and points-of-interest in detail The street parking OSM editor, and other OSM editors specialized for mapping certain things A new app focusing on 15-minute neighborhoods, using isochrones to show amenities available nearby Ideally, allow editing current land use / zoning, to let people explore how new policies might get closer to a 15-minute neighborhood. Possibly GOAT does all of this already, and this new thing shouldn't be built A new app for creating story maps, showing events that occur over time, with lots of detail about the surrounding environment All of these would make use of some common libraries, which should be extracted out cleanly from A/B Street today: the map model and OSM importer the widgetry UI library some common code for specifically interacting with maps in widgetry a tool to generate a traffic demand model from OSM data, optional census data, etc This has been initially prototyped the discrete-event traffic simulation that A/B Street uses today core geometry/utility libraries But note only the first application would use things like the simulation library. The point of more cleanly modularizing these pieces is to make it easier for new people to build different pieces, without having to understand and be coupled to everything else. Also, as appropriate, these pieces should use common data formats (like shared-row ) to be interoperable with Streetmix, Complete Streets, etc.","breadcrumbs":"Map model » The bigger vision","id":"122","title":"The bigger vision"},"123":{"body":"This article describes how cars, bikes, buses, and pedestrians are modeled in A/B Street. All code lives in the sim crate. This recorded presentation covers some of this.","breadcrumbs":"A/B Street's Traffic Simulation","id":"123","title":"A/B Street's Traffic Simulation"},"124":{"body":"The traffic simulation models different agents (cars, bikes, buses, pedestrians, and intersections) over time. Agents don't constantly sense and react to the world every second; instead, they remain in some state until something interesting happens. This is a discrete-event architecture -- events are scheduled for some time in the future, and handling them changes the state of some agents. The core simulation loop simply processes events in order -- see scheduler.rs and the step method in sim.rs.","breadcrumbs":"Traffic simulation » Discrete-event simulation","id":"124","title":"Discrete-event simulation"},"125":{"body":"(Note: Cars, bikes, and buses are all modeled the same way -- bikes just have a max speed, and buses/bikes can use restricted lanes.) Cars move through a sequence of lanes and turns (movements through an intersection). They queue and can't over-take a slow lead vehicle. The main simplifying assumption in A/B Street is that cars can instantly accelerate and decelerate. This wouldn't model highway driving at all, where things like jam waves are important, but it's reasonable for in-city driving. The essence of scarcity is the capacity on lanes and the contention at intersections. What happens in between isn't vital to get exactly right. A car has a few states (mechanics/car.rs): Crossing some distance of a lane/turn over some time interval Queued behind another car on a lane/turn WaitingToAdvance at the end of a lane, blocked on an intersection A few states where the car stays in one place: Parking , Unparking , and Idling (for buses at a stop) State transitions happen in mechanics/driving.rs. This is best explained by an example sequence: A car enters the Unparking state, taking a fixed 30s to exit a parking spot and enter the adjacent driving lane. The driving lane is blocked during this time, to mimic somebody pulling out from a parallel parking spot. The car is now fully somewhere on the driving lane. It enters the Crossing state, covering the remaining distance to the end of the road. The time interval is calculated assuming the car travels at the max speed limit of the road. After that time, the car checks if there's anybody in the queue before it. Nope? Then it attempts to initiate a turn through the intersection, but the stop sign says no, so the car enters the WaitingToAdvance state. Some time later, the stop sign wakes up the car. The car starts the turn, entering the Crossing state again. After finishing the turn, the car starts Crossing the next lane. When it's finished, it turns out there are a few cars ahead of it, so it enters the Queued state. When the lead vehicle directly in front of the car exits the lane, it wakes up the car, putting it in the Crossing state, starting at the appropriate following distance behind the lead vehicle. This prevents the car from immediately warping to the end of the lane when the lead vehicle is out of the way. And so on...","breadcrumbs":"Traffic simulation » Cars","id":"125","title":"Cars"},"126":{"body":"For a discrete-event simulation, we don't usually care exactly where on a lane a car is at some time. But we do need to know for drawing and for a few cases during simulation, such as determining when a bus is lined up with a bus stop in the middle of a lane. mechanics/queue.rs handles this, computing the distance of every car in a lane. For cars in the Crossing state, we linearly interpolate distance based on the current time. Of course, cars have to remain in order, so Queued cars are limited by the lead vehicle's position + the lead vehicle's length + a fixed following distance of 1m. Another case where we need to know exact positions of cars is to prevent the first vehicle on a lane from hitting the back of a car who just left the lane. All vehicles have length, and position is tracked by the front of the car. When a car's front leaves a lane, its back is still partly in the lane. Logically, the new lead car in the lane still needs to act like it's Queued. So each lane keeps a \"laggy head\", pointing to the car with its back partly in the lane. After the laggy head has made it sufficient distance along its new turn or lane, the laggy head on the old lane can be erased, unblocking the lead vehicle. This requires calculating exact distances and some occasionally expensive cases where we have to schedule frequent events to check when a laggy head is clear.","breadcrumbs":"Traffic simulation » Exact positions","id":"126","title":"Exact positions"},"127":{"body":"Lane-changing (LCing) deserves special mention. A/B Street cheats by not allowing it on lanes themselves. Instead, at intersections, cars can perform turns that shift them over any number of lanes. These LCing turns conflict with other turns appropriately, so the contention is still modeled. Why do it this way? In a previous project , I tried opportunistic LCing. If a car had room to warp to the equivalent distance on the adjacent lane without causing a crash, it would start LCing, then take a fixed time to slide over, blocking both lanes throughout. This meant cars often failed to LC when they needed to, forcing them to reroute, botching their trip times. In many cases the cars would be permanently stuck, because pathfinding would return paths requiring LCing that couldn't be pulled off in practice due to really short roads. Why not try making the car slow down if needed? Eventually it might have to stop, which could lead to unrealistic gridlock. This LCing model was using a detailed discrete-time model with cars accelerating properly; maybe it's easier with A/B Street's simplified movement model. Currently in A/B Street, cars will pick the least backed-up lane when there's a choice. They make this decision once when they reach the front of a queue; look for opportunistically_lanechange in router.rs. The decision could be improved.","breadcrumbs":"Traffic simulation » Lane-changing","id":"127","title":"Lane-changing"},"128":{"body":"Pedestrian modeling -- in mechanics/walking.rs is way simpler. Pedestrians don't need to queue on sidewalks; they can \"ghost\" through each other. In Seattle, there aren't huge crowds of people walking and slowing down, except for niche cases like Pike Place Market. So in A/B Street, the only scarce resource modeled is the time spent waiting to cross intersections.","breadcrumbs":"Traffic simulation » Pedestrians","id":"128","title":"Pedestrians"},"129":{"body":"I need to flesh this section out. See mechanics/intersections.rs for how stop signs and traffic signals work. Two things I need to fix before making this section interesting: Only wake up relevant agents when a previous agent finishes a turn. Don't let an agent start a low-priority turn (like an unprotected left) if it'll force a high-priority vehicle approaching to wait. The approaching vehicle is still in the Crossing state, so we need to notify intersections ahead of time of intended turns and an ETA. One contributor to permanent gridlock is cars and bikes being stuck in an intersection, preventing conflicting turns from being performed. To help avoid this, one of the last checks that stop signs and traffic signals perform before accepting a new turn request is that the target lane has enough space for the new vehicle. This is \"reserved\" space, not necessarily currently occupied by vehicles in that lane. This accounts for other vehicles performing a turn bound for that lane. See try_to_reserve_entry in mechanics/queue.rs. When a car completely leaves a lane (determined by the \"laggy head\" described above), this space is freed, and blocked cars are woken up.","breadcrumbs":"Traffic simulation » Intersections","id":"129","title":"Intersections"},"13":{"body":"The tool won't help. Use your favorite editor to split the way when the lane configuration changes. Also feel free to just skip these areas.","breadcrumbs":"Instructions » What about long roads where parking appears and disappears?","id":"13","title":"What about long roads where parking appears and disappears?"},"130":{"body":"A/B Street's first traffic model was discrete-time, meaning that every agent reacted to the world every 0.1s. Cars had a more realistic kinematics model, accelerating to change speed and gradually come to a halt. Cars did a worst-case estimation of how far ahead they need to lookahead in order to satisfy different constraints: Don't exceed any speed limits Don't hit the lead vehicle (which might suddenly slam on its brakes) Stop at the end of a lane, unless the intersection says to go After fighting with this approach for a long time, I eventually scrapped it in favor of the simpler discrete-event model because: It's fundamentally slow; there's lots of busy work where cars in freeflow with nothing blocking them or stopped in a long queue constantly check to see if anything has changed. Figuring out the acceleration to apply for the next 0.1s in order to satisfy all of the constraints is really complicated. Floating point inaccuracies cause ugly edge cases with speeds that wind up slightly negative and with cars coming to a complete stop slightly past the end of a lane. I wound up storing the \"intent\" of an action to auto-correct these errors. The realism of having cars accelerate smoothly didn't add value to the core idea in A/B Street, which is to model points of contention like parking capacity and intersections. (This is the same reason why I don't model bike racks for parking bikes -- in Seattle, it's never hard to find something to lock to -- this would be very different if Copenhagen was the target.) Additionally, the kinematics model made silly assumptions about driving anyway -- cars would smash on their accelerators and brakes as hard as possible within all of the constraints.","breadcrumbs":"Traffic simulation » Appendix: discrete-time simulation","id":"130","title":"Appendix: discrete-time simulation"},"131":{"body":"A/B Street simulates people following a schedule of trips over a day. A single trip has a start and endpoint, a departure time, and a mode. Most trips go between buildings, but the start or endpoint may also be a border intersection to represent something outside the map boundaries. The mode specifies whether the person will walk, bike, drive, or use transit. Without a good set of people and trips, evaluating some changes to a map is hard -- what if the traffic patterns near the change aren't realistic to begin with? This chapter describes where the travel demand data comes from.","breadcrumbs":"Traffic simulation » Travel demand","id":"131","title":"Travel demand"},"132":{"body":"A scenario encodes the people and trips taken over a day. See the code . TODO: talk about vehicle assignment / parked car seeding","breadcrumbs":"Traffic simulation » Scenarios","id":"132","title":"Scenarios"},"133":{"body":"","breadcrumbs":"Traffic simulation » Data sources","id":"133","title":"Data sources"},"134":{"body":"Seattle luckily has the Puget Sound Regional Council, which has produced the Soundcast model . They use census stats, land parcel records, observed vehicle counts, travel diaries, and lots of other things I don't understand to produce a detailed model of the region. We're currently using their 2014 model; the 2018 one should be available sometime in 2020. See the code for importing their data. TODO: talk about how trips beginning/ending off-map are handled","breadcrumbs":"Traffic simulation » Seattle: Soundcast","id":"134","title":"Seattle: Soundcast"},"135":{"body":"This work is ongoing . See the code . So far, we've found a population count per planning area and are randomly distributing the number of residents to all residential buildings in each area.","breadcrumbs":"Traffic simulation » Berlin","id":"135","title":"Berlin"},"136":{"body":"What if we just want to generate a reasonable model without any city-specific data? One of the simplest approaches is just to spawn people beginning at residential buildings, make them go to some workplace in the morning, then return in the evening. OpenStreetMap building tags can be used to roughly classify building types and distinguish small houses from large apartments. See the proletariat_robot code for an implementation of this. This is ongoing work spearheaded by Mateusz. Some of the ideas for next steps are to generate different types of people (students, workers), give them a set of activities with durations (go to school for 7 hours, 1 hour lunch break), and then further pick specfic buildings to travel to using more OSM tags.","breadcrumbs":"Traffic simulation » Proletariat robot","id":"136","title":"Proletariat robot"},"137":{"body":"If you have your own data, you can import it. The input format is JSON -- an example: { \"scenario_name\": \"monday\", \"people\": [ { \"origin\": { \"Position\": { \"longitude\": -122.303723, \"latitude\": 47.6372834 } }, \"trips\": [ { \"departure\": 10800.0, \"destination\": { \"Position\": { \"longitude\": -122.3075948, \"latitude\": 47.6394773 } }, \"mode\": \"Drive\" } ] } ]\n} Run the tool: cargo run --bin import_traffic -- --map=data/system/seattle/maps/montlake.bin --input=/path/to/input.json The tool matches input positions to the nearest building or border intersection, within 100 meters. The departure time is seconds since midnight. The tool will fail if any point doesn't match to a building, or if any of the specified trips can't be created (due to graph connectivity problems, for example). If your requirements are different or you have any trouble using this format/tool, please file a Github issue -- just consider this tool and format a prototype.","breadcrumbs":"Traffic simulation » Custom import","id":"137","title":"Custom import"},"138":{"body":"The travel demand model is extremely fixed; the main effect of a different random number seed is currently to initially place parked cars in specific spots. When the player makes changes to the map, exactly the same people and trips are simulated, and we just measure how trip time changes. This is a very short-term prediction. If it becomes much more convenient to bike or bus somewhere, then more people will do it over time. How can we transform the original demand model to respond to these changes? Right now, there's very preliminary work in sandbox mode for Seattle weekday scenarios. You can cancel all trips for some people (simulating lockdown) or modify the mode for some people (change 50% of all driving trips between 7 and 9am to use transit).","breadcrumbs":"Traffic simulation » Modifying demand","id":"138","title":"Modifying demand"},"139":{"body":"https://github.com/replicahq/doppelganger https://github.com/stasmix/popsynth https://zephyrtransport.github.io/zephyr-directory/projects/ https://activitysim.github.io https://github.com/BayAreaMetro/travel-model-one https://github.com/RSGInc/DaySim https://github.com/arup-group/pam https://spatial-microsim-book.robinlovelace.net/smsimr.html","breadcrumbs":"Traffic simulation » Research","id":"139","title":"Research"},"14":{"body":"If somebody wants to set up HOT tasking, that'd be great, but I don't expect so many people to jump on this.","breadcrumbs":"Instructions » How to coordinate with other mappers?","id":"14","title":"How to coordinate with other mappers?"},"140":{"body":"Here \"gridlock\" refers to the general problem of trips getting permanently stuck, preventing the full simulation from completing. Most of the work is tracked here . The general lesson is: you can't code your way around all edge cases. The data in OSM often needs manual fixes. It's often useful to spend coding effort on tools to detect and fix OSM problems.","breadcrumbs":"Traffic simulation » Gridlock","id":"140","title":"Gridlock"},"141":{"body":"The choices in the movement model matter. Some gridlock is inherent to any system with queueing and conflicting turns. But in reality, people wiggle around partly blocked turns. And some of this comes from the treatment of the front/back of vehicles. Short roads in OSM causing very weird geometry Intersection geometry being too large, requiring too much time to cross Unrealistic traffic patterns caused by everyone trying to park in one big garage (downtown) or take some alley (the UW soundcast issue) Too many people try to take an unprotected left turn (often at a stop sign) Bad individual traffic signals, usually at 5- or 6-ways Groups of traffic signals logically acting as a single intersection Separate traffic signals along a corridor being unsynchronized Vehicles performing illegal sequences of turns Vehicles are stuck with their plan and not reacting to traffic by changing route Real traffic would result in a gridlock without a deliberate actions to avoid it. Such actions range from individual decisions of drivers to police manually controlling traffic. Intelligent avoidance of gridlock is not simulated and is extremely hard to simulate. Vehicles will wait in lane filled with already waiting vehicles, even if there is a completely empty lane allowing travel in desired direction. It makes easier for entire lane between crossings to fill, contributing to gridlocks. Note that while this and other clearly stupid behaviors are clearly unrealistic, it is not trivial to implement more realistic and more efficient decisions. Issues caused by the unrealistic lane-changing model Two turns that go to the same lane (one going \"straight\", the other often a lane-change) conflict. The conflict is coarse, at the granularity of the entire intersection. So if vehicles are piled up in two lanes trying to merge into one, then one group is likely to go through as expected, but the second group will wait for the first to completely clear the intersection. Until then, it looks like a conflicting turn is being done.","breadcrumbs":"Traffic simulation » Problems","id":"141","title":"Problems"},"142":{"body":"Divide into implemented or not. Synchronizing pairs of signals Uber-turns for interpreting OSM turn restrictions for synchronizing a group of signals for locking turn sequences Once a vehicle starts an uber-turn, prevent others from starting conflicting turns on nearby intersections. Until groups of traffic signals are configured as one, this is necessary to prevent somebody from making it halfway through a sequence then getting blocked. Cycle detector block-the-box protection the manual list of overrides likely shouldn't apply during uber-turns is it always fine to block the box at degenerate intersections? hacks to allow conflicting turns at really broken intersections manually timing signals penalties for lane choice to make lane usage realistic","breadcrumbs":"Traffic simulation » Solutions","id":"142","title":"Solutions"},"143":{"body":"Dynamic rerouting Allow multiple vehicles through intersection at once if there is enough space on lane where given vehicle is going. Currrently vehicles travel through crossings one by one (or, with --disable_block_the_box enabled - will enter crossing even if leaving it will be impossible). Last resort: if someone's waiting on a turn >5m, just go. Uber-turns Group both stop sign and traffic signal intersections when looking for uber-turns. Even a single traffic signal surrounded by tiny roads with stop signs is causing problems.","breadcrumbs":"Traffic simulation » Not implemented","id":"143","title":"Not implemented"},"144":{"body":"Because there are so many different causes all tangled together, my approach is to simplify the simulation as much as possible. A problem is much easier to understand and fix when it's isolated. I've been trying this to get the downtown weekday scenario to complete. A list of different techniques to simplify, in no particular order: Use the --infinite_parking flag to just let everyone park directly in their destination buildings. This is useful since downtown has many large parking garages with high capacity, but I don't have a data source describing them. Use the --disable_turn_conflicts flag, which greatly reduces realism, but lets conflicting turns happen simultaneously. (Even with this and other flags, downtown still gridlocks!) It also disables traffic signals, so bad inferred timing isn't an issue. Use the --disable_block_the_box flag to workaround short roads. If you notice problems forming from cars stacking up behind slower cyclists, there's no over-taking implemented yet. Use the scenario modifiers to convert all biking trip to driving: --scenario_modifiers='[{\"ChangeMode\":{\"to_mode\":\"Drive\",\"pct_ppl\":100,\"departure_filter\":[0.0,86400.0],\"from_modes\":[\"Bike\"]}}]' If all else fails, use the scenario modifiers to bluntly cancel some percentage of all trips.","breadcrumbs":"Traffic simulation » Strategy for resolving","id":"144","title":"Strategy for resolving"},"145":{"body":"Give more examples of changesets. upstreaming turn restrictions into OSM to prevent invalid U-turns and other crazy movements ex: https://www.openstreetmap.org/changeset/87945050 upstreaming lane count fixes into OSM to improve geometry","breadcrumbs":"Traffic simulation » Fixing data used in simulation","id":"145","title":"Fixing data used in simulation"},"146":{"body":"A single trip consists of a sequence of TripLegs -- walking, operating a vehicle (car or bike), and riding the bus. Depending whether a trip begins or ends at a border or building, there are many combinations of these sequences. This is a way to categorize them into three groups. I'm not sure it's the simplest way to express all the state transitons.","breadcrumbs":"Traffic simulation » Multi-modal trips","id":"146","title":"Multi-modal trips"},"147":{"body":"","breadcrumbs":"Traffic simulation » Walking-only trips","id":"147","title":"Walking-only trips"},"148":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a border","id":"148","title":"Trips starting from a border"},"149":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a building","id":"149","title":"Trips starting from a building"},"15":{"body":"Welcome to my world. ;) If the number of lanes seems wrong, select the road and check the OSM tags. I'm inferring lanes from that. Feel free to make manual OSM edits to fix any problems you see. (I'd like to extend this tool to make that easier; let me know if you have ideas how to do this.)","breadcrumbs":"Instructions » I noticed weird roads in the tool","id":"15","title":"I noticed weird roads in the tool"},"150":{"body":"When the player edits the map, there's an efficient process for applying the edits at the map model and rendering layer. In the middle of a simulation, it's less obvious how to apply all edits. Most of the time currently, edits cause the simulation to reset to midnight. Applying edits to the sim without reset is important for running machine learning experiments and for improving the gameplay experience (by having more immediate feedback about the consequences of a change). The UI has a dirty_from_edits bit to track when changes have been applied without reset. This lets us tell the player that by the end of the day, any score / results are tentative, because their edits might have a different effect earlier in the day.","breadcrumbs":"Traffic simulation » Live edits","id":"150","title":"Live edits"},"151":{"body":"Changes to traffic signals are simple -- incremental_edit_traffic_signal happens at the map layer, and then handle_live_edited_traffic_signals at the sim layer just resets the current stage to 0 if the previous configuration had more stages.","breadcrumbs":"Traffic simulation » What works today","id":"151","title":"What works today"},"152":{"body":"Many of the edits will influence routes. For trips that haven't started yet, there's nothing to do immediately. Paths are calculated right before the trip starts, so slight changes to the start/end of the path due to map edits (like where somebody starts biking, for example) are captured naturally. For currently active trips, in some cases, rerouting would be ideal but not necessary (like if speed limits changed). In other cases -- like changing access restrictions, modifying lane types, closing intersections -- the route must be recomputed. As a simple first attempt, we could just cancel all active trips whose path crosses an edited road or intersection. Later, we can figure out rerouting. And actually, the only other case to handle is ChangeRouteSchedule, which should just be rescheduling the StartBus commands.","breadcrumbs":"Traffic simulation » TODO: Recalculating paths","id":"152","title":"TODO: Recalculating paths"},"153":{"body":"What happens if you modify a parking lane while there are cars on it? For now, just delete them. Trips later making use of them will just act as if the car never had room to be spawned at all and get cancelled or fallback to walking. A better resolution would be to relocate them to other parking spots. If the owner is home, it'd be neat to have them walk outside, move the car, and go back in. But this greatly complicates the simulation -- the edited lane is in a transition state for a while, it modifies schedules, the person might not be around, etc.","breadcrumbs":"Traffic simulation » TODO: Parking","id":"153","title":"TODO: Parking"},"154":{"body":"TODO: Fill out the types of parking available, public/private, blackholes, how people pick spots, how seeding works, etc.","breadcrumbs":"Traffic simulation » Parking","id":"154","title":"Parking"},"155":{"body":"If you pass --infinite_parking on the command line, every building gets unlimited public spots. This effectively removes the effects of parking from the model, since driving trips can always begin or end at their precise building (except for blackhole cases). This is useful if a particular map has poor parking data and you need to get comparative results about speeding up some trips. Often the A/B testing is extremely sensitive, because a parking space close to someone's destination is filled up quickly, slowing down the trip.","breadcrumbs":"Traffic simulation » Infinite parking","id":"155","title":"Infinite parking"},"156":{"body":"This has some background/logistics about the project.","breadcrumbs":"Project logistics","id":"156","title":"Project logistics"},"157":{"body":"A/B Street has been under active development since June 2018. That's a long time -- what work is happening now and how can you contribute?","breadcrumbs":"Project » Roadmap","id":"157","title":"Roadmap"},"158":{"body":"Afer the alpha launch in June, I plan to focus on: shared biking/walking trails like the Burke Gilman light rail more score functions besides trip time, like safety/comfort changing trip mode choice (if you make a bus route more desirable, switch some trips) web support (so people can try out proposals without installing anything)","breadcrumbs":"Project » Next steps, summer 2020","id":"158","title":"Next steps, summer 2020"},"159":{"body":"If I had resources to hire a team, this is roughly how I'd organize different roles. If you're interested in helping, these aren't strictly defined positions, just ideas of related tasks.","breadcrumbs":"Project » Ongoing work","id":"159","title":"Ongoing work"},"16":{"body":"To keep the release size small, I'm not including all maps yet. Let me know what you'd like to see included. Or if you have a .osm file, try the quick start guide .","breadcrumbs":"Instructions » I want to map an area, but there's no option for it","id":"16","title":"I want to map an area, but there's no option for it"},"160":{"body":"We've got a UX designer, but implementing all of the new designs takes time. Also: improve color schemes for colorblind players, implement night mode, rain effects, etc refactor and clean up the GUI library for other Rust users lots of data viz design / implementation needed","breadcrumbs":"Project » UI and data visualization","id":"160","title":"UI and data visualization"},"161":{"body":"the tutorial mode needs attention many ideas for challenge/story modes, but playtesting, tuning, and game design needed","breadcrumbs":"Project » Game design","id":"161","title":"Game design"},"162":{"body":"Support more cities: write docs/tools to help people add new cities without programming experience add support for non-OpenStreetMap input: GeoJSON for parking in Perth, other trip demand sources, etc fix bugs for driving on the left side of the road Improve the quality of map geometry derived from OpenStreetMap: try new algorithms to generate intersection polygons make tools for easily improving relevant data in OSM use ML and lidar/satellite data to get extremely accurate curb / planter / sidewalk geometry Build tools and organize community mapping: organize an effort to map how traffic signals are timed (partly started) divide and track work for distributed mapathons Bring in new data to understand more about cities: PM2.5 pollution Tax / land value (is there inequitable access to transit?)","breadcrumbs":"Project » Map data / GIS","id":"162","title":"Map data / GIS"},"163":{"body":"Totally new areas: light rail shared bike/pedestrian paths ridesharing micromobility (scooters, floating bikeshare) more score functions (elevation gain, biking safety) generating trip demand / activity models from scratch or modifying existing ones Improve existing models: overtaking / lane-changing pedestrian crowds instant vehicle acceleration pedestrians walking on road shoulders (some streets have no sidewalks) buses: transfers, proper schedules, multiple buses per route","breadcrumbs":"Project » Simulation / modeling","id":"163","title":"Simulation / modeling"},"164":{"body":"A/B Street runs on the web via WASM and WebGL; just waiting on vector text support. Besides that: Share community proposals online, discuss them, vote, etc","breadcrumbs":"Project » Web","id":"164","title":"Web"},"165":{"body":"There's plenty to do besides programming! Mapping, most of which directly contributes to OpenStreetMap: sidewalks and crosswalks on-street parking traffic signal timing Playtesting by attempting to implement real proposals would also be helpful, to expose where it's awkward for A/B Street to edit the map and to write up problems encountered. Advocacy: I'm not great at finding the right people to to get ideas implemented for real. Maybe you are?","breadcrumbs":"Project » Contributing for non-programmers","id":"165","title":"Contributing for non-programmers"},"166":{"body":"Longer term, I'd like to take lots of the work in generating and interacting with high-detail OpenStreetMap-based maps and generalize it, possibly as a new OSM viewer/editor. More generally, I'd like to see how simulation can help individuals understand and explore other policy decisions related to cities. Domains I'm vaguely interested in, but not at all knowledgable about, include land-use / zoning, housing, and supply chains. In late March 2020, a new collaborator started a pandemic model using the existing simulation of people occupying shared spaces. What are other domains could benefit from the rich agent-based model we're building?","breadcrumbs":"Project » Long-term vision","id":"166","title":"Long-term vision"},"167":{"body":"I thought it'd be helpful to explain what motivates my work in A/B Street. These are just my personal values; I don't intend to make a careful argument about these here. In no particular order: Transparency and reproducibility : if city government uses data, modeling, or simulation to inform a decision affecting the general public, then anybody ought to be able to repeat that analysis. This means code and data should be open. Businesses like Sidewalk Lab's Replica and Remix still need to generate income, but it's unclear why governments use taxes to pay for something only they see. Decision making should be documented clearly. Why were the 35th Ave bike lanes scrapped? Was the amount of on-street parking on nearby residential roads factored in? Was there analysis of how trip time is impacted by parking in the neighborhood and walking a few blocks to a business on the arterial? I'm personally inspired by approaches like vTaiwan and PDIS Accessibility leads to participation : There's overhead to taking small ideas to advocacy groups or inconveniently timed public meetings. If the planning process is easier to interact with, more people will participate. Seattle's Your Voice, Your Choice program is maybe an example of this Short-term changes : ST3 is exciting, but 2040 isn't close. There are much cheaper changes that can be implemented sooner. Most of the edits in A/B Street are inspired by tactical urbanism; they could be prototyped with signs and paint. The US is too dependent on cars : This has an unacceptable impact on the environment. Even ignoring that, many cities are out of room to build more roads. We can't keep scaling population like this. Autonomous vehicles will NOT save the day : They can squeeze more throughput out of existing infrastructure, but only up to a point. They might encourage people to move and tolerate longer commutes. Mass transit and dense land-use patterns handle population growth better. Compromise and trade-offs : I see lots of rhetoric calling for extreme, sudden change. I don't want to ban all cars from downtown Seattle, because that's not realistic. I want to focus on immediate steps forward. I want to come up with estimates about impacting drivers by a median 3 minutes in order to save a bus route 1 minute, and to shift public discourse towards that.","breadcrumbs":"Project » Project motivations","id":"167","title":"Project motivations"},"168":{"body":"As of June 2020. tldr: A/B Street has been in active development since June 2018, but the idea has been festering since I was about 16.","breadcrumbs":"Project » Project history","id":"168","title":"Project history"},"169":{"body":"What poor judgments have cost me the most time? UI churn: I should've studied some UX on my own and started with a clear idea of how to organize everything OSM data quality: I should've gained the confidence to upstream fixes earlier Intersection geometry: I should've realized sooner that simulation robustness is more important than nice appearance. Geometry primitives: I sunk too much time into the polyline problem and f64 precision.","breadcrumbs":"Project » Retrospective","id":"169","title":"Retrospective"},"17":{"body":"This process isn't easy yet. Please email dabreegster@gmail.com or file a Github issue if you hit problems. I'd really appreciate help and PRs to improve this.","breadcrumbs":"Instructions » Importing a new city into A/B Street","id":"17","title":"Importing a new city into A/B Street"},"170":{"body":"The name was almost \"Unstreet\" or \"Superban\" (superb urban) I hope you enjoy and/or are baffled by the release names","breadcrumbs":"Project » Trivia","id":"170","title":"Trivia"},"171":{"body":"I originally wanted to tell a much longer story here of how I came to work on A/B Street, but I'm not sure this is the right time yet. So consider this the quick version. I grew up in Baton Rouge, where driving is effectively the only mode of transport. (I've gone back and made a point of taking long walks to confirm how antagonistically the city is designed towards walking.) Very early on, I fell in love with a Nintendo 64 game called Banjo Kazooie, which led me to the online fan communities of the early 2000's. I wanted to create games too, so I started learning programming via library books and lots of questions on IRC. Because I never had any confidence in art, I wound up working on roguelikes , which led to a fervent interest in pathfinding algorithms and collaborative diffusion . When I started driving in high school, I quickly realized how bad people were at it. I remember being stuck at the intersection of Florida Blvd and Cloud and first wondering if the pathfinding algorithms could help with traffic. Can you see where this is going? Impatience is a virtue I moved to Austin for college. One of the first days of class, I shuffled down the stairs of Gearing Hall past a crackly old speaker apocalyptically announcing the weather forecast (details add color, right?) into a seminar demanding a totally open-ended first assignment to do something interesting. After I left, somebody stopped to ask me for directions, but I didn't know campus well yet. I thought about how Google Maps gave really silly walking directions. So I decided I'd hand-draw a map of campus, showing all of the construction, how to cut through the labryinth that is Welch Hall on hot days, and where to find the 24/7 robot coffee machines, and hack together a routing engine to help people find the shortest path between their classes. The feedback I got on this assignment included something along the lines of, \"I was really pretty impressed first that you would be so stupid as to actually try to do this...\" Hand-mapping UT Austin But I did, and that led me to discovering OpenStreetMap, which it turns out was pretty pivotal. (The first version of my campus map was seeded vaguely off an official paper map, but mostly I walked around and invented half-assed surveying methods on the spot.) Next semester, I joined a freshman research stream with somebody who had worked on AIM , UT's demonstration that autonomous vehicles wouldn't need traffic lights. Everything came together, and I started a 3 year journey of building AORTA , a traffic simulator for AVs. Guided by the research lab, I explored the really bizarre idea of letting AVs bid to turn lights green sooner and micro-tolling all roads to disincentivize congestion. Both of these mechanisms would be incredibly unfair to people without the spare cash to back up their high value-of-time, but I brushed this off by saying the currency could be based on carpooling, EVs, etc. Approximately Orchestrated Routing and Transportation Analyzer It was great to try research in college; I learned I really dislike munging data and compressing my work into 6 pages of conference paper LaTeX. So I moved to Seattle to work in industry instead, on something completely unrelated to transportation. Lots of things began unravelling for me in Seattle, but one of them was biking. In Austin, I had picked up mountain biking, and all but stopped driving; it was an amazing place to explore and commute by bike. Seattle was different. There were many more cyclists around, but the experience felt more stressful, the drivers more aggressive. I had plenty of near-misses. I kept commuting by bike, but the joy of it was gone. I started noticing how many cars were parked on narrow arterials and wondering why that was a fair use of space. I started paying attention to the public discourse around bike infrastructure in Seattle and feeling like the conversation was... chaotic. Manhattan took walkability seriously Fast forward to late 2017. This is where I'll omit chunks of the story. I visited London, my first experience with a city that took public transit seriously. When I returned, lots of latent ideas stopped fermenting and started exploding. I threw together a prototype of A/B Street and started the arduous process at work of open-sourcing it and applying to a program to let me work it on for a few quarters. A few months later, I wound up quitting instead, and began to work on A/B Street in earnest.","breadcrumbs":"Project » History » Backstory","id":"171","title":"Backstory"},"172":{"body":"I skimmed through git and summarized roughly what I was working on each month, calling out milestones. \"UI churn\" is pretty much constantly happening. June: polyline geometry and lanes, building paths, protobuf -> serde July: pedestrians, bikes, parked cars, lane edits August: porting AORTA's discrete-time driving model September: multi-leg trips, buses, the first ezgui wizard, randomized scenarios October: A/B test mode (and so per-map plugins), forking RNG for edit-invariance, intersection geometry November: clipping / borders, using blockface for parking, time travel mode, test runner framework December: bezier curves for turns, traffic signal editor, a first attempt at merging intersections, right-click menus, a top menu, modal menus the grand colorscheme refactor: a python script scraped cs.get_def calls at build-time January: careful f64 resolution, ezgui screencapping, synthetic map editor grand refactor : piston to glium February: attempting to use time-space intervals for a new driving model, new discrete-event model instead Feb 19-27 : conceiving and cutting over to the new discrete event model March: fleshing out DES model (laggy heads), first attempt to build on windows, gridlock detection April: first public releases, splash screen and rearranging game modes May: fancier agent rendering, attempting to use census tracts, finding real demand data milestone : discovered PSRC Soundcast data, much more realistic trips","breadcrumbs":"Project » History » Year 1 (June 2018-2019)","id":"172","title":"Year 1 (June 2018-2019)"},"173":{"body":"Circa October 2019 June: contraction hierarchies for pathfinding, stackable game states July: OSM turn restrictions, misc (I think I was in Europe?) August: pedestrian crowds, agent color schemes, parking blackholes, a big raw_data refactor to store Pt2D, attended first hackathon September: offstreet parking, associating parked cars with buildings using Soundcast (before that, anybody could use any car!), implemented texture support for some reason, doing manual MapFixes at scale to fix OSM bugs milestone : got the smallest montlake map to run without gridlock October: parking sim fixes, opportunistic lane-changing, starting challenge modes November: prebaked sim results, time-series plots, undo for edit mode, traffic signal editor grouping turns milestone : Yuwen joins project December: the UI reform begins (flexbox, minimap, trip timelines, cutting over to SVGs, info panels, scrolling), started naming releases sensibly Project leaked to HN , woops January: UI reform continues, the modern tutorial mode appears Feburary: UI and tutorial, all text now pure vectors, port to glow+WASM March: lockdowns start in US, start grouping trips as a person, population heatmap, left-hand driving, info panel and typography overhauls. started engaging with Greenways, started effort to map traffic signals April: Orestis joins and starts the pandemic model, trip tables, the optimize commute challenge, refactor for people's schedules and owned vehicles, trip time dat viz, MAJOR progress fixing gridlock at the sim layer May: gridlock progress, upstreaming fixes in OSM, differential throughput and first real write-up, long-lasting player edits, dedicated parking mapper, maybe vanquished the HiDPI bugs, multi-step turn restrictions, random bios for people, and docs like this to prep for launch ;) milestone : relying on pure OSM, no more MapFixes","breadcrumbs":"Project » History » Year 2 (June 2019-2020)","id":"173","title":"Year 2 (June 2019-2020)"},"174":{"body":"June: parking lots, real minimap controls, road labels June 22 : alpha launch! r/Seattle , r/SeattleWA , r/UrbanPlanning , HN , GeekWire , The Stranger July: loads of bugfixes, map geometry improvements, UI cleanups, access-restricted zones for private neighborhoods and no-through-traffic, better traffic generation between home<->work for new maps, complete overhaul to bus routes and introduction of light rail, commute pattern explorer, importing Krakow and Berlin, smarter lane-changing, walkable shoulders for roads without sidewalks KING 5 Evening interview August: Michael joins, multiple traffic signals can be edited together, started a headless JSON API, support for other languages in OSM data, started congestion capping, backwards-compatible and more robust map edits, two-way cycletracks, more cities imported, slurry of bugfixes and performance improvements Silicon Valley Bike Summit , Seattle PI September: ... SeattleMet October: ...","breadcrumbs":"Project » History » Year 3 (June 2020-2021)","id":"174","title":"Year 3 (June 2020-2021)"},"175":{"body":"Every time I upload a new binary release , I'll list major changes here. 0.1.0 First binary release 0.1.1 drawing arrows better start with a splash screen, make it easy to change maps in-game 0.1.2 totally revamp GUI by organizing everything into distinct gameplay modes 0.1.3 new warp tool that autocompletes street names hideable menus, place context menus better, remove top menu bar, add a simple OSD loading screens reflect what's printed to the terminal depict pedestrians and bikes with more detail tool to scroll through an agent's route make simulation speed controls actually work 0.1.4 improve stop sign editor UI (toggle entire roads) better mouseover / selection rendering better traffic signal rendering (show time left, use outlines for yields) make cars actually stop and briefly wait at stop signs improve edit mode diff visualization (cross-hatching) render actual stop signs, not just red lines fix intersection policies confused by conflicting straight turns with lane-changing fix mac scrolling better turn indicators nicer unzoomed view of roads, with different colors for big/small roads 0.1.5 (release file size jumped from ~15MB to ~70MB because of new PSRC trips) improve UX of intersection editors define a better set of maps included by default improve drawing speed by batching more stuff better default traffic signal policies for many cases import and visualize census data fix missing sidewalks on downtown one-ways import and visualize PSRC trip data 0.1.6 slider widget for controlling time and speed fixing bad polyline geometry in most cases; visualizing routes should no longer be buggy handle PSRC trips that begin or end out-of-bounds draw agents in unzoomed mode in a way simpler way improve edit mode: detect reverts to original, easier lane type switching lots of fixes for buses: handle edits better, read sequence of stops correctly from GTFS set up A/B tests faster 0.1.7 bulk and revert tools in edit mode improve turns and default intersection policies when bike/bus lanes involved new tool to manually hint for short roads and weird intersections. some problems have now been manually fixed scoreboard of trip results for sandbox and A/B test mode reduce lag when sim is running at full speeds, but system is too slow switch to easbar's contraction hierarchy crate, making all pathfinding INSANELY fast remove weird rules about the world freezing when traffic signals are in \"overtime\" 0.1.8 edit mode: convert to a ped scramble cycle, simplify stop sign editor by removing individual turns ui: put labels next to sliders, organize modal menus into sections, add a minimize/maximize icon A/B test mode: savestate, include time controls and agent following/route tools here use more OSM data for turn lanes, turn restrictions from lanes, turn restrictions between entire roads dont attempt to cross a traffic signal if there's absolutely no hope improve bus route UI tools and make routes using transit more sane user-defined shortcuts for jumping between views of a map 0.1.9 sliders to pick times in wizards fix hidpi scaling traffic signal diagram scrolls properly easier to instantiate a scenario, show all trips involving a building for a scenario colorschemes to show trip duration or time blocked label buses with route number represent overlapping pedestrians as a labeled crowd massive performance boost via real priority queue prevent cars from \"blocking the box\" prevent all? aborted trips (due to parking blackholes mostly) smarter roam-around-for-parking router 0.1.10 sim parking in off-street garages and on-street lanes on the off-side of oneways now mostly works detect and handle parking blackholes; cars should never get stuck looking for parking now let lower-priority turns happen at traffic signals when higher-priority ones blocked get closer to FCFS ordering at stop signs basic opportunistic lane-changing a bus should be seeded for every route now demand data show trips to/from buildings and borders make PSRC trips seed and attempt to use parked cars UI different heatmap overlays, like parking availability and busiest areas show colorscheme legends when relevant interactively seed parked cars, spawn more types of trips fix major A/B test mode bug (mismatched scenarios and map edits) adjusting sliders, menu placement, dynamic items consolidating different tools into a single info panel for objects bus route explorer shows entire route, current bus location map quality degenerate intersections only have one crosswalk now revamped the map editor for fixing geometry problems, used it in many places nicer yellow center lines (dashed when appropriate) handling OSM turn restriction relations properly fix empty traffic signal phases handling bike lanes on certain sides of the road starting to upstream manually-verified parking lanes into OSM new gameplay: reverse direction of lanes 0.1.11 small UI fixes: fixed width traffic signal diagram, skip info phase of menus when empty start drawing (but not using) shared left-turn lanes from OSM fix OSM polylines with redundant points (fixing an issue in ballard) improved traffic signal policies in some cases started upstreaming some sidewalk tags in OSM to fix inference issues fixed misclassified right turns adjusting map colors handling lakes/ocean polygons from OSM way better reorganized sim analytics, added stuff for bus arrivals adding new internal road points to map editor. almost ready to really aggressively use it skipping parking lanes with no nearby sidewalks, since they're unusable fix z-order of bridges/tunnels in unzoomed view allow unzooming indefinitely move lots of sandbox mode controls (and other modes) to menus under buttons and dedicated buttons basic support for marking a lane closed for construction improved geometry of sidewalks at dead-ends 0.1.12 reorganize everything as different challenge modes. start implementing 3: optimizing a bus route, speeding up all trips, or causing as much gridlock as possible improved bus route explorer some UI fixes (popup messages in a few places, moving mouse tooltips to the OSD) lots of analytics and time-series plots 0.1.13 analytics: prebake baseline results properly. hover over plot series. some new modes to see bus network, throughput of a road/intersection over time log scale for the speed slider add a bulk spawner in freeform mode (F2 on a lane) rendering: nicer routes, crosswalks, zoomed car colors map data: better stop sign and sidewalk heuristics fixed the mac hidpi text rendering issue once and for all?! 0.1.14 better crosswalk generation when there's only a sidewalk on one side of a road edit mode UI revamp: paintbrush-style buttons to apply changes to lanes show error messages and prevent edits, like disconnecting sidewalks properly ban bikes from highways (revamped rules for vehicles using a lane) new freeform mode tool to spawn bikes WIP (not working yet): make bikes prefer bike lanes. some debug heatmaps for path cost edit mode has proper undo support 0.1.15 minor bugfixes with reverting lane types, preserving stop signs incorporate edits into the challenge splash screen, make sure edits are reset when appropriate starting a new challenge mode, just focused on traffic signals can't leave traffic signal editor with missing turns render pedestrian crowds on building front paths traffic signals support an offset parameter traffic signal visualization and editing revamped to group related turns together can preview traffic using a signal from the editor actually apply priority at intersections, so protected turns get first dibs over yield turns 0.1.16 fix Mac crashing with texture limit bug by switching to texture arrays fix crashing simulation when a border intersection was used started to implement a new UI design for starting the game 0.1.17 more work on the pre-game UI, with some flexbox layouting prototype a minimap in sandbox mode. doesn't pan or scroll yet. prototype a new speed/time control panel from the mockup nicer time warp loading screen record and show detailed trip timeline, including time to park 0.1.18 map data: infer more building addresses some analytics on how long people spend parking and intersection delay over time create an options panel, allowing runtime customization of color scheme, traffic signal rendering, etc internal changes to map building pipeline to make it much easier for new devs to onboard organizing challenges into sub-stages, starting to flesh out specifics for the fix traffic signal track much more realistic pedestrian pathfinding fix minimap on mac (dpi issues) visual tweaks to cars to make front/back easier to distinguish internal change to switch most assets from PNG to SVG 0.1.19 some challenge modes show a histogram for counting faster/slower trips new visualization of current demand per direction at a traffic signal implementing some of Yuwen's UI changes: agent counter, split time/speed panel, moved functionality out of the old drop-down menus into a bottom-left tool panel, hiding debug functionality replaced right-click context menus with left click to open info panels fixed random issues reported by people from HN 0.1.20 moved some UI functionality around, pulling graphs into info panel interactive legend for the minimap, toggle visibility of different agents nicer colors and shapes for cars misc simulation bugfixes that might help huge_seattle pedestrians choose to use transit more realistically, factoring in time for the bus to drive 0.1.21 switch some analytics dashboards to use buttons, not old non-scrolling menus scrollbars... at least a start preview traffic signal changes from live sim as the base traffic signal preview has normal time/speed controls traffic signal editor has undo support minimap has buttons to pan 0.1.22 minimap zoom controls traffic signal rendering overhaul heatmap colors improved, heatmap appears on minimap bus info panel, a start to live delay analytics 0.1.23 UI revamps: speed panel, minimap controls, heatmap chooser bus timeline hide internal IDs normally limit map zoom fix bugs with crosswalks conflicting with vehicle turns 0.1.24 overhaul traffic signal editor UI, and add redo support update main edit mode UI, and add redo support limit max unzoom fix the infamous HiDPI bug once and for all; minimaps should work everywhere almost bug-free support for floating, horizontally and vertically scrolling panels overhaul top-center panel, rename scenarios to be less confusing expose bus analytics outside of challenge mode live info panel can exist during a running simulation consolidated agent route/trip information into info panel 0.1.25 overhauled the tutorial tuned top-center panel for sandbox and challenge modes make bike and bus lanes more obvious show map edits as an overlay anywhere tune info panel contents, and show relationships between parked cars and buildings fixes to traffic signal editor, like making all-walk conversion idempotent nicer throughput and delay plots (sliding windows, grid lines) 0.1.26 tutorial improved in a few places map data: thinner sidewalks, associate buildings with named amenities traffic model: vehicles can spawn on all lanes from a border much better gameplay speed (previously was too fast) UI tuning: lane editor, minimap, signal editor, heatmap legends don't overwrite minimap traffic signal challenge communicates score more clearly 0.1.27 edit mode revamped: click to edit stuff. no more lane paintbrushes. autosaving and save as. tutorial: can quit and resume tutorial now challenge picking flow simplified UI: layouting fixes to full-screen / into stuff, popup menus go beneath buttons, plots improved internal change to render all text using vector graphics. other than a few text layouting issues, shouldn't be noticeable, except now tooltips in plots don't get covered up misc perf improvements (cache SVGs, drawing many circles for unzoomed agents, dont reload prebaked data) upgraded winit, glutin, glium -- hopefully no new bugs introduced on any platforms 0.1.27a patch to fix a crash with empty text dimensions on things like building info panels 0.1.28 all info panels revamped some tutorial stages are much more clear, with an updating goal traffic signal scorecard generalized to work for some tutorial too adjust how selected agents look X button on popup menus 0.1.29 new tool to convert between stop signs and traffic signals lane editor easier to edit multiple lanes info panels: IDs, mostly avoid horizontal scrolling, better info about trips to/from somewhere, move buttons up traffic signal editor UI overhaul different data in top-right agent meters panel tooltips to communicate keybindings better new jump-to-time panel, showing when rush hours occur speed controls use more useful speeds include ongoing trips in measured trip times jump to next challenge after completing one lots of tutorial tweaks 0.1.30 show additional info about traffic patterns and buggy maps revamp tutorial UI to group tasks and messages better handle different mode transitions when info panel open on an agent select entire roads in unzoomed edit mode show total time an agent has spent moving / blocked use 2-phase traffic signals by default, making the 23rd map successfully complete! jump-to-time now optionally points out traffic jams forming challenge splash screen improved 0.1.31 overhauled trip timeline in agent info panels overhauled traffic signal details panel and the per-lane turn explorer settings page: show all options at once. add way to scale up text/UI elements for high-DPI displays, and an alternate pan/zoom control scheme traffic signal edits can now be exported and used in any slice of Seattle. will be using this to hand-map many of them. many small tutorial fixes 0.1.32 some UI work on giving focus to textboxes, improving dropdown menus road/intersection plots display baseline sim data too start associating people with multiple trips, exposing this a little in the UI bring back elevation data, introduce a new overlay. the elevation data is still really bad. 0.1.33 new \"population\" overlay, showing people (not just current trips). heatmap and dot map to visualize. improved the \"delay\" overlay to handle roads and intersections removed the confusing and useless alternate color schemes for agents initial left-hand driving side, tested in Perth, also drawing more arrows for all one-way roads loads of internal GUI code refactorings, preparing for a standalone release of the library fixed z-buffering and alpha values for web backend 0.1.34 info panels have been totally overhauled again. multiple tabs, way more clear representation of agents, trips, and people. draw people inside of a building applied consistent typography everywhere lots of internal refactoring 0.1.35 more info panel work, particularly for trips and buses. change plot settings live. prototype of a SEIR pandemic model based on time spent in shared spaces, by orestis slight heatmap improvements, more coming more typography changes mouse cursor now changes for buttons and dragging! overhaul minimap controls, make layers behavior zoomed in a little better new speed panel and jump-to-time modal 0.1.36 overhauled simulation data page, with a table to find slow trips and some initial summary visualizations plots can change windowing and show/hide series layers: fade map to contrast more, better scales/legends show relative trip times in info panels tools to rewind/ffw to watch particular trips refocusing efforts on challenge modes; level 1 of a new one is pretty much ready some simulation fixes around parking and a corner case of cars temporarily forming a cycle orestis improved the population/pandemic heatmaps 0.1.37 optimize commute challenge: high score, live sentiment, second stage parked cars are owned by people, not buildings info panel improvements for trips bike layer suggests places where bike lanes could be helpful many improvements to scatter plot a new histogram-ish thing for understanding faster/slower trips handling scenarios longer than 24 hours better (for pandemic model) prototype of commute visualization, grouping buildings by blocks sim bugfixes: crosswalk / vehicle turn conflicts, start bikes in bike lanes from borders 0.1.38 major internal changes to ensure people's schedules don't have impossible gaps, to associate fixed bikes/cars to a eprson, handle delayed starts to trips parking changes: show path to closest free spot, utilization of a lane over time, every building includes at least 1 offstreet spot by default progress on removing unrealistic gridlock: detect turn conflict cycles and temporarily allow conflicts, trim last steps of a laggy head internal sim alert system. speeds up debugging, could be used for player-facing \"traffic jam!\" alerts 0.1.39 switched to proper OSM-based maps; no more brittle, manual geometry fixes more sorting and filtering options in trip table and parking overhead tables improve offstreet parking rendering. park closer to destination buildings easier process for importing new cities. introducing Los Angeles, Austin, Barranquilla. new data updater tool so people can opt-in to new cities many internal fixes to prevent gridlock. smarter cycle detection, manual OSM fixes and traffic signal timings 0.1.40 differential throughput layer to understand routing diversions map edits now reference longer-lasting OSM IDs, can work cross-map basemap updates: new areas for west seattle, mt baker, lots of upstreamed fixes in OSM and traffic signals, smarter border matching parking: optionally filter on/off-street spots in the layer, allow disconnecting spots via edits render some tunnels with lower opacity new feature to change speed limits and bulk road selection tools first write-up of a real use case (closing lake wash through arboretum) make the traffic signal challenge act like a game, with a failure/win state and scoring 0.1.40a added a mode to map parking 0.1.41 new parking mapper tool include a one-shot .osm importer in the release new layer to find different types of amenities / businesses adjust traffic signal rendering style bulk lane editor for changing speed limits and lane types including west seattle and udistrict maps include some OSM buildings that were being skipped dont pause after opening something from sandbox mode adjust turn signals for lane-changing cars lots of fixes for monitors with different DPIs, enabled by default 0.1.42 many misc UI bugfixes, especially for high-DPI screens managing turns across multiple nearby intersections: tool to visualize, handling multi-way OSM turn restrictions, using this to ban illegal movements at the pathfinding layer, starting a traffic signal editor variant to edit these rendering improvements: unzoomed agent size, visualizing routes on trip table, transparent roads beneath bridges, draw harbor island overhauled street/address finder parking mapper: shortcut to open bing 0.1.43 new map picker! UI polish: traffic signal editor, layers, bus stops, delay plots generate more interesting biographies for people tuned all the map boundaries fleshing out lots of docs in preparation for the alpha release... 0.1.44 spawner UI revamped model parking lots! and finally model public/private parking fix up tutorial starting a story map mode 0.1.45 overhauled challenge cutscenes and hints traffic signal challenge: fix score detection, add meter, much faster startup, no reset-to-midnight required layers: use gradient for a few, delay comparison, new UI for picker overhauled minimap controls, should be intuitive now edit mode changelist UI started 0.2.0 (alpha launch) road names now shown by default, in a new style all layers now use gradients and show up zoomed in. worst traffic jam layer revamped. scatter and line plot improvements internal UI fixes: proper word wrap bugfixes for following people riding the bus rainbow crosswalks in one neighborhood final polishing for launch 0.2.1 busy week due to launch, but many new features in the pipeline many bug fixes edit mode: proper autosave, load proposals, jump between lane/intersection editors very first steps on light rail... importing the tracks starting a new traffic scenario modifier system, to repeat entire scenario or outright cancel trips for some people. many more ideas for filters and actions coming soon. starting to represent private roads add a very simple actuated traffic signal 0.2.2 the default traffic signal configuration is much smarter now, handling roads with some sidewalks missing and automatically synchronizing pairs of adjacent lights much faster startup time for large maps better UX for handling unsaved edits access-restricted zones: changing existing zones almost completely works, except for granting new access to pedestrians new sidewalk corner rendering, more rounded ui style standardized for margins, padding Javed got camera panning when your cursor is at the edge of the screen to work; enable it in settings pulling bus stop/route info from OSM, not GTFS. steps towards light rail. experimenting with controls for hiding bridges to see roads underneath; try them in dev mode (ctrl+S) many bug fixes 0.2.3 lane geometry is dramatically fixed, especially for one-ways importing lanes from OSM improved UI: bulk select includes select-along-a-route, show all bus routes in the layer, unzoomed zordering for roads/intersections traffic scenario modifier can now convert trip modes slight progress on light rail, although the train only makes one stop vehicles moving through complex intersections with multiple traffic signals will now make it through multiple lights, even if they're unsynchronized new random traffic scenario generator that makes people go between houses and workplaces access-restricted zones: granular editing of individual roads now mostly works removing the hardcoded relative directories, which many people have been having problems with many many bug fixes, and some optimizations to reduce release file size 0.2.4 bus/train routes overhauled; they're now one-way, regularly spawn every hour, and may begin or end at a border new commute pattern explorer tool new character art to give cutscenes a bit more personaliy some progress on gridlocking maps, both from manual fixes and an attempt to reduce conflicts in multi-turn sequences misc UI: show cars seeking parking in unzoomed mode, plot arrival rate at border intersections, consolidate bulk selection controls trips modified by an experiment can now be filtered in summaries buses, trains, and passengers on them are now properly distinguished in different stats include krakow and berlin in release buildings with holes in the middle are now rendered properly 0.2.5 cars pick lanes better overhaul bus/stop/route info panels UI: better autocomplete, commuter pattern improvements by Michael, toggles instead of checkboxes, contours for heatmaps, edit mode loader revamp internal refactors: turn creation, osm tags, osm parsing import living streets from OSM as restricted-access zones, and other importer tweaks for berlin, krakow, san jose, sydney 0.2.6 many roads without sidewalks now have a tiny shoulder lane, still enabling pedestrian movement, but with a penalty bike trips will stop/start at a better position along the sidewalk now support parking lanes on the off-side of a one-way UI: search by building names, commuter patterns shows borders better transit: make people ride off-map, spawn buses on short roads internal cleanups for buttons 0.2.7 many intersections with on/off ramps have much better geometry lane-changing banned on turn lanes lots more work matching bus stops/routes to the map. some progress, also some regressions. fixing spawning on tiny borders bus spawn rates from GTFS for seattle. started an editor for the schedule. internal ezgui refactorings 0.2.8 multiple traffic signals can now be synchronized and edited together new dashboard for \"traffic signal demand\" over the entire day and map started experimenting with controlling the headless runner via a JSON API epic ezgui fix by Michael to consolidate handling of HiDPI scaling got a bunch of huge cities importing and loading quickly you can now save the trips you manually spawn in freeform mode, then replay them later 0.2.9 import Xi'an, add a Chinese font, and add a tool for that group to import their external demand data control A/B Street through a graphics-less API, with a Python example improve UI for per-direction traffic signal demand on/off ramp geometry fixed in a few more cases fix some missing parking lot aisles, handle parking lots with 0 spots, and extract parking garages from OSM switch road/building language in settings, if OSM data exists congestion capping prototype: declare a max number of vehicles that can pass through a zone per hour, view/edit it, and very simple implementation in the sim layer add custom-drawn trips to the main scenario, for exploring new demand from a new building mkirk fixed up the glow/wasm ezgui backends, letting us remove glium make map edit JSON backwards compatible better lane/turn markings 0.2.10 two-way cycletracks and arbitrary direction changes for roads fix map editing for lane reversals, make edits backwards compatible, and massively speed up applying edits fleshing out the headless API and tooling for controlling the simulation from any language import a few more places, redo left-hand driving support so far various bug/performance fixes 0.2.11 disabled support for editing the map without resetting the simulation. needs more work, but solid start. improvements to API, activity model, congestion capping small UI tweaks for parking, editing multiple signals fixed last bugs for left-handed driving, should work just as well now lots of graphics experiments from the hackathon, not merged yet 0.2.12 new textured color scheme and isometric buildings, in settings new layer to show how far away people parked Massive UI overhauls: jump to time/delay, edit mode, traffic signal editor (now with offsets), lane editor, bulk lane edit, traffic signal demand (individual intersections and all), loading screen the Go API example compares trip times and detects gridlock infinite parking mode show how long a car has been parked in one spot bugfix for some pathfinding costs around uber-turns start to show a trip's purpose 0.2.13 alleyways from OSM imported traffic signal minimum time now constrained by crosswalks; thanks Sam! UI changes in progress for trip tables, summaries, bulk edit more API / Python example work for congestion capping bug fixes: isometric buildings, documentation links, dropdown widgets, turn restrictions 0.2.14 improve turn generation, with goldenfile tests UI adjustments: unzoomed routes, better delay layer, include reasons for cancelled trips, throughput layer counts small map importing fixes: multipolygon parking lots fix infinite parking and blackholed buildings 0.2.15 large internal change allowing asynchronously loading extra files over HTTP for web the release of the first web version! cars looking for parking now have a \"thought bubble\" showing this, by Michael slow sections of a trip are now shown in the info panel, by Sam fix by Michael for handling window resizing in panels fix original routes on edited maps internal code organization and documentation 0.2.16 UI: click unzoomed agents, switch between metric/imperial units, show reason for cancelled trips, new \"faded zoom\" color scheme based on mapbox, more detailed agent counts in the top-right panel's tooltips started a new dedicated OpenStreetMap viewer, will split out from A/B Street later fix alpha colors on web bugfixes for the new asynchronous map loading some substantial simulation performance gains (168s to 90s on one benchmark!) lots of progress towards editing the map without resetting the simulation to midnight. please test with --live_map_edits and report any issues internal refactoring and code documentation 0.2.17 tooling to automatically extract different shapes around cities without an explicit bounding polygon imported many maps for an OSM viewer demo misc bug fixes, UI tweaks, and perf improvements, especially for the web version start using OSM sidewalks data properly in krakow -- more work needed, but better start 0.2.18 overhaul data/system management: switch from Dropbox to S3, reorganize files, add an in-game updater started a UI for collision dataviz, with data in the UK and Seattle improve turns between separate footways simplify the process of importing a new city","breadcrumbs":"Project » CHANGELOG","id":"175","title":"CHANGELOG"},"176":{"body":"","breadcrumbs":"Project » References","id":"176","title":"References"},"177":{"body":"https://www.reddit.com/r/SeattleWA/comments/9mtgkh/seven_places_to_add_bus_lanes_now/ https://www.reddit.com/r/SeattleWA/comments/9oqkz9/how_traffic_patterns_will_change_after_seattles/ https://www.reddit.com/r/Seattle/comments/9orqne/4_fresh_ideas_to_ease_seattles_coming_traffic/ https://www.reddit.com/r/SeattleWA/comments/cr1r1l/why_the_fuck_does_the_right_lane_convert_to/ https://twitter.com/transitrunner/status/1175068582142599168","breadcrumbs":"Project » Example use cases","id":"177","title":"Example use cases"},"178":{"body":"Seattle Times Traffic Lab https://www.citylab.com/transportation/2018/08/is-it-time-to-rethink-what-a-bike-lane-is/568483/ http://openseattle.org/ https://igniteseattle.com/ http://seattlegreenways.org/ https://www.livablecities.org/ https://www.reddit.com/r/openstreetmap/comments/a39uv0/ok_so/ https://mic.comotion.uw.edu/ https://www.seattleinprogress.com/ http://www.seattle.gov/seattle-pedestrian-advisory-board Socrata http://transportationcamp.org/ https://www.seattle.gov/transportation/projects-and-programs/programs/neighborhood-street-fund https://www.seattle.gov/neighborhoods/programs-and-services/your-voice-your-choice https://commuteseattle.com/ https://www.theurbanist.org/ https://humantransit.org/2019/03/notes-on-simcity-at-30.html https://mynorthwest.com/category/chokepoints/ https://blogs.uw.edu/ceadvice/2019/05/08/infrastructure-week-2019-welcome-uw-cee-students-and-faculty/ https://escience.washington.edu/dssg/ josie kresner from transport foundry https://www.citylab.com/transportation/2019/08/city-planning-transportation-oakland-community-engagement/596050/ tweeting small problems -> bug tracker https://www.the74million.org/article/building-a-smarter-and-cheaper-school-bus-system-how-a-boston-mit-partnership-led-to-new-routes-that-are-20-more-efficient-use-400-fewer-buses-save-5-million/ https://www.citylab.com/perspective/2019/10/micromobility-urban-design-car-free-infrastruture-futurama/600163/ https://www.sanjorn.com/ https://ui.kpf.com/","breadcrumbs":"Project » Groups that may be eventually interested","id":"178","title":"Groups that may be eventually interested"},"179":{"body":"Urban Footprint ( https://news.ycombinator.com/item?id=17895739 )","breadcrumbs":"Project » Similar projects","id":"179","title":"Similar projects"},"18":{"body":"Use this if you want to import a city on your computer without making it available to other users yet. If you're using the binary release and have a .osm file, just do: ./importer --oneshot=map.osm. If you're building from source , do: ./import.sh --oneshot=map.osm. If you can't run import.sh, make sure you have all dependencies . If you're using Windows and the console logs appear in a new window, try running the command from import.sh directly, changing the $@ at the end to --oneshot=map.osm or whatever arguments you're passing in. The oneshot importer will will generate a new file in data/system/oneshot/maps that you can then load in the game. If you have an Osmosis polygon filter (see below), you can also pass --oneshot_clip=clip.poly to improve the result. You should first make sure your .osm has been clipped: osmconvert large_map.osm -B=clipping.poly --complete-ways -o=smaller_map.osm. By default, driving on the right is assumed. Use --oneshot_drive_on_left to invert.","breadcrumbs":"Instructions » Quick start","id":"18","title":"Quick start"},"180":{"body":"SDOT asking for feedback: http://sdotblog.seattle.gov/2017/02/08/from-signals-to-signs/ https://www.seattle.gov/transportation/projects-and-programs/programs/bike-program/protected-bike-lanes/n-34th-st-mobility-improvements https://www.seattle.gov/transportation/projects-and-programs/programs/transportation-planning/north-downtown-mobility-action-plan https://www.seattlebikeblog.com/2016/12/01/check-out-seattles-12-winning-neighborhood-led-transportation-ideas/ Seattlites with opinions and ideas: http://seattlegreenways.org/ https://www.seattlebikeblog.com/2018/01/19/a-roosevelt-junior-redesigned-the-streets-around-his-high-school-and-his-plan-is-better-than-sdots/ https://www.reddit.com/r/SeattleWA/comments/5rvss5/what_changes_would_you_make_to_seattles_bus/ https://www.seattletimes.com/seattle-news/transportation/congestion-tolling-could-finally-break-seattles-working-poor-heres-a-better-idea/ https://www.reddit.com/r/SeattleWA/comments/86g3p9/id_get_back_an_hour_and_a_half_a_week/ https://www.reddit.com/r/Seattle/comments/4z3ewl/what_are_seattles_worst_intersections/ https://www.reddit.com/r/SeattleWA/comments/83h4ri/the_intersection_at_john_and_broadway_desperately/ http://www.seattle.gov/transportation/sdot-document-library/citywide-plans/move-seattle","breadcrumbs":"Project » Seattle-specific","id":"180","title":"Seattle-specific"},"181":{"body":"https://github.com/uwescience/TrafficCruising-DSSG2017 http://sharedstreets.io/ https://github.com/twpol/osm-tiles attempting to infer nice road geometry too","breadcrumbs":"Project » Other projects","id":"181","title":"Other projects"},"182":{"body":"","breadcrumbs":"Project » Notes from related work","id":"182","title":"Notes from related work"},"183":{"body":"Split map into sections, simulate in parallel, load-balance has an IDM equation tests against real TomTom data of average speed per link","breadcrumbs":"Project » SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )","id":"183","title":"SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )"},"184":{"body":"SimCity, Cities: Skylines https://steamcommunity.com/sharedfiles/filedetails/?id=583429740 https://github.com/fegennari/3DWorld","breadcrumbs":"Project » Games","id":"184","title":"Games"},"185":{"body":"UrbanSim","breadcrumbs":"Project » Open source urban planning","id":"185","title":"Open source urban planning"},"186":{"body":"Sidewalk Labs Model","breadcrumbs":"Project » Proprietary","id":"186","title":"Proprietary"},"187":{"body":"https://arxiv.org/pdf/1811.01147.pdf","breadcrumbs":"Project » Maps for people","id":"187","title":"Maps for people"},"188":{"body":"section 6.3 talks about offset polylines http://gamma.cs.unc.edu/RoadNetwork","breadcrumbs":"Project » gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf","id":"188","title":"gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf"},"189":{"body":"https://github.com/aeickhoff/descartes","breadcrumbs":"Project » CityBound","id":"189","title":"CityBound"},"19":{"body":"If the area is small enough, try the \"export\" tool on https://www.openstreetmap.org . You can download larger areas from https://download.bbbike.org/ or http://download.geofabrik.de/index.html , then clip them to a smaller area. Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the GeoJSON locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson to convert that GeoJSON to the Osmosis format required by osmconvert. Note that you may hit problems if you use JOSM to download additional data to a .osm file. Unless it updates the  element, A/B Street will clip out anything extra. The best approach is to explicitly specify the boundary with --oneshot_clip.","breadcrumbs":"Instructions » How to get .osm files","id":"19","title":"How to get .osm files"},"190":{"body":"section 5.1 of Advanced tutorial on microscopic discrete-event traffic simulation refers to some DES systems Florian, Mahut, and Tremblay 2008 Sumaryo, Halim, and Ramli 2013 Salimifard and Ansari 2013 Burghout, Koutsopoulos, and Andreasson 2006 Thulasidasan, Kasiviswanathan, Eidenbenz, Galli, Mniszewski, and Romero 2009 A Dynamic Traffic Assignment Model for Highly Congested Urban Networks section 2.2 models lanes as a moving and queueing part, references other possibly useful papers dont worry about multiple lanes for the moving part, just the turn queues at the end","breadcrumbs":"Project » Discrete Event Simulation papers","id":"190","title":"Discrete Event Simulation papers"},"191":{"body":"https://www.vice.com/en_us/article/pajgyz/rogue-coder-turned-a-parking-spot-into-a-coworking-space","breadcrumbs":"Project » Tactical urbanism","id":"191","title":"Tactical urbanism"},"192":{"body":"We're working with a few different groups on projects using A/B Street.","breadcrumbs":"Project » Collaborations","id":"192","title":"Collaborations"},"193":{"body":"Active as of Sept 2020 Green Lights Trading is applying dynamic congestion caps to encourage drivers to find alternate routes, not drive during rush hour, or take public transit instead. I'm actively implementing a proof-of-concept in A/B Street. It could also be used to explore ideas like a downtown congestion charging zone for Seattle.","breadcrumbs":"Project » GLT","id":"193","title":"GLT"},"194":{"body":"Active as of Sept 2020 A group (with their own demand data!) is studying traffic signal optimization in Xi'an. They're using the API .","breadcrumbs":"Project » Xi'an","id":"194","title":"Xi'an"},"195":{"body":"Active as of Sept 2020 A research group is making a bunch of live map edits and scheduling new trips in the middle of a simulation and using their system to try to predict system-wide effects. They're also using the API.","breadcrumbs":"Project » Forecasting group","id":"195","title":"Forecasting group"},"196":{"body":"Stalled as of Sept 2020 Edits in A/B Street could be exported to the shared-row format, then rendered in 3D using ArcGIS CityEngine . Not blocked on us.","breadcrumbs":"Project » CityEngine","id":"196","title":"CityEngine"},"197":{"body":"Stalled as of Sept 2020 A group wants to use A/B Street for various public engagement projects in Berlin . Mostly blocked on getting a reasonable travel demand model.","breadcrumbs":"Project » Berlin","id":"197","title":"Berlin"},"198":{"body":"Stalled as of Sept 2020 A group tentatively wants to engage the public about preventing rat runs and making no-through-access zones in Manchester suburbs. Not really blocked on us yet.","breadcrumbs":"Project » Manchester","id":"198","title":"Manchester"},"199":{"body":"Stalled as of Sept 2020 A group from the Uni of Geneva started a COVID-19 model that figures out how long people spend in shared indoor spaces.","breadcrumbs":"Project » Pandemic model","id":"199","title":"Pandemic model"},"2":{"body":"Grab a pre-built binary release -- updated every Sunday, announced at r/abstreet : Windows Unzip the folder, then run play_abstreet.bat. You'll probably getting a warning about running software from an unknown publisher. Mac Unzip the directory, then run play_abstreet.sh. If you get an error about the developer unverified, follow this . Help needed to start signing the release ! If that just opens a text file instead of running the game, then instead open terminal, cd to the directory you just unzipped. Then do: cd game; RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1 Help needed to package this as a Mac .app, to make this process simpler Linux Unzip the directory, then run play_abstreet.sh. FreeBSD , thanks to Yuri Or you can try playing directly in your web browser -- still experimental for now. Or you can compile from source .","breadcrumbs":"Installing the game","id":"2","title":"Installing the game"},"20":{"body":"Follow this guide to add a new city to A/B street by default so other users can use it as well. Make sure you can run import.sh -- see the instructions . You'll need Rust, osmconvert, gdal, etc. Create a new directory: mkdir importer/config/your_city Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the geojson locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson to convert that geojson to the Osmosis format required by osmconvert. This tool writes one file per feature in the input, so you'd then mv boundary0.poly importer/config/your_city/region_name.poly, repeating if you drew multiple polygons. Copy importer/config/tel_aviv/cfg.json to importer/config/your_city/cfg.json and edit this file. See here for details on the different fields. The defaults are a reasonable start; the only thing you need to change is osm_url. Run it: ./import.sh --city=your_city --raw --map Update .gitignore, following tel_aviv as an example. Send a PR with your changes! I'll generate everything and make it work with updater, so most people don't have to build everything from scratch. Also, you can divide the city into multiple regions, repeating step 4 and declaring more polygon boundaries. The boundaries may overlap each other, and they don't have to cover all of the space. Picking good boundaries may take trial-and-error; the goal is to keep the resulting map file size small, so that it loads quickly, while capturing all of the area needed to simulate something interesting. This is easiest when you have some local knowledge of the area, and at least a vague goal in mind for what you want to study.","breadcrumbs":"Instructions » Including the city to A/B street more permanently","id":"20","title":"Including the city to A/B street more permanently"},"21":{"body":"OpenStreetMap isn't the only data source we need. If you look at the import pipeline for Seattle, you'll see many more sources for parking, GTFS bus schedules, person/trip demand data for scenarios, etc. Most of these aren't standard between cities. If you want to make your city more realistic, we'll have to import more data. Get in touch. You may notice issues with OSM data while using A/B Street. Some of these are bugs in A/B Street itself, but others are incorrectly tagged lanes. Some resources for fixing OSM: https://learnosm.org https://wiki.openstreetmap.org/wiki/StreetComplete Mapping parking","breadcrumbs":"Instructions » Next steps","id":"21","title":"Next steps"},"22":{"body":"The overview: A detailed map of Seattle is built from OpenStreetMap (OSM) A realistic set of daily trips by car, bike, foot, and bus are simulated You make small changes to roads and intersections You explore how these changes affect the trips Details below. Many limitations are mentioned; improvements are ongoing. I'll add pictures to explain better when I get time. How A/B Street works Driving Parking Biking Walking Transit Intersections People and trips Map edits","breadcrumbs":"How A/B Street works","id":"22","title":"How A/B Street works"},"23":{"body":"Movement: no acceleration, go the full speed limit of the road unless there's a slower vehicle in front Lanes No over-taking or lane-changing in the middle of a road, only at intersections Strange choice of lanes -- the least full at the time of arrival Narrow two-way neighborhood roads where, in practice, only one car at a time can go are currently full two-way roads Routing is based on fastest time assuming no traffic No rerouting if the driver encounters a traffic jam","breadcrumbs":"Driving","id":"23","title":"Driving"},"24":{"body":"Types On-street: parallel parking lanes from GeoData blockface dataset and manually mapped Off-street: most buildings have at least a few parking spots in a driveway or carport Currently experimenting in the downtown map: set the number of available spots based on number of cars seeded at midnight Parking lots: the number of spots is inferred Restrictions All spots are public except for the few spots associated with each building No time restrictions or modeling of payment How cars park Drivers won't look for parking until they first reach their destination building. Then they'll drive to the nearest open parking spot (magically knowing what spots are open, even if they're a few blocks away). If somebody else has taken the spot when they arrive, they'll try again. Once a driver finds an open spot, they'll take 10-15 seconds to park. They block the road behind them in the meantime. There are no conflicts between pedestrians and cars when using a driveway. Cars won't make left turns into or out of driveways. Some parking along the boundary of the map is \"blackholed\", meaning it's impossible to actually reach it. Nobody will use these spots.","breadcrumbs":"Parking","id":"24","title":"Parking"},"25":{"body":"Choice of lane Multi-use trails like the Burke Gilman and separated cycle-tracks like the one along Broadway are currently missing Cyclists won't use an empty parking lane On roads without a bike lane, cyclists currently won't stick to the rightmost lane No over-taking yet, so cars can get stuck behind a bike even if there's a passing lane Elevation change isn't factored into route choice or speed yet; pretend everybody has an e-bike Beginning or ending a cycling trip takes 30-45 seconds. Locking up at bike racks with limited capacity isn't modeled; in practice, it's always easy in Seattle to find a place to lock up.","breadcrumbs":"Biking","id":"25","title":"Biking"},"26":{"body":"Not using sidewalk and crosswalk data from OSM yet No jay-walking, even on empty residential streets Pedestrians can't use roads without sidewalks at all When a road only has a sidewalk on one side, driveways will cross the road Pedestrians can \"ghost\" through each other; crowds of people can grow to any size","breadcrumbs":"Walking","id":"26","title":"Walking"},"27":{"body":"The modeling of buses is extremely simple and buggy; I'll work on this soon No light rail yet","breadcrumbs":"Transit","id":"27","title":"Transit"},"28":{"body":"Conflicting movements are coarse: a second vehicle won't start a conflicting turn, even if the first vehicle is physically out of the way but still partially in the intersection Most of the time, vehicles won't \"block the box\" -- if there's no room in the target lane, a vehicle won't start turning and risk getting stuck in the intersection Traffic signals Only fixed timers; no actuated signals or centralized control yet The timing and stages are automatically guessed, except some intersections are manually mapped No pedestrian beg buttons; walk signals always come on The signal doesn't change for rush hour or weekday/weekend traffic; there's one pattern all day Turn restrictions from OSM are applied Per lane (left turn only from leftmost lane), entire roads, multiple intersections","breadcrumbs":"Intersections","id":"28","title":"Intersections"},"29":{"body":"A \"synthetic population\" of ~700,000 people come from PSRC's Soundcast model Soundcast uses census, land-use, vehicle counts, and commuter surveys. The current data is from 2014. All driving trips are currently single-occupancy; no car-pooling or ridesharing Parked cars are initially placed at midnight based on the number of trips between buildings Each person's schedule never changes Your changes to the map won't yet convince somebody to take a bus or walk instead of drive","breadcrumbs":"People and trips","id":"29","title":"People and trips"},"3":{"body":"Use the tutorial to learn the controls. Play the challenges for directed gameplay. Try out any ideas in the sandbox .","breadcrumbs":"Playing the game","id":"3","title":"Playing the game"},"30":{"body":"Types of edits Change types of lanes. Sometimes this is unrealistic based on actual road width, but data for this is unavailable. Reversing direction of lanes Changing stop signs Changing traffic signal timing Closing roads and intersections for construction, forcing rerouting Disconnecting the map Generally you can't close sidewalks or make changes to make buildings unreachable You shouldn't be able to make bus stops unreachable, but currently this is buggy","breadcrumbs":"Map edits","id":"30","title":"Map edits"},"31":{"body":"Note: Most of these still aren't started, because the baseline simulation in the relevant area isn't working. Unknown traffic signal timing, bad guesses at the amount of off-street parking, lanes tagged incorrectly in OpenStreetMap, and simulation bugs cause unrealistic gridlock. It's hard to evaluate a change without a realistic baseline. In progress: Stay Healthy Streets: Lake Washington Blvd West Seattle mitigations Simplify where the Burke Gilman crosses Corliss and Pacific No write-up yet, but the proposal is included in A/B Street TODO: Close Broadway and Pine to through-traffic proposed here partly happening already another proposal Traffic signal timing at Montlake/520 and Montlake/Pacific Walking around here is frustrating, and pre-COVID, vehicle traffic got fairly stuck Pedestrianizing the Ave (u-district) I can't find the proposal anymore; maybe this ? Eastlake bike lanes / RapidRide J See here and here Need to audit lanes in OSM along Eastlake Especially with the Fairview Ave bridge out, detouring to the Cheshiahud loop isn't as useful Madison / RapidRide G See here Bus lanes on Denny Proposed here Bike Master Plan Prototype the planned network Downtown one-way snake An old crazy idea I've always wanted to try Unsorted ideas Parking Bus lanes John and Broadway Bad intersections Bus routes","breadcrumbs":"Case studies","id":"31","title":"Case studies"},"32":{"body":"Draft, updated May 7, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In April 2020, Seattle Department of Transportation started rolling out Stay Healthy Streets , restricting roads to through-traffic to give people walking and biking more space for social distancing. Seattle Neighborhood Greenways soon proposed extending this to a 130-mile network . Selecting the streets requires some planning: These streets were selected to amplify outdoor exercise opportunities for areas with limited open space options, low car ownership and routes connecting people to essential services and food take out. We also ensured street closures did not impact newly opened food pick up loading zones, parking around hospitals for service for health care professionals, and bus routes. I've spent the last two years building A/B Street , software to explore the impacts of changes like this on different modes of transportation. So, let's try implementing part of the proposed network and see what happens! NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » Lake Washington Blvd Stay Healthy Street","id":"32","title":"Lake Washington Blvd Stay Healthy Street"},"33":{"body":"Let's start with one part of the proposal, closing Lake Washington Blvd to cars through the Arboretum. There's already a multi-use trail alongside this stretch, but its width makes it difficult to maintain 6 feet from people. There are some parking lots that become inaccessible with this proposal, but they're currently closed anyway. edits","breadcrumbs":"Case studies » Lake Washington Blvd","id":"33","title":"Lake Washington Blvd"},"34":{"body":"Let's get started! If you want to follow along, install A/B Street , open sandbox mode, and switch the map to Lake Washington corridor. Zoom in on the southern tip of the Arboretum and hop into edit mode. We can see Lake Washington Blvd just has one travel lane in each direction here. Click each lane, convert it to a bike lane, and repeat north until Foster Island Road. When we leave edit mode, the traffic simulation resets to midnight. Nothing really interesting happens until 5 or 6am, so we'll speed up time. Watching the section of road we edited, we'll only see pedestrians and bikes use this stretch of road. If we want, we can click an individual person and follow along their journey. Something's weird though. There's lots of traffic cutting northbound through the neighborhood, along 29th, Ward, and 28th. We can open up the throughput layer to find which roads have the most traffic. More usefully, we can select \"compare before edits\" to see what roads are getting more or less traffic because of the road we modified. As expected, there's much less traffic along Lake Wash Blvd, but it's also clear that lots of cars are now cutting through 26th Ave E.","breadcrumbs":"Case studies » First attempt","id":"34","title":"First attempt"},"35":{"body":"Let's say you want to nudge traffic to use 23rd Ave, the nearest north/south arterial, instead. (A/B Street is an unopinionated tool; if you have a different goal in mind, try using it for that instead.) In this simulation, drivers pick the fastest route, so we could try lowering speed limits or make some of the residential streets connecting to Madison one-way, discouraging through-traffic. In reality, the speed limit changes could be implemented through traffic calming or cheap, temporary alternatives.","breadcrumbs":"Case studies » Traffic calming","id":"35","title":"Traffic calming"},"36":{"body":"I'm working to model \"local access only\" roads in A/B Street, and I'll describe how to measure the impact on travel times. Stay tuned to see more of the proposed network simulated, and get in touch if you'd like to help out!","breadcrumbs":"Case studies » Next steps","id":"36","title":"Next steps"},"37":{"body":"Draft, updated June 23, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In March 2020, the West Seattle bridge was closed due to cracks forming. As of May, COVID-19's impact on commuting means the area still hasn't seen how the area will handle losing the main route to the rest of Seattle. A local group, HPAC, published a list of requests to SDOT to prepare the area for these changes. This page will try to explore some of the problems and solutions from HPAC's document using A/B Street , a traffic simulator designed to explore the impacts of changes like this on different modes of transportation. NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » West Seattle mitigations","id":"37","title":"West Seattle mitigations"},"38":{"body":"HPAC has been asking for a protected left-turn stage at this intersection. I'm unfamiliar with this intersection and currently unable to scout in-person, so I'm blindly guessing the traffic signal currently has just two stages: existing_diagram From watching the traffic, it seems like the east/west direction is busier, with lots of eastbound traffic headed towards WA-509. Holden St has no turn lanes, so a protected left turn stage makes sense. Let's make the change and see what happens: Unfortuately, we can't evaluate the change yet, because the simulation gets stuck with unrealistic traffic jams in other parts of the map. This is mostly due to data quality issues in OpenStreetMap and incorrectly guessed traffic signal timings. These problems can be fixed with the help of somebody familiar with the area.","breadcrumbs":"Case studies » 16th Ave SW and SW Holden St","id":"38","title":"16th Ave SW and SW Holden St"},"39":{"body":"The 9th item from HPAC's list asks for measuring the amount of east-west traffic to figure out what streets people are using as arterials. That's an easy analysis, using the throughput layer. By 6am, the busiest streets include Admiral Way, S Charlestown, SW Genesee, SW Alaska, SW Holden, and SW Roxbury St. Again, it's necessary to first fix data quality problems and run a full day before doing more analysis. Once the simulation is running smoothly, A/B Street can be used to make changes -- like lowering speed limits, adding a protected left turn stage, or converting part of the road into a bus lane -- and evaluate the effects on individual trips and aggregate groups.","breadcrumbs":"Case studies » Re-evaluate arterials","id":"39","title":"Re-evaluate arterials"},"4":{"body":"A/B Street binary releases contain pre-built maps that combine data from: OpenStreetMap ( https://www.openstreetmap.org/copyright ) King County metro ( https://www.kingcounty.gov/depts/transportation/metro/travel-options/bus/app-center/terms-of-use.aspx ) City of Seattle GIS program ( https://www.opendatacommons.org/licenses/pddl/1.0/ ) https://github.com/seattleio/seattle-boundaries-data ( https://creativecommons.org/publicdomain/zero/1.0/ ) Puget Sound Regional Council ( https://www.psrc.org/activity-based-travel-model-soundcast ) USGS SRTM Other binary data bundled in: Overpass font ( https://fonts.google.com/specimen/Overpass , Open Font License) Bungee fonts ( https://fonts.google.com/specimen/Bungee , Open Font License) Material Design icons ( https://material.io/resources/icons , Apache license) Some Graphics textures ( https://www.kenney.nl/ , CC0 1.0 Universal)","breadcrumbs":"Data source licensing","id":"4","title":"Data source licensing"},"40":{"body":"Community proposals now includes a \"repair the bridge\" option, which should restore things to how they were before March 2020. This is useful as a baseline, to explore what traffic patterns were like before the closure.","breadcrumbs":"Case studies » Repair the bridge","id":"40","title":"Repair the bridge"},"41":{"body":"","breadcrumbs":"Developer guide","id":"41","title":"Developer guide"},"42":{"body":"You will first need: Stable Rust, at least 1.47. https://www.rust-lang.org/tools/install . On Windows, you may need Visual Studio 2019 . On Linux, sudo apt-get install xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev or the equivalent for your distro One-time setup: Download the repository: git clone https://github.com/dabreegster/abstreet.git Grab the minimal amount of data to get started: cargo run --bin updater Run the game: RUST_BACKTRACE=1 cargo run --bin game --release. On Windows, set environment variables like this: set RUST_BACKTRACE=1 && cargo run --bin game --release","breadcrumbs":"Getting started","id":"42","title":"Getting started"},"43":{"body":"Generated API documentation Compile faster by just doing cargo run. The executable will have debug stack traces and run more slowly. You can do cargo run --release to build in optimized release mode; compilation will be slower, but the executable much faster. Some in-game features are turned off by default or don't have a normal menu to access them. The list: To toggle developer mode: press Control+S in game, or cargo run -- --dev To warp to an object by numeric ID: press Control+j To enter debug mode with all sorts of goodies: press Control+D You can start the game in different modes using flags: cargo run --bin game -- --dev data/system/seattle/maps/downtown.bin starts on a particular map cargo run --bin game -- data/system/seattle/scenarios/downtown/weekday.bin starts with a scenario (which is tied to a certain map) cargo run --bin game -- --challenge=trafficsig/tut2 starts on a particular challenge. See the list of aliases by passing in a bad value here. cargo run --bin game -- data/player/saves/montlake/no_edits_unnamed/00h00m20.3s.bin restores an exact simulation state. Savestates are found in debug mode ( Control+D ) -- they're probably confusing for the normal player experience, so they're hidden for now. cargo run --bin game -- --tutorial=12 starts somewhere in the tutorial Adding --edits='name of edits' starts with edits applied to the map.","breadcrumbs":"Development tips","id":"43","title":"Development tips"},"44":{"body":"As data formats change over time, things in the data/ directory not under version control will get out of date. At any time, you can run cargo run --bin updater from the main repository directory to update only the files that have changed. You can also opt into downloading updates for more cities by editing data/player/data.json. In the main UI, there's a button to download more cities that will help you manage this config file.","breadcrumbs":"Downloading more cities","id":"44","title":"Downloading more cities"},"45":{"body":"You can skip this section if you're just touching code in game, widgetry, and sim. To run all pieces of the importer, you'll need some extra dependencies: osmconvert: See https://wiki.openstreetmap.org/wiki/Osmconvert#Download or https://github.com/interline-io/homebrew-planetutils#installation for Mac libgdal-dev: See https://gdal.org if your OS package manager doesn't have this. If you keep hitting linking errors, then just remove --features scenarios from import.sh. You won't be able to build the Seattle scenarios. Standard Unix utilities: curl, unzip, gunzip The first stage of the importer, --raw, will download input files from OSM, King County GIS, and so on. If the mirrors are slow or the files vanish, you could fill out data/config and use the updater described above to grab the latest input. You can rerun specific stages of the importer: If you're modifying the initial OSM data -> RawMap conversion in convert_osm, you need ./import.sh --raw --map. If you're modifying map_model but not the OSM -> RawMap conversion, then you just need ./import.sh --map. If you're modifying the demand model for Seattle, you can add --scenario to regenerate. By default, all maps are regenerated. You can also specify a single map: ./import.sh --map downtown. By default, Seattle is assumed as the city. You have to specify otherwise: ./import.sh --city=los_angeles --map downtown_la. You can also make the importer import a new city .","breadcrumbs":"Building map data","id":"45","title":"Building map data"},"46":{"body":"The docs listed at https://github.com/dabreegster/abstreet#documentation explain things like map importing and how the traffic simulation works.","breadcrumbs":"Understanding stuff","id":"46","title":"Understanding stuff"},"47":{"body":"If you're going to dig into the code, it helps to know what all the crates are. The most interesting crates are map_model, sim, and game. Constructing the map: convert_osm: extract useful data from OpenStreetMap and other data sources, emit intermediate map format kml: extract shapes from KML and CSV shapefiles map_model: the final representation of the map, also conversion from the intermediate map format into the final format map_editor: GUI for modifying geometry of maps and creating maps from scratch. pretty abandoned as of June 2020 importer: tool to run the entire import pipeline updater: tool to download/upload large files used in the import pipeline Traffic simulation: sim: all of the agent-based simulation logic headless: tool to run a simulation without any visualization Graphics: game: the GUI and main gameplay widgetry: a GUI and 2D OpenGL rendering library, using glium + winit + glutin Common utilities: abstutil: a grab-bag of IO helpers, timing and logging utilities, etc geom: types for GPS and map-space points, lines, angles, polylines, polygons, circles, durations, speeds Other: collisions: an experimental data format for real-world collision data traffic_seitan: a bug-finding tool that randomly generates live map edits tests: integration tests","breadcrumbs":"Code organization","id":"47","title":"Code organization"},"48":{"body":"All code is automatically formatted using https://github.com/rust-lang/rustfmt ; please run cargo +nightly fmt before sending a PR. (You have to install the nightly toolchain just for fmt) cargo fmt can't yet organize imports, but we follow a convention to minimize conflict with what some IDEs do. Follow existing code to group imports: std, external crates, other crates in the project, the current crate, then finally any module declarations. The error handling is unfortunately inconsistent. The goal is to gracefully degrade instead of crashing the game. If a crash does happen, make sure the logs will have enough context to reproduce and debug. For example, giving up when some geometry problem happens isn't ideal, but at least make sure to print the road / agent IDs or whatever will help find the problem. It's fine to crash during map importing, since the player won't deal with this, and loudly stopping problems is useful. It's also fine to crash when initially constructing all of the renderable map objects, because this crash will consistently happen at startup-time and be noticed by somebody developing before a player gets to it. Prefer using info!, warn!, error!, etc from the log crate. Or if a Timer is available and you want to collect all notes together, timer.note. There are still many places calling println!, but we're trying to clean these up. See the testing strategy page.","breadcrumbs":"Code conventions","id":"48","title":"Code conventions"},"49":{"body":"Use https://github.com/flamegraph-rs/flamegraph , just running it on the binaries you build normally.","breadcrumbs":"Profiling","id":"49","title":"Profiling"},"5":{"body":"parking_mapper This guide assumes you've edited OSM before. Contact dabreegster@gmail.com if you have any trouble. Also give me a heads up when you make some edits, so I can regenerate the maps! Install A/B Street Choose Contribute parking data on the main screen Change the map if you'd like to focus somewhere in particular Click a road with unknown parking Select what kind of on-street parking the road has Repeat Click Generate OsmChange file Upload the diff.osc file by adding a layer in JOSM (or send it to me) Like all edits to OSM, to figure out ground-truth, you can survey in-person or use Bing Streetside . Do not use data from Google Maps to edit OSM.","breadcrumbs":"Instructions » Help map out on-street parking","id":"5","title":"Help map out on-street parking"},"50":{"body":"Find packages to upgrade: cargo outdated -R Deal with compile tile: cargo bloat --time Find why two binary crates aren't sharing dependencies: https://old.reddit.com/r/rust/comments/cqceu4/common_crates_in_cargo_workspace_recompiled/ Where's a dependency coming from? cargo tree -i -p syn Diff screencaps: http://www.imagemagick.org/Usage/compare/#methods Debug OpenGL calls: apitrace trace --api gl ../target/debug/game\nqapitrace game.trace\napitrace dump game.trace Understand XML: just use firefox","breadcrumbs":"Developer guide » Development notes","id":"50","title":"Development notes"},"51":{"body":"Cross-compilation notes: https://github.com/rust-embedded/cross Or use https://github.com/japaric/trust Initially have to: cargo install cross\nsudo apt-get install docker.io\nsudo usermod -aG docker ${USER} Then: sudo systemctl start docker\ncross build --release --target x86_64-pc-windows-gnu --bin game\nwine target/x86_64-pc-windows-gnu/release/game.exe data/system/seattle/maps/montlake.bin","breadcrumbs":"Developer guide » Building releases","id":"51","title":"Building releases"},"52":{"body":"For formatting: sudo apt-get install npm\ncd ~; mkdir npm; cd npm\nnpm init --yes\nnpm install prettier --save-dev --save-exact","breadcrumbs":"Developer guide » Markdown","id":"52","title":"Markdown"},"53":{"body":"# Fullscreen\nffmpeg -f x11grab -r 25 -s 1920x960 -i :0.0+0,55 -vcodec huffyuv raw.avi ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif -filter_complex \"[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse\" screencast.gif","breadcrumbs":"Developer guide » Videos","id":"53","title":"Videos"},"54":{"body":"sudo apt-get install lld Stick this in ~/.cargo/config: [target.x86_64-unknown-linux-gnu]\nrustflags = [ \"-C\", \"link-arg=-fuse-ld=lld\",\n]","breadcrumbs":"Developer guide » Faster linking","id":"54","title":"Faster linking"},"55":{"body":"Keep a fork up to date: # Once\ngit remote add upstream https://github.com/rust-windowing/glutin/ git fetch upstream\ngit merge upstream/master\ngit diff upstream/master","breadcrumbs":"Developer guide » git","id":"55","title":"git"},"56":{"body":"perl -pi -e 's/WrappedComposite::text_button\\(ctx, (.+?), (.+?)\\)/Btn::text_fg(\\1).build_def\\(ctx, \\2\\)/' `find|grep rs|xargs`","breadcrumbs":"Developer guide » Refactoring","id":"56","title":"Refactoring"},"57":{"body":"rust-gdb --args ../target/release/game --dev","breadcrumbs":"Developer guide » Stack overflow","id":"57","title":"Stack overflow"},"58":{"body":"draw.io","breadcrumbs":"Developer guide » Drawing diagrams","id":"58","title":"Drawing diagrams"},"59":{"body":"xodo on Android for annotating maps in the field","breadcrumbs":"Developer guide » Mapping","id":"59","title":"Mapping"},"6":{"body":"","breadcrumbs":"Instructions » FAQ","id":"6","title":"FAQ"},"60":{"body":"osmcha.org for recent changes To upload diffs: java -jar ~/Downloads/josm-tested.jar ~/abstreet/map_editor/diff.osc JOSM: Press (and release T), then click to pan. Download a relevant layer, select the .osc, merge, then upload.","breadcrumbs":"Developer guide » OSM tools","id":"60","title":"OSM tools"},"61":{"body":"fontdrop.info","breadcrumbs":"Developer guide » Fonts","id":"61","title":"Fonts"},"62":{"body":"What things are sensitive to changes in map data and simulation rules? tutorial optimize commute challenges What things do I always forget to test? DPI issues, use --scale_factor","breadcrumbs":"Developer guide » Release checklist","id":"62","title":"Release checklist"},"63":{"body":"Suppose you're tired of manually fiddling with traffic signals, and you want to use machine learning to do it. You can run A/B Street without graphics and automatically control it through an API.","breadcrumbs":"Developer guide » API","id":"63","title":"API"},"64":{"body":"This Python example has everything you need to get started. See all example code -- there are different experiments in Go and Python that automate running a simulation, measuring some metric, and making a change to improve the metric.","breadcrumbs":"Developer guide » Examples","id":"64","title":"Examples"},"65":{"body":"The headless API server that you run contains a single map and simulation at a time. Even though you can theoretically have multiple clients make requests to it simultaneously, the server will only execute one at a time. If you're trying to do something other than use one script to make API calls in sequence, please get in touch, so we can figure out something better suited to your use case. When you start the headless server, it always loads the montlake map with the weekday scenario. The only way you can change this is by calling /sim/load. For example: curl http://localhost:1234/sim/load -d '{ \"scenario\": \"data/system/seattle/scenarios/downtown/monday.bin\", \"modifiers\": [], \"edits\": null }' -X POST` You can also pass flags like --infinite_parking to the server to control SimOptions . These settings will apply for the entire lifetime of the server; you can't change them later.","breadcrumbs":"Developer guide » Control flow","id":"65","title":"Control flow"},"66":{"body":"Under construction : The API will keep changing. There are no backwards compatibility guarantees yet. Please make sure I know about your project, so I don't break your client code. For now, the API is JSON over HTTP. The exact format is unspecified, error codes are missing, etc. A summary of the commands available so far: /sim GET /sim/reset : Reset all temporary map edits and the simulation state. The trips that will run don't change; they're determined by the scenario specified by the last call to /sim/load. If you made live map edits using things like /traffic-signals/set, they'll be reset to the edits from /sim/load. POST /sim/load : Switch the scenario being simulated, and also optionally sets the map edits. GET /sim/get-time : Returns the current simulation time. GET /sim/goto-time?t=06:30:00 : Simulate until 6:30 AM. If the time you specify is before the current time, you have to call /sim/reset first. POST /sim/new-person : The POST body must be an ExternalPerson in JSON format. /traffic-signals GET /traffic-signals/get?id=42 : Returns the traffic signal of intersection #42 in JSON. POST /traffic-signals/set : The POST body must be a ControlTrafficSignal in JSON format. GET /traffic-signals/get-delays?id=42&t1=03:00:00&t2=03:30:00 : Returns the delay experienced by every agent passing through intersection #42 from 3am to 3:30, grouped by direction of travel. GET /traffic-signals/get-cumulative-thruput?id=42 : Returns the number of agents passing through intersection #42 since midnight, grouped by direction of travel. GET /traffic-signals/get-all-current-state : Returns the current state of all traffic signals, including the stage timing, waiting, and accepted agents. /data GET /data/get-finished-trips : Returns a JSON list of all finished trips. Each tuple is (time the trip finished in seconds after midnight, trip ID, mode, duration of trip in seconds). The mode is either a string like \"Walk\" or \"Drive\", or null if the trip was cancelled for any reason. GET /data/get-agent-positions : Returns a JSON list of all active agents. Vehicle type (or pedestrian), person ID, and position is included. GET /data/get-road-thruput : Returns a JSON list of (road, agent type, hour since midnight, throughput for that one hour period). /map GET /map/get-edits : Returns the current map edits in JSON. You can save this to a file in data/player/edits/map_name/ and later use it in-game normally. You can also later run the headless server with --edits=name_of_edits. GET /map/get-edit-road-command?id=123 : Returns an object that can be modified and then added to map edits. GET /map/get-intersection-geometry?id=123 : Returns a GeoJSON object with one feature for the intersection and a feature for all connecting roads. The polygon coordinates are measured in meters, with the origin centered at the intersection's center. GET /map/get-all-geometry : Returns a huge GeoJSON object with one feature per road and intersection in the map. The coordinate space is WGS84.","breadcrumbs":"Developer guide » API details","id":"66","title":"API details"},"67":{"body":"If you need to deeply inspect the map, you can dump it to JSON: cargo run --bin dump_map data/system/seattle/maps/montlake.bin > montlake.json See some example code that reads this JSON and finds buildings . The format of the map isn't well-documented yet. See the generated API docs and the map model docs in the meantime.","breadcrumbs":"Developer guide » Working with the map model","id":"67","title":"Working with the map model"},"68":{"body":"You can use the /sim/new-person API in the middle of a simulation, if needed. If possible, it's simpler to create a Scenario as input.","breadcrumbs":"Developer guide » Working with individual trips","id":"68","title":"Working with individual trips"},"69":{"body":"You can import trips from your own data . You can also generate different variations of one of the demand models by specifying an RNG seed: cargo run --bin random_scenario -- --rng=123 --map=data/system/seattle/maps/montlake.bin --scenario_name=home_to_work You can also dump Scenarios (the file that defines all of the people and trips) to JSON: cargo run --bin dump_scenario data/system/seattle/scenarios/montlake/weekday.bin > montlake_weekday.json You can modify the JSON, then put the file back in the appropriate directory and use it in-game: cargo run --bin game data/system/seattle/scenarios/montlake/modified_scenario.json The Scenario format is also undocumented, but see the generated API docs anyway.","breadcrumbs":"Developer guide » Working with Scenarios","id":"69","title":"Working with Scenarios"},"7":{"body":"I'm trying to build a realistic traffic simulation of Seattle using OSM data, then use it to strengthen proposals for pedestrianized streets , improving the bike network , and mitigating the West Seattle bridge closure . A/B Street is only as good as its data, and parking is one of the biggest gaps. Missing data means unrealistic traffic as vehicles contend for few parking spots, and roads that look much wider than they are in reality.","breadcrumbs":"Instructions » Why?","id":"7","title":"Why?"},"70":{"body":"","breadcrumbs":"Developer guide » Testing strategy","id":"70","title":"Testing strategy"},"71":{"body":"As you've probably noticed, there aren't many. Lots of the interesting behavior in A/B Street - UI interactions, details of the simulation, map importing -- would take lots of infrastructure to specify a setup and expected outcomes. If you have ideas for new tests, contributions always welcome! In the meantime, one useful test covers how OSM tags translate into individual lanes .","breadcrumbs":"Developer guide » Unit tests","id":"71","title":"Unit tests"},"72":{"body":"Downloading fresh OSM data or modifying any part of the map importing pipeline could easily break things. Expressing invariants about the map output is hard, because importing is far from perfect, and OSM data is often quite buggy. So the approach to preventing regressions here is to look for visual changes to the final rendered map. When a new map is opted into this type of test, somebody manually squints carefully at it and sanity checks that it works to some degree. They use the screen capture tool in debug mode to tile the map into 1920x960 chunks and screengrab everything. Later, somebody regenerates the map with some possible changes. They grab screenshots again, then use compare_screenshots.sh to quickly look at the visual diff. Changes to intersection geometry, number of lanes, rendering, etc are all easy to spot. If this manual inspection of the diff is good, they commit the new screenshots as the new goldenfiles.","breadcrumbs":"Developer guide » Screenshot diffs","id":"72","title":"Screenshot diffs"},"73":{"body":"This tool regenerates all maps and scenarios from scratch. cargo run --bin updater -- --dry then reveals what files have changed. Additionally, this script does a few more tests: --prebake runs the full weekday scenario on two maps that've previously been coerced into being gridlock-free","breadcrumbs":"Developer guide » data/regen.sh","id":"73","title":"data/regen.sh"},"74":{"body":"The tests crate contains some integration tests. One part runs the full importer against really simple .osm files. To iterate rapidly on interpreting turn restrictions, it produces goldenfiles describing all turns in the tiny map. The \"smoke-test\" section simulates one hour on all maps, flushing out bugs with bus spawning, agents hitting odd parts of the map, etc The \"check proposals\" section makes sure the edits shipped with the game still load properly.","breadcrumbs":"Developer guide » Integration tests","id":"74","title":"Integration tests"},"75":{"body":"Once upon a time, I made a little test harness that would run the simulation headlessly (without graphics), set up certain situations forcing a car to park in a certain spot, and asserted that different sim/src/events.rs were produced in the right order. The map_editor tool was used to manually draw really simple maps for these situations. I deleted everything, because the effort to specify the input and expected output were too tedious to maintain, and this never really helped catch bugs. There was a way to label roads and buildings in the synthetic maps, so the test code could assert person 2 made it to the \"house\" building, but even with all of this, it was pretty hard. This approach is maybe worth reviving, though.","breadcrumbs":"Developer guide » Old tests","id":"75","title":"Old tests"},"76":{"body":"For https://github.com/dabreegster/abstreet/issues/326 , I'm starting to figure out how to import hundreds of maps into A/B Street. There are many issues with scaling up the number of supported maps. This document just focuses on importing.","breadcrumbs":"Developer guide » Mass importing many maps","id":"76","title":"Mass importing many maps"},"77":{"body":"https://download.bbbike.org/ conveniently has 200 OSM extracts for major cities world-wide. The data/bbike.sh script downloads these. Then data/mass_import.sh attempts to import them into A/B Street. The bbike extracts, however, cover huge areas surrounding major cities. Importing such large areas is slow, and the result is too large to work well in A/B Street or the OSM viewer. Ideally, we want just the area concentrated around the \"core\" of each city. https://github.com/dabreegster/abstreet/blob/master/convert_osm/src/bin/extract_cities.rs transforms a huge .osm file into smaller pieces, each focusing on one city core. This tool looks for administrative boundary relations tagged as cities, produces a clipping polygon covering the city, and uses osmconvert to produce a smaller .osm file. The tool has two strategies for generating clipping polygons. One is to locate the admin_centre or label node for the region, then generate a circle of fixed radius around that point. Usually this node is located in the city core, so it works reasonably, except for \"narrow\" cities along a coast. The other strategy glues together the relation's multipolygon boundary, then simplifies the shape (usually with thousands of points) using a convex hull. This strategy tends to produce results that're too large, because city limits are often really huge.","breadcrumbs":"Developer guide » The current approach","id":"77","title":"The current approach"},"78":{"body":"Outside the US, administrative boundaries don't always have a \"city\" defined. In Tokyo in particular, this name isn't used. I'm not sure which boundary level to use yet. The tool assumes driving on the right everywhere. OSM has https://wiki.openstreetmap.org/wiki/Key:driving_side , but this is usually tagged at the country level, which isn't included in the bbike extracts. The resulting maps are all \"flattened\" in A/B Street's list, so you can't see any hierarchy of areas. Two cities with the same name from different areas will arbitrarily collide.","breadcrumbs":"Developer guide » Problems","id":"78","title":"Problems"},"79":{"body":"A/B Street includes lots of large binary files to represent converted maps, scenarios, and prebaked simulation results. The files are too large to store in git, but the files are still logically tied to a version of the code, since the format sometimes changes. Additionally, all of the files are too large to include in the .zip release that most people use, but it should still be possible for players to download the optional content. Also, there are different versions of the game floating around, on native and web, that have to be associated with the proper version of these files. It's all slightly confusing, so this page describes how it all works.","breadcrumbs":"Developer guide » Data organization","id":"79","title":"Data organization"},"8":{"body":"Why can't I just grab parking data from SDOT's map , using the blockface dataset? Well, I'm trying -- when you see a parking lane in the tool, it's coming from blockface, unless that road in OSM is tagged. But the blockface dataset is comically wrong in many places -- for example, the Montlake bridge apparently has unrestricted parking?! King County GIS has confirmed the dataset isn't meant to be used for this level of detail. Plus, if the data is in OSM, anybody else can make use of it.","breadcrumbs":"Instructions » Why put this data in OSM?","id":"8","title":"Why put this data in OSM?"},"80":{"body":"If you peek into the data/ directory, it's mainly split into 3 subdirectories. system/ is used when running the game and is the subject of this page. input/ is used to store input and intermediate files for importing maps, and only developers running the importer should care about it. player/ contains local settings, map edits, and other data created in-game. data/MANIFEST.json is a listing of all files in data/system/, along with their size and md5sum. Different tools compare this manifest to the local filesystem to figure out what to do. There are also some other scripts and files in data/, but they should probably be moved.","breadcrumbs":"Developer guide » The data itself","id":"80","title":"The data itself"},"81":{"body":"data/system/ and data/input/ are stored in Amazon S3, at http://abstreet.s3-website.us-east-2.amazonaws.com. This S3 bucket is organized into versions: dev, 0.2.17, 0.2.18, etc. dev represents the latest version of all data files. The numbered versions correspond to releases and only contain data/system/, not data/input/. Depending how large these directories grow over time, I'll commit to keeping around at least 3 of the previous numbered versions, but I might delete older ones after that. In lieu of a proper document for the release process, the commands used to make a versioned copy of the data are something like: aws s3 cp --recursive s3://abstreet/dev/data/system s3://abstreet/0.2.17/data/system","breadcrumbs":"Developer guide » Where the data is stored","id":"81","title":"Where the data is stored"},"82":{"body":"For people building the game from source , the process to keep data files fresh is to cargo run --bin updater. This tool calculates md5sums of all local files, then compares it with the checked-in data/MANIFEST.json. Any difference results in a local file being deleted or a new file from S3 being downloaded. By editing data/player/data.json manually or using the UI in the game (found by loading a map, then choosing to download more maps), somebody can opt into downloading \"extra/optional\" cities.","breadcrumbs":"Developer guide » Native, running from source","id":"82","title":"Native, running from source"},"83":{"body":"When the weekly .zip binary release for Mac, Linux, and Windows is produced, the game crate is built with --features release_s3. When the downloader UI is opened in-game, this causes downloads to occur from a versioned S3 directory, like 0.2.17, depending on the version string compiled into the game at that time. So somebody can run off the weekly release, opt into more cities, and get the correct version of the files, even if the format has changed in /dev/ since then.","breadcrumbs":"Developer guide » Native, running from a release .zip","id":"83","title":"Native, running from a release .zip"},"84":{"body":"The strategy for managing files gets more interested when the game is compiled to WebAssembly, since browsers can't read from the local filesystem. game/src/load.rs contains some crazy tricks to instead make asynchronous HTTP requests through the browser. When using game/run_web.sh, the files are served through a local HTTP server and symlinked to the local copy of data/system/. Not all files are loaded through HTTP; some are actually statically compiled into the .wasm file itself! abstutil/src/io_web.rs does this magic using the include_dir crate. Only a few critical large files, needed at startup, are included. There's an IO layer for listing and reading files that, on web, merges results from the bundled-in files and the remote files that're declared to exist in the bundled-in copy of data/MANIFEST.json.","breadcrumbs":"Developer guide » Web, running locally","id":"84","title":"Web, running locally"},"85":{"body":"Everything's the same, except building with --features wasm_s3 causes the game to make HTTP requests to the S3 bucket, instead of localhost. The web version always pins to /dev, never a release version of the data, since the web client is always updated along with the data, for now.","breadcrumbs":"Developer guide » Web, from S3","id":"85","title":"Web, from S3"},"86":{"body":"A/B Street transforms OpenStreetMap (OSM) data into a detailed geometric and semantic representation of the world for traffic simulation. This chapter describes that map model, with the hopes that it'll be useful for purposes beyond this project.","breadcrumbs":"Map model","id":"86","title":"Map model"},"87":{"body":"A Map covers everything inside some hand-drawn boundary, usually scoped to a city or a few of a city's districts. Unlike OSM, it doesn't cover the entire world; it only has areas specifically extracted for some purpose. A map consists of many objects. Mainly, there are roads, broken down into individual lanes, and intersections. A road is a single segment connecting exactly two intersections (as opposed to OSM, where a single \"way\" may span many intersections). Lanes within a road have a specific type, which dictates their direction of travel (or lack of travel, like on-street parking) and uses. Sidewalks are represented as bidirectional lanes. Roads connect at intersections, which contain an explicit set of turns, each linking a source lane to a destination lane. Maps also contain parking lots and buildings, which connect to the nearest driveable lane and a sidewalk. Maps have water and park areas, only used for drawing. They also represent public transit stops and routes.","breadcrumbs":"Overview","id":"87","title":"Overview"},"88":{"body":"Unlike some GIS systems, maps don't use any kind of database -- they're just a file, anywhere from 1 to ~500MB (depending on the size of their boundary). Once loaded into memory, different objects from the map can be accessed directly, along with a large API to perform various queries. Most of the map's API is read-only; once built, a map doesn't change until user-created edits are applied. The pipeline to import a map from OSM data (and also optional supplementary, city-specific data) is complex and may take a few minutes to run, but it happens once offline. Applications using maps just read the final file.","breadcrumbs":"How is a map used?","id":"88","title":"How is a map used?"},"89":{"body":"Why use A/B Street's map model instead of processing OSM directly? TODO: Order these better. For each one, show before/after pictures","breadcrumbs":"Features","id":"89","title":"Features"},"9":{"body":"A/B Street attempts to render individual lanes and intersections from OSM data. This makes it useful to audit the lane tags in OSM, including parking:lane . The tool tracks your edits and when you generate the OsmChange file, it grabs modified ways from the OSM API to generate a diff. You can inspect the diff, load it in JOSM, and upload. Your changes won't immediately be reflected in A/B Street. Let me know when you've done some amount of mapping, and I'll regenerate the maps from fresh data.","breadcrumbs":"Instructions » How does the tool work?","id":"9","title":"How does the tool work?"},"90":{"body":"Bodies of water, forests, parks, and other areas are represented in OSM as relations, requiring the user to stitch together multiple polylines in undefined orders and handle inner holes. A/B Street maps handle all of that, and also clip the area's polygon to the boundary of the entire map -- including coastlines.","breadcrumbs":"Area clipping","id":"90","title":"Area clipping"},"91":{"body":"OSM represents roads as a polyline of the physical center of the road. A/B Street infers the number and type of lanes from OSM metadata, then creates individual lanes of appropriate width, each with a center-line and polygon for geometry. At intersections, the roads and lanes are \"trimmed back\" to avoid overlapping, and the \"common area\" becomes the intersection's polygon. This heuristic process is reasonably robust to complex shapes, with special treatment of highway on/off-ramps, although it does still have some bugs.","breadcrumbs":"Road and intersection geometry","id":"91","title":"Road and intersection geometry"},"92":{"body":"At each intersection, A/B Street infers all legal movements between vehicle lanes and sidewalks. This process makes use of OSM metadata about turn lanes, inferring reasonable defaults for multi-lane roads. OSM turn restriction relations, which may span a sequence of several roads to describe U-turns around complex intersections, are also used.","breadcrumbs":"Turns","id":"92","title":"Turns"},"93":{"body":"OSM models parking lots as areas along with the driveable aisles. Usually the capacity of a lot isn't tagged. A/B Street automatically fills paring lots with individual stalls along the aisles, estimating the capacity just from this geometry.","breadcrumbs":"Parking lots","id":"93","title":"Parking lots"},"94":{"body":"At unsignalized intersections, A/B Street infers which roads have to stop, and which have right-of-way.","breadcrumbs":"Stop signs","id":"94","title":"Stop signs"},"95":{"body":"OSM has no way to describe how traffic signals are configured. A/B Street models fixed-timer signals, automatically inferring the number of phases, their duration, and the movements that are prioritized and permitted during each phase.","breadcrumbs":"Traffic signals","id":"95","title":"Traffic signals"},"96":{"body":"A/B Street can determine routes along lanes and turns for vehicles and pedestrians. These routes obey OSM's turn restriction relations that span multiple road segments. They also avoid roads that're tagged as not allowing through-traffic, depending on the route's origin and destination and vehicle type. The pathfinding optionally makes use of contraction hierarchies to greatly speed up query performance, at the cost of a slower offline importing process.","breadcrumbs":"Pathfinding","id":"96","title":"Pathfinding"},"97":{"body":"OSM tags bridges and tunnels, but the roads that happen to pass underneath bridges aren't mapped. A/B Street detects these and represents the z-order for drawing.","breadcrumbs":"Bridge z-ordering","id":"97","title":"Bridge z-ordering"},"98":{"body":"Similar to areas, A/B Street consolidates the geometry of OSM buildings, which may be split into multiple polygons. Each building is also associated with the nearest driveable lane and sidewalk, and metadata is used to infer a land-use (like residential and commercial) and commercial amenities available.","breadcrumbs":"Buildings","id":"98","title":"Buildings"},"99":{"body":"A/B Street uses bus stops and route relations from OSM to build a model of public transit routes. OSM makes few guarantees about how the specifics of the route are specified, but A/B Street produces specific paths, handling clipping to the map boundary. ... All of this isn't the case yet, but it's a WIP!","breadcrumbs":"Experimental: public transit","id":"99","title":"Experimental: public transit"}},"length":200,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0}}},"9":{"df":4,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"0":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.358898943540674},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":17,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.4142135623730951},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.1622776601683795},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.6457513110645907},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.23606797749979},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.0}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.6457513110645907},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.0}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":78,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":42,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":38,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":2.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.0},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":1.7320508075688772}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.0},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":48,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":4,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":23,"docs":{"10":{"tf":1.7320508075688772},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":46,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.7320508075688772},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951}}},"9":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.4142135623730951},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"0":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.47213595499958},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.7320508075688772},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.23606797749979},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"80":{"tf":2.23606797749979},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.7320508075688772},"138":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":43,"docs":{"113":{"tf":2.0},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.3166247903554},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.8284271247461903},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.7320508075688772},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"2":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.449489742783178},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":41,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.449489742783178},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.7320508075688772},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.8284271247461903},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.23606797749979}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.23606797749979}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":83,"docs":{"101":{"tf":2.0},"102":{"tf":2.449489742783178},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":59,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":2.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":38,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.4142135623730951},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":2.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.23606797749979},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":2.0},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.23606797749979},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":51,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":2.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.7320508075688772},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.23606797749979},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":69,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"82":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.4142135623730951},"48":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.8284271247461903},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":2.0},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":23,"docs":{"10":{"tf":2.0},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":69,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":2.0},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"title":{"root":{"1":{"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"173":{"tf":1.0}}},"3":{"df":1,"docs":{"174":{"tf":1.0}}},"a":{"/":{"b":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"16":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"38":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"197":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"v":{"d":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"149":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"131":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"113":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"190":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.0}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"161":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"df":1,"docs":{"162":{"tf":1.0}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"178":{"tf":1.0},"195":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"28":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"163":{"tf":1.0},"199":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"50":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"159":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"107":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"152":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"187":{"tf":1.0},"29":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"156":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"180":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":1,"docs":{"94":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"190":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":4,"docs":{"133":{"tf":1.0},"185":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"42":{"tf":1.0}}}},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"116":{"tf":1.0},"123":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"123":{"tf":1.0},"35":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"26":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"b":{"df":3,"docs":{"164":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"119":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}});
    \ No newline at end of file
    diff --git a/searchindex.json b/searchindex.json
    index e588d213df..6c15e22eb4 100644
    --- a/searchindex.json
    +++ b/searchindex.json
    @@ -1 +1 @@
    -{"doc_urls":["index.html#ab-street","howto/index.html#ab-street-instructions","howto/index.html#installing-the-game","howto/index.html#playing-the-game","howto/index.html#data-source-licensing","howto/map_parking.html#help-map-out-on-street-parking","howto/map_parking.html#faq","howto/map_parking.html#why","howto/map_parking.html#why-put-this-data-in-osm","howto/map_parking.html#how-does-the-tool-work","howto/map_parking.html#why-use-this-tool","howto/map_parking.html#what-about-parking-restrictions","howto/map_parking.html#what-about-off-street-parking","howto/map_parking.html#what-about-long-roads-where-parking-appears-and-disappears","howto/map_parking.html#how-to-coordinate-with-other-mappers","howto/map_parking.html#i-noticed-weird-roads-in-the-tool","howto/map_parking.html#i-want-to-map-an-area-but-theres-no-option-for-it","howto/new_city.html#importing-a-new-city-into-ab-street","howto/new_city.html#quick-start","howto/new_city.html#how-to-get-osm-files","howto/new_city.html#including-the-city-to-ab-street-more-permanently","howto/new_city.html#next-steps","how_it_works.html#how-ab-street-works","how_it_works.html#driving","how_it_works.html#parking","how_it_works.html#biking","how_it_works.html#walking","how_it_works.html#transit","how_it_works.html#intersections","how_it_works.html#people-and-trips","how_it_works.html#map-edits","case_studies/index.html#case-studies","case_studies/lake_wash.html#lake-washington-blvd-stay-healthy-street","case_studies/lake_wash.html#lake-washington-blvd","case_studies/lake_wash.html#first-attempt","case_studies/lake_wash.html#traffic-calming","case_studies/lake_wash.html#next-steps","case_studies/west_seattle.html#west-seattle-mitigations","case_studies/west_seattle.html#16th-ave-sw-and-sw-holden-st","case_studies/west_seattle.html#re-evaluate-arterials","case_studies/west_seattle.html#repair-the-bridge","dev/index.html#developer-guide","dev/index.html#getting-started","dev/index.html#development-tips","dev/index.html#downloading-more-cities","dev/index.html#building-map-data","dev/index.html#understanding-stuff","dev/index.html#code-organization","dev/index.html#code-conventions","dev/index.html#profiling","dev/misc_tricks.html#development-notes","dev/misc_tricks.html#building-releases","dev/misc_tricks.html#markdown","dev/misc_tricks.html#videos","dev/misc_tricks.html#faster-linking","dev/misc_tricks.html#git","dev/misc_tricks.html#refactoring","dev/misc_tricks.html#stack-overflow","dev/misc_tricks.html#drawing-diagrams","dev/misc_tricks.html#mapping","dev/misc_tricks.html#osm-tools","dev/misc_tricks.html#fonts","dev/misc_tricks.html#release-checklist","dev/api.html#api","dev/api.html#examples","dev/api.html#control-flow","dev/api.html#api-details","dev/api.html#working-with-the-map-model","dev/api.html#working-with-individual-trips","dev/api.html#working-with-scenarios","dev/testing.html#testing-strategy","dev/testing.html#unit-tests","dev/testing.html#screenshot-diffs","dev/testing.html#dataregensh","dev/testing.html#integration-tests","dev/testing.html#old-tests","dev/mass_import.html#mass-importing-many-maps","dev/mass_import.html#the-current-approach","dev/mass_import.html#problems","dev/data.html#data-organization","dev/data.html#the-data-itself","dev/data.html#where-the-data-is-stored","dev/data.html#native-running-from-source","dev/data.html#native-running-from-a-release-zip","dev/data.html#web-running-locally","dev/data.html#web-from-s3","map/index.html#map-model","map/index.html#overview","map/index.html#how-is-a-map-used","map/index.html#features","map/index.html#area-clipping","map/index.html#road-and-intersection-geometry","map/index.html#turns","map/index.html#parking-lots","map/index.html#stop-signs","map/index.html#traffic-signals","map/index.html#pathfinding","map/index.html#bridge-z-ordering","map/index.html#buildings","map/index.html#experimental-public-transit","map/index.html#experimental-separated-cyclepaths-tramways-and-walking-paths","map/details.html#map-model-details","map/details.html#the-map","map/details.html#coordinate-system","map/details.html#invariants","map/details.html#connectivity","map/importing/index.html#importing","map/importing/convert_osm.html#from-osm-to-rawmap-convert_osm-crate","map/importing/convert_osm.html#extractrs","map/importing/convert_osm.html#split_waysrs","map/importing/convert_osm.html#clip","map/importing/geometry.html#roadintersection-geometry-rawmap-to-initialmap","map/importing/rest.html#initialmap-to-map","map/importing/misc.html#development-tricks","map/importing/misc.html#appendix-polylines","map/edits.html#live-edits","map/platform.html#ab-streets-map-model-as-a-platform","map/platform.html#use-cases","map/platform.html#just-data-is-not-enough","map/platform.html#how-would-an-apilibrary-work","map/platform.html#compatibility","map/platform.html#layering","map/platform.html#the-bigger-vision","trafficsim/index.html#ab-streets-traffic-simulation","trafficsim/discrete_event.html#discrete-event-simulation","trafficsim/discrete_event.html#cars","trafficsim/discrete_event.html#exact-positions","trafficsim/discrete_event.html#lane-changing","trafficsim/discrete_event.html#pedestrians","trafficsim/discrete_event.html#intersections","trafficsim/discrete_event.html#appendix-discrete-time-simulation","trafficsim/travel_demand.html#travel-demand","trafficsim/travel_demand.html#scenarios","trafficsim/travel_demand.html#data-sources","trafficsim/travel_demand.html#seattle-soundcast","trafficsim/travel_demand.html#berlin","trafficsim/travel_demand.html#proletariat-robot","trafficsim/travel_demand.html#custom-import","trafficsim/travel_demand.html#modifying-demand","trafficsim/travel_demand.html#research","trafficsim/gridlock.html#gridlock","trafficsim/gridlock.html#problems","trafficsim/gridlock.html#solutions","trafficsim/gridlock.html#not-implemented","trafficsim/gridlock.html#strategy-for-resolving","trafficsim/gridlock.html#fixing-data-used-in-simulation","trafficsim/trips.html#multi-modal-trips","trafficsim/trips.html#walking-only-trips","trafficsim/trips.html#trips-starting-from-a-border","trafficsim/trips.html#trips-starting-from-a-building","trafficsim/live_edits.html#live-edits","trafficsim/live_edits.html#what-works-today","trafficsim/live_edits.html#todo-recalculating-paths","trafficsim/live_edits.html#todo-parking","trafficsim/parking.html#parking","trafficsim/parking.html#infinite-parking","project/index.html#project-logistics","project/roadmap.html#roadmap","project/roadmap.html#next-steps-summer-2020","project/roadmap.html#ongoing-work","project/roadmap.html#ui-and-data-visualization","project/roadmap.html#game-design","project/roadmap.html#map-data--gis","project/roadmap.html#simulation--modeling","project/roadmap.html#web","project/roadmap.html#contributing-for-non-programmers","project/roadmap.html#long-term-vision","project/motivations.html#project-motivations","project/history/index.html#project-history","project/history/index.html#retrospective","project/history/index.html#trivia","project/history/backstory.html#backstory","project/history/year1.html#year-1-june-2018-2019","project/history/year2.html#year-2-june-2019-2020","project/history/year3.html#year-3-june-2020-2021","project/CHANGELOG.html#changelog","project/references.html#references","project/references.html#example-use-cases","project/references.html#groups-that-may-be-eventually-interested","project/references.html#similar-projects","project/references.html#seattle-specific","project/references.html#other-projects","project/references.html#notes-from-related-work","project/references.html#smarts--httpspeopleengunimelbeduauetanintist17pdf-","project/references.html#games","project/references.html#open-source-urban-planning","project/references.html#proprietary","project/references.html#maps-for-people","project/references.html#gammacsunceduroadnetworkwilkie_tvcgpdf","project/references.html#citybound","project/references.html#discrete-event-simulation-papers","project/references.html#tactical-urbanism","project/collaborations.html#collaborations","project/collaborations.html#glt","project/collaborations.html#xian","project/collaborations.html#forecasting-group","project/collaborations.html#cityengine","project/collaborations.html#berlin","project/collaborations.html#manchester","project/collaborations.html#pandemic-model"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":2,"title":2},"1":{"body":11,"breadcrumbs":3,"title":3},"10":{"body":20,"breadcrumbs":3,"title":2},"100":{"body":33,"breadcrumbs":6,"title":6},"101":{"body":20,"breadcrumbs":5,"title":3},"102":{"body":184,"breadcrumbs":3,"title":1},"103":{"body":89,"breadcrumbs":4,"title":2},"104":{"body":109,"breadcrumbs":3,"title":1},"105":{"body":103,"breadcrumbs":3,"title":1},"106":{"body":99,"breadcrumbs":3,"title":1},"107":{"body":19,"breadcrumbs":7,"title":4},"108":{"body":53,"breadcrumbs":4,"title":1},"109":{"body":69,"breadcrumbs":4,"title":1},"11":{"body":23,"breadcrumbs":3,"title":2},"110":{"body":46,"breadcrumbs":4,"title":1},"111":{"body":132,"breadcrumbs":7,"title":4},"112":{"body":671,"breadcrumbs":5,"title":2},"113":{"body":202,"breadcrumbs":5,"title":2},"114":{"body":12,"breadcrumbs":5,"title":2},"115":{"body":171,"breadcrumbs":4,"title":2},"116":{"body":24,"breadcrumbs":7,"title":5},"117":{"body":53,"breadcrumbs":4,"title":2},"118":{"body":116,"breadcrumbs":4,"title":2},"119":{"body":36,"breadcrumbs":4,"title":2},"12":{"body":22,"breadcrumbs":3,"title":2},"120":{"body":36,"breadcrumbs":3,"title":1},"121":{"body":38,"breadcrumbs":3,"title":1},"122":{"body":188,"breadcrumbs":4,"title":2},"123":{"body":16,"breadcrumbs":4,"title":4},"124":{"body":49,"breadcrumbs":5,"title":3},"125":{"body":232,"breadcrumbs":3,"title":1},"126":{"body":139,"breadcrumbs":4,"title":2},"127":{"body":133,"breadcrumbs":4,"title":2},"128":{"body":37,"breadcrumbs":3,"title":1},"129":{"body":121,"breadcrumbs":3,"title":1},"13":{"body":15,"breadcrumbs":6,"title":5},"130":{"body":174,"breadcrumbs":6,"title":4},"131":{"body":60,"breadcrumbs":4,"title":2},"132":{"body":16,"breadcrumbs":3,"title":1},"133":{"body":0,"breadcrumbs":4,"title":2},"134":{"body":48,"breadcrumbs":4,"title":2},"135":{"body":20,"breadcrumbs":3,"title":1},"136":{"body":73,"breadcrumbs":4,"title":2},"137":{"body":77,"breadcrumbs":4,"title":2},"138":{"body":80,"breadcrumbs":4,"title":2},"139":{"body":14,"breadcrumbs":3,"title":1},"14":{"body":12,"breadcrumbs":3,"title":2},"140":{"body":39,"breadcrumbs":3,"title":1},"141":{"body":205,"breadcrumbs":3,"title":1},"142":{"body":80,"breadcrumbs":3,"title":1},"143":{"body":58,"breadcrumbs":3,"title":1},"144":{"body":108,"breadcrumbs":4,"title":2},"145":{"body":23,"breadcrumbs":6,"title":4},"146":{"body":34,"breadcrumbs":5,"title":3},"147":{"body":0,"breadcrumbs":4,"title":2},"148":{"body":0,"breadcrumbs":5,"title":3},"149":{"body":0,"breadcrumbs":5,"title":3},"15":{"body":30,"breadcrumbs":5,"title":4},"150":{"body":66,"breadcrumbs":4,"title":2},"151":{"body":19,"breadcrumbs":4,"title":2},"152":{"body":73,"breadcrumbs":5,"title":3},"153":{"body":46,"breadcrumbs":4,"title":2},"154":{"body":14,"breadcrumbs":3,"title":1},"155":{"body":51,"breadcrumbs":4,"title":2},"156":{"body":2,"breadcrumbs":2,"title":2},"157":{"body":14,"breadcrumbs":2,"title":1},"158":{"body":40,"breadcrumbs":5,"title":4},"159":{"body":18,"breadcrumbs":3,"title":2},"16":{"body":17,"breadcrumbs":6,"title":5},"160":{"body":32,"breadcrumbs":4,"title":3},"161":{"body":13,"breadcrumbs":3,"title":2},"162":{"body":92,"breadcrumbs":4,"title":3},"163":{"body":54,"breadcrumbs":3,"title":2},"164":{"body":19,"breadcrumbs":2,"title":1},"165":{"body":42,"breadcrumbs":4,"title":3},"166":{"body":66,"breadcrumbs":4,"title":3},"167":{"body":226,"breadcrumbs":3,"title":2},"168":{"body":12,"breadcrumbs":3,"title":2},"169":{"body":43,"breadcrumbs":2,"title":1},"17":{"body":17,"breadcrumbs":6,"title":5},"170":{"body":11,"breadcrumbs":2,"title":1},"171":{"body":448,"breadcrumbs":3,"title":1},"172":{"body":181,"breadcrumbs":7,"title":5},"173":{"body":220,"breadcrumbs":7,"title":5},"174":{"body":110,"breadcrumbs":7,"title":5},"175":{"body":3438,"breadcrumbs":2,"title":1},"176":{"body":0,"breadcrumbs":2,"title":1},"177":{"body":5,"breadcrumbs":4,"title":3},"178":{"body":92,"breadcrumbs":4,"title":3},"179":{"body":3,"breadcrumbs":3,"title":2},"18":{"body":83,"breadcrumbs":3,"title":2},"180":{"body":66,"breadcrumbs":3,"title":2},"181":{"body":10,"breadcrumbs":2,"title":1},"182":{"body":0,"breadcrumbs":4,"title":3},"183":{"body":18,"breadcrumbs":3,"title":2},"184":{"body":5,"breadcrumbs":2,"title":1},"185":{"body":1,"breadcrumbs":5,"title":4},"186":{"body":3,"breadcrumbs":2,"title":1},"187":{"body":1,"breadcrumbs":3,"title":2},"188":{"body":6,"breadcrumbs":2,"title":1},"189":{"body":1,"breadcrumbs":2,"title":1},"19":{"body":66,"breadcrumbs":3,"title":2},"190":{"body":62,"breadcrumbs":5,"title":4},"191":{"body":7,"breadcrumbs":3,"title":2},"192":{"body":9,"breadcrumbs":2,"title":1},"193":{"body":38,"breadcrumbs":2,"title":1},"194":{"body":14,"breadcrumbs":2,"title":1},"195":{"body":25,"breadcrumbs":3,"title":2},"196":{"body":16,"breadcrumbs":2,"title":1},"197":{"body":19,"breadcrumbs":2,"title":1},"198":{"body":18,"breadcrumbs":2,"title":1},"199":{"body":18,"breadcrumbs":3,"title":2},"2":{"body":81,"breadcrumbs":2,"title":2},"20":{"body":141,"breadcrumbs":7,"title":6},"21":{"body":59,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":3},"23":{"body":52,"breadcrumbs":1,"title":1},"24":{"body":122,"breadcrumbs":1,"title":1},"25":{"body":77,"breadcrumbs":1,"title":1},"26":{"body":32,"breadcrumbs":1,"title":1},"27":{"body":10,"breadcrumbs":1,"title":1},"28":{"body":83,"breadcrumbs":1,"title":1},"29":{"body":53,"breadcrumbs":2,"title":2},"3":{"body":12,"breadcrumbs":2,"title":2},"30":{"body":47,"breadcrumbs":2,"title":2},"31":{"body":156,"breadcrumbs":2,"title":2},"32":{"body":115,"breadcrumbs":8,"title":6},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":135,"breadcrumbs":4,"title":2},"35":{"body":51,"breadcrumbs":4,"title":2},"36":{"body":25,"breadcrumbs":4,"title":2},"37":{"body":69,"breadcrumbs":5,"title":3},"38":{"body":80,"breadcrumbs":8,"title":6},"39":{"body":82,"breadcrumbs":5,"title":3},"4":{"body":66,"breadcrumbs":3,"title":3},"40":{"body":19,"breadcrumbs":4,"title":2},"41":{"body":0,"breadcrumbs":2,"title":2},"42":{"body":62,"breadcrumbs":2,"title":2},"43":{"body":136,"breadcrumbs":2,"title":2},"44":{"body":43,"breadcrumbs":3,"title":3},"45":{"body":130,"breadcrumbs":3,"title":3},"46":{"body":10,"breadcrumbs":2,"title":2},"47":{"body":139,"breadcrumbs":2,"title":2},"48":{"body":140,"breadcrumbs":2,"title":2},"49":{"body":7,"breadcrumbs":1,"title":1},"5":{"body":70,"breadcrumbs":6,"title":5},"50":{"body":47,"breadcrumbs":4,"title":2},"51":{"body":40,"breadcrumbs":4,"title":2},"52":{"body":20,"breadcrumbs":3,"title":1},"53":{"body":29,"breadcrumbs":3,"title":1},"54":{"body":16,"breadcrumbs":4,"title":2},"55":{"body":20,"breadcrumbs":3,"title":1},"56":{"body":8,"breadcrumbs":3,"title":1},"57":{"body":5,"breadcrumbs":4,"title":2},"58":{"body":1,"breadcrumbs":4,"title":2},"59":{"body":5,"breadcrumbs":3,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":23,"breadcrumbs":4,"title":2},"61":{"body":1,"breadcrumbs":3,"title":1},"62":{"body":19,"breadcrumbs":4,"title":2},"63":{"body":20,"breadcrumbs":3,"title":1},"64":{"body":21,"breadcrumbs":3,"title":1},"65":{"body":78,"breadcrumbs":4,"title":2},"66":{"body":290,"breadcrumbs":4,"title":2},"67":{"body":32,"breadcrumbs":5,"title":3},"68":{"body":13,"breadcrumbs":5,"title":3},"69":{"body":54,"breadcrumbs":4,"title":2},"7":{"body":46,"breadcrumbs":1,"title":0},"70":{"body":0,"breadcrumbs":4,"title":2},"71":{"body":39,"breadcrumbs":4,"title":2},"72":{"body":92,"breadcrumbs":4,"title":2},"73":{"body":31,"breadcrumbs":3,"title":1},"74":{"body":55,"breadcrumbs":4,"title":2},"75":{"body":72,"breadcrumbs":4,"title":2},"76":{"body":20,"breadcrumbs":6,"title":4},"77":{"body":130,"breadcrumbs":4,"title":2},"78":{"body":50,"breadcrumbs":3,"title":1},"79":{"body":58,"breadcrumbs":4,"title":2},"8":{"body":51,"breadcrumbs":4,"title":3},"80":{"body":55,"breadcrumbs":4,"title":2},"81":{"body":65,"breadcrumbs":4,"title":2},"82":{"body":50,"breadcrumbs":5,"title":3},"83":{"body":44,"breadcrumbs":6,"title":4},"84":{"body":78,"breadcrumbs":5,"title":3},"85":{"body":31,"breadcrumbs":4,"title":2},"86":{"body":23,"breadcrumbs":2,"title":2},"87":{"body":99,"breadcrumbs":1,"title":1},"88":{"body":67,"breadcrumbs":2,"title":2},"89":{"body":17,"breadcrumbs":1,"title":1},"9":{"body":51,"breadcrumbs":3,"title":2},"90":{"body":31,"breadcrumbs":2,"title":2},"91":{"body":51,"breadcrumbs":3,"title":3},"92":{"body":39,"breadcrumbs":1,"title":1},"93":{"body":26,"breadcrumbs":2,"title":2},"94":{"body":9,"breadcrumbs":2,"title":2},"95":{"body":23,"breadcrumbs":2,"title":2},"96":{"body":48,"breadcrumbs":1,"title":1},"97":{"body":18,"breadcrumbs":3,"title":3},"98":{"body":28,"breadcrumbs":1,"title":1},"99":{"body":33,"breadcrumbs":3,"title":3}},"docs":{"0":{"body":"All documentation lives here. Some chapters are only intended for a technical audience.","breadcrumbs":"A/B Street","id":"0","title":"A/B Street"},"1":{"body":"This is an alpha-quality demo. Please email dabreegster@gmail.com or file a Github issue if you hit problems.","breadcrumbs":"A/B Street Instructions","id":"1","title":"A/B Street Instructions"},"10":{"body":"You don't have to; this tool or ID or JOSM all work. But the UI is clunky for this specific purpose. (Also, if you find this tool clunky in any way, let me know and I'll fix it.) There's also a proposed StreetComplete quest .","breadcrumbs":"Instructions » Why use this tool?","id":"10","title":"Why use this tool?"},"100":{"body":"Some cyclepaths, tram lines, and footpaths in OSM are tagged as separate ways, with no association to a \"main\" road. Sometimes this is true -- they're independent trails that only occasionally cross roads. But often they run alongside a road. A/B Street attempts to detect these and \"snap\" them to the main road as extra lanes. ... But this doesn't work yet at all.","breadcrumbs":"Experimental: separated cyclepaths, tramways, and walking paths","id":"100","title":"Experimental: separated cyclepaths, tramways, and walking paths"},"101":{"body":"A/B Street builds a rich representation of a city map using OpenStreetMap (OSM) and other sources. This chapter describes how. TODO: Integrate pictures from these slides . This recorded presentation covers some of this.","breadcrumbs":"Map model » Map model details","id":"101","title":"Map model details"},"102":{"body":"A single city is broken down into different pieces... A/B Street comes with a few maps, each defined by a bounding/clipping polygon for some portion of Seattle. Each map has these objects: Roads : A single road connects two intersections, carrying OSM metadata and containing some child lanes. Lanes : An individual lane of traffic. Driving (any vehicle), bus-only, and bike-only lanes have a direction. On-street parking lanes don't allow any movement, and they have some number of parking spots. Sidewalks are bidirectional. Intersections : An intersection has references to all of the incoming and outgoing lanes. Most intersections have a stop sign or traffic signal policy controlling movement through it. Border intersections on the edge of the map are special places where agents may appear or disappear. Turns : A turn connects one lane to another, via some intersection. (Sidewalks are bidirectional, so specifying the intersection is necessary to distinguish crosswalks at each end of a sidewalk.) Buildings : A building has a position, OSM metadata, and a front path connecting the edge of the building to the nearest sidewalk. Most trips in A/B Street begin and end at buildings. Some buildings also contain a number of off-street parking spots. Area : An area has geometry and OSM metadata and represents a body of water, forest, park, etc. They're just used for drawing. Bus stop : A bus stop is placed some distance along a sidewalk, with a pointer to the position on the adjacent driving or bus lane where a bus stops for pick-up. Bus route : A bus route has a name and a list of stops that buses will cycle between. In the future, they'll include information about the frequency/schedule of the route. Parking lot : A parking lot is connected to a road, has a shape, and has some internal driving \"aisles.\" The number and position of individual parking spots is auto-generated.","breadcrumbs":"Map model » The map","id":"102","title":"The map"},"103":{"body":"A/B Street converts (longitude, latitude) coordinates into a simpler form. An (x, y) point starts with the top-left of the bounding polygon as the origin. Note this is screen drawing order, not a Cartesian plane (with Y increasing upwards) -- so angle calculations account for this. The (x, y) values are f64's trimmed to a few decimal places, with way more precision than is really needed. These might become actual fixed-point integers later, but for now, a Pt2D skirts around Rust's limits on f64's by guaranteeing no NaN's or infinities and thus providing the full Eq trait. A few places in map conversion compare points using different thresholds, usually below 1 meter. Ideally these epsilon comparisons could be eliminated in favor of a fixed-point integer representation, but for now, explicit thresholds are useful.","breadcrumbs":"Map model » Coordinate system","id":"103","title":"Coordinate system"},"104":{"body":"Ideally, the finalized maps would satisfy a list of invariants, simplifying the traffic simulation and drawing code built on top. But the input data is quite messy and for now, most of these aren't quite guaranteed to be true. Some minimum length for lanes and turns. Very small lanes can't be drawn, tend to break intersection polygons, and may lead to gridlocked traffic. Some guarantees that positions along adjacent lanes actually match up, even though different lanes on the same road may have different lengths. Examples include the position of a bus stop on the sidewalk and bus lane matching up. Additionally, parking lanes without an adjacent driving lane or bus stops without any driving or bus lanes make no sense and should never occur. Connectivity -- any sidewalk should be reachable from any other, and most driving lanes should be accessible from any others. There are exceptions due to border intersections -- if a car spawns on a highway along the border of the map, it may be forced to disappear on the opposite border of the map, if the highway happens to not have any exits within the map boundary.","breadcrumbs":"Map model » Invariants","id":"104","title":"Invariants"},"105":{"body":"For a single mode, each lane is connected to two intersections. Turns connect two lanes. There are no turns between sidewalks and driving/bike/bus lanes. All buildings and parking lots have driveways. This must connect to a sidewalk, allowing pedestrians to enter/exit that object. The driveway OPTIONALLY connects to the nearest driveable lane. This allows cars to enter/exit that object for parking. Public transit stops are located somewhere on a sidewalk. They're associated with a driveable position where the bus or train stops. In the future, this will need to account for dedicated surface-level platforms and for underground transit stations, likely associated with a building. There's a concept of \"parking blackholes.\" If you treat every road as bidirectional without access restrictions, then the graph is connected. But the more detailed view has to factor in one-way roads and things near the map border. These blackholes influence where cars will try to look for parking (since we don't want them entering a blackhole and getting stuck) and also, for temporary/unintentional reasons, where pedestrian<->bicycle transitions will happen.","breadcrumbs":"Map model » Connectivity","id":"105","title":"Connectivity"},"106":{"body":"This chapter describes the process of transforming OSM extracts into A/B Street's map model. The steps are: A large .osm file is clipped to a hand-drawn boundary region, using osmconvert The convert_osm crate reads the clipped .osm, and a bunch of optional supplementary files, and produces a RawMap Part of the map_model crate transforms the RawMap into the final Map Other applications read and use the Map file The importer crate orchestrates these steps, along with automatically downloading any missing input data. The rest of these sections describe each step in a bit more detail. Keeping the docs up-to-date is hard; the best reference is the code, which is hopefully organized clearly. Don't be afraid of how complicated this pipeline seems -- each step is relatively simple. If it helps, imagine how this started -- just chop up OSM ways into road segments, infer lanes for each road, and infer turns between the lanes.","breadcrumbs":"Map model » Importing","id":"106","title":"Importing"},"107":{"body":"The first phase of map building reads in data from OSM files and a few others, producing a serialized RawMap. Only major steps are described; see the code for the rest.","breadcrumbs":"Map model » Importing » From OSM to RawMap (convert_osm crate)","id":"107","title":"From OSM to RawMap (convert_osm crate)"},"108":{"body":"Read .osm, extracting the points for road-like ways, buildings, and areas Areas usually come from a relation of multiple ways, with the points out of order. Gluing all the points together fails when the .osm has some ways clipped out. In that case, try to trace along the map boundary if the partial area intersects the boundary in a clear way. Otherwise, just use a straight line to try to close off the polygon. Also read traffic signal locations and turn restrictions between OSM ways","breadcrumbs":"Map model » Importing » extract.rs","id":"108","title":"extract.rs"},"109":{"body":"Split OSM ways into road segments OSM ways cross many intersections, so treat points with multiple ways and the points at the beginning and end of a way as intersections, then split the way into road segments between two intersections. This phase remembers which road segment is the beginning and end of the OSM way, for per-lane turn restrictions later Apply turn restrictions between roads here. Since OSM ways cross many intersections, the turn restrictions only apply to one particular road segment that gets created from the way. Make sure the destination of the restriction is actually incident to a particular source road.","breadcrumbs":"Map model » Importing » split_ways.rs","id":"109","title":"split_ways.rs"},"11":{"body":"There are many parking:lane tags to indicate restricted parking zones, time restrictions, etc. Feel free to map that in ID or JOSM, but I'm just looking to make a first pass over a wide area.","breadcrumbs":"Instructions » What about parking restrictions?","id":"11","title":"What about parking restrictions?"},"110":{"body":"Clip the map to the boundary polygon osmconvert options preserve ways that cross the boundary Trim roads that cross the boundary. There may be cases where a road dips out of bounds, then immediately comes back in. Disconnecting it isn't ideal, but it's better to manually tune the boundary polygon when this happens than try to preserve lots of out-of-bounds geometry. Area polygons are intersected with the boundary polygon using the clipping crate","breadcrumbs":"Map model » Importing » clip","id":"110","title":"clip"},"111":{"body":"The remainder of map construction is done in the map_model crate. There's one intermediate structure between RawMap and Map, called InitialMap. make/remove_disconnected.rs: Remove disconnected roads Just floodfill from some road, assuming all roads are bidirectional, to get different partitions. Remove roads from all but the largest partition make/initial/mod.rs and make/initial/lane_specs.rs: Interpret OSM tags to figure out what lanes are on each side of each road, also figuring out the total width of the road. make/initial/geometry.rs: Figure out the polygon for each intersection, and trim back road center-lines to end at a face of the polygon. For every road touching the intersection, get the polyline of each side, based on the road's width See appendix for how to shift polylines Sort all the polylines by the angle to the intersection's shared point Intersect every polyline with every other polyline More specifically -- the second half of each polyline, to get the correct collision point Look at the perpendicular infinite line to the collision point on the shifted polyline, then find where it hits the original center line. Trim back the center line by the max distance from these collisions. Compute the intersection's polygon by considering collisions between adjacent roads' polylines Deal with short roads and floating point issues by deduping any adjacent points closer than 0.1m","breadcrumbs":"Map model » Importing » Road/intersection geometry: RawMap to InitialMap","id":"111","title":"Road/intersection geometry: RawMap to InitialMap"},"112":{"body":"Still in the map_model crate. map.rs's make_half_map: Expand roads to lanes, using the list of lane types from before make/turns.rs: Generate turns for every intersection. Vehicle turns (for cars, bikes, buses) Consider every pair of roads in the intersection. Try to match up lane types -- if there's a bike lane on both roads, don't add a turn from driving->bike or bike->driving. If there's not, then fallback to transitions between different lane types. Classify the turn based on the difference between the angle of the incoming lane's last line and the outgoing lane's first line For straight turns, use the Cartesian product to link every incoming with every outgoing lane. If the indices dont match up, the turn becomes a LaneChangeLeft or LaneChangeRight turn. This is used later for intersection policies to prioritize turns appropriately. Right and left turns only originate from the one lane on the appropriate side Walking turns for pedestrians Consider pairs of adjacent roads around the intersection Make a crosswalk to the other side of the road, assuming there's a sidewalk on both sides Make a shared sidewalk corner over to the adjacent road If the adjacent road doesn't have a sidewalk on the close side, then consider skipping that road and making a crosswalk over to the next road. An example of this is a crosswalk over a highway on/off ramp. Verify all the turns so far are unique Filter by the OSM turn restrictions (\"only straight\" between road1 and road2) Try to apply the OSM per-lane restrictions (\"straight or left\" from lane 3) The number of lanes in the OSM metadata might not match up with how many lanes created Some of these OSM tags are just completely wrong sometimes. If the filter makes an incoming lane lose all of its turns, then ignore that tag. make/parking_blackholes.rs: Find well-connected roads near \"blackhole\" lanes. Starting from most driving/biking lanes, most other lanes are reachable. Some aren't -- such as one-way highways inevitably leading from or to a border. These are \"blackholes\" -- pathfinding to or from here may fail. Find the largest strongly-connected component (SCC) in the driving graph. From every other lane (a blackhole), floodfill both forwards and backwards to find the nearest driving lane part of the main SCC. Later, if a car needs to park by a building on a blackhole road, it'll instead start searching for parking at the redirect. This prevents it from being forced to instead exit the map through a border. make/buildings.rs: Match buildings up with sidewalks Find the closest sidewalk polyline to each building's center. Then draw a straight line for the front path between the edge of the building and the sidewalk point. Filter out buildings too far away from any sidewalk The front path might cross through other buildings; this is probably not worth fixing. make/buildings.rs: Same for parking lots Similar process to match parking lots to nearest sidewalk and driving lane Try to place parking spots along both sides of parking aisles Filter out overlapping spots make/bridges.rs: Find what roads lie beneath bridges, and update their Z-order accordingly for later drawing. stop_signs.rs: Instantiate default stop sign policies Rank incoming roads by OSM priority (arterial beats residential) If there's only one rank, then make an all-way stop Otherwise, the highest rank gets priority and others stop Check if there are any conflicts based on this. If so, then fall-back to an all way stop. traffic_signals.rs: Instantiate default traffic signal policies Apply the first predefined policy that works. 4-way 4 stage, 4-way 2 stage, 3-way 3-stage, degenerate policy for 2 roads, 2-stage for 4 one-ways Fallback to a greedy assignment that just randomly starts a new stage, adds all compatible turns, and repeats until all turns are present priority in some stage. pathfind/mod.rs: Prepare pathfinding A/B Street uses contraction hierarchies (CH) for fast routing, using the fast_paths crate. pathfind/vehicle.rs: For cars, bikes, buses There's a separate CH for cars, buses, and bikes, since they can use slightly different sets of lanes. Building the CH for buses and bikes is much faster than the one for cars, because the algorithm can re-use the node ordering from the first CH. Every lane is a node in the graph, even if it's not an appropriate lane type -- it might change later, and reusing orderings is vital for speed. If two lanes are connected by a turn, then there's an edge in the graph. The edge weight is the length of the lane and turn. Later this could take into account speed limit, penalize lane-changing and left turns, etc. pathfind/walking.rs: For pedestrians Only sidewalk lanes are nodes in the graph -- sidewalks can't ever be changed in A/B Street, so there's no concern about reusing node orderings. All turns between two sidewalks become edges, again using length When actually pathfinding, we get back a list of sidewalks. The actual paths used in the traffic simulation specify forwards or backwards on a sidewalk. Looking at adjacent pairs of sidewalks lets us easily stitch together exact directions. make/bus_stops.rs: Match bus stops with a sidewalk Also precompute the position where the bus stops on the adjacent driving or bus lane. This \"equivalent position on another lane\" process has a few weird cases, since two lanes on the same road might have different lengths. Right now, the same distance from the start of the lane is used, with clamping for shorter lanes. Ideally, the position would be found by projecting a perpendicular line out from one lane to the other. make/bus_stops.rs: Finalize the list of bus routes Between each pair of adjacent bus stops, run pathfinding to verify there's actually a path for the bus to follow. If any are disconnected, remove the bus route Remove bus stops that have no routes serving them. pathfind/walking.rs: Precompute the CH for pedestrians who will use buses Nodes in the graph are sidewalks and every bus stop There's an edge with weight 0 between a bus stop and its sidewalk There's also an edge with weight 0 between bus stops that're adjacent via some route. Ideally this weight would account for the time until the next bus and the time spent on the bus, etc. Later when figuring out which bus to use for a pedestrian, the resulting list of nodes is scanned for the first and last bus stop along the same route.","breadcrumbs":"Map model » Importing » InitialMap to Map","id":"112","title":"InitialMap to Map"},"113":{"body":"Separate phases for fast incremental development Don't reimport all data from OSM every time there's a change to part of the map construction code! For slow steps that don't change often, make them separate binaries -- hence convert_osm being separate from the rest. Don't be afraid of manual intervention The data isn't perfect. It's easy to spend lots of time fiddling with code to automatically handle all problems Instead of automatically resolving problems, prefer good tooling for finding and specifying fixes Be careful of derivative structures that could get out of sync with OSM. Prefer contributing real fixes to OSM. Screenshot diff testing When working on the code for intersection geometry, it's easy to check a few example cases get fixed by some change. But what if another part of the map regresses somehow? Take screenshots of the entire map, keep the checksums under version control, look at the diffs visually, and manually verify any changes. Implementation details: One huge gif or png is too slow to read and write, so take a bunch of tiled screenshots covering everything. Amusingly, rendering to a file with glium is slow unless compiling in release mode (which isn't an option for quick incremental development). So instead, pan to each section of the map, render it, call an external screenshot utility, and move on -- just don't wiggle the mouse during this process! Different IDs for objects make sense during different phases For the final product, lanes and such are just a contiguous array, indexed by numeric IDs. But sometimes, we need IDs that're the same between different boundary polygons of maps, so that player edits can be applied anywhere. Using (longitude, latitude) pairs hits floating-point serialization and comparison issues, so referring to roads as (OSM way ID, OSM node ID 1, OSM node ID 2) works instead.","breadcrumbs":"Map model » Importing » Development tricks","id":"113","title":"Development tricks"},"114":{"body":"Add some pictures here to demonstrate how polyline shifting works, the explode-to-infinity problem, and the bevel/miter fix.","breadcrumbs":"Map model » Importing » Appendix: PolyLines","id":"114","title":"Appendix: PolyLines"},"115":{"body":"A key feature of A/B Street is the player editing the map and seeing how traffic responds. The possible edits include: Change lane types (driving, bus, bike, parking -- sidewalks are fixed) Change speed limits Reverse a lane Change a stop sign policy (which roads have a stop sign and which have priority) Change a traffic signal policy The map conversion process outlined above takes a few minutes, so reusing this process directly to compute a map with edits wouldn't work at all for real gameplay. Instead, the process for applying edits is incremental: Figure out the actual diff between edits and the current map This is necessary for correctness, but also speeds up a sequence of edits made in the UI -- only one or two lanes or intersections actually changes each time. Of course when loading some saved edits, lots of things might change. For any changed roads, make sure any bus stop on it have a good pointer to their equivalent driving position for the bus. For any modified intersections, recompute turns and the default intersection policies Recompute all the CHs for cars, buses, and bikes -- note sidewalks and bus stops never change This is the slowest step. Critically, the fast_paths crate lets a previous node ordering be reused. If just a few edge weights change, then recomputing is much faster than starting from scratch. While making edits in the UI, we don't actually need to recompute the CH after every little tweak. When the player exits edit mode, only then do we recompute everything. A list of lanes and intersections actually modified is then returned to the drawing layer, which uploads new geometry to the GPU accordingly.","breadcrumbs":"Map model » Live edits","id":"115","title":"Live edits"},"116":{"body":"A/B Street's representation of a city, built mostly from OSM and lots of heuristics, is likely useful to other projects. This doc brainstorms what it would look like to properly expose it to other users. To sum up what the map model provides: geometry + semantics.","breadcrumbs":"Map model » A/B Street's map model as a platform","id":"116","title":"A/B Street's map model as a platform"},"117":{"body":"Different UIs (particularly 3D / VR) for exploring cities as they are or as they could be, like Streetmix 3D and Complete Street Rule Importing slices of a city as assets into a game engine like Godot Imagine a hackathon where people easily build games based on the real world Like https://developers.google.com/maps/documentation/gaming/overview_musk but open A new OSM viewer/editor, particularly focused on POIs Something focusing on 15-minute neighborhoods, with isochrones and nearby amenities TODO: Give a quick Python example of what interacting with the end goal could look like.","breadcrumbs":"Map model » Use cases","id":"117","title":"Use cases"},"118":{"body":"At first glance, the existing Map structure could be written to some format with a nicely documented schema. This would certainly be useful, but it's not nearly enough. Interpreting the data sometimes requires lots of code, which already exists -- so why not expose it to users as well? Examples in OSM where I wish \"standard libraries\" existed to interpret the data: The simple task of detecting intersections between ways Figuring out what lanes a road has from tags Gluing multipolygons together Inferring turns at an intersection, subject to the several types of turn restrictions A/B Street solves these problems (or at least it tries to), but by itself, the resulting data isn't always useful. So some examples of where a library would be needed too: Pathfinding. ABST does lots of work especially to handle \"live\" map edits and cheaply regenerate contraction hierarchies. Also, pathfinding requires obeying OSM turn restrictions that span multiple roads -- this prevents even plain old Dijkstra's from working correctly. Getting geometry in different forms. Lanes are stored as a PolyLine, but what if a consumer wants the thickened Polygon, either as points, or maybe even pre-triangulated vertices and indices?","breadcrumbs":"Map model » Just data is not enough","id":"118","title":"Just data is not enough"},"119":{"body":"The traditional approach is to link against part of A/B Street as a library and call it through language-specific bindings. The more language-agnostic option is defining an API (maybe JSON or protobuf) and having clients run a local A/B Street server, making HTTP requests to it. This is like the \"sidecar\" pattern in microservice-land.","breadcrumbs":"Map model » How would an API/library work?","id":"119","title":"How would an API/library work?"},"12":{"body":"Ideally I'd also like to know how many private parking spots are available to residents of each building. But I don't know of an OSM schema for mapping this, or a practical way to collect this data. Let me know if you have ideas.","breadcrumbs":"Instructions » What about off-street parking?","id":"12","title":"What about off-street parking?"},"120":{"body":"Really have to think through this carefully. Some examples of big changes on the horizon: Additive: separate cycleways and tramways. Likely no schema change. Modify: traffic signals will get more complex Modify: we'll likely try again to merge tiny intersections together, which would get rid of the current guarantees that a road/intersection is associated to one particular OSM object","breadcrumbs":"Map model » Compatibility","id":"120","title":"Compatibility"},"121":{"body":"Clients should be able to opt into different data layers. For example, A/B Street strips out OSM building tags right now to keep filesizes small. But an OSM viewer would want to keep this (and likely discard the large contraction hierarchies). So some pieces of the map model need to be teased apart into optional pieces, and probably loaded in as separate files.","breadcrumbs":"Map model » Layering","id":"121","title":"Layering"},"122":{"body":"Depending what other open source projects are on board, the general idea is to start assembling an ecosystem of libraries/tooling to make it easier to build new things off of open GIS data. The end state might look like this. A few separate applications would exist, all running both natively and in the browser: A/B Street the game, more or less in its current form A new OpenStreetMap viewer, likely focused on visualizing roads and points-of-interest in detail The street parking OSM editor, and other OSM editors specialized for mapping certain things A new app focusing on 15-minute neighborhoods, using isochrones to show amenities available nearby Ideally, allow editing current land use / zoning, to let people explore how new policies might get closer to a 15-minute neighborhood. Possibly GOAT does all of this already, and this new thing shouldn't be built A new app for creating story maps, showing events that occur over time, with lots of detail about the surrounding environment All of these would make use of some common libraries, which should be extracted out cleanly from A/B Street today: the map model and OSM importer the widgetry UI library some common code for specifically interacting with maps in widgetry a tool to generate a traffic demand model from OSM data, optional census data, etc This has been initially prototyped the discrete-event traffic simulation that A/B Street uses today core geometry/utility libraries But note only the first application would use things like the simulation library. The point of more cleanly modularizing these pieces is to make it easier for new people to build different pieces, without having to understand and be coupled to everything else. Also, as appropriate, these pieces should use common data formats (like shared-row ) to be interoperable with Streetmix, Complete Streets, etc.","breadcrumbs":"Map model » The bigger vision","id":"122","title":"The bigger vision"},"123":{"body":"This article describes how cars, bikes, buses, and pedestrians are modeled in A/B Street. All code lives in the sim crate. This recorded presentation covers some of this.","breadcrumbs":"A/B Street's Traffic Simulation","id":"123","title":"A/B Street's Traffic Simulation"},"124":{"body":"The traffic simulation models different agents (cars, bikes, buses, pedestrians, and intersections) over time. Agents don't constantly sense and react to the world every second; instead, they remain in some state until something interesting happens. This is a discrete-event architecture -- events are scheduled for some time in the future, and handling them changes the state of some agents. The core simulation loop simply processes events in order -- see scheduler.rs and the step method in sim.rs.","breadcrumbs":"Traffic simulation » Discrete-event simulation","id":"124","title":"Discrete-event simulation"},"125":{"body":"(Note: Cars, bikes, and buses are all modeled the same way -- bikes just have a max speed, and buses/bikes can use restricted lanes.) Cars move through a sequence of lanes and turns (movements through an intersection). They queue and can't over-take a slow lead vehicle. The main simplifying assumption in A/B Street is that cars can instantly accelerate and decelerate. This wouldn't model highway driving at all, where things like jam waves are important, but it's reasonable for in-city driving. The essence of scarcity is the capacity on lanes and the contention at intersections. What happens in between isn't vital to get exactly right. A car has a few states (mechanics/car.rs): Crossing some distance of a lane/turn over some time interval Queued behind another car on a lane/turn WaitingToAdvance at the end of a lane, blocked on an intersection A few states where the car stays in one place: Parking , Unparking , and Idling (for buses at a stop) State transitions happen in mechanics/driving.rs. This is best explained by an example sequence: A car enters the Unparking state, taking a fixed 30s to exit a parking spot and enter the adjacent driving lane. The driving lane is blocked during this time, to mimic somebody pulling out from a parallel parking spot. The car is now fully somewhere on the driving lane. It enters the Crossing state, covering the remaining distance to the end of the road. The time interval is calculated assuming the car travels at the max speed limit of the road. After that time, the car checks if there's anybody in the queue before it. Nope? Then it attempts to initiate a turn through the intersection, but the stop sign says no, so the car enters the WaitingToAdvance state. Some time later, the stop sign wakes up the car. The car starts the turn, entering the Crossing state again. After finishing the turn, the car starts Crossing the next lane. When it's finished, it turns out there are a few cars ahead of it, so it enters the Queued state. When the lead vehicle directly in front of the car exits the lane, it wakes up the car, putting it in the Crossing state, starting at the appropriate following distance behind the lead vehicle. This prevents the car from immediately warping to the end of the lane when the lead vehicle is out of the way. And so on...","breadcrumbs":"Traffic simulation » Cars","id":"125","title":"Cars"},"126":{"body":"For a discrete-event simulation, we don't usually care exactly where on a lane a car is at some time. But we do need to know for drawing and for a few cases during simulation, such as determining when a bus is lined up with a bus stop in the middle of a lane. mechanics/queue.rs handles this, computing the distance of every car in a lane. For cars in the Crossing state, we linearly interpolate distance based on the current time. Of course, cars have to remain in order, so Queued cars are limited by the lead vehicle's position + the lead vehicle's length + a fixed following distance of 1m. Another case where we need to know exact positions of cars is to prevent the first vehicle on a lane from hitting the back of a car who just left the lane. All vehicles have length, and position is tracked by the front of the car. When a car's front leaves a lane, its back is still partly in the lane. Logically, the new lead car in the lane still needs to act like it's Queued. So each lane keeps a \"laggy head\", pointing to the car with its back partly in the lane. After the laggy head has made it sufficient distance along its new turn or lane, the laggy head on the old lane can be erased, unblocking the lead vehicle. This requires calculating exact distances and some occasionally expensive cases where we have to schedule frequent events to check when a laggy head is clear.","breadcrumbs":"Traffic simulation » Exact positions","id":"126","title":"Exact positions"},"127":{"body":"Lane-changing (LCing) deserves special mention. A/B Street cheats by not allowing it on lanes themselves. Instead, at intersections, cars can perform turns that shift them over any number of lanes. These LCing turns conflict with other turns appropriately, so the contention is still modeled. Why do it this way? In a previous project , I tried opportunistic LCing. If a car had room to warp to the equivalent distance on the adjacent lane without causing a crash, it would start LCing, then take a fixed time to slide over, blocking both lanes throughout. This meant cars often failed to LC when they needed to, forcing them to reroute, botching their trip times. In many cases the cars would be permanently stuck, because pathfinding would return paths requiring LCing that couldn't be pulled off in practice due to really short roads. Why not try making the car slow down if needed? Eventually it might have to stop, which could lead to unrealistic gridlock. This LCing model was using a detailed discrete-time model with cars accelerating properly; maybe it's easier with A/B Street's simplified movement model. Currently in A/B Street, cars will pick the least backed-up lane when there's a choice. They make this decision once when they reach the front of a queue; look for opportunistically_lanechange in router.rs. The decision could be improved.","breadcrumbs":"Traffic simulation » Lane-changing","id":"127","title":"Lane-changing"},"128":{"body":"Pedestrian modeling -- in mechanics/walking.rs is way simpler. Pedestrians don't need to queue on sidewalks; they can \"ghost\" through each other. In Seattle, there aren't huge crowds of people walking and slowing down, except for niche cases like Pike Place Market. So in A/B Street, the only scarce resource modeled is the time spent waiting to cross intersections.","breadcrumbs":"Traffic simulation » Pedestrians","id":"128","title":"Pedestrians"},"129":{"body":"I need to flesh this section out. See mechanics/intersections.rs for how stop signs and traffic signals work. Two things I need to fix before making this section interesting: Only wake up relevant agents when a previous agent finishes a turn. Don't let an agent start a low-priority turn (like an unprotected left) if it'll force a high-priority vehicle approaching to wait. The approaching vehicle is still in the Crossing state, so we need to notify intersections ahead of time of intended turns and an ETA. One contributor to permanent gridlock is cars and bikes being stuck in an intersection, preventing conflicting turns from being performed. To help avoid this, one of the last checks that stop signs and traffic signals perform before accepting a new turn request is that the target lane has enough space for the new vehicle. This is \"reserved\" space, not necessarily currently occupied by vehicles in that lane. This accounts for other vehicles performing a turn bound for that lane. See try_to_reserve_entry in mechanics/queue.rs. When a car completely leaves a lane (determined by the \"laggy head\" described above), this space is freed, and blocked cars are woken up.","breadcrumbs":"Traffic simulation » Intersections","id":"129","title":"Intersections"},"13":{"body":"The tool won't help. Use your favorite editor to split the way when the lane configuration changes. Also feel free to just skip these areas.","breadcrumbs":"Instructions » What about long roads where parking appears and disappears?","id":"13","title":"What about long roads where parking appears and disappears?"},"130":{"body":"A/B Street's first traffic model was discrete-time, meaning that every agent reacted to the world every 0.1s. Cars had a more realistic kinematics model, accelerating to change speed and gradually come to a halt. Cars did a worst-case estimation of how far ahead they need to lookahead in order to satisfy different constraints: Don't exceed any speed limits Don't hit the lead vehicle (which might suddenly slam on its brakes) Stop at the end of a lane, unless the intersection says to go After fighting with this approach for a long time, I eventually scrapped it in favor of the simpler discrete-event model because: It's fundamentally slow; there's lots of busy work where cars in freeflow with nothing blocking them or stopped in a long queue constantly check to see if anything has changed. Figuring out the acceleration to apply for the next 0.1s in order to satisfy all of the constraints is really complicated. Floating point inaccuracies cause ugly edge cases with speeds that wind up slightly negative and with cars coming to a complete stop slightly past the end of a lane. I wound up storing the \"intent\" of an action to auto-correct these errors. The realism of having cars accelerate smoothly didn't add value to the core idea in A/B Street, which is to model points of contention like parking capacity and intersections. (This is the same reason why I don't model bike racks for parking bikes -- in Seattle, it's never hard to find something to lock to -- this would be very different if Copenhagen was the target.) Additionally, the kinematics model made silly assumptions about driving anyway -- cars would smash on their accelerators and brakes as hard as possible within all of the constraints.","breadcrumbs":"Traffic simulation » Appendix: discrete-time simulation","id":"130","title":"Appendix: discrete-time simulation"},"131":{"body":"A/B Street simulates people following a schedule of trips over a day. A single trip has a start and endpoint, a departure time, and a mode. Most trips go between buildings, but the start or endpoint may also be a border intersection to represent something outside the map boundaries. The mode specifies whether the person will walk, bike, drive, or use transit. Without a good set of people and trips, evaluating some changes to a map is hard -- what if the traffic patterns near the change aren't realistic to begin with? This chapter describes where the travel demand data comes from.","breadcrumbs":"Traffic simulation » Travel demand","id":"131","title":"Travel demand"},"132":{"body":"A scenario encodes the people and trips taken over a day. See the code . TODO: talk about vehicle assignment / parked car seeding","breadcrumbs":"Traffic simulation » Scenarios","id":"132","title":"Scenarios"},"133":{"body":"","breadcrumbs":"Traffic simulation » Data sources","id":"133","title":"Data sources"},"134":{"body":"Seattle luckily has the Puget Sound Regional Council, which has produced the Soundcast model . They use census stats, land parcel records, observed vehicle counts, travel diaries, and lots of other things I don't understand to produce a detailed model of the region. We're currently using their 2014 model; the 2018 one should be available sometime in 2020. See the code for importing their data. TODO: talk about how trips beginning/ending off-map are handled","breadcrumbs":"Traffic simulation » Seattle: Soundcast","id":"134","title":"Seattle: Soundcast"},"135":{"body":"This work is ongoing . See the code . So far, we've found a population count per planning area and are randomly distributing the number of residents to all residential buildings in each area.","breadcrumbs":"Traffic simulation » Berlin","id":"135","title":"Berlin"},"136":{"body":"What if we just want to generate a reasonable model without any city-specific data? One of the simplest approaches is just to spawn people beginning at residential buildings, make them go to some workplace in the morning, then return in the evening. OpenStreetMap building tags can be used to roughly classify building types and distinguish small houses from large apartments. See the proletariat_robot code for an implementation of this. This is ongoing work spearheaded by Mateusz. Some of the ideas for next steps are to generate different types of people (students, workers), give them a set of activities with durations (go to school for 7 hours, 1 hour lunch break), and then further pick specfic buildings to travel to using more OSM tags.","breadcrumbs":"Traffic simulation » Proletariat robot","id":"136","title":"Proletariat robot"},"137":{"body":"If you have your own data, you can import it. The input format is JSON -- an example: { \"scenario_name\": \"monday\", \"people\": [ { \"origin\": { \"Position\": { \"longitude\": -122.303723, \"latitude\": 47.6372834 } }, \"trips\": [ { \"departure\": 10800.0, \"destination\": { \"Position\": { \"longitude\": -122.3075948, \"latitude\": 47.6394773 } }, \"mode\": \"Drive\" } ] } ]\n} Run the tool: cargo run --bin import_traffic -- --map=data/system/seattle/maps/montlake.bin --input=/path/to/input.json The tool matches input positions to the nearest building or border intersection, within 100 meters. The departure time is seconds since midnight. The tool will fail if any point doesn't match to a building, or if any of the specified trips can't be created (due to graph connectivity problems, for example). If your requirements are different or you have any trouble using this format/tool, please file a Github issue -- just consider this tool and format a prototype.","breadcrumbs":"Traffic simulation » Custom import","id":"137","title":"Custom import"},"138":{"body":"The travel demand model is extremely fixed; the main effect of a different random number seed is currently to initially place parked cars in specific spots. When the player makes changes to the map, exactly the same people and trips are simulated, and we just measure how trip time changes. This is a very short-term prediction. If it becomes much more convenient to bike or bus somewhere, then more people will do it over time. How can we transform the original demand model to respond to these changes? Right now, there's very preliminary work in sandbox mode for Seattle weekday scenarios. You can cancel all trips for some people (simulating lockdown) or modify the mode for some people (change 50% of all driving trips between 7 and 9am to use transit).","breadcrumbs":"Traffic simulation » Modifying demand","id":"138","title":"Modifying demand"},"139":{"body":"https://github.com/replicahq/doppelganger https://github.com/stasmix/popsynth https://zephyrtransport.github.io/zephyr-directory/projects/ https://activitysim.github.io https://github.com/BayAreaMetro/travel-model-one https://github.com/RSGInc/DaySim https://github.com/arup-group/pam https://spatial-microsim-book.robinlovelace.net/smsimr.html","breadcrumbs":"Traffic simulation » Research","id":"139","title":"Research"},"14":{"body":"If somebody wants to set up HOT tasking, that'd be great, but I don't expect so many people to jump on this.","breadcrumbs":"Instructions » How to coordinate with other mappers?","id":"14","title":"How to coordinate with other mappers?"},"140":{"body":"Here \"gridlock\" refers to the general problem of trips getting permanently stuck, preventing the full simulation from completing. Most of the work is tracked here . The general lesson is: you can't code your way around all edge cases. The data in OSM often needs manual fixes. It's often useful to spend coding effort on tools to detect and fix OSM problems.","breadcrumbs":"Traffic simulation » Gridlock","id":"140","title":"Gridlock"},"141":{"body":"The choices in the movement model matter. Some gridlock is inherent to any system with queueing and conflicting turns. But in reality, people wiggle around partly blocked turns. And some of this comes from the treatment of the front/back of vehicles. Short roads in OSM causing very weird geometry Intersection geometry being too large, requiring too much time to cross Unrealistic traffic patterns caused by everyone trying to park in one big garage (downtown) or take some alley (the UW soundcast issue) Too many people try to take an unprotected left turn (often at a stop sign) Bad individual traffic signals, usually at 5- or 6-ways Groups of traffic signals logically acting as a single intersection Separate traffic signals along a corridor being unsynchronized Vehicles performing illegal sequences of turns Vehicles are stuck with their plan and not reacting to traffic by changing route Real traffic would result in a gridlock without a deliberate actions to avoid it. Such actions range from individual decisions of drivers to police manually controlling traffic. Intelligent avoidance of gridlock is not simulated and is extremely hard to simulate. Vehicles will wait in lane filled with already waiting vehicles, even if there is a completely empty lane allowing travel in desired direction. It makes easier for entire lane between crossings to fill, contributing to gridlocks. Note that while this and other clearly stupid behaviors are clearly unrealistic, it is not trivial to implement more realistic and more efficient decisions. Issues caused by the unrealistic lane-changing model Two turns that go to the same lane (one going \"straight\", the other often a lane-change) conflict. The conflict is coarse, at the granularity of the entire intersection. So if vehicles are piled up in two lanes trying to merge into one, then one group is likely to go through as expected, but the second group will wait for the first to completely clear the intersection. Until then, it looks like a conflicting turn is being done.","breadcrumbs":"Traffic simulation » Problems","id":"141","title":"Problems"},"142":{"body":"Divide into implemented or not. Synchronizing pairs of signals Uber-turns for interpreting OSM turn restrictions for synchronizing a group of signals for locking turn sequences Once a vehicle starts an uber-turn, prevent others from starting conflicting turns on nearby intersections. Until groups of traffic signals are configured as one, this is necessary to prevent somebody from making it halfway through a sequence then getting blocked. Cycle detector block-the-box protection the manual list of overrides likely shouldn't apply during uber-turns is it always fine to block the box at degenerate intersections? hacks to allow conflicting turns at really broken intersections manually timing signals penalties for lane choice to make lane usage realistic","breadcrumbs":"Traffic simulation » Solutions","id":"142","title":"Solutions"},"143":{"body":"Dynamic rerouting Allow multiple vehicles through intersection at once if there is enough space on lane where given vehicle is going. Currrently vehicles travel through crossings one by one (or, with --disable_block_the_box enabled - will enter crossing even if leaving it will be impossible). Last resort: if someone's waiting on a turn >5m, just go. Uber-turns Group both stop sign and traffic signal intersections when looking for uber-turns. Even a single traffic signal surrounded by tiny roads with stop signs is causing problems.","breadcrumbs":"Traffic simulation » Not implemented","id":"143","title":"Not implemented"},"144":{"body":"Because there are so many different causes all tangled together, my approach is to simplify the simulation as much as possible. A problem is much easier to understand and fix when it's isolated. I've been trying this to get the downtown weekday scenario to complete. A list of different techniques to simplify, in no particular order: Use the --infinite_parking flag to just let everyone park directly in their destination buildings. This is useful since downtown has many large parking garages with high capacity, but I don't have a data source describing them. Use the --disable_turn_conflicts flag, which greatly reduces realism, but lets conflicting turns happen simultaneously. (Even with this and other flags, downtown still gridlocks!) It also disables traffic signals, so bad inferred timing isn't an issue. Use the --disable_block_the_box flag to workaround short roads. If you notice problems forming from cars stacking up behind slower cyclists, there's no over-taking implemented yet. Use the scenario modifiers to convert all biking trip to driving: --scenario_modifiers='[{\"ChangeMode\":{\"to_mode\":\"Drive\",\"pct_ppl\":100,\"departure_filter\":[0.0,86400.0],\"from_modes\":[\"Bike\"]}}]' If all else fails, use the scenario modifiers to bluntly cancel some percentage of all trips.","breadcrumbs":"Traffic simulation » Strategy for resolving","id":"144","title":"Strategy for resolving"},"145":{"body":"Give more examples of changesets. upstreaming turn restrictions into OSM to prevent invalid U-turns and other crazy movements ex: https://www.openstreetmap.org/changeset/87945050 upstreaming lane count fixes into OSM to improve geometry","breadcrumbs":"Traffic simulation » Fixing data used in simulation","id":"145","title":"Fixing data used in simulation"},"146":{"body":"A single trip consists of a sequence of TripLegs -- walking, operating a vehicle (car or bike), and riding the bus. Depending whether a trip begins or ends at a border or building, there are many combinations of these sequences. This is a way to categorize them into three groups. I'm not sure it's the simplest way to express all the state transitons.","breadcrumbs":"Traffic simulation » Multi-modal trips","id":"146","title":"Multi-modal trips"},"147":{"body":"","breadcrumbs":"Traffic simulation » Walking-only trips","id":"147","title":"Walking-only trips"},"148":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a border","id":"148","title":"Trips starting from a border"},"149":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a building","id":"149","title":"Trips starting from a building"},"15":{"body":"Welcome to my world. ;) If the number of lanes seems wrong, select the road and check the OSM tags. I'm inferring lanes from that. Feel free to make manual OSM edits to fix any problems you see. (I'd like to extend this tool to make that easier; let me know if you have ideas how to do this.)","breadcrumbs":"Instructions » I noticed weird roads in the tool","id":"15","title":"I noticed weird roads in the tool"},"150":{"body":"When the player edits the map, there's an efficient process for applying the edits at the map model and rendering layer. In the middle of a simulation, it's less obvious how to apply all edits. Most of the time currently, edits cause the simulation to reset to midnight. Applying edits to the sim without reset is important for running machine learning experiments and for improving the gameplay experience (by having more immediate feedback about the consequences of a change). The UI has a dirty_from_edits bit to track when changes have been applied without reset. This lets us tell the player that by the end of the day, any score / results are tentative, because their edits might have a different effect earlier in the day.","breadcrumbs":"Traffic simulation » Live edits","id":"150","title":"Live edits"},"151":{"body":"Changes to traffic signals are simple -- incremental_edit_traffic_signal happens at the map layer, and then handle_live_edited_traffic_signals at the sim layer just resets the current stage to 0 if the previous configuration had more stages.","breadcrumbs":"Traffic simulation » What works today","id":"151","title":"What works today"},"152":{"body":"Many of the edits will influence routes. For trips that haven't started yet, there's nothing to do immediately. Paths are calculated right before the trip starts, so slight changes to the start/end of the path due to map edits (like where somebody starts biking, for example) are captured naturally. For currently active trips, in some cases, rerouting would be ideal but not necessary (like if speed limits changed). In other cases -- like changing access restrictions, modifying lane types, closing intersections -- the route must be recomputed. As a simple first attempt, we could just cancel all active trips whose path crosses an edited road or intersection. Later, we can figure out rerouting. And actually, the only other case to handle is ChangeRouteSchedule, which should just be rescheduling the StartBus commands.","breadcrumbs":"Traffic simulation » TODO: Recalculating paths","id":"152","title":"TODO: Recalculating paths"},"153":{"body":"What happens if you modify a parking lane while there are cars on it? For now, just delete them. Trips later making use of them will just act as if the car never had room to be spawned at all and get cancelled or fallback to walking. A better resolution would be to relocate them to other parking spots. If the owner is home, it'd be neat to have them walk outside, move the car, and go back in. But this greatly complicates the simulation -- the edited lane is in a transition state for a while, it modifies schedules, the person might not be around, etc.","breadcrumbs":"Traffic simulation » TODO: Parking","id":"153","title":"TODO: Parking"},"154":{"body":"TODO: Fill out the types of parking available, public/private, blackholes, how people pick spots, how seeding works, etc.","breadcrumbs":"Traffic simulation » Parking","id":"154","title":"Parking"},"155":{"body":"If you pass --infinite_parking on the command line, every building gets unlimited public spots. This effectively removes the effects of parking from the model, since driving trips can always begin or end at their precise building (except for blackhole cases). This is useful if a particular map has poor parking data and you need to get comparative results about speeding up some trips. Often the A/B testing is extremely sensitive, because a parking space close to someone's destination is filled up quickly, slowing down the trip.","breadcrumbs":"Traffic simulation » Infinite parking","id":"155","title":"Infinite parking"},"156":{"body":"This has some background/logistics about the project.","breadcrumbs":"Project logistics","id":"156","title":"Project logistics"},"157":{"body":"A/B Street has been under active development since June 2018. That's a long time -- what work is happening now and how can you contribute?","breadcrumbs":"Project » Roadmap","id":"157","title":"Roadmap"},"158":{"body":"Afer the alpha launch in June, I plan to focus on: shared biking/walking trails like the Burke Gilman light rail more score functions besides trip time, like safety/comfort changing trip mode choice (if you make a bus route more desirable, switch some trips) web support (so people can try out proposals without installing anything)","breadcrumbs":"Project » Next steps, summer 2020","id":"158","title":"Next steps, summer 2020"},"159":{"body":"If I had resources to hire a team, this is roughly how I'd organize different roles. If you're interested in helping, these aren't strictly defined positions, just ideas of related tasks.","breadcrumbs":"Project » Ongoing work","id":"159","title":"Ongoing work"},"16":{"body":"To keep the release size small, I'm not including all maps yet. Let me know what you'd like to see included. Or if you have a .osm file, try the quick start guide .","breadcrumbs":"Instructions » I want to map an area, but there's no option for it","id":"16","title":"I want to map an area, but there's no option for it"},"160":{"body":"We've got a UX designer, but implementing all of the new designs takes time. Also: improve color schemes for colorblind players, implement night mode, rain effects, etc refactor and clean up the GUI library for other Rust users lots of data viz design / implementation needed","breadcrumbs":"Project » UI and data visualization","id":"160","title":"UI and data visualization"},"161":{"body":"the tutorial mode needs attention many ideas for challenge/story modes, but playtesting, tuning, and game design needed","breadcrumbs":"Project » Game design","id":"161","title":"Game design"},"162":{"body":"Support more cities: write docs/tools to help people add new cities without programming experience add support for non-OpenStreetMap input: GeoJSON for parking in Perth, other trip demand sources, etc fix bugs for driving on the left side of the road Improve the quality of map geometry derived from OpenStreetMap: try new algorithms to generate intersection polygons make tools for easily improving relevant data in OSM use ML and lidar/satellite data to get extremely accurate curb / planter / sidewalk geometry Build tools and organize community mapping: organize an effort to map how traffic signals are timed (partly started) divide and track work for distributed mapathons Bring in new data to understand more about cities: PM2.5 pollution Tax / land value (is there inequitable access to transit?)","breadcrumbs":"Project » Map data / GIS","id":"162","title":"Map data / GIS"},"163":{"body":"Totally new areas: light rail shared bike/pedestrian paths ridesharing micromobility (scooters, floating bikeshare) more score functions (elevation gain, biking safety) generating trip demand / activity models from scratch or modifying existing ones Improve existing models: overtaking / lane-changing pedestrian crowds instant vehicle acceleration pedestrians walking on road shoulders (some streets have no sidewalks) buses: transfers, proper schedules, multiple buses per route","breadcrumbs":"Project » Simulation / modeling","id":"163","title":"Simulation / modeling"},"164":{"body":"A/B Street runs on the web via WASM and WebGL; just waiting on vector text support. Besides that: Share community proposals online, discuss them, vote, etc","breadcrumbs":"Project » Web","id":"164","title":"Web"},"165":{"body":"There's plenty to do besides programming! Mapping, most of which directly contributes to OpenStreetMap: sidewalks and crosswalks on-street parking traffic signal timing Playtesting by attempting to implement real proposals would also be helpful, to expose where it's awkward for A/B Street to edit the map and to write up problems encountered. Advocacy: I'm not great at finding the right people to to get ideas implemented for real. Maybe you are?","breadcrumbs":"Project » Contributing for non-programmers","id":"165","title":"Contributing for non-programmers"},"166":{"body":"Longer term, I'd like to take lots of the work in generating and interacting with high-detail OpenStreetMap-based maps and generalize it, possibly as a new OSM viewer/editor. More generally, I'd like to see how simulation can help individuals understand and explore other policy decisions related to cities. Domains I'm vaguely interested in, but not at all knowledgable about, include land-use / zoning, housing, and supply chains. In late March 2020, a new collaborator started a pandemic model using the existing simulation of people occupying shared spaces. What are other domains could benefit from the rich agent-based model we're building?","breadcrumbs":"Project » Long-term vision","id":"166","title":"Long-term vision"},"167":{"body":"I thought it'd be helpful to explain what motivates my work in A/B Street. These are just my personal values; I don't intend to make a careful argument about these here. In no particular order: Transparency and reproducibility : if city government uses data, modeling, or simulation to inform a decision affecting the general public, then anybody ought to be able to repeat that analysis. This means code and data should be open. Businesses like Sidewalk Lab's Replica and Remix still need to generate income, but it's unclear why governments use taxes to pay for something only they see. Decision making should be documented clearly. Why were the 35th Ave bike lanes scrapped? Was the amount of on-street parking on nearby residential roads factored in? Was there analysis of how trip time is impacted by parking in the neighborhood and walking a few blocks to a business on the arterial? I'm personally inspired by approaches like vTaiwan and PDIS Accessibility leads to participation : There's overhead to taking small ideas to advocacy groups or inconveniently timed public meetings. If the planning process is easier to interact with, more people will participate. Seattle's Your Voice, Your Choice program is maybe an example of this Short-term changes : ST3 is exciting, but 2040 isn't close. There are much cheaper changes that can be implemented sooner. Most of the edits in A/B Street are inspired by tactical urbanism; they could be prototyped with signs and paint. The US is too dependent on cars : This has an unacceptable impact on the environment. Even ignoring that, many cities are out of room to build more roads. We can't keep scaling population like this. Autonomous vehicles will NOT save the day : They can squeeze more throughput out of existing infrastructure, but only up to a point. They might encourage people to move and tolerate longer commutes. Mass transit and dense land-use patterns handle population growth better. Compromise and trade-offs : I see lots of rhetoric calling for extreme, sudden change. I don't want to ban all cars from downtown Seattle, because that's not realistic. I want to focus on immediate steps forward. I want to come up with estimates about impacting drivers by a median 3 minutes in order to save a bus route 1 minute, and to shift public discourse towards that.","breadcrumbs":"Project » Project motivations","id":"167","title":"Project motivations"},"168":{"body":"As of June 2020. tldr: A/B Street has been in active development since June 2018, but the idea has been festering since I was about 16.","breadcrumbs":"Project » Project history","id":"168","title":"Project history"},"169":{"body":"What poor judgments have cost me the most time? UI churn: I should've studied some UX on my own and started with a clear idea of how to organize everything OSM data quality: I should've gained the confidence to upstream fixes earlier Intersection geometry: I should've realized sooner that simulation robustness is more important than nice appearance. Geometry primitives: I sunk too much time into the polyline problem and f64 precision.","breadcrumbs":"Project » Retrospective","id":"169","title":"Retrospective"},"17":{"body":"This process isn't easy yet. Please email dabreegster@gmail.com or file a Github issue if you hit problems. I'd really appreciate help and PRs to improve this.","breadcrumbs":"Instructions » Importing a new city into A/B Street","id":"17","title":"Importing a new city into A/B Street"},"170":{"body":"The name was almost \"Unstreet\" or \"Superban\" (superb urban) I hope you enjoy and/or are baffled by the release names","breadcrumbs":"Project » Trivia","id":"170","title":"Trivia"},"171":{"body":"I originally wanted to tell a much longer story here of how I came to work on A/B Street, but I'm not sure this is the right time yet. So consider this the quick version. I grew up in Baton Rouge, where driving is effectively the only mode of transport. (I've gone back and made a point of taking long walks to confirm how antagonistically the city is designed towards walking.) Very early on, I fell in love with a Nintendo 64 game called Banjo Kazooie, which led me to the online fan communities of the early 2000's. I wanted to create games too, so I started learning programming via library books and lots of questions on IRC. Because I never had any confidence in art, I wound up working on roguelikes , which led to a fervent interest in pathfinding algorithms and collaborative diffusion . When I started driving in high school, I quickly realized how bad people were at it. I remember being stuck at the intersection of Florida Blvd and Cloud and first wondering if the pathfinding algorithms could help with traffic. Can you see where this is going? Impatience is a virtue I moved to Austin for college. One of the first days of class, I shuffled down the stairs of Gearing Hall past a crackly old speaker apocalyptically announcing the weather forecast (details add color, right?) into a seminar demanding a totally open-ended first assignment to do something interesting. After I left, somebody stopped to ask me for directions, but I didn't know campus well yet. I thought about how Google Maps gave really silly walking directions. So I decided I'd hand-draw a map of campus, showing all of the construction, how to cut through the labryinth that is Welch Hall on hot days, and where to find the 24/7 robot coffee machines, and hack together a routing engine to help people find the shortest path between their classes. The feedback I got on this assignment included something along the lines of, \"I was really pretty impressed first that you would be so stupid as to actually try to do this...\" Hand-mapping UT Austin But I did, and that led me to discovering OpenStreetMap, which it turns out was pretty pivotal. (The first version of my campus map was seeded vaguely off an official paper map, but mostly I walked around and invented half-assed surveying methods on the spot.) Next semester, I joined a freshman research stream with somebody who had worked on AIM , UT's demonstration that autonomous vehicles wouldn't need traffic lights. Everything came together, and I started a 3 year journey of building AORTA , a traffic simulator for AVs. Guided by the research lab, I explored the really bizarre idea of letting AVs bid to turn lights green sooner and micro-tolling all roads to disincentivize congestion. Both of these mechanisms would be incredibly unfair to people without the spare cash to back up their high value-of-time, but I brushed this off by saying the currency could be based on carpooling, EVs, etc. Approximately Orchestrated Routing and Transportation Analyzer It was great to try research in college; I learned I really dislike munging data and compressing my work into 6 pages of conference paper LaTeX. So I moved to Seattle to work in industry instead, on something completely unrelated to transportation. Lots of things began unravelling for me in Seattle, but one of them was biking. In Austin, I had picked up mountain biking, and all but stopped driving; it was an amazing place to explore and commute by bike. Seattle was different. There were many more cyclists around, but the experience felt more stressful, the drivers more aggressive. I had plenty of near-misses. I kept commuting by bike, but the joy of it was gone. I started noticing how many cars were parked on narrow arterials and wondering why that was a fair use of space. I started paying attention to the public discourse around bike infrastructure in Seattle and feeling like the conversation was... chaotic. Manhattan took walkability seriously Fast forward to late 2017. This is where I'll omit chunks of the story. I visited London, my first experience with a city that took public transit seriously. When I returned, lots of latent ideas stopped fermenting and started exploding. I threw together a prototype of A/B Street and started the arduous process at work of open-sourcing it and applying to a program to let me work it on for a few quarters. A few months later, I wound up quitting instead, and began to work on A/B Street in earnest.","breadcrumbs":"Project » History » Backstory","id":"171","title":"Backstory"},"172":{"body":"I skimmed through git and summarized roughly what I was working on each month, calling out milestones. \"UI churn\" is pretty much constantly happening. June: polyline geometry and lanes, building paths, protobuf -> serde July: pedestrians, bikes, parked cars, lane edits August: porting AORTA's discrete-time driving model September: multi-leg trips, buses, the first ezgui wizard, randomized scenarios October: A/B test mode (and so per-map plugins), forking RNG for edit-invariance, intersection geometry November: clipping / borders, using blockface for parking, time travel mode, test runner framework December: bezier curves for turns, traffic signal editor, a first attempt at merging intersections, right-click menus, a top menu, modal menus the grand colorscheme refactor: a python script scraped cs.get_def calls at build-time January: careful f64 resolution, ezgui screencapping, synthetic map editor grand refactor : piston to glium February: attempting to use time-space intervals for a new driving model, new discrete-event model instead Feb 19-27 : conceiving and cutting over to the new discrete event model March: fleshing out DES model (laggy heads), first attempt to build on windows, gridlock detection April: first public releases, splash screen and rearranging game modes May: fancier agent rendering, attempting to use census tracts, finding real demand data milestone : discovered PSRC Soundcast data, much more realistic trips","breadcrumbs":"Project » History » Year 1 (June 2018-2019)","id":"172","title":"Year 1 (June 2018-2019)"},"173":{"body":"Circa October 2019 June: contraction hierarchies for pathfinding, stackable game states July: OSM turn restrictions, misc (I think I was in Europe?) August: pedestrian crowds, agent color schemes, parking blackholes, a big raw_data refactor to store Pt2D, attended first hackathon September: offstreet parking, associating parked cars with buildings using Soundcast (before that, anybody could use any car!), implemented texture support for some reason, doing manual MapFixes at scale to fix OSM bugs milestone : got the smallest montlake map to run without gridlock October: parking sim fixes, opportunistic lane-changing, starting challenge modes November: prebaked sim results, time-series plots, undo for edit mode, traffic signal editor grouping turns milestone : Yuwen joins project December: the UI reform begins (flexbox, minimap, trip timelines, cutting over to SVGs, info panels, scrolling), started naming releases sensibly Project leaked to HN , woops January: UI reform continues, the modern tutorial mode appears Feburary: UI and tutorial, all text now pure vectors, port to glow+WASM March: lockdowns start in US, start grouping trips as a person, population heatmap, left-hand driving, info panel and typography overhauls. started engaging with Greenways, started effort to map traffic signals April: Orestis joins and starts the pandemic model, trip tables, the optimize commute challenge, refactor for people's schedules and owned vehicles, trip time dat viz, MAJOR progress fixing gridlock at the sim layer May: gridlock progress, upstreaming fixes in OSM, differential throughput and first real write-up, long-lasting player edits, dedicated parking mapper, maybe vanquished the HiDPI bugs, multi-step turn restrictions, random bios for people, and docs like this to prep for launch ;) milestone : relying on pure OSM, no more MapFixes","breadcrumbs":"Project » History » Year 2 (June 2019-2020)","id":"173","title":"Year 2 (June 2019-2020)"},"174":{"body":"June: parking lots, real minimap controls, road labels June 22 : alpha launch! r/Seattle , r/SeattleWA , r/UrbanPlanning , HN , GeekWire , The Stranger July: loads of bugfixes, map geometry improvements, UI cleanups, access-restricted zones for private neighborhoods and no-through-traffic, better traffic generation between home<->work for new maps, complete overhaul to bus routes and introduction of light rail, commute pattern explorer, importing Krakow and Berlin, smarter lane-changing, walkable shoulders for roads without sidewalks KING 5 Evening interview August: Michael joins, multiple traffic signals can be edited together, started a headless JSON API, support for other languages in OSM data, started congestion capping, backwards-compatible and more robust map edits, two-way cycletracks, more cities imported, slurry of bugfixes and performance improvements Silicon Valley Bike Summit , Seattle PI September: ... SeattleMet October: ...","breadcrumbs":"Project » History » Year 3 (June 2020-2021)","id":"174","title":"Year 3 (June 2020-2021)"},"175":{"body":"Every time I upload a new binary release , I'll list major changes here. 0.1.0 First binary release 0.1.1 drawing arrows better start with a splash screen, make it easy to change maps in-game 0.1.2 totally revamp GUI by organizing everything into distinct gameplay modes 0.1.3 new warp tool that autocompletes street names hideable menus, place context menus better, remove top menu bar, add a simple OSD loading screens reflect what's printed to the terminal depict pedestrians and bikes with more detail tool to scroll through an agent's route make simulation speed controls actually work 0.1.4 improve stop sign editor UI (toggle entire roads) better mouseover / selection rendering better traffic signal rendering (show time left, use outlines for yields) make cars actually stop and briefly wait at stop signs improve edit mode diff visualization (cross-hatching) render actual stop signs, not just red lines fix intersection policies confused by conflicting straight turns with lane-changing fix mac scrolling better turn indicators nicer unzoomed view of roads, with different colors for big/small roads 0.1.5 (release file size jumped from ~15MB to ~70MB because of new PSRC trips) improve UX of intersection editors define a better set of maps included by default improve drawing speed by batching more stuff better default traffic signal policies for many cases import and visualize census data fix missing sidewalks on downtown one-ways import and visualize PSRC trip data 0.1.6 slider widget for controlling time and speed fixing bad polyline geometry in most cases; visualizing routes should no longer be buggy handle PSRC trips that begin or end out-of-bounds draw agents in unzoomed mode in a way simpler way improve edit mode: detect reverts to original, easier lane type switching lots of fixes for buses: handle edits better, read sequence of stops correctly from GTFS set up A/B tests faster 0.1.7 bulk and revert tools in edit mode improve turns and default intersection policies when bike/bus lanes involved new tool to manually hint for short roads and weird intersections. some problems have now been manually fixed scoreboard of trip results for sandbox and A/B test mode reduce lag when sim is running at full speeds, but system is too slow switch to easbar's contraction hierarchy crate, making all pathfinding INSANELY fast remove weird rules about the world freezing when traffic signals are in \"overtime\" 0.1.8 edit mode: convert to a ped scramble cycle, simplify stop sign editor by removing individual turns ui: put labels next to sliders, organize modal menus into sections, add a minimize/maximize icon A/B test mode: savestate, include time controls and agent following/route tools here use more OSM data for turn lanes, turn restrictions from lanes, turn restrictions between entire roads dont attempt to cross a traffic signal if there's absolutely no hope improve bus route UI tools and make routes using transit more sane user-defined shortcuts for jumping between views of a map 0.1.9 sliders to pick times in wizards fix hidpi scaling traffic signal diagram scrolls properly easier to instantiate a scenario, show all trips involving a building for a scenario colorschemes to show trip duration or time blocked label buses with route number represent overlapping pedestrians as a labeled crowd massive performance boost via real priority queue prevent cars from \"blocking the box\" prevent all? aborted trips (due to parking blackholes mostly) smarter roam-around-for-parking router 0.1.10 sim parking in off-street garages and on-street lanes on the off-side of oneways now mostly works detect and handle parking blackholes; cars should never get stuck looking for parking now let lower-priority turns happen at traffic signals when higher-priority ones blocked get closer to FCFS ordering at stop signs basic opportunistic lane-changing a bus should be seeded for every route now demand data show trips to/from buildings and borders make PSRC trips seed and attempt to use parked cars UI different heatmap overlays, like parking availability and busiest areas show colorscheme legends when relevant interactively seed parked cars, spawn more types of trips fix major A/B test mode bug (mismatched scenarios and map edits) adjusting sliders, menu placement, dynamic items consolidating different tools into a single info panel for objects bus route explorer shows entire route, current bus location map quality degenerate intersections only have one crosswalk now revamped the map editor for fixing geometry problems, used it in many places nicer yellow center lines (dashed when appropriate) handling OSM turn restriction relations properly fix empty traffic signal phases handling bike lanes on certain sides of the road starting to upstream manually-verified parking lanes into OSM new gameplay: reverse direction of lanes 0.1.11 small UI fixes: fixed width traffic signal diagram, skip info phase of menus when empty start drawing (but not using) shared left-turn lanes from OSM fix OSM polylines with redundant points (fixing an issue in ballard) improved traffic signal policies in some cases started upstreaming some sidewalk tags in OSM to fix inference issues fixed misclassified right turns adjusting map colors handling lakes/ocean polygons from OSM way better reorganized sim analytics, added stuff for bus arrivals adding new internal road points to map editor. almost ready to really aggressively use it skipping parking lanes with no nearby sidewalks, since they're unusable fix z-order of bridges/tunnels in unzoomed view allow unzooming indefinitely move lots of sandbox mode controls (and other modes) to menus under buttons and dedicated buttons basic support for marking a lane closed for construction improved geometry of sidewalks at dead-ends 0.1.12 reorganize everything as different challenge modes. start implementing 3: optimizing a bus route, speeding up all trips, or causing as much gridlock as possible improved bus route explorer some UI fixes (popup messages in a few places, moving mouse tooltips to the OSD) lots of analytics and time-series plots 0.1.13 analytics: prebake baseline results properly. hover over plot series. some new modes to see bus network, throughput of a road/intersection over time log scale for the speed slider add a bulk spawner in freeform mode (F2 on a lane) rendering: nicer routes, crosswalks, zoomed car colors map data: better stop sign and sidewalk heuristics fixed the mac hidpi text rendering issue once and for all?! 0.1.14 better crosswalk generation when there's only a sidewalk on one side of a road edit mode UI revamp: paintbrush-style buttons to apply changes to lanes show error messages and prevent edits, like disconnecting sidewalks properly ban bikes from highways (revamped rules for vehicles using a lane) new freeform mode tool to spawn bikes WIP (not working yet): make bikes prefer bike lanes. some debug heatmaps for path cost edit mode has proper undo support 0.1.15 minor bugfixes with reverting lane types, preserving stop signs incorporate edits into the challenge splash screen, make sure edits are reset when appropriate starting a new challenge mode, just focused on traffic signals can't leave traffic signal editor with missing turns render pedestrian crowds on building front paths traffic signals support an offset parameter traffic signal visualization and editing revamped to group related turns together can preview traffic using a signal from the editor actually apply priority at intersections, so protected turns get first dibs over yield turns 0.1.16 fix Mac crashing with texture limit bug by switching to texture arrays fix crashing simulation when a border intersection was used started to implement a new UI design for starting the game 0.1.17 more work on the pre-game UI, with some flexbox layouting prototype a minimap in sandbox mode. doesn't pan or scroll yet. prototype a new speed/time control panel from the mockup nicer time warp loading screen record and show detailed trip timeline, including time to park 0.1.18 map data: infer more building addresses some analytics on how long people spend parking and intersection delay over time create an options panel, allowing runtime customization of color scheme, traffic signal rendering, etc internal changes to map building pipeline to make it much easier for new devs to onboard organizing challenges into sub-stages, starting to flesh out specifics for the fix traffic signal track much more realistic pedestrian pathfinding fix minimap on mac (dpi issues) visual tweaks to cars to make front/back easier to distinguish internal change to switch most assets from PNG to SVG 0.1.19 some challenge modes show a histogram for counting faster/slower trips new visualization of current demand per direction at a traffic signal implementing some of Yuwen's UI changes: agent counter, split time/speed panel, moved functionality out of the old drop-down menus into a bottom-left tool panel, hiding debug functionality replaced right-click context menus with left click to open info panels fixed random issues reported by people from HN 0.1.20 moved some UI functionality around, pulling graphs into info panel interactive legend for the minimap, toggle visibility of different agents nicer colors and shapes for cars misc simulation bugfixes that might help huge_seattle pedestrians choose to use transit more realistically, factoring in time for the bus to drive 0.1.21 switch some analytics dashboards to use buttons, not old non-scrolling menus scrollbars... at least a start preview traffic signal changes from live sim as the base traffic signal preview has normal time/speed controls traffic signal editor has undo support minimap has buttons to pan 0.1.22 minimap zoom controls traffic signal rendering overhaul heatmap colors improved, heatmap appears on minimap bus info panel, a start to live delay analytics 0.1.23 UI revamps: speed panel, minimap controls, heatmap chooser bus timeline hide internal IDs normally limit map zoom fix bugs with crosswalks conflicting with vehicle turns 0.1.24 overhaul traffic signal editor UI, and add redo support update main edit mode UI, and add redo support limit max unzoom fix the infamous HiDPI bug once and for all; minimaps should work everywhere almost bug-free support for floating, horizontally and vertically scrolling panels overhaul top-center panel, rename scenarios to be less confusing expose bus analytics outside of challenge mode live info panel can exist during a running simulation consolidated agent route/trip information into info panel 0.1.25 overhauled the tutorial tuned top-center panel for sandbox and challenge modes make bike and bus lanes more obvious show map edits as an overlay anywhere tune info panel contents, and show relationships between parked cars and buildings fixes to traffic signal editor, like making all-walk conversion idempotent nicer throughput and delay plots (sliding windows, grid lines) 0.1.26 tutorial improved in a few places map data: thinner sidewalks, associate buildings with named amenities traffic model: vehicles can spawn on all lanes from a border much better gameplay speed (previously was too fast) UI tuning: lane editor, minimap, signal editor, heatmap legends don't overwrite minimap traffic signal challenge communicates score more clearly 0.1.27 edit mode revamped: click to edit stuff. no more lane paintbrushes. autosaving and save as. tutorial: can quit and resume tutorial now challenge picking flow simplified UI: layouting fixes to full-screen / into stuff, popup menus go beneath buttons, plots improved internal change to render all text using vector graphics. other than a few text layouting issues, shouldn't be noticeable, except now tooltips in plots don't get covered up misc perf improvements (cache SVGs, drawing many circles for unzoomed agents, dont reload prebaked data) upgraded winit, glutin, glium -- hopefully no new bugs introduced on any platforms 0.1.27a patch to fix a crash with empty text dimensions on things like building info panels 0.1.28 all info panels revamped some tutorial stages are much more clear, with an updating goal traffic signal scorecard generalized to work for some tutorial too adjust how selected agents look X button on popup menus 0.1.29 new tool to convert between stop signs and traffic signals lane editor easier to edit multiple lanes info panels: IDs, mostly avoid horizontal scrolling, better info about trips to/from somewhere, move buttons up traffic signal editor UI overhaul different data in top-right agent meters panel tooltips to communicate keybindings better new jump-to-time panel, showing when rush hours occur speed controls use more useful speeds include ongoing trips in measured trip times jump to next challenge after completing one lots of tutorial tweaks 0.1.30 show additional info about traffic patterns and buggy maps revamp tutorial UI to group tasks and messages better handle different mode transitions when info panel open on an agent select entire roads in unzoomed edit mode show total time an agent has spent moving / blocked use 2-phase traffic signals by default, making the 23rd map successfully complete! jump-to-time now optionally points out traffic jams forming challenge splash screen improved 0.1.31 overhauled trip timeline in agent info panels overhauled traffic signal details panel and the per-lane turn explorer settings page: show all options at once. add way to scale up text/UI elements for high-DPI displays, and an alternate pan/zoom control scheme traffic signal edits can now be exported and used in any slice of Seattle. will be using this to hand-map many of them. many small tutorial fixes 0.1.32 some UI work on giving focus to textboxes, improving dropdown menus road/intersection plots display baseline sim data too start associating people with multiple trips, exposing this a little in the UI bring back elevation data, introduce a new overlay. the elevation data is still really bad. 0.1.33 new \"population\" overlay, showing people (not just current trips). heatmap and dot map to visualize. improved the \"delay\" overlay to handle roads and intersections removed the confusing and useless alternate color schemes for agents initial left-hand driving side, tested in Perth, also drawing more arrows for all one-way roads loads of internal GUI code refactorings, preparing for a standalone release of the library fixed z-buffering and alpha values for web backend 0.1.34 info panels have been totally overhauled again. multiple tabs, way more clear representation of agents, trips, and people. draw people inside of a building applied consistent typography everywhere lots of internal refactoring 0.1.35 more info panel work, particularly for trips and buses. change plot settings live. prototype of a SEIR pandemic model based on time spent in shared spaces, by orestis slight heatmap improvements, more coming more typography changes mouse cursor now changes for buttons and dragging! overhaul minimap controls, make layers behavior zoomed in a little better new speed panel and jump-to-time modal 0.1.36 overhauled simulation data page, with a table to find slow trips and some initial summary visualizations plots can change windowing and show/hide series layers: fade map to contrast more, better scales/legends show relative trip times in info panels tools to rewind/ffw to watch particular trips refocusing efforts on challenge modes; level 1 of a new one is pretty much ready some simulation fixes around parking and a corner case of cars temporarily forming a cycle orestis improved the population/pandemic heatmaps 0.1.37 optimize commute challenge: high score, live sentiment, second stage parked cars are owned by people, not buildings info panel improvements for trips bike layer suggests places where bike lanes could be helpful many improvements to scatter plot a new histogram-ish thing for understanding faster/slower trips handling scenarios longer than 24 hours better (for pandemic model) prototype of commute visualization, grouping buildings by blocks sim bugfixes: crosswalk / vehicle turn conflicts, start bikes in bike lanes from borders 0.1.38 major internal changes to ensure people's schedules don't have impossible gaps, to associate fixed bikes/cars to a eprson, handle delayed starts to trips parking changes: show path to closest free spot, utilization of a lane over time, every building includes at least 1 offstreet spot by default progress on removing unrealistic gridlock: detect turn conflict cycles and temporarily allow conflicts, trim last steps of a laggy head internal sim alert system. speeds up debugging, could be used for player-facing \"traffic jam!\" alerts 0.1.39 switched to proper OSM-based maps; no more brittle, manual geometry fixes more sorting and filtering options in trip table and parking overhead tables improve offstreet parking rendering. park closer to destination buildings easier process for importing new cities. introducing Los Angeles, Austin, Barranquilla. new data updater tool so people can opt-in to new cities many internal fixes to prevent gridlock. smarter cycle detection, manual OSM fixes and traffic signal timings 0.1.40 differential throughput layer to understand routing diversions map edits now reference longer-lasting OSM IDs, can work cross-map basemap updates: new areas for west seattle, mt baker, lots of upstreamed fixes in OSM and traffic signals, smarter border matching parking: optionally filter on/off-street spots in the layer, allow disconnecting spots via edits render some tunnels with lower opacity new feature to change speed limits and bulk road selection tools first write-up of a real use case (closing lake wash through arboretum) make the traffic signal challenge act like a game, with a failure/win state and scoring 0.1.40a added a mode to map parking 0.1.41 new parking mapper tool include a one-shot .osm importer in the release new layer to find different types of amenities / businesses adjust traffic signal rendering style bulk lane editor for changing speed limits and lane types including west seattle and udistrict maps include some OSM buildings that were being skipped dont pause after opening something from sandbox mode adjust turn signals for lane-changing cars lots of fixes for monitors with different DPIs, enabled by default 0.1.42 many misc UI bugfixes, especially for high-DPI screens managing turns across multiple nearby intersections: tool to visualize, handling multi-way OSM turn restrictions, using this to ban illegal movements at the pathfinding layer, starting a traffic signal editor variant to edit these rendering improvements: unzoomed agent size, visualizing routes on trip table, transparent roads beneath bridges, draw harbor island overhauled street/address finder parking mapper: shortcut to open bing 0.1.43 new map picker! UI polish: traffic signal editor, layers, bus stops, delay plots generate more interesting biographies for people tuned all the map boundaries fleshing out lots of docs in preparation for the alpha release... 0.1.44 spawner UI revamped model parking lots! and finally model public/private parking fix up tutorial starting a story map mode 0.1.45 overhauled challenge cutscenes and hints traffic signal challenge: fix score detection, add meter, much faster startup, no reset-to-midnight required layers: use gradient for a few, delay comparison, new UI for picker overhauled minimap controls, should be intuitive now edit mode changelist UI started 0.2.0 (alpha launch) road names now shown by default, in a new style all layers now use gradients and show up zoomed in. worst traffic jam layer revamped. scatter and line plot improvements internal UI fixes: proper word wrap bugfixes for following people riding the bus rainbow crosswalks in one neighborhood final polishing for launch 0.2.1 busy week due to launch, but many new features in the pipeline many bug fixes edit mode: proper autosave, load proposals, jump between lane/intersection editors very first steps on light rail... importing the tracks starting a new traffic scenario modifier system, to repeat entire scenario or outright cancel trips for some people. many more ideas for filters and actions coming soon. starting to represent private roads add a very simple actuated traffic signal 0.2.2 the default traffic signal configuration is much smarter now, handling roads with some sidewalks missing and automatically synchronizing pairs of adjacent lights much faster startup time for large maps better UX for handling unsaved edits access-restricted zones: changing existing zones almost completely works, except for granting new access to pedestrians new sidewalk corner rendering, more rounded ui style standardized for margins, padding Javed got camera panning when your cursor is at the edge of the screen to work; enable it in settings pulling bus stop/route info from OSM, not GTFS. steps towards light rail. experimenting with controls for hiding bridges to see roads underneath; try them in dev mode (ctrl+S) many bug fixes 0.2.3 lane geometry is dramatically fixed, especially for one-ways importing lanes from OSM improved UI: bulk select includes select-along-a-route, show all bus routes in the layer, unzoomed zordering for roads/intersections traffic scenario modifier can now convert trip modes slight progress on light rail, although the train only makes one stop vehicles moving through complex intersections with multiple traffic signals will now make it through multiple lights, even if they're unsynchronized new random traffic scenario generator that makes people go between houses and workplaces access-restricted zones: granular editing of individual roads now mostly works removing the hardcoded relative directories, which many people have been having problems with many many bug fixes, and some optimizations to reduce release file size 0.2.4 bus/train routes overhauled; they're now one-way, regularly spawn every hour, and may begin or end at a border new commute pattern explorer tool new character art to give cutscenes a bit more personaliy some progress on gridlocking maps, both from manual fixes and an attempt to reduce conflicts in multi-turn sequences misc UI: show cars seeking parking in unzoomed mode, plot arrival rate at border intersections, consolidate bulk selection controls trips modified by an experiment can now be filtered in summaries buses, trains, and passengers on them are now properly distinguished in different stats include krakow and berlin in release buildings with holes in the middle are now rendered properly 0.2.5 cars pick lanes better overhaul bus/stop/route info panels UI: better autocomplete, commuter pattern improvements by Michael, toggles instead of checkboxes, contours for heatmaps, edit mode loader revamp internal refactors: turn creation, osm tags, osm parsing import living streets from OSM as restricted-access zones, and other importer tweaks for berlin, krakow, san jose, sydney 0.2.6 many roads without sidewalks now have a tiny shoulder lane, still enabling pedestrian movement, but with a penalty bike trips will stop/start at a better position along the sidewalk now support parking lanes on the off-side of a one-way UI: search by building names, commuter patterns shows borders better transit: make people ride off-map, spawn buses on short roads internal cleanups for buttons 0.2.7 many intersections with on/off ramps have much better geometry lane-changing banned on turn lanes lots more work matching bus stops/routes to the map. some progress, also some regressions. fixing spawning on tiny borders bus spawn rates from GTFS for seattle. started an editor for the schedule. internal ezgui refactorings 0.2.8 multiple traffic signals can now be synchronized and edited together new dashboard for \"traffic signal demand\" over the entire day and map started experimenting with controlling the headless runner via a JSON API epic ezgui fix by Michael to consolidate handling of HiDPI scaling got a bunch of huge cities importing and loading quickly you can now save the trips you manually spawn in freeform mode, then replay them later 0.2.9 import Xi'an, add a Chinese font, and add a tool for that group to import their external demand data control A/B Street through a graphics-less API, with a Python example improve UI for per-direction traffic signal demand on/off ramp geometry fixed in a few more cases fix some missing parking lot aisles, handle parking lots with 0 spots, and extract parking garages from OSM switch road/building language in settings, if OSM data exists congestion capping prototype: declare a max number of vehicles that can pass through a zone per hour, view/edit it, and very simple implementation in the sim layer add custom-drawn trips to the main scenario, for exploring new demand from a new building mkirk fixed up the glow/wasm ezgui backends, letting us remove glium make map edit JSON backwards compatible better lane/turn markings 0.2.10 two-way cycletracks and arbitrary direction changes for roads fix map editing for lane reversals, make edits backwards compatible, and massively speed up applying edits fleshing out the headless API and tooling for controlling the simulation from any language import a few more places, redo left-hand driving support so far various bug/performance fixes 0.2.11 disabled support for editing the map without resetting the simulation. needs more work, but solid start. improvements to API, activity model, congestion capping small UI tweaks for parking, editing multiple signals fixed last bugs for left-handed driving, should work just as well now lots of graphics experiments from the hackathon, not merged yet 0.2.12 new textured color scheme and isometric buildings, in settings new layer to show how far away people parked Massive UI overhauls: jump to time/delay, edit mode, traffic signal editor (now with offsets), lane editor, bulk lane edit, traffic signal demand (individual intersections and all), loading screen the Go API example compares trip times and detects gridlock infinite parking mode show how long a car has been parked in one spot bugfix for some pathfinding costs around uber-turns start to show a trip's purpose 0.2.13 alleyways from OSM imported traffic signal minimum time now constrained by crosswalks; thanks Sam! UI changes in progress for trip tables, summaries, bulk edit more API / Python example work for congestion capping bug fixes: isometric buildings, documentation links, dropdown widgets, turn restrictions 0.2.14 improve turn generation, with goldenfile tests UI adjustments: unzoomed routes, better delay layer, include reasons for cancelled trips, throughput layer counts small map importing fixes: multipolygon parking lots fix infinite parking and blackholed buildings 0.2.15 large internal change allowing asynchronously loading extra files over HTTP for web the release of the first web version! cars looking for parking now have a \"thought bubble\" showing this, by Michael slow sections of a trip are now shown in the info panel, by Sam fix by Michael for handling window resizing in panels fix original routes on edited maps internal code organization and documentation 0.2.16 UI: click unzoomed agents, switch between metric/imperial units, show reason for cancelled trips, new \"faded zoom\" color scheme based on mapbox, more detailed agent counts in the top-right panel's tooltips started a new dedicated OpenStreetMap viewer, will split out from A/B Street later fix alpha colors on web bugfixes for the new asynchronous map loading some substantial simulation performance gains (168s to 90s on one benchmark!) lots of progress towards editing the map without resetting the simulation to midnight. please test with --live_map_edits and report any issues internal refactoring and code documentation 0.2.17 tooling to automatically extract different shapes around cities without an explicit bounding polygon imported many maps for an OSM viewer demo misc bug fixes, UI tweaks, and perf improvements, especially for the web version start using OSM sidewalks data properly in krakow -- more work needed, but better start 0.2.18 overhaul data/system management: switch from Dropbox to S3, reorganize files, add an in-game updater started a UI for collision dataviz, with data in the UK and Seattle improve turns between separate footways simplify the process of importing a new city","breadcrumbs":"Project » CHANGELOG","id":"175","title":"CHANGELOG"},"176":{"body":"","breadcrumbs":"Project » References","id":"176","title":"References"},"177":{"body":"https://www.reddit.com/r/SeattleWA/comments/9mtgkh/seven_places_to_add_bus_lanes_now/ https://www.reddit.com/r/SeattleWA/comments/9oqkz9/how_traffic_patterns_will_change_after_seattles/ https://www.reddit.com/r/Seattle/comments/9orqne/4_fresh_ideas_to_ease_seattles_coming_traffic/ https://www.reddit.com/r/SeattleWA/comments/cr1r1l/why_the_fuck_does_the_right_lane_convert_to/ https://twitter.com/transitrunner/status/1175068582142599168","breadcrumbs":"Project » Example use cases","id":"177","title":"Example use cases"},"178":{"body":"Seattle Times Traffic Lab https://www.citylab.com/transportation/2018/08/is-it-time-to-rethink-what-a-bike-lane-is/568483/ http://openseattle.org/ https://igniteseattle.com/ http://seattlegreenways.org/ https://www.livablecities.org/ https://www.reddit.com/r/openstreetmap/comments/a39uv0/ok_so/ https://mic.comotion.uw.edu/ https://www.seattleinprogress.com/ http://www.seattle.gov/seattle-pedestrian-advisory-board Socrata http://transportationcamp.org/ https://www.seattle.gov/transportation/projects-and-programs/programs/neighborhood-street-fund https://www.seattle.gov/neighborhoods/programs-and-services/your-voice-your-choice https://commuteseattle.com/ https://www.theurbanist.org/ https://humantransit.org/2019/03/notes-on-simcity-at-30.html https://mynorthwest.com/category/chokepoints/ https://blogs.uw.edu/ceadvice/2019/05/08/infrastructure-week-2019-welcome-uw-cee-students-and-faculty/ https://escience.washington.edu/dssg/ josie kresner from transport foundry https://www.citylab.com/transportation/2019/08/city-planning-transportation-oakland-community-engagement/596050/ tweeting small problems -> bug tracker https://www.the74million.org/article/building-a-smarter-and-cheaper-school-bus-system-how-a-boston-mit-partnership-led-to-new-routes-that-are-20-more-efficient-use-400-fewer-buses-save-5-million/ https://www.citylab.com/perspective/2019/10/micromobility-urban-design-car-free-infrastruture-futurama/600163/ https://www.sanjorn.com/ https://ui.kpf.com/","breadcrumbs":"Project » Groups that may be eventually interested","id":"178","title":"Groups that may be eventually interested"},"179":{"body":"Urban Footprint ( https://news.ycombinator.com/item?id=17895739 )","breadcrumbs":"Project » Similar projects","id":"179","title":"Similar projects"},"18":{"body":"Use this if you want to import a city on your computer without making it available to other users yet. If you're using the binary release and have a .osm file, just do: ./importer --oneshot=map.osm. If you're building from source , do: ./import.sh --oneshot=map.osm. If you can't run import.sh, make sure you have all dependencies . If you're using Windows and the console logs appear in a new window, try running the command from import.sh directly, changing the $@ at the end to --oneshot=map.osm or whatever arguments you're passing in. The oneshot importer will will generate a new file in data/system/oneshot/maps that you can then load in the game. If you have an Osmosis polygon filter (see below), you can also pass --oneshot_clip=clip.poly to improve the result. You should first make sure your .osm has been clipped: osmconvert large_map.osm -B=clipping.poly --complete-ways -o=smaller_map.osm. By default, driving on the right is assumed. Use --oneshot_drive_on_left to invert.","breadcrumbs":"Instructions » Quick start","id":"18","title":"Quick start"},"180":{"body":"SDOT asking for feedback: http://sdotblog.seattle.gov/2017/02/08/from-signals-to-signs/ https://www.seattle.gov/transportation/projects-and-programs/programs/bike-program/protected-bike-lanes/n-34th-st-mobility-improvements https://www.seattle.gov/transportation/projects-and-programs/programs/transportation-planning/north-downtown-mobility-action-plan https://www.seattlebikeblog.com/2016/12/01/check-out-seattles-12-winning-neighborhood-led-transportation-ideas/ Seattlites with opinions and ideas: http://seattlegreenways.org/ https://www.seattlebikeblog.com/2018/01/19/a-roosevelt-junior-redesigned-the-streets-around-his-high-school-and-his-plan-is-better-than-sdots/ https://www.reddit.com/r/SeattleWA/comments/5rvss5/what_changes_would_you_make_to_seattles_bus/ https://www.seattletimes.com/seattle-news/transportation/congestion-tolling-could-finally-break-seattles-working-poor-heres-a-better-idea/ https://www.reddit.com/r/SeattleWA/comments/86g3p9/id_get_back_an_hour_and_a_half_a_week/ https://www.reddit.com/r/Seattle/comments/4z3ewl/what_are_seattles_worst_intersections/ https://www.reddit.com/r/SeattleWA/comments/83h4ri/the_intersection_at_john_and_broadway_desperately/ http://www.seattle.gov/transportation/sdot-document-library/citywide-plans/move-seattle","breadcrumbs":"Project » Seattle-specific","id":"180","title":"Seattle-specific"},"181":{"body":"https://github.com/uwescience/TrafficCruising-DSSG2017 http://sharedstreets.io/ https://github.com/twpol/osm-tiles attempting to infer nice road geometry too","breadcrumbs":"Project » Other projects","id":"181","title":"Other projects"},"182":{"body":"","breadcrumbs":"Project » Notes from related work","id":"182","title":"Notes from related work"},"183":{"body":"Split map into sections, simulate in parallel, load-balance has an IDM equation tests against real TomTom data of average speed per link","breadcrumbs":"Project » SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )","id":"183","title":"SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )"},"184":{"body":"SimCity, Cities: Skylines https://steamcommunity.com/sharedfiles/filedetails/?id=583429740 https://github.com/fegennari/3DWorld","breadcrumbs":"Project » Games","id":"184","title":"Games"},"185":{"body":"UrbanSim","breadcrumbs":"Project » Open source urban planning","id":"185","title":"Open source urban planning"},"186":{"body":"Sidewalk Labs Model","breadcrumbs":"Project » Proprietary","id":"186","title":"Proprietary"},"187":{"body":"https://arxiv.org/pdf/1811.01147.pdf","breadcrumbs":"Project » Maps for people","id":"187","title":"Maps for people"},"188":{"body":"section 6.3 talks about offset polylines http://gamma.cs.unc.edu/RoadNetwork","breadcrumbs":"Project » gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf","id":"188","title":"gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf"},"189":{"body":"https://github.com/aeickhoff/descartes","breadcrumbs":"Project » CityBound","id":"189","title":"CityBound"},"19":{"body":"If the area is small enough, try the \"export\" tool on https://www.openstreetmap.org . You can download larger areas from https://download.bbbike.org/ or http://download.geofabrik.de/index.html , then clip them to a smaller area. Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the geojson locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson > clipping.poly to convert that geojson to the Osmosis format required by osmconvert. Note that you may hit problems if you use JOSM to download additional data to a .osm file. Unless it updates the  element, A/B Street will clip out anything extra. The best approach is to explicitly specify the boundary with --oneshot_clip.","breadcrumbs":"Instructions » How to get .osm files","id":"19","title":"How to get .osm files"},"190":{"body":"section 5.1 of Advanced tutorial on microscopic discrete-event traffic simulation refers to some DES systems Florian, Mahut, and Tremblay 2008 Sumaryo, Halim, and Ramli 2013 Salimifard and Ansari 2013 Burghout, Koutsopoulos, and Andreasson 2006 Thulasidasan, Kasiviswanathan, Eidenbenz, Galli, Mniszewski, and Romero 2009 A Dynamic Traffic Assignment Model for Highly Congested Urban Networks section 2.2 models lanes as a moving and queueing part, references other possibly useful papers dont worry about multiple lanes for the moving part, just the turn queues at the end","breadcrumbs":"Project » Discrete Event Simulation papers","id":"190","title":"Discrete Event Simulation papers"},"191":{"body":"https://www.vice.com/en_us/article/pajgyz/rogue-coder-turned-a-parking-spot-into-a-coworking-space","breadcrumbs":"Project » Tactical urbanism","id":"191","title":"Tactical urbanism"},"192":{"body":"We're working with a few different groups on projects using A/B Street.","breadcrumbs":"Project » Collaborations","id":"192","title":"Collaborations"},"193":{"body":"Active as of Sept 2020 Green Lights Trading is applying dynamic congestion caps to encourage drivers to find alternate routes, not drive during rush hour, or take public transit instead. I'm actively implementing a proof-of-concept in A/B Street. It could also be used to explore ideas like a downtown congestion charging zone for Seattle.","breadcrumbs":"Project » GLT","id":"193","title":"GLT"},"194":{"body":"Active as of Sept 2020 A group (with their own demand data!) is studying traffic signal optimization in Xi'an. They're using the API .","breadcrumbs":"Project » Xi'an","id":"194","title":"Xi'an"},"195":{"body":"Active as of Sept 2020 A research group is making a bunch of live map edits and scheduling new trips in the middle of a simulation and using their system to try to predict system-wide effects. They're also using the API.","breadcrumbs":"Project » Forecasting group","id":"195","title":"Forecasting group"},"196":{"body":"Stalled as of Sept 2020 Edits in A/B Street could be exported to the shared-row format, then rendered in 3D using ArcGIS CityEngine . Not blocked on us.","breadcrumbs":"Project » CityEngine","id":"196","title":"CityEngine"},"197":{"body":"Stalled as of Sept 2020 A group wants to use A/B Street for various public engagement projects in Berlin . Mostly blocked on getting a reasonable travel demand model.","breadcrumbs":"Project » Berlin","id":"197","title":"Berlin"},"198":{"body":"Stalled as of Sept 2020 A group tentatively wants to engage the public about preventing rat runs and making no-through-access zones in Manchester suburbs. Not really blocked on us yet.","breadcrumbs":"Project » Manchester","id":"198","title":"Manchester"},"199":{"body":"Stalled as of Sept 2020 A group from the Uni of Geneva started a COVID-19 model that figures out how long people spend in shared indoor spaces.","breadcrumbs":"Project » Pandemic model","id":"199","title":"Pandemic model"},"2":{"body":"Grab a pre-built binary release -- updated every Sunday, announced at r/abstreet : Windows Unzip the folder, then run play_abstreet.bat. You'll probably getting a warning about running software from an unknown publisher. Mac Unzip the directory, then run play_abstreet.sh. If you get an error about the developer unverified, follow this . Help needed to start signing the release ! If that just opens a text file instead of running the game, then instead open terminal, cd to the directory you just unzipped. Then do: cd game; RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1 Help needed to package this as a Mac .app, to make this process simpler Linux Unzip the directory, then run play_abstreet.sh. FreeBSD , thanks to Yuri Or you can try playing directly in your web browser -- still experimental for now. Or you can compile from source .","breadcrumbs":"Installing the game","id":"2","title":"Installing the game"},"20":{"body":"Follow this guide to add a new city to A/B street by default so other users can use it as well. Make sure you can run import.sh -- see the instructions . You'll need Rust, osmconvert, gdal, etc. Create a new directory: mkdir importer/config/your_city Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the geojson locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson > importer/config/your_city/region_name.poly to convert that geojson to the Osmosis format required by osmconvert. Copy importer/config/tel_aviv/cfg.json to importer/config/your_city/cfg.json and edit this file. See here for details on the different fields. The defaults are a reasonable start; the only thing you need to change is osm_url. Run it: ./import.sh --city=your_city --raw --map Update .gitignore, following tel_aviv as an example. Send a PR with your changes! I'll generate everything and make it work with updater, so most people don't have to build everything from scratch. Also, you can divide the city into multiple regions, repeating step 4 and declaring more polygon boundaries. The boundaries may overlap each other, and they don't have to cover all of the space. Picking good boundaries may take trial-and-error; the goal is to keep the resulting map file size small, so that it loads quickly, while capturing all of the area needed to simulate something interesting. This is easiest when you have some local knowledge of the area, and at least a vague goal in mind for what you want to study.","breadcrumbs":"Instructions » Including the city to A/B street more permanently","id":"20","title":"Including the city to A/B street more permanently"},"21":{"body":"OpenStreetMap isn't the only data source we need. If you look at the import pipeline for Seattle, you'll see many more sources for parking, GTFS bus schedules, person/trip demand data for scenarios, etc. Most of these aren't standard between cities. If you want to make your city more realistic, we'll have to import more data. Get in touch. You may notice issues with OSM data while using A/B Street. Some of these are bugs in A/B Street itself, but others are incorrectly tagged lanes. Some resources for fixing OSM: https://learnosm.org https://wiki.openstreetmap.org/wiki/StreetComplete Mapping parking","breadcrumbs":"Instructions » Next steps","id":"21","title":"Next steps"},"22":{"body":"The overview: A detailed map of Seattle is built from OpenStreetMap (OSM) A realistic set of daily trips by car, bike, foot, and bus are simulated You make small changes to roads and intersections You explore how these changes affect the trips Details below. Many limitations are mentioned; improvements are ongoing. I'll add pictures to explain better when I get time. How A/B Street works Driving Parking Biking Walking Transit Intersections People and trips Map edits","breadcrumbs":"How A/B Street works","id":"22","title":"How A/B Street works"},"23":{"body":"Movement: no acceleration, go the full speed limit of the road unless there's a slower vehicle in front Lanes No over-taking or lane-changing in the middle of a road, only at intersections Strange choice of lanes -- the least full at the time of arrival Narrow two-way neighborhood roads where, in practice, only one car at a time can go are currently full two-way roads Routing is based on fastest time assuming no traffic No rerouting if the driver encounters a traffic jam","breadcrumbs":"Driving","id":"23","title":"Driving"},"24":{"body":"Types On-street: parallel parking lanes from GeoData blockface dataset and manually mapped Off-street: most buildings have at least a few parking spots in a driveway or carport Currently experimenting in the downtown map: set the number of available spots based on number of cars seeded at midnight Parking lots: the number of spots is inferred Restrictions All spots are public except for the few spots associated with each building No time restrictions or modeling of payment How cars park Drivers won't look for parking until they first reach their destination building. Then they'll drive to the nearest open parking spot (magically knowing what spots are open, even if they're a few blocks away). If somebody else has taken the spot when they arrive, they'll try again. Once a driver finds an open spot, they'll take 10-15 seconds to park. They block the road behind them in the meantime. There are no conflicts between pedestrians and cars when using a driveway. Cars won't make left turns into or out of driveways. Some parking along the boundary of the map is \"blackholed\", meaning it's impossible to actually reach it. Nobody will use these spots.","breadcrumbs":"Parking","id":"24","title":"Parking"},"25":{"body":"Choice of lane Multi-use trails like the Burke Gilman and separated cycle-tracks like the one along Broadway are currently missing Cyclists won't use an empty parking lane On roads without a bike lane, cyclists currently won't stick to the rightmost lane No over-taking yet, so cars can get stuck behind a bike even if there's a passing lane Elevation change isn't factored into route choice or speed yet; pretend everybody has an e-bike Beginning or ending a cycling trip takes 30-45 seconds. Locking up at bike racks with limited capacity isn't modeled; in practice, it's always easy in Seattle to find a place to lock up.","breadcrumbs":"Biking","id":"25","title":"Biking"},"26":{"body":"Not using sidewalk and crosswalk data from OSM yet No jay-walking, even on empty residential streets Pedestrians can't use roads without sidewalks at all When a road only has a sidewalk on one side, driveways will cross the road Pedestrians can \"ghost\" through each other; crowds of people can grow to any size","breadcrumbs":"Walking","id":"26","title":"Walking"},"27":{"body":"The modeling of buses is extremely simple and buggy; I'll work on this soon No light rail yet","breadcrumbs":"Transit","id":"27","title":"Transit"},"28":{"body":"Conflicting movements are coarse: a second vehicle won't start a conflicting turn, even if the first vehicle is physically out of the way but still partially in the intersection Most of the time, vehicles won't \"block the box\" -- if there's no room in the target lane, a vehicle won't start turning and risk getting stuck in the intersection Traffic signals Only fixed timers; no actuated signals or centralized control yet The timing and stages are automatically guessed, except some intersections are manually mapped No pedestrian beg buttons; walk signals always come on The signal doesn't change for rush hour or weekday/weekend traffic; there's one pattern all day Turn restrictions from OSM are applied Per lane (left turn only from leftmost lane), entire roads, multiple intersections","breadcrumbs":"Intersections","id":"28","title":"Intersections"},"29":{"body":"A \"synthetic population\" of ~700,000 people come from PSRC's Soundcast model Soundcast uses census, land-use, vehicle counts, and commuter surveys. The current data is from 2014. All driving trips are currently single-occupancy; no car-pooling or ridesharing Parked cars are initially placed at midnight based on the number of trips between buildings Each person's schedule never changes Your changes to the map won't yet convince somebody to take a bus or walk instead of drive","breadcrumbs":"People and trips","id":"29","title":"People and trips"},"3":{"body":"Use the tutorial to learn the controls. Play the challenges for directed gameplay. Try out any ideas in the sandbox .","breadcrumbs":"Playing the game","id":"3","title":"Playing the game"},"30":{"body":"Types of edits Change types of lanes. Sometimes this is unrealistic based on actual road width, but data for this is unavailable. Reversing direction of lanes Changing stop signs Changing traffic signal timing Closing roads and intersections for construction, forcing rerouting Disconnecting the map Generally you can't close sidewalks or make changes to make buildings unreachable You shouldn't be able to make bus stops unreachable, but currently this is buggy","breadcrumbs":"Map edits","id":"30","title":"Map edits"},"31":{"body":"Note: Most of these still aren't started, because the baseline simulation in the relevant area isn't working. Unknown traffic signal timing, bad guesses at the amount of off-street parking, lanes tagged incorrectly in OpenStreetMap, and simulation bugs cause unrealistic gridlock. It's hard to evaluate a change without a realistic baseline. In progress: Stay Healthy Streets: Lake Washington Blvd West Seattle mitigations Simplify where the Burke Gilman crosses Corliss and Pacific No write-up yet, but the proposal is included in A/B Street TODO: Close Broadway and Pine to through-traffic proposed here partly happening already another proposal Traffic signal timing at Montlake/520 and Montlake/Pacific Walking around here is frustrating, and pre-COVID, vehicle traffic got fairly stuck Pedestrianizing the Ave (u-district) I can't find the proposal anymore; maybe this ? Eastlake bike lanes / RapidRide J See here and here Need to audit lanes in OSM along Eastlake Especially with the Fairview Ave bridge out, detouring to the Cheshiahud loop isn't as useful Madison / RapidRide G See here Bus lanes on Denny Proposed here Bike Master Plan Prototype the planned network Downtown one-way snake An old crazy idea I've always wanted to try Unsorted ideas Parking Bus lanes John and Broadway Bad intersections Bus routes","breadcrumbs":"Case studies","id":"31","title":"Case studies"},"32":{"body":"Draft, updated May 7, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In April 2020, Seattle Department of Transportation started rolling out Stay Healthy Streets , restricting roads to through-traffic to give people walking and biking more space for social distancing. Seattle Neighborhood Greenways soon proposed extending this to a 130-mile network . Selecting the streets requires some planning: These streets were selected to amplify outdoor exercise opportunities for areas with limited open space options, low car ownership and routes connecting people to essential services and food take out. We also ensured street closures did not impact newly opened food pick up loading zones, parking around hospitals for service for health care professionals, and bus routes. I've spent the last two years building A/B Street , software to explore the impacts of changes like this on different modes of transportation. So, let's try implementing part of the proposed network and see what happens! NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » Lake Washington Blvd Stay Healthy Street","id":"32","title":"Lake Washington Blvd Stay Healthy Street"},"33":{"body":"Let's start with one part of the proposal, closing Lake Washington Blvd to cars through the Arboretum. There's already a multi-use trail alongside this stretch, but its width makes it difficult to maintain 6 feet from people. There are some parking lots that become inaccessible with this proposal, but they're currently closed anyway. edits","breadcrumbs":"Case studies » Lake Washington Blvd","id":"33","title":"Lake Washington Blvd"},"34":{"body":"Let's get started! If you want to follow along, install A/B Street , open sandbox mode, and switch the map to Lake Washington corridor. Zoom in on the southern tip of the Arboretum and hop into edit mode. We can see Lake Washington Blvd just has one travel lane in each direction here. Click each lane, convert it to a bike lane, and repeat north until Foster Island Road. When we leave edit mode, the traffic simulation resets to midnight. Nothing really interesting happens until 5 or 6am, so we'll speed up time. Watching the section of road we edited, we'll only see pedestrians and bikes use this stretch of road. If we want, we can click an individual person and follow along their journey. Something's weird though. There's lots of traffic cutting northbound through the neighborhood, along 29th, Ward, and 28th. We can open up the throughput layer to find which roads have the most traffic. More usefully, we can select \"compare before edits\" to see what roads are getting more or less traffic because of the road we modified. As expected, there's much less traffic along Lake Wash Blvd, but it's also clear that lots of cars are now cutting through 26th Ave E.","breadcrumbs":"Case studies » First attempt","id":"34","title":"First attempt"},"35":{"body":"Let's say you want to nudge traffic to use 23rd Ave, the nearest north/south arterial, instead. (A/B Street is an unopinionated tool; if you have a different goal in mind, try using it for that instead.) In this simulation, drivers pick the fastest route, so we could try lowering speed limits or make some of the residential streets connecting to Madison one-way, discouraging through-traffic. In reality, the speed limit changes could be implemented through traffic calming or cheap, temporary alternatives.","breadcrumbs":"Case studies » Traffic calming","id":"35","title":"Traffic calming"},"36":{"body":"I'm working to model \"local access only\" roads in A/B Street, and I'll describe how to measure the impact on travel times. Stay tuned to see more of the proposed network simulated, and get in touch if you'd like to help out!","breadcrumbs":"Case studies » Next steps","id":"36","title":"Next steps"},"37":{"body":"Draft, updated June 23, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In March 2020, the West Seattle bridge was closed due to cracks forming. As of May, COVID-19's impact on commuting means the area still hasn't seen how the area will handle losing the main route to the rest of Seattle. A local group, HPAC, published a list of requests to SDOT to prepare the area for these changes. This page will try to explore some of the problems and solutions from HPAC's document using A/B Street , a traffic simulator designed to explore the impacts of changes like this on different modes of transportation. NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » West Seattle mitigations","id":"37","title":"West Seattle mitigations"},"38":{"body":"HPAC has been asking for a protected left-turn stage at this intersection. I'm unfamiliar with this intersection and currently unable to scout in-person, so I'm blindly guessing the traffic signal currently has just two stages: existing_diagram From watching the traffic, it seems like the east/west direction is busier, with lots of eastbound traffic headed towards WA-509. Holden St has no turn lanes, so a protected left turn stage makes sense. Let's make the change and see what happens: Unfortuately, we can't evaluate the change yet, because the simulation gets stuck with unrealistic traffic jams in other parts of the map. This is mostly due to data quality issues in OpenStreetMap and incorrectly guessed traffic signal timings. These problems can be fixed with the help of somebody familiar with the area.","breadcrumbs":"Case studies » 16th Ave SW and SW Holden St","id":"38","title":"16th Ave SW and SW Holden St"},"39":{"body":"The 9th item from HPAC's list asks for measuring the amount of east-west traffic to figure out what streets people are using as arterials. That's an easy analysis, using the throughput layer. By 6am, the busiest streets include Admiral Way, S Charlestown, SW Genesee, SW Alaska, SW Holden, and SW Roxbury St. Again, it's necessary to first fix data quality problems and run a full day before doing more analysis. Once the simulation is running smoothly, A/B Street can be used to make changes -- like lowering speed limits, adding a protected left turn stage, or converting part of the road into a bus lane -- and evaluate the effects on individual trips and aggregate groups.","breadcrumbs":"Case studies » Re-evaluate arterials","id":"39","title":"Re-evaluate arterials"},"4":{"body":"A/B Street binary releases contain pre-built maps that combine data from: OpenStreetMap ( https://www.openstreetmap.org/copyright ) King County metro ( https://www.kingcounty.gov/depts/transportation/metro/travel-options/bus/app-center/terms-of-use.aspx ) City of Seattle GIS program ( https://www.opendatacommons.org/licenses/pddl/1.0/ ) https://github.com/seattleio/seattle-boundaries-data ( https://creativecommons.org/publicdomain/zero/1.0/ ) Puget Sound Regional Council ( https://www.psrc.org/activity-based-travel-model-soundcast ) USGS SRTM Other binary data bundled in: Overpass font ( https://fonts.google.com/specimen/Overpass , Open Font License) Bungee fonts ( https://fonts.google.com/specimen/Bungee , Open Font License) Material Design icons ( https://material.io/resources/icons , Apache license) Some Graphics textures ( https://www.kenney.nl/ , CC0 1.0 Universal)","breadcrumbs":"Data source licensing","id":"4","title":"Data source licensing"},"40":{"body":"Community proposals now includes a \"repair the bridge\" option, which should restore things to how they were before March 2020. This is useful as a baseline, to explore what traffic patterns were like before the closure.","breadcrumbs":"Case studies » Repair the bridge","id":"40","title":"Repair the bridge"},"41":{"body":"","breadcrumbs":"Developer guide","id":"41","title":"Developer guide"},"42":{"body":"You will first need: Stable Rust, at least 1.47. https://www.rust-lang.org/tools/install . On Windows, you may need Visual Studio 2019 . On Linux, sudo apt-get install xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev or the equivalent for your distro One-time setup: Download the repository: git clone https://github.com/dabreegster/abstreet.git Grab the minimal amount of data to get started: cargo run --bin updater Run the game: RUST_BACKTRACE=1 cargo run --bin game --release. On Windows, set environment variables like this: set RUST_BACKTRACE=1 && cargo run --bin game --release","breadcrumbs":"Getting started","id":"42","title":"Getting started"},"43":{"body":"Generated API documentation Compile faster by just doing cargo run. The executable will have debug stack traces and run more slowly. You can do cargo run --release to build in optimized release mode; compilation will be slower, but the executable much faster. Some in-game features are turned off by default or don't have a normal menu to access them. The list: To toggle developer mode: press Control+S in game, or cargo run -- --dev To warp to an object by numeric ID: press Control+j To enter debug mode with all sorts of goodies: press Control+D You can start the game in different modes using flags: cargo run --bin game -- --dev data/system/seattle/maps/downtown.bin starts on a particular map cargo run --bin game -- data/system/seattle/scenarios/downtown/weekday.bin starts with a scenario (which is tied to a certain map) cargo run --bin game -- --challenge=trafficsig/tut2 starts on a particular challenge. See the list of aliases by passing in a bad value here. cargo run --bin game -- data/player/saves/montlake/no_edits_unnamed/00h00m20.3s.bin restores an exact simulation state. Savestates are found in debug mode ( Control+D ) -- they're probably confusing for the normal player experience, so they're hidden for now. cargo run --bin game -- --tutorial=12 starts somewhere in the tutorial Adding --edits='name of edits' starts with edits applied to the map.","breadcrumbs":"Development tips","id":"43","title":"Development tips"},"44":{"body":"As data formats change over time, things in the data/ directory not under version control will get out of date. At any time, you can run cargo run --bin updater from the main repository directory to update only the files that have changed. You can also opt into downloading updates for more cities by editing data/player/data.json. In the main UI, there's a button to download more cities that will help you manage this config file.","breadcrumbs":"Downloading more cities","id":"44","title":"Downloading more cities"},"45":{"body":"You can skip this section if you're just touching code in game, widgetry, and sim. To run all pieces of the importer, you'll need some extra dependencies: osmconvert: See https://wiki.openstreetmap.org/wiki/Osmconvert#Download or https://github.com/interline-io/homebrew-planetutils#installation for Mac libgdal-dev: See https://gdal.org if your OS package manager doesn't have this. If you keep hitting linking errors, then just remove --features scenarios from import.sh. You won't be able to build the Seattle scenarios. Standard Unix utilities: curl, unzip, gunzip The first stage of the importer, --raw, will download input files from OSM, King County GIS, and so on. If the mirrors are slow or the files vanish, you could fill out data/config and use the updater described above to grab the latest input. You can rerun specific stages of the importer: If you're modifying the initial OSM data -> RawMap conversion in convert_osm, you need ./import.sh --raw --map. If you're modifying map_model but not the OSM -> RawMap conversion, then you just need ./import.sh --map. If you're modifying the demand model for Seattle, you can add --scenario to regenerate. By default, all maps are regenerated. You can also specify a single map: ./import.sh --map downtown. By default, Seattle is assumed as the city. You have to specify otherwise: ./import.sh --city=los_angeles --map downtown_la. You can also make the importer import a new city .","breadcrumbs":"Building map data","id":"45","title":"Building map data"},"46":{"body":"The docs listed at https://github.com/dabreegster/abstreet#documentation explain things like map importing and how the traffic simulation works.","breadcrumbs":"Understanding stuff","id":"46","title":"Understanding stuff"},"47":{"body":"If you're going to dig into the code, it helps to know what all the crates are. The most interesting crates are map_model, sim, and game. Constructing the map: convert_osm: extract useful data from OpenStreetMap and other data sources, emit intermediate map format kml: extract shapes from KML and CSV shapefiles map_model: the final representation of the map, also conversion from the intermediate map format into the final format map_editor: GUI for modifying geometry of maps and creating maps from scratch. pretty abandoned as of June 2020 importer: tool to run the entire import pipeline updater: tool to download/upload large files used in the import pipeline Traffic simulation: sim: all of the agent-based simulation logic headless: tool to run a simulation without any visualization Graphics: game: the GUI and main gameplay widgetry: a GUI and 2D OpenGL rendering library, using glium + winit + glutin Common utilities: abstutil: a grab-bag of IO helpers, timing and logging utilities, etc geom: types for GPS and map-space points, lines, angles, polylines, polygons, circles, durations, speeds Other: collisions: an experimental data format for real-world collision data traffic_seitan: a bug-finding tool that randomly generates live map edits tests: integration tests","breadcrumbs":"Code organization","id":"47","title":"Code organization"},"48":{"body":"All code is automatically formatted using https://github.com/rust-lang/rustfmt ; please run cargo +nightly fmt before sending a PR. (You have to install the nightly toolchain just for fmt) cargo fmt can't yet organize imports, but we follow a convention to minimize conflict with what some IDEs do. Follow existing code to group imports: std, external crates, other crates in the project, the current crate, then finally any module declarations. The error handling is unfortunately inconsistent. The goal is to gracefully degrade instead of crashing the game. If a crash does happen, make sure the logs will have enough context to reproduce and debug. For example, giving up when some geometry problem happens isn't ideal, but at least make sure to print the road / agent IDs or whatever will help find the problem. It's fine to crash during map importing, since the player won't deal with this, and loudly stopping problems is useful. It's also fine to crash when initially constructing all of the renderable map objects, because this crash will consistently happen at startup-time and be noticed by somebody developing before a player gets to it. Prefer using info!, warn!, error!, etc from the log crate. Or if a Timer is available and you want to collect all notes together, timer.note. There are still many places calling println!, but we're trying to clean these up. See the testing strategy page.","breadcrumbs":"Code conventions","id":"48","title":"Code conventions"},"49":{"body":"Use https://github.com/flamegraph-rs/flamegraph , just running it on the binaries you build normally.","breadcrumbs":"Profiling","id":"49","title":"Profiling"},"5":{"body":"parking_mapper This guide assumes you've edited OSM before. Contact dabreegster@gmail.com if you have any trouble. Also give me a heads up when you make some edits, so I can regenerate the maps! Install A/B Street Choose Contribute parking data on the main screen Change the map if you'd like to focus somewhere in particular Click a road with unknown parking Select what kind of on-street parking the road has Repeat Click Generate OsmChange file Upload the diff.osc file by adding a layer in JOSM (or send it to me) Like all edits to OSM, to figure out ground-truth, you can survey in-person or use Bing Streetside . Do not use data from Google Maps to edit OSM.","breadcrumbs":"Instructions » Help map out on-street parking","id":"5","title":"Help map out on-street parking"},"50":{"body":"Find packages to upgrade: cargo outdated -R Deal with compile tile: cargo bloat --time Find why two binary crates aren't sharing dependencies: https://old.reddit.com/r/rust/comments/cqceu4/common_crates_in_cargo_workspace_recompiled/ Where's a dependency coming from? cargo tree -i -p syn Diff screencaps: http://www.imagemagick.org/Usage/compare/#methods Debug OpenGL calls: apitrace trace --api gl ../target/debug/game\nqapitrace game.trace\napitrace dump game.trace Understand XML: just use firefox","breadcrumbs":"Developer guide » Development notes","id":"50","title":"Development notes"},"51":{"body":"Cross-compilation notes: https://github.com/rust-embedded/cross Or use https://github.com/japaric/trust Initially have to: cargo install cross\nsudo apt-get install docker.io\nsudo usermod -aG docker ${USER} Then: sudo systemctl start docker\ncross build --release --target x86_64-pc-windows-gnu --bin game\nwine target/x86_64-pc-windows-gnu/release/game.exe data/system/seattle/maps/montlake.bin","breadcrumbs":"Developer guide » Building releases","id":"51","title":"Building releases"},"52":{"body":"For formatting: sudo apt-get install npm\ncd ~; mkdir npm; cd npm\nnpm init --yes\nnpm install prettier --save-dev --save-exact","breadcrumbs":"Developer guide » Markdown","id":"52","title":"Markdown"},"53":{"body":"# Fullscreen\nffmpeg -f x11grab -r 25 -s 1920x960 -i :0.0+0,55 -vcodec huffyuv raw.avi ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif -filter_complex \"[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse\" screencast.gif","breadcrumbs":"Developer guide » Videos","id":"53","title":"Videos"},"54":{"body":"sudo apt-get install lld Stick this in ~/.cargo/config: [target.x86_64-unknown-linux-gnu]\nrustflags = [ \"-C\", \"link-arg=-fuse-ld=lld\",\n]","breadcrumbs":"Developer guide » Faster linking","id":"54","title":"Faster linking"},"55":{"body":"Keep a fork up to date: # Once\ngit remote add upstream https://github.com/rust-windowing/glutin/ git fetch upstream\ngit merge upstream/master\ngit diff upstream/master","breadcrumbs":"Developer guide » git","id":"55","title":"git"},"56":{"body":"perl -pi -e 's/WrappedComposite::text_button\\(ctx, (.+?), (.+?)\\)/Btn::text_fg(\\1).build_def\\(ctx, \\2\\)/' `find|grep rs|xargs`","breadcrumbs":"Developer guide » Refactoring","id":"56","title":"Refactoring"},"57":{"body":"rust-gdb --args ../target/release/game --dev","breadcrumbs":"Developer guide » Stack overflow","id":"57","title":"Stack overflow"},"58":{"body":"draw.io","breadcrumbs":"Developer guide » Drawing diagrams","id":"58","title":"Drawing diagrams"},"59":{"body":"xodo on Android for annotating maps in the field","breadcrumbs":"Developer guide » Mapping","id":"59","title":"Mapping"},"6":{"body":"","breadcrumbs":"Instructions » FAQ","id":"6","title":"FAQ"},"60":{"body":"osmcha.org for recent changes To upload diffs: java -jar ~/Downloads/josm-tested.jar ~/abstreet/map_editor/diff.osc JOSM: Press (and release T), then click to pan. Download a relevant layer, select the .osc, merge, then upload.","breadcrumbs":"Developer guide » OSM tools","id":"60","title":"OSM tools"},"61":{"body":"fontdrop.info","breadcrumbs":"Developer guide » Fonts","id":"61","title":"Fonts"},"62":{"body":"What things are sensitive to changes in map data and simulation rules? tutorial optimize commute challenges What things do I always forget to test? DPI issues, use --scale_factor","breadcrumbs":"Developer guide » Release checklist","id":"62","title":"Release checklist"},"63":{"body":"Suppose you're tired of manually fiddling with traffic signals, and you want to use machine learning to do it. You can run A/B Street without graphics and automatically control it through an API.","breadcrumbs":"Developer guide » API","id":"63","title":"API"},"64":{"body":"This Python example has everything you need to get started. See all example code -- there are different experiments in Go and Python that automate running a simulation, measuring some metric, and making a change to improve the metric.","breadcrumbs":"Developer guide » Examples","id":"64","title":"Examples"},"65":{"body":"The headless API server that you run contains a single map and simulation at a time. Even though you can theoretically have multiple clients make requests to it simultaneously, the server will only execute one at a time. If you're trying to do something other than use one script to make API calls in sequence, please get in touch, so we can figure out something better suited to your use case. When you start the headless server, it always loads the montlake map with the weekday scenario. The only way you can change this is by calling /sim/load. For example: curl http://localhost:1234/sim/load -d '{ \"scenario\": \"data/system/seattle/scenarios/downtown/monday.bin\", \"modifiers\": [], \"edits\": null }' -X POST` You can also pass flags like --infinite_parking to the server to control SimOptions . These settings will apply for the entire lifetime of the server; you can't change them later.","breadcrumbs":"Developer guide » Control flow","id":"65","title":"Control flow"},"66":{"body":"Under construction : The API will keep changing. There are no backwards compatibility guarantees yet. Please make sure I know about your project, so I don't break your client code. For now, the API is JSON over HTTP. The exact format is unspecified, error codes are missing, etc. A summary of the commands available so far: /sim GET /sim/reset : Reset all temporary map edits and the simulation state. The trips that will run don't change; they're determined by the scenario specified by the last call to /sim/load. If you made live map edits using things like /traffic-signals/set, they'll be reset to the edits from /sim/load. POST /sim/load : Switch the scenario being simulated, and also optionally sets the map edits. GET /sim/get-time : Returns the current simulation time. GET /sim/goto-time?t=06:30:00 : Simulate until 6:30 AM. If the time you specify is before the current time, you have to call /sim/reset first. POST /sim/new-person : The POST body must be an ExternalPerson in JSON format. /traffic-signals GET /traffic-signals/get?id=42 : Returns the traffic signal of intersection #42 in JSON. POST /traffic-signals/set : The POST body must be a ControlTrafficSignal in JSON format. GET /traffic-signals/get-delays?id=42&t1=03:00:00&t2=03:30:00 : Returns the delay experienced by every agent passing through intersection #42 from 3am to 3:30, grouped by direction of travel. GET /traffic-signals/get-cumulative-thruput?id=42 : Returns the number of agents passing through intersection #42 since midnight, grouped by direction of travel. GET /traffic-signals/get-all-current-state : Returns the current state of all traffic signals, including the stage timing, waiting, and accepted agents. /data GET /data/get-finished-trips : Returns a JSON list of all finished trips. Each tuple is (time the trip finished in seconds after midnight, trip ID, mode, duration of trip in seconds). The mode is either a string like \"Walk\" or \"Drive\", or null if the trip was cancelled for any reason. GET /data/get-agent-positions : Returns a JSON list of all active agents. Vehicle type (or pedestrian), person ID, and position is included. GET /data/get-road-thruput : Returns a JSON list of (road, agent type, hour since midnight, throughput for that one hour period). /map GET /map/get-edits : Returns the current map edits in JSON. You can save this to a file in data/player/edits/map_name/ and later use it in-game normally. You can also later run the headless server with --edits=name_of_edits. GET /map/get-edit-road-command?id=123 : Returns an object that can be modified and then added to map edits. GET /map/get-intersection-geometry?id=123 : Returns a GeoJSON object with one feature for the intersection and a feature for all connecting roads. The polygon coordinates are measured in meters, with the origin centered at the intersection's center. GET /map/get-all-geometry : Returns a huge GeoJSON object with one feature per road and intersection in the map. The coordinate space is WGS84.","breadcrumbs":"Developer guide » API details","id":"66","title":"API details"},"67":{"body":"If you need to deeply inspect the map, you can dump it to JSON: cargo run --bin dump_map data/system/seattle/maps/montlake.bin > montlake.json See some example code that reads this JSON and finds buildings . The format of the map isn't well-documented yet. See the generated API docs and the map model docs in the meantime.","breadcrumbs":"Developer guide » Working with the map model","id":"67","title":"Working with the map model"},"68":{"body":"You can use the /sim/new-person API in the middle of a simulation, if needed. If possible, it's simpler to create a Scenario as input.","breadcrumbs":"Developer guide » Working with individual trips","id":"68","title":"Working with individual trips"},"69":{"body":"You can import trips from your own data . You can also generate different variations of one of the demand models by specifying an RNG seed: cargo run --bin random_scenario -- --rng=123 --map=data/system/seattle/maps/montlake.bin --scenario_name=home_to_work You can also dump Scenarios (the file that defines all of the people and trips) to JSON: cargo run --bin dump_scenario data/system/seattle/scenarios/montlake/weekday.bin > montlake_weekday.json You can modify the JSON, then put the file back in the appropriate directory and use it in-game: cargo run --bin game data/system/seattle/scenarios/montlake/modified_scenario.json The Scenario format is also undocumented, but see the generated API docs anyway.","breadcrumbs":"Developer guide » Working with Scenarios","id":"69","title":"Working with Scenarios"},"7":{"body":"I'm trying to build a realistic traffic simulation of Seattle using OSM data, then use it to strengthen proposals for pedestrianized streets , improving the bike network , and mitigating the West Seattle bridge closure . A/B Street is only as good as its data, and parking is one of the biggest gaps. Missing data means unrealistic traffic as vehicles contend for few parking spots, and roads that look much wider than they are in reality.","breadcrumbs":"Instructions » Why?","id":"7","title":"Why?"},"70":{"body":"","breadcrumbs":"Developer guide » Testing strategy","id":"70","title":"Testing strategy"},"71":{"body":"As you've probably noticed, there aren't many. Lots of the interesting behavior in A/B Street - UI interactions, details of the simulation, map importing -- would take lots of infrastructure to specify a setup and expected outcomes. If you have ideas for new tests, contributions always welcome! In the meantime, one useful test covers how OSM tags translate into individual lanes .","breadcrumbs":"Developer guide » Unit tests","id":"71","title":"Unit tests"},"72":{"body":"Downloading fresh OSM data or modifying any part of the map importing pipeline could easily break things. Expressing invariants about the map output is hard, because importing is far from perfect, and OSM data is often quite buggy. So the approach to preventing regressions here is to look for visual changes to the final rendered map. When a new map is opted into this type of test, somebody manually squints carefully at it and sanity checks that it works to some degree. They use the screen capture tool in debug mode to tile the map into 1920x960 chunks and screengrab everything. Later, somebody regenerates the map with some possible changes. They grab screenshots again, then use compare_screenshots.sh to quickly look at the visual diff. Changes to intersection geometry, number of lanes, rendering, etc are all easy to spot. If this manual inspection of the diff is good, they commit the new screenshots as the new goldenfiles.","breadcrumbs":"Developer guide » Screenshot diffs","id":"72","title":"Screenshot diffs"},"73":{"body":"This tool regenerates all maps and scenarios from scratch. cargo run --bin updater -- --dry then reveals what files have changed. Additionally, this script does a few more tests: --prebake runs the full weekday scenario on two maps that've previously been coerced into being gridlock-free","breadcrumbs":"Developer guide » data/regen.sh","id":"73","title":"data/regen.sh"},"74":{"body":"The tests crate contains some integration tests. One part runs the full importer against really simple .osm files. To iterate rapidly on interpreting turn restrictions, it produces goldenfiles describing all turns in the tiny map. The \"smoke-test\" section simulates one hour on all maps, flushing out bugs with bus spawning, agents hitting odd parts of the map, etc The \"check proposals\" section makes sure the edits shipped with the game still load properly.","breadcrumbs":"Developer guide » Integration tests","id":"74","title":"Integration tests"},"75":{"body":"Once upon a time, I made a little test harness that would run the simulation headlessly (without graphics), set up certain situations forcing a car to park in a certain spot, and asserted that different sim/src/events.rs were produced in the right order. The map_editor tool was used to manually draw really simple maps for these situations. I deleted everything, because the effort to specify the input and expected output were too tedious to maintain, and this never really helped catch bugs. There was a way to label roads and buildings in the synthetic maps, so the test code could assert person 2 made it to the \"house\" building, but even with all of this, it was pretty hard. This approach is maybe worth reviving, though.","breadcrumbs":"Developer guide » Old tests","id":"75","title":"Old tests"},"76":{"body":"For https://github.com/dabreegster/abstreet/issues/326 , I'm starting to figure out how to import hundreds of maps into A/B Street. There are many issues with scaling up the number of supported maps. This document just focuses on importing.","breadcrumbs":"Developer guide » Mass importing many maps","id":"76","title":"Mass importing many maps"},"77":{"body":"https://download.bbbike.org/ conveniently has 200 OSM extracts for major cities world-wide. The data/bbike.sh script downloads these. Then data/mass_import.sh attempts to import them into A/B Street. The bbike extracts, however, cover huge areas surrounding major cities. Importing such large areas is slow, and the result is too large to work well in A/B Street or the OSM viewer. Ideally, we want just the area concentrated around the \"core\" of each city. https://github.com/dabreegster/abstreet/blob/master/convert_osm/src/bin/extract_cities.rs transforms a huge .osm file into smaller pieces, each focusing on one city core. This tool looks for administrative boundary relations tagged as cities, produces a clipping polygon covering the city, and uses osmconvert to produce a smaller .osm file. The tool has two strategies for generating clipping polygons. One is to locate the admin_centre or label node for the region, then generate a circle of fixed radius around that point. Usually this node is located in the city core, so it works reasonably, except for \"narrow\" cities along a coast. The other strategy glues together the relation's multipolygon boundary, then simplifies the shape (usually with thousands of points) using a convex hull. This strategy tends to produce results that're too large, because city limits are often really huge.","breadcrumbs":"Developer guide » The current approach","id":"77","title":"The current approach"},"78":{"body":"Outside the US, administrative boundaries don't always have a \"city\" defined. In Tokyo in particular, this name isn't used. I'm not sure which boundary level to use yet. The tool assumes driving on the right everywhere. OSM has https://wiki.openstreetmap.org/wiki/Key:driving_side , but this is usually tagged at the country level, which isn't included in the bbike extracts. The resulting maps are all \"flattened\" in A/B Street's list, so you can't see any hierarchy of areas. Two cities with the same name from different areas will arbitrarily collide.","breadcrumbs":"Developer guide » Problems","id":"78","title":"Problems"},"79":{"body":"A/B Street includes lots of large binary files to represent converted maps, scenarios, and prebaked simulation results. The files are too large to store in git, but the files are still logically tied to a version of the code, since the format sometimes changes. Additionally, all of the files are too large to include in the .zip release that most people use, but it should still be possible for players to download the optional content. Also, there are different versions of the game floating around, on native and web, that have to be associated with the proper version of these files. It's all slightly confusing, so this page describes how it all works.","breadcrumbs":"Developer guide » Data organization","id":"79","title":"Data organization"},"8":{"body":"Why can't I just grab parking data from SDOT's map , using the blockface dataset? Well, I'm trying -- when you see a parking lane in the tool, it's coming from blockface, unless that road in OSM is tagged. But the blockface dataset is comically wrong in many places -- for example, the Montlake bridge apparently has unrestricted parking?! King County GIS has confirmed the dataset isn't meant to be used for this level of detail. Plus, if the data is in OSM, anybody else can make use of it.","breadcrumbs":"Instructions » Why put this data in OSM?","id":"8","title":"Why put this data in OSM?"},"80":{"body":"If you peek into the data/ directory, it's mainly split into 3 subdirectories. system/ is used when running the game and is the subject of this page. input/ is used to store input and intermediate files for importing maps, and only developers running the importer should care about it. player/ contains local settings, map edits, and other data created in-game. data/MANIFEST.json is a listing of all files in data/system/, along with their size and md5sum. Different tools compare this manifest to the local filesystem to figure out what to do. There are also some other scripts and files in data/, but they should probably be moved.","breadcrumbs":"Developer guide » The data itself","id":"80","title":"The data itself"},"81":{"body":"data/system/ and data/input/ are stored in Amazon S3, at http://abstreet.s3-website.us-east-2.amazonaws.com. This S3 bucket is organized into versions: dev, 0.2.17, 0.2.18, etc. dev represents the latest version of all data files. The numbered versions correspond to releases and only contain data/system/, not data/input/. Depending how large these directories grow over time, I'll commit to keeping around at least 3 of the previous numbered versions, but I might delete older ones after that. In lieu of a proper document for the release process, the commands used to make a versioned copy of the data are something like: aws s3 cp --recursive s3://abstreet/dev/data/system s3://abstreet/0.2.17/data/system","breadcrumbs":"Developer guide » Where the data is stored","id":"81","title":"Where the data is stored"},"82":{"body":"For people building the game from source , the process to keep data files fresh is to cargo run --bin updater. This tool calculates md5sums of all local files, then compares it with the checked-in data/MANIFEST.json. Any difference results in a local file being deleted or a new file from S3 being downloaded. By editing data/player/data.json manually or using the UI in the game (found by loading a map, then choosing to download more maps), somebody can opt into downloading \"extra/optional\" cities.","breadcrumbs":"Developer guide » Native, running from source","id":"82","title":"Native, running from source"},"83":{"body":"When the weekly .zip binary release for Mac, Linux, and Windows is produced, the game crate is built with --features release_s3. When the downloader UI is opened in-game, this causes downloads to occur from a versioned S3 directory, like 0.2.17, depending on the version string compiled into the game at that time. So somebody can run off the weekly release, opt into more cities, and get the correct version of the files, even if the format has changed in /dev/ since then.","breadcrumbs":"Developer guide » Native, running from a release .zip","id":"83","title":"Native, running from a release .zip"},"84":{"body":"The strategy for managing files gets more interested when the game is compiled to WebAssembly, since browsers can't read from the local filesystem. game/src/load.rs contains some crazy tricks to instead make asynchronous HTTP requests through the browser. When using game/run_web.sh, the files are served through a local HTTP server and symlinked to the local copy of data/system/. Not all files are loaded through HTTP; some are actually statically compiled into the .wasm file itself! abstutil/src/io_web.rs does this magic using the include_dir crate. Only a few critical large files, needed at startup, are included. There's an IO layer for listing and reading files that, on web, merges results from the bundled-in files and the remote files that're declared to exist in the bundled-in copy of data/MANIFEST.json.","breadcrumbs":"Developer guide » Web, running locally","id":"84","title":"Web, running locally"},"85":{"body":"Everything's the same, except building with --features wasm_s3 causes the game to make HTTP requests to the S3 bucket, instead of localhost. The web version always pins to /dev, never a release version of the data, since the web client is always updated along with the data, for now.","breadcrumbs":"Developer guide » Web, from S3","id":"85","title":"Web, from S3"},"86":{"body":"A/B Street transforms OpenStreetMap (OSM) data into a detailed geometric and semantic representation of the world for traffic simulation. This chapter describes that map model, with the hopes that it'll be useful for purposes beyond this project.","breadcrumbs":"Map model","id":"86","title":"Map model"},"87":{"body":"A Map covers everything inside some hand-drawn boundary, usually scoped to a city or a few of a city's districts. Unlike OSM, it doesn't cover the entire world; it only has areas specifically extracted for some purpose. A map consists of many objects. Mainly, there are roads, broken down into individual lanes, and intersections. A road is a single segment connecting exactly two intersections (as opposed to OSM, where a single \"way\" may span many intersections). Lanes within a road have a specific type, which dictates their direction of travel (or lack of travel, like on-street parking) and uses. Sidewalks are represented as bidirectional lanes. Roads connect at intersections, which contain an explicit set of turns, each linking a source lane to a destination lane. Maps also contain parking lots and buildings, which connect to the nearest driveable lane and a sidewalk. Maps have water and park areas, only used for drawing. They also represent public transit stops and routes.","breadcrumbs":"Overview","id":"87","title":"Overview"},"88":{"body":"Unlike some GIS systems, maps don't use any kind of database -- they're just a file, anywhere from 1 to ~500MB (depending on the size of their boundary). Once loaded into memory, different objects from the map can be accessed directly, along with a large API to perform various queries. Most of the map's API is read-only; once built, a map doesn't change until user-created edits are applied. The pipeline to import a map from OSM data (and also optional supplementary, city-specific data) is complex and may take a few minutes to run, but it happens once offline. Applications using maps just read the final file.","breadcrumbs":"How is a map used?","id":"88","title":"How is a map used?"},"89":{"body":"Why use A/B Street's map model instead of processing OSM directly? TODO: Order these better. For each one, show before/after pictures","breadcrumbs":"Features","id":"89","title":"Features"},"9":{"body":"A/B Street attempts to render individual lanes and intersections from OSM data. This makes it useful to audit the lane tags in OSM, including parking:lane . The tool tracks your edits and when you generate the OsmChange file, it grabs modified ways from the OSM API to generate a diff. You can inspect the diff, load it in JOSM, and upload. Your changes won't immediately be reflected in A/B Street. Let me know when you've done some amount of mapping, and I'll regenerate the maps from fresh data.","breadcrumbs":"Instructions » How does the tool work?","id":"9","title":"How does the tool work?"},"90":{"body":"Bodies of water, forests, parks, and other areas are represented in OSM as relations, requiring the user to stitch together multiple polylines in undefined orders and handle inner holes. A/B Street maps handle all of that, and also clip the area's polygon to the boundary of the entire map -- including coastlines.","breadcrumbs":"Area clipping","id":"90","title":"Area clipping"},"91":{"body":"OSM represents roads as a polyline of the physical center of the road. A/B Street infers the number and type of lanes from OSM metadata, then creates individual lanes of appropriate width, each with a center-line and polygon for geometry. At intersections, the roads and lanes are \"trimmed back\" to avoid overlapping, and the \"common area\" becomes the intersection's polygon. This heuristic process is reasonably robust to complex shapes, with special treatment of highway on/off-ramps, although it does still have some bugs.","breadcrumbs":"Road and intersection geometry","id":"91","title":"Road and intersection geometry"},"92":{"body":"At each intersection, A/B Street infers all legal movements between vehicle lanes and sidewalks. This process makes use of OSM metadata about turn lanes, inferring reasonable defaults for multi-lane roads. OSM turn restriction relations, which may span a sequence of several roads to describe U-turns around complex intersections, are also used.","breadcrumbs":"Turns","id":"92","title":"Turns"},"93":{"body":"OSM models parking lots as areas along with the driveable aisles. Usually the capacity of a lot isn't tagged. A/B Street automatically fills paring lots with individual stalls along the aisles, estimating the capacity just from this geometry.","breadcrumbs":"Parking lots","id":"93","title":"Parking lots"},"94":{"body":"At unsignalized intersections, A/B Street infers which roads have to stop, and which have right-of-way.","breadcrumbs":"Stop signs","id":"94","title":"Stop signs"},"95":{"body":"OSM has no way to describe how traffic signals are configured. A/B Street models fixed-timer signals, automatically inferring the number of phases, their duration, and the movements that are prioritized and permitted during each phase.","breadcrumbs":"Traffic signals","id":"95","title":"Traffic signals"},"96":{"body":"A/B Street can determine routes along lanes and turns for vehicles and pedestrians. These routes obey OSM's turn restriction relations that span multiple road segments. They also avoid roads that're tagged as not allowing through-traffic, depending on the route's origin and destination and vehicle type. The pathfinding optionally makes use of contraction hierarchies to greatly speed up query performance, at the cost of a slower offline importing process.","breadcrumbs":"Pathfinding","id":"96","title":"Pathfinding"},"97":{"body":"OSM tags bridges and tunnels, but the roads that happen to pass underneath bridges aren't mapped. A/B Street detects these and represents the z-order for drawing.","breadcrumbs":"Bridge z-ordering","id":"97","title":"Bridge z-ordering"},"98":{"body":"Similar to areas, A/B Street consolidates the geometry of OSM buildings, which may be split into multiple polygons. Each building is also associated with the nearest driveable lane and sidewalk, and metadata is used to infer a land-use (like residential and commercial) and commercial amenities available.","breadcrumbs":"Buildings","id":"98","title":"Buildings"},"99":{"body":"A/B Street uses bus stops and route relations from OSM to build a model of public transit routes. OSM makes few guarantees about how the specifics of the route are specified, but A/B Street produces specific paths, handling clipping to the map boundary. ... All of this isn't the case yet, but it's a WIP!","breadcrumbs":"Experimental: public transit","id":"99","title":"Experimental: public transit"}},"length":200,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0}}},"9":{"df":4,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.358898943540674},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":17,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.4142135623730951},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.1622776601683795},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.6457513110645907},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.23606797749979},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.0}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.6457513110645907},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.0}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":78,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":42,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":37,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":2.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.0},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":1.7320508075688772}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.0},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":48,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":4,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"10":{"tf":1.7320508075688772},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":46,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.7320508075688772},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":3,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951}}},"9":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.4142135623730951},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.47213595499958},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.7320508075688772},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.23606797749979},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"80":{"tf":2.23606797749979},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.7320508075688772},"138":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":43,"docs":{"113":{"tf":2.0},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.3166247903554},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.8284271247461903},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.7320508075688772},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"2":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.449489742783178},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":41,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":8,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.449489742783178},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.7320508075688772},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.8284271247461903},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.23606797749979}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.23606797749979}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":83,"docs":{"101":{"tf":2.0},"102":{"tf":2.449489742783178},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":59,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":2.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":37,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.4142135623730951},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":2.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.23606797749979},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":2.0},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.23606797749979},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":51,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":2.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.7320508075688772},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.23606797749979},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":69,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"82":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.4142135623730951},"48":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.8284271247461903},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":2.0},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":22,"docs":{"10":{"tf":2.0},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":69,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":2.0},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":6,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":3,"docs":{"16":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"title":{"root":{"1":{"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"173":{"tf":1.0}}},"3":{"df":1,"docs":{"174":{"tf":1.0}}},"a":{"/":{"b":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"16":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"38":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"197":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"v":{"d":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"149":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"131":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"113":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"190":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.0}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"161":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"df":1,"docs":{"162":{"tf":1.0}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"178":{"tf":1.0},"195":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"28":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"163":{"tf":1.0},"199":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"50":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"159":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"107":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"152":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"187":{"tf":1.0},"29":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"156":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"180":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":1,"docs":{"94":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"190":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":4,"docs":{"133":{"tf":1.0},"185":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"42":{"tf":1.0}}}},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"116":{"tf":1.0},"123":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"123":{"tf":1.0},"35":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"26":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"b":{"df":3,"docs":{"164":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"119":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}
    \ No newline at end of file
    +{"doc_urls":["index.html#ab-street","howto/index.html#ab-street-instructions","howto/index.html#installing-the-game","howto/index.html#playing-the-game","howto/index.html#data-source-licensing","howto/map_parking.html#help-map-out-on-street-parking","howto/map_parking.html#faq","howto/map_parking.html#why","howto/map_parking.html#why-put-this-data-in-osm","howto/map_parking.html#how-does-the-tool-work","howto/map_parking.html#why-use-this-tool","howto/map_parking.html#what-about-parking-restrictions","howto/map_parking.html#what-about-off-street-parking","howto/map_parking.html#what-about-long-roads-where-parking-appears-and-disappears","howto/map_parking.html#how-to-coordinate-with-other-mappers","howto/map_parking.html#i-noticed-weird-roads-in-the-tool","howto/map_parking.html#i-want-to-map-an-area-but-theres-no-option-for-it","howto/new_city.html#importing-a-new-city-into-ab-street","howto/new_city.html#quick-start","howto/new_city.html#how-to-get-osm-files","howto/new_city.html#including-the-city-to-ab-street-more-permanently","howto/new_city.html#next-steps","how_it_works.html#how-ab-street-works","how_it_works.html#driving","how_it_works.html#parking","how_it_works.html#biking","how_it_works.html#walking","how_it_works.html#transit","how_it_works.html#intersections","how_it_works.html#people-and-trips","how_it_works.html#map-edits","case_studies/index.html#case-studies","case_studies/lake_wash.html#lake-washington-blvd-stay-healthy-street","case_studies/lake_wash.html#lake-washington-blvd","case_studies/lake_wash.html#first-attempt","case_studies/lake_wash.html#traffic-calming","case_studies/lake_wash.html#next-steps","case_studies/west_seattle.html#west-seattle-mitigations","case_studies/west_seattle.html#16th-ave-sw-and-sw-holden-st","case_studies/west_seattle.html#re-evaluate-arterials","case_studies/west_seattle.html#repair-the-bridge","dev/index.html#developer-guide","dev/index.html#getting-started","dev/index.html#development-tips","dev/index.html#downloading-more-cities","dev/index.html#building-map-data","dev/index.html#understanding-stuff","dev/index.html#code-organization","dev/index.html#code-conventions","dev/index.html#profiling","dev/misc_tricks.html#development-notes","dev/misc_tricks.html#building-releases","dev/misc_tricks.html#markdown","dev/misc_tricks.html#videos","dev/misc_tricks.html#faster-linking","dev/misc_tricks.html#git","dev/misc_tricks.html#refactoring","dev/misc_tricks.html#stack-overflow","dev/misc_tricks.html#drawing-diagrams","dev/misc_tricks.html#mapping","dev/misc_tricks.html#osm-tools","dev/misc_tricks.html#fonts","dev/misc_tricks.html#release-checklist","dev/api.html#api","dev/api.html#examples","dev/api.html#control-flow","dev/api.html#api-details","dev/api.html#working-with-the-map-model","dev/api.html#working-with-individual-trips","dev/api.html#working-with-scenarios","dev/testing.html#testing-strategy","dev/testing.html#unit-tests","dev/testing.html#screenshot-diffs","dev/testing.html#dataregensh","dev/testing.html#integration-tests","dev/testing.html#old-tests","dev/mass_import.html#mass-importing-many-maps","dev/mass_import.html#the-current-approach","dev/mass_import.html#problems","dev/data.html#data-organization","dev/data.html#the-data-itself","dev/data.html#where-the-data-is-stored","dev/data.html#native-running-from-source","dev/data.html#native-running-from-a-release-zip","dev/data.html#web-running-locally","dev/data.html#web-from-s3","map/index.html#map-model","map/index.html#overview","map/index.html#how-is-a-map-used","map/index.html#features","map/index.html#area-clipping","map/index.html#road-and-intersection-geometry","map/index.html#turns","map/index.html#parking-lots","map/index.html#stop-signs","map/index.html#traffic-signals","map/index.html#pathfinding","map/index.html#bridge-z-ordering","map/index.html#buildings","map/index.html#experimental-public-transit","map/index.html#experimental-separated-cyclepaths-tramways-and-walking-paths","map/details.html#map-model-details","map/details.html#the-map","map/details.html#coordinate-system","map/details.html#invariants","map/details.html#connectivity","map/importing/index.html#importing","map/importing/convert_osm.html#from-osm-to-rawmap-convert_osm-crate","map/importing/convert_osm.html#extractrs","map/importing/convert_osm.html#split_waysrs","map/importing/convert_osm.html#clip","map/importing/geometry.html#roadintersection-geometry-rawmap-to-initialmap","map/importing/rest.html#initialmap-to-map","map/importing/misc.html#development-tricks","map/importing/misc.html#appendix-polylines","map/edits.html#live-edits","map/platform.html#ab-streets-map-model-as-a-platform","map/platform.html#use-cases","map/platform.html#just-data-is-not-enough","map/platform.html#how-would-an-apilibrary-work","map/platform.html#compatibility","map/platform.html#layering","map/platform.html#the-bigger-vision","trafficsim/index.html#ab-streets-traffic-simulation","trafficsim/discrete_event.html#discrete-event-simulation","trafficsim/discrete_event.html#cars","trafficsim/discrete_event.html#exact-positions","trafficsim/discrete_event.html#lane-changing","trafficsim/discrete_event.html#pedestrians","trafficsim/discrete_event.html#intersections","trafficsim/discrete_event.html#appendix-discrete-time-simulation","trafficsim/travel_demand.html#travel-demand","trafficsim/travel_demand.html#scenarios","trafficsim/travel_demand.html#data-sources","trafficsim/travel_demand.html#seattle-soundcast","trafficsim/travel_demand.html#berlin","trafficsim/travel_demand.html#proletariat-robot","trafficsim/travel_demand.html#custom-import","trafficsim/travel_demand.html#modifying-demand","trafficsim/travel_demand.html#research","trafficsim/gridlock.html#gridlock","trafficsim/gridlock.html#problems","trafficsim/gridlock.html#solutions","trafficsim/gridlock.html#not-implemented","trafficsim/gridlock.html#strategy-for-resolving","trafficsim/gridlock.html#fixing-data-used-in-simulation","trafficsim/trips.html#multi-modal-trips","trafficsim/trips.html#walking-only-trips","trafficsim/trips.html#trips-starting-from-a-border","trafficsim/trips.html#trips-starting-from-a-building","trafficsim/live_edits.html#live-edits","trafficsim/live_edits.html#what-works-today","trafficsim/live_edits.html#todo-recalculating-paths","trafficsim/live_edits.html#todo-parking","trafficsim/parking.html#parking","trafficsim/parking.html#infinite-parking","project/index.html#project-logistics","project/roadmap.html#roadmap","project/roadmap.html#next-steps-summer-2020","project/roadmap.html#ongoing-work","project/roadmap.html#ui-and-data-visualization","project/roadmap.html#game-design","project/roadmap.html#map-data--gis","project/roadmap.html#simulation--modeling","project/roadmap.html#web","project/roadmap.html#contributing-for-non-programmers","project/roadmap.html#long-term-vision","project/motivations.html#project-motivations","project/history/index.html#project-history","project/history/index.html#retrospective","project/history/index.html#trivia","project/history/backstory.html#backstory","project/history/year1.html#year-1-june-2018-2019","project/history/year2.html#year-2-june-2019-2020","project/history/year3.html#year-3-june-2020-2021","project/CHANGELOG.html#changelog","project/references.html#references","project/references.html#example-use-cases","project/references.html#groups-that-may-be-eventually-interested","project/references.html#similar-projects","project/references.html#seattle-specific","project/references.html#other-projects","project/references.html#notes-from-related-work","project/references.html#smarts--httpspeopleengunimelbeduauetanintist17pdf-","project/references.html#games","project/references.html#open-source-urban-planning","project/references.html#proprietary","project/references.html#maps-for-people","project/references.html#gammacsunceduroadnetworkwilkie_tvcgpdf","project/references.html#citybound","project/references.html#discrete-event-simulation-papers","project/references.html#tactical-urbanism","project/collaborations.html#collaborations","project/collaborations.html#glt","project/collaborations.html#xian","project/collaborations.html#forecasting-group","project/collaborations.html#cityengine","project/collaborations.html#berlin","project/collaborations.html#manchester","project/collaborations.html#pandemic-model"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":2,"title":2},"1":{"body":11,"breadcrumbs":3,"title":3},"10":{"body":20,"breadcrumbs":3,"title":2},"100":{"body":33,"breadcrumbs":6,"title":6},"101":{"body":20,"breadcrumbs":5,"title":3},"102":{"body":184,"breadcrumbs":3,"title":1},"103":{"body":89,"breadcrumbs":4,"title":2},"104":{"body":109,"breadcrumbs":3,"title":1},"105":{"body":103,"breadcrumbs":3,"title":1},"106":{"body":99,"breadcrumbs":3,"title":1},"107":{"body":19,"breadcrumbs":7,"title":4},"108":{"body":53,"breadcrumbs":4,"title":1},"109":{"body":69,"breadcrumbs":4,"title":1},"11":{"body":23,"breadcrumbs":3,"title":2},"110":{"body":46,"breadcrumbs":4,"title":1},"111":{"body":132,"breadcrumbs":7,"title":4},"112":{"body":671,"breadcrumbs":5,"title":2},"113":{"body":202,"breadcrumbs":5,"title":2},"114":{"body":12,"breadcrumbs":5,"title":2},"115":{"body":171,"breadcrumbs":4,"title":2},"116":{"body":24,"breadcrumbs":7,"title":5},"117":{"body":53,"breadcrumbs":4,"title":2},"118":{"body":116,"breadcrumbs":4,"title":2},"119":{"body":36,"breadcrumbs":4,"title":2},"12":{"body":22,"breadcrumbs":3,"title":2},"120":{"body":36,"breadcrumbs":3,"title":1},"121":{"body":38,"breadcrumbs":3,"title":1},"122":{"body":188,"breadcrumbs":4,"title":2},"123":{"body":16,"breadcrumbs":4,"title":4},"124":{"body":49,"breadcrumbs":5,"title":3},"125":{"body":232,"breadcrumbs":3,"title":1},"126":{"body":139,"breadcrumbs":4,"title":2},"127":{"body":133,"breadcrumbs":4,"title":2},"128":{"body":37,"breadcrumbs":3,"title":1},"129":{"body":121,"breadcrumbs":3,"title":1},"13":{"body":15,"breadcrumbs":6,"title":5},"130":{"body":174,"breadcrumbs":6,"title":4},"131":{"body":60,"breadcrumbs":4,"title":2},"132":{"body":16,"breadcrumbs":3,"title":1},"133":{"body":0,"breadcrumbs":4,"title":2},"134":{"body":48,"breadcrumbs":4,"title":2},"135":{"body":20,"breadcrumbs":3,"title":1},"136":{"body":73,"breadcrumbs":4,"title":2},"137":{"body":77,"breadcrumbs":4,"title":2},"138":{"body":80,"breadcrumbs":4,"title":2},"139":{"body":14,"breadcrumbs":3,"title":1},"14":{"body":12,"breadcrumbs":3,"title":2},"140":{"body":39,"breadcrumbs":3,"title":1},"141":{"body":205,"breadcrumbs":3,"title":1},"142":{"body":80,"breadcrumbs":3,"title":1},"143":{"body":58,"breadcrumbs":3,"title":1},"144":{"body":108,"breadcrumbs":4,"title":2},"145":{"body":23,"breadcrumbs":6,"title":4},"146":{"body":34,"breadcrumbs":5,"title":3},"147":{"body":0,"breadcrumbs":4,"title":2},"148":{"body":0,"breadcrumbs":5,"title":3},"149":{"body":0,"breadcrumbs":5,"title":3},"15":{"body":30,"breadcrumbs":5,"title":4},"150":{"body":66,"breadcrumbs":4,"title":2},"151":{"body":19,"breadcrumbs":4,"title":2},"152":{"body":73,"breadcrumbs":5,"title":3},"153":{"body":46,"breadcrumbs":4,"title":2},"154":{"body":14,"breadcrumbs":3,"title":1},"155":{"body":51,"breadcrumbs":4,"title":2},"156":{"body":2,"breadcrumbs":2,"title":2},"157":{"body":14,"breadcrumbs":2,"title":1},"158":{"body":40,"breadcrumbs":5,"title":4},"159":{"body":18,"breadcrumbs":3,"title":2},"16":{"body":17,"breadcrumbs":6,"title":5},"160":{"body":32,"breadcrumbs":4,"title":3},"161":{"body":13,"breadcrumbs":3,"title":2},"162":{"body":92,"breadcrumbs":4,"title":3},"163":{"body":54,"breadcrumbs":3,"title":2},"164":{"body":19,"breadcrumbs":2,"title":1},"165":{"body":42,"breadcrumbs":4,"title":3},"166":{"body":66,"breadcrumbs":4,"title":3},"167":{"body":226,"breadcrumbs":3,"title":2},"168":{"body":12,"breadcrumbs":3,"title":2},"169":{"body":43,"breadcrumbs":2,"title":1},"17":{"body":17,"breadcrumbs":6,"title":5},"170":{"body":11,"breadcrumbs":2,"title":1},"171":{"body":448,"breadcrumbs":3,"title":1},"172":{"body":181,"breadcrumbs":7,"title":5},"173":{"body":220,"breadcrumbs":7,"title":5},"174":{"body":110,"breadcrumbs":7,"title":5},"175":{"body":3438,"breadcrumbs":2,"title":1},"176":{"body":0,"breadcrumbs":2,"title":1},"177":{"body":5,"breadcrumbs":4,"title":3},"178":{"body":92,"breadcrumbs":4,"title":3},"179":{"body":3,"breadcrumbs":3,"title":2},"18":{"body":83,"breadcrumbs":3,"title":2},"180":{"body":66,"breadcrumbs":3,"title":2},"181":{"body":10,"breadcrumbs":2,"title":1},"182":{"body":0,"breadcrumbs":4,"title":3},"183":{"body":18,"breadcrumbs":3,"title":2},"184":{"body":5,"breadcrumbs":2,"title":1},"185":{"body":1,"breadcrumbs":5,"title":4},"186":{"body":3,"breadcrumbs":2,"title":1},"187":{"body":1,"breadcrumbs":3,"title":2},"188":{"body":6,"breadcrumbs":2,"title":1},"189":{"body":1,"breadcrumbs":2,"title":1},"19":{"body":65,"breadcrumbs":3,"title":2},"190":{"body":62,"breadcrumbs":5,"title":4},"191":{"body":7,"breadcrumbs":3,"title":2},"192":{"body":9,"breadcrumbs":2,"title":1},"193":{"body":38,"breadcrumbs":2,"title":1},"194":{"body":14,"breadcrumbs":2,"title":1},"195":{"body":25,"breadcrumbs":3,"title":2},"196":{"body":16,"breadcrumbs":2,"title":1},"197":{"body":19,"breadcrumbs":2,"title":1},"198":{"body":18,"breadcrumbs":2,"title":1},"199":{"body":18,"breadcrumbs":3,"title":2},"2":{"body":81,"breadcrumbs":2,"title":2},"20":{"body":155,"breadcrumbs":7,"title":6},"21":{"body":59,"breadcrumbs":3,"title":2},"22":{"body":51,"breadcrumbs":3,"title":3},"23":{"body":52,"breadcrumbs":1,"title":1},"24":{"body":122,"breadcrumbs":1,"title":1},"25":{"body":77,"breadcrumbs":1,"title":1},"26":{"body":32,"breadcrumbs":1,"title":1},"27":{"body":10,"breadcrumbs":1,"title":1},"28":{"body":83,"breadcrumbs":1,"title":1},"29":{"body":53,"breadcrumbs":2,"title":2},"3":{"body":12,"breadcrumbs":2,"title":2},"30":{"body":47,"breadcrumbs":2,"title":2},"31":{"body":156,"breadcrumbs":2,"title":2},"32":{"body":115,"breadcrumbs":8,"title":6},"33":{"body":36,"breadcrumbs":5,"title":3},"34":{"body":135,"breadcrumbs":4,"title":2},"35":{"body":51,"breadcrumbs":4,"title":2},"36":{"body":25,"breadcrumbs":4,"title":2},"37":{"body":69,"breadcrumbs":5,"title":3},"38":{"body":80,"breadcrumbs":8,"title":6},"39":{"body":82,"breadcrumbs":5,"title":3},"4":{"body":66,"breadcrumbs":3,"title":3},"40":{"body":19,"breadcrumbs":4,"title":2},"41":{"body":0,"breadcrumbs":2,"title":2},"42":{"body":62,"breadcrumbs":2,"title":2},"43":{"body":136,"breadcrumbs":2,"title":2},"44":{"body":43,"breadcrumbs":3,"title":3},"45":{"body":130,"breadcrumbs":3,"title":3},"46":{"body":10,"breadcrumbs":2,"title":2},"47":{"body":139,"breadcrumbs":2,"title":2},"48":{"body":140,"breadcrumbs":2,"title":2},"49":{"body":7,"breadcrumbs":1,"title":1},"5":{"body":70,"breadcrumbs":6,"title":5},"50":{"body":47,"breadcrumbs":4,"title":2},"51":{"body":40,"breadcrumbs":4,"title":2},"52":{"body":20,"breadcrumbs":3,"title":1},"53":{"body":29,"breadcrumbs":3,"title":1},"54":{"body":16,"breadcrumbs":4,"title":2},"55":{"body":20,"breadcrumbs":3,"title":1},"56":{"body":8,"breadcrumbs":3,"title":1},"57":{"body":5,"breadcrumbs":4,"title":2},"58":{"body":1,"breadcrumbs":4,"title":2},"59":{"body":5,"breadcrumbs":3,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":23,"breadcrumbs":4,"title":2},"61":{"body":1,"breadcrumbs":3,"title":1},"62":{"body":19,"breadcrumbs":4,"title":2},"63":{"body":20,"breadcrumbs":3,"title":1},"64":{"body":21,"breadcrumbs":3,"title":1},"65":{"body":78,"breadcrumbs":4,"title":2},"66":{"body":290,"breadcrumbs":4,"title":2},"67":{"body":32,"breadcrumbs":5,"title":3},"68":{"body":13,"breadcrumbs":5,"title":3},"69":{"body":54,"breadcrumbs":4,"title":2},"7":{"body":46,"breadcrumbs":1,"title":0},"70":{"body":0,"breadcrumbs":4,"title":2},"71":{"body":39,"breadcrumbs":4,"title":2},"72":{"body":92,"breadcrumbs":4,"title":2},"73":{"body":31,"breadcrumbs":3,"title":1},"74":{"body":55,"breadcrumbs":4,"title":2},"75":{"body":72,"breadcrumbs":4,"title":2},"76":{"body":20,"breadcrumbs":6,"title":4},"77":{"body":130,"breadcrumbs":4,"title":2},"78":{"body":50,"breadcrumbs":3,"title":1},"79":{"body":58,"breadcrumbs":4,"title":2},"8":{"body":51,"breadcrumbs":4,"title":3},"80":{"body":55,"breadcrumbs":4,"title":2},"81":{"body":65,"breadcrumbs":4,"title":2},"82":{"body":50,"breadcrumbs":5,"title":3},"83":{"body":44,"breadcrumbs":6,"title":4},"84":{"body":78,"breadcrumbs":5,"title":3},"85":{"body":31,"breadcrumbs":4,"title":2},"86":{"body":23,"breadcrumbs":2,"title":2},"87":{"body":99,"breadcrumbs":1,"title":1},"88":{"body":67,"breadcrumbs":2,"title":2},"89":{"body":17,"breadcrumbs":1,"title":1},"9":{"body":51,"breadcrumbs":3,"title":2},"90":{"body":31,"breadcrumbs":2,"title":2},"91":{"body":51,"breadcrumbs":3,"title":3},"92":{"body":39,"breadcrumbs":1,"title":1},"93":{"body":26,"breadcrumbs":2,"title":2},"94":{"body":9,"breadcrumbs":2,"title":2},"95":{"body":23,"breadcrumbs":2,"title":2},"96":{"body":48,"breadcrumbs":1,"title":1},"97":{"body":18,"breadcrumbs":3,"title":3},"98":{"body":28,"breadcrumbs":1,"title":1},"99":{"body":33,"breadcrumbs":3,"title":3}},"docs":{"0":{"body":"All documentation lives here. Some chapters are only intended for a technical audience.","breadcrumbs":"A/B Street","id":"0","title":"A/B Street"},"1":{"body":"This is an alpha-quality demo. Please email dabreegster@gmail.com or file a Github issue if you hit problems.","breadcrumbs":"A/B Street Instructions","id":"1","title":"A/B Street Instructions"},"10":{"body":"You don't have to; this tool or ID or JOSM all work. But the UI is clunky for this specific purpose. (Also, if you find this tool clunky in any way, let me know and I'll fix it.) There's also a proposed StreetComplete quest .","breadcrumbs":"Instructions » Why use this tool?","id":"10","title":"Why use this tool?"},"100":{"body":"Some cyclepaths, tram lines, and footpaths in OSM are tagged as separate ways, with no association to a \"main\" road. Sometimes this is true -- they're independent trails that only occasionally cross roads. But often they run alongside a road. A/B Street attempts to detect these and \"snap\" them to the main road as extra lanes. ... But this doesn't work yet at all.","breadcrumbs":"Experimental: separated cyclepaths, tramways, and walking paths","id":"100","title":"Experimental: separated cyclepaths, tramways, and walking paths"},"101":{"body":"A/B Street builds a rich representation of a city map using OpenStreetMap (OSM) and other sources. This chapter describes how. TODO: Integrate pictures from these slides . This recorded presentation covers some of this.","breadcrumbs":"Map model » Map model details","id":"101","title":"Map model details"},"102":{"body":"A single city is broken down into different pieces... A/B Street comes with a few maps, each defined by a bounding/clipping polygon for some portion of Seattle. Each map has these objects: Roads : A single road connects two intersections, carrying OSM metadata and containing some child lanes. Lanes : An individual lane of traffic. Driving (any vehicle), bus-only, and bike-only lanes have a direction. On-street parking lanes don't allow any movement, and they have some number of parking spots. Sidewalks are bidirectional. Intersections : An intersection has references to all of the incoming and outgoing lanes. Most intersections have a stop sign or traffic signal policy controlling movement through it. Border intersections on the edge of the map are special places where agents may appear or disappear. Turns : A turn connects one lane to another, via some intersection. (Sidewalks are bidirectional, so specifying the intersection is necessary to distinguish crosswalks at each end of a sidewalk.) Buildings : A building has a position, OSM metadata, and a front path connecting the edge of the building to the nearest sidewalk. Most trips in A/B Street begin and end at buildings. Some buildings also contain a number of off-street parking spots. Area : An area has geometry and OSM metadata and represents a body of water, forest, park, etc. They're just used for drawing. Bus stop : A bus stop is placed some distance along a sidewalk, with a pointer to the position on the adjacent driving or bus lane where a bus stops for pick-up. Bus route : A bus route has a name and a list of stops that buses will cycle between. In the future, they'll include information about the frequency/schedule of the route. Parking lot : A parking lot is connected to a road, has a shape, and has some internal driving \"aisles.\" The number and position of individual parking spots is auto-generated.","breadcrumbs":"Map model » The map","id":"102","title":"The map"},"103":{"body":"A/B Street converts (longitude, latitude) coordinates into a simpler form. An (x, y) point starts with the top-left of the bounding polygon as the origin. Note this is screen drawing order, not a Cartesian plane (with Y increasing upwards) -- so angle calculations account for this. The (x, y) values are f64's trimmed to a few decimal places, with way more precision than is really needed. These might become actual fixed-point integers later, but for now, a Pt2D skirts around Rust's limits on f64's by guaranteeing no NaN's or infinities and thus providing the full Eq trait. A few places in map conversion compare points using different thresholds, usually below 1 meter. Ideally these epsilon comparisons could be eliminated in favor of a fixed-point integer representation, but for now, explicit thresholds are useful.","breadcrumbs":"Map model » Coordinate system","id":"103","title":"Coordinate system"},"104":{"body":"Ideally, the finalized maps would satisfy a list of invariants, simplifying the traffic simulation and drawing code built on top. But the input data is quite messy and for now, most of these aren't quite guaranteed to be true. Some minimum length for lanes and turns. Very small lanes can't be drawn, tend to break intersection polygons, and may lead to gridlocked traffic. Some guarantees that positions along adjacent lanes actually match up, even though different lanes on the same road may have different lengths. Examples include the position of a bus stop on the sidewalk and bus lane matching up. Additionally, parking lanes without an adjacent driving lane or bus stops without any driving or bus lanes make no sense and should never occur. Connectivity -- any sidewalk should be reachable from any other, and most driving lanes should be accessible from any others. There are exceptions due to border intersections -- if a car spawns on a highway along the border of the map, it may be forced to disappear on the opposite border of the map, if the highway happens to not have any exits within the map boundary.","breadcrumbs":"Map model » Invariants","id":"104","title":"Invariants"},"105":{"body":"For a single mode, each lane is connected to two intersections. Turns connect two lanes. There are no turns between sidewalks and driving/bike/bus lanes. All buildings and parking lots have driveways. This must connect to a sidewalk, allowing pedestrians to enter/exit that object. The driveway OPTIONALLY connects to the nearest driveable lane. This allows cars to enter/exit that object for parking. Public transit stops are located somewhere on a sidewalk. They're associated with a driveable position where the bus or train stops. In the future, this will need to account for dedicated surface-level platforms and for underground transit stations, likely associated with a building. There's a concept of \"parking blackholes.\" If you treat every road as bidirectional without access restrictions, then the graph is connected. But the more detailed view has to factor in one-way roads and things near the map border. These blackholes influence where cars will try to look for parking (since we don't want them entering a blackhole and getting stuck) and also, for temporary/unintentional reasons, where pedestrian<->bicycle transitions will happen.","breadcrumbs":"Map model » Connectivity","id":"105","title":"Connectivity"},"106":{"body":"This chapter describes the process of transforming OSM extracts into A/B Street's map model. The steps are: A large .osm file is clipped to a hand-drawn boundary region, using osmconvert The convert_osm crate reads the clipped .osm, and a bunch of optional supplementary files, and produces a RawMap Part of the map_model crate transforms the RawMap into the final Map Other applications read and use the Map file The importer crate orchestrates these steps, along with automatically downloading any missing input data. The rest of these sections describe each step in a bit more detail. Keeping the docs up-to-date is hard; the best reference is the code, which is hopefully organized clearly. Don't be afraid of how complicated this pipeline seems -- each step is relatively simple. If it helps, imagine how this started -- just chop up OSM ways into road segments, infer lanes for each road, and infer turns between the lanes.","breadcrumbs":"Map model » Importing","id":"106","title":"Importing"},"107":{"body":"The first phase of map building reads in data from OSM files and a few others, producing a serialized RawMap. Only major steps are described; see the code for the rest.","breadcrumbs":"Map model » Importing » From OSM to RawMap (convert_osm crate)","id":"107","title":"From OSM to RawMap (convert_osm crate)"},"108":{"body":"Read .osm, extracting the points for road-like ways, buildings, and areas Areas usually come from a relation of multiple ways, with the points out of order. Gluing all the points together fails when the .osm has some ways clipped out. In that case, try to trace along the map boundary if the partial area intersects the boundary in a clear way. Otherwise, just use a straight line to try to close off the polygon. Also read traffic signal locations and turn restrictions between OSM ways","breadcrumbs":"Map model » Importing » extract.rs","id":"108","title":"extract.rs"},"109":{"body":"Split OSM ways into road segments OSM ways cross many intersections, so treat points with multiple ways and the points at the beginning and end of a way as intersections, then split the way into road segments between two intersections. This phase remembers which road segment is the beginning and end of the OSM way, for per-lane turn restrictions later Apply turn restrictions between roads here. Since OSM ways cross many intersections, the turn restrictions only apply to one particular road segment that gets created from the way. Make sure the destination of the restriction is actually incident to a particular source road.","breadcrumbs":"Map model » Importing » split_ways.rs","id":"109","title":"split_ways.rs"},"11":{"body":"There are many parking:lane tags to indicate restricted parking zones, time restrictions, etc. Feel free to map that in ID or JOSM, but I'm just looking to make a first pass over a wide area.","breadcrumbs":"Instructions » What about parking restrictions?","id":"11","title":"What about parking restrictions?"},"110":{"body":"Clip the map to the boundary polygon osmconvert options preserve ways that cross the boundary Trim roads that cross the boundary. There may be cases where a road dips out of bounds, then immediately comes back in. Disconnecting it isn't ideal, but it's better to manually tune the boundary polygon when this happens than try to preserve lots of out-of-bounds geometry. Area polygons are intersected with the boundary polygon using the clipping crate","breadcrumbs":"Map model » Importing » clip","id":"110","title":"clip"},"111":{"body":"The remainder of map construction is done in the map_model crate. There's one intermediate structure between RawMap and Map, called InitialMap. make/remove_disconnected.rs: Remove disconnected roads Just floodfill from some road, assuming all roads are bidirectional, to get different partitions. Remove roads from all but the largest partition make/initial/mod.rs and make/initial/lane_specs.rs: Interpret OSM tags to figure out what lanes are on each side of each road, also figuring out the total width of the road. make/initial/geometry.rs: Figure out the polygon for each intersection, and trim back road center-lines to end at a face of the polygon. For every road touching the intersection, get the polyline of each side, based on the road's width See appendix for how to shift polylines Sort all the polylines by the angle to the intersection's shared point Intersect every polyline with every other polyline More specifically -- the second half of each polyline, to get the correct collision point Look at the perpendicular infinite line to the collision point on the shifted polyline, then find where it hits the original center line. Trim back the center line by the max distance from these collisions. Compute the intersection's polygon by considering collisions between adjacent roads' polylines Deal with short roads and floating point issues by deduping any adjacent points closer than 0.1m","breadcrumbs":"Map model » Importing » Road/intersection geometry: RawMap to InitialMap","id":"111","title":"Road/intersection geometry: RawMap to InitialMap"},"112":{"body":"Still in the map_model crate. map.rs's make_half_map: Expand roads to lanes, using the list of lane types from before make/turns.rs: Generate turns for every intersection. Vehicle turns (for cars, bikes, buses) Consider every pair of roads in the intersection. Try to match up lane types -- if there's a bike lane on both roads, don't add a turn from driving->bike or bike->driving. If there's not, then fallback to transitions between different lane types. Classify the turn based on the difference between the angle of the incoming lane's last line and the outgoing lane's first line For straight turns, use the Cartesian product to link every incoming with every outgoing lane. If the indices dont match up, the turn becomes a LaneChangeLeft or LaneChangeRight turn. This is used later for intersection policies to prioritize turns appropriately. Right and left turns only originate from the one lane on the appropriate side Walking turns for pedestrians Consider pairs of adjacent roads around the intersection Make a crosswalk to the other side of the road, assuming there's a sidewalk on both sides Make a shared sidewalk corner over to the adjacent road If the adjacent road doesn't have a sidewalk on the close side, then consider skipping that road and making a crosswalk over to the next road. An example of this is a crosswalk over a highway on/off ramp. Verify all the turns so far are unique Filter by the OSM turn restrictions (\"only straight\" between road1 and road2) Try to apply the OSM per-lane restrictions (\"straight or left\" from lane 3) The number of lanes in the OSM metadata might not match up with how many lanes created Some of these OSM tags are just completely wrong sometimes. If the filter makes an incoming lane lose all of its turns, then ignore that tag. make/parking_blackholes.rs: Find well-connected roads near \"blackhole\" lanes. Starting from most driving/biking lanes, most other lanes are reachable. Some aren't -- such as one-way highways inevitably leading from or to a border. These are \"blackholes\" -- pathfinding to or from here may fail. Find the largest strongly-connected component (SCC) in the driving graph. From every other lane (a blackhole), floodfill both forwards and backwards to find the nearest driving lane part of the main SCC. Later, if a car needs to park by a building on a blackhole road, it'll instead start searching for parking at the redirect. This prevents it from being forced to instead exit the map through a border. make/buildings.rs: Match buildings up with sidewalks Find the closest sidewalk polyline to each building's center. Then draw a straight line for the front path between the edge of the building and the sidewalk point. Filter out buildings too far away from any sidewalk The front path might cross through other buildings; this is probably not worth fixing. make/buildings.rs: Same for parking lots Similar process to match parking lots to nearest sidewalk and driving lane Try to place parking spots along both sides of parking aisles Filter out overlapping spots make/bridges.rs: Find what roads lie beneath bridges, and update their Z-order accordingly for later drawing. stop_signs.rs: Instantiate default stop sign policies Rank incoming roads by OSM priority (arterial beats residential) If there's only one rank, then make an all-way stop Otherwise, the highest rank gets priority and others stop Check if there are any conflicts based on this. If so, then fall-back to an all way stop. traffic_signals.rs: Instantiate default traffic signal policies Apply the first predefined policy that works. 4-way 4 stage, 4-way 2 stage, 3-way 3-stage, degenerate policy for 2 roads, 2-stage for 4 one-ways Fallback to a greedy assignment that just randomly starts a new stage, adds all compatible turns, and repeats until all turns are present priority in some stage. pathfind/mod.rs: Prepare pathfinding A/B Street uses contraction hierarchies (CH) for fast routing, using the fast_paths crate. pathfind/vehicle.rs: For cars, bikes, buses There's a separate CH for cars, buses, and bikes, since they can use slightly different sets of lanes. Building the CH for buses and bikes is much faster than the one for cars, because the algorithm can re-use the node ordering from the first CH. Every lane is a node in the graph, even if it's not an appropriate lane type -- it might change later, and reusing orderings is vital for speed. If two lanes are connected by a turn, then there's an edge in the graph. The edge weight is the length of the lane and turn. Later this could take into account speed limit, penalize lane-changing and left turns, etc. pathfind/walking.rs: For pedestrians Only sidewalk lanes are nodes in the graph -- sidewalks can't ever be changed in A/B Street, so there's no concern about reusing node orderings. All turns between two sidewalks become edges, again using length When actually pathfinding, we get back a list of sidewalks. The actual paths used in the traffic simulation specify forwards or backwards on a sidewalk. Looking at adjacent pairs of sidewalks lets us easily stitch together exact directions. make/bus_stops.rs: Match bus stops with a sidewalk Also precompute the position where the bus stops on the adjacent driving or bus lane. This \"equivalent position on another lane\" process has a few weird cases, since two lanes on the same road might have different lengths. Right now, the same distance from the start of the lane is used, with clamping for shorter lanes. Ideally, the position would be found by projecting a perpendicular line out from one lane to the other. make/bus_stops.rs: Finalize the list of bus routes Between each pair of adjacent bus stops, run pathfinding to verify there's actually a path for the bus to follow. If any are disconnected, remove the bus route Remove bus stops that have no routes serving them. pathfind/walking.rs: Precompute the CH for pedestrians who will use buses Nodes in the graph are sidewalks and every bus stop There's an edge with weight 0 between a bus stop and its sidewalk There's also an edge with weight 0 between bus stops that're adjacent via some route. Ideally this weight would account for the time until the next bus and the time spent on the bus, etc. Later when figuring out which bus to use for a pedestrian, the resulting list of nodes is scanned for the first and last bus stop along the same route.","breadcrumbs":"Map model » Importing » InitialMap to Map","id":"112","title":"InitialMap to Map"},"113":{"body":"Separate phases for fast incremental development Don't reimport all data from OSM every time there's a change to part of the map construction code! For slow steps that don't change often, make them separate binaries -- hence convert_osm being separate from the rest. Don't be afraid of manual intervention The data isn't perfect. It's easy to spend lots of time fiddling with code to automatically handle all problems Instead of automatically resolving problems, prefer good tooling for finding and specifying fixes Be careful of derivative structures that could get out of sync with OSM. Prefer contributing real fixes to OSM. Screenshot diff testing When working on the code for intersection geometry, it's easy to check a few example cases get fixed by some change. But what if another part of the map regresses somehow? Take screenshots of the entire map, keep the checksums under version control, look at the diffs visually, and manually verify any changes. Implementation details: One huge gif or png is too slow to read and write, so take a bunch of tiled screenshots covering everything. Amusingly, rendering to a file with glium is slow unless compiling in release mode (which isn't an option for quick incremental development). So instead, pan to each section of the map, render it, call an external screenshot utility, and move on -- just don't wiggle the mouse during this process! Different IDs for objects make sense during different phases For the final product, lanes and such are just a contiguous array, indexed by numeric IDs. But sometimes, we need IDs that're the same between different boundary polygons of maps, so that player edits can be applied anywhere. Using (longitude, latitude) pairs hits floating-point serialization and comparison issues, so referring to roads as (OSM way ID, OSM node ID 1, OSM node ID 2) works instead.","breadcrumbs":"Map model » Importing » Development tricks","id":"113","title":"Development tricks"},"114":{"body":"Add some pictures here to demonstrate how polyline shifting works, the explode-to-infinity problem, and the bevel/miter fix.","breadcrumbs":"Map model » Importing » Appendix: PolyLines","id":"114","title":"Appendix: PolyLines"},"115":{"body":"A key feature of A/B Street is the player editing the map and seeing how traffic responds. The possible edits include: Change lane types (driving, bus, bike, parking -- sidewalks are fixed) Change speed limits Reverse a lane Change a stop sign policy (which roads have a stop sign and which have priority) Change a traffic signal policy The map conversion process outlined above takes a few minutes, so reusing this process directly to compute a map with edits wouldn't work at all for real gameplay. Instead, the process for applying edits is incremental: Figure out the actual diff between edits and the current map This is necessary for correctness, but also speeds up a sequence of edits made in the UI -- only one or two lanes or intersections actually changes each time. Of course when loading some saved edits, lots of things might change. For any changed roads, make sure any bus stop on it have a good pointer to their equivalent driving position for the bus. For any modified intersections, recompute turns and the default intersection policies Recompute all the CHs for cars, buses, and bikes -- note sidewalks and bus stops never change This is the slowest step. Critically, the fast_paths crate lets a previous node ordering be reused. If just a few edge weights change, then recomputing is much faster than starting from scratch. While making edits in the UI, we don't actually need to recompute the CH after every little tweak. When the player exits edit mode, only then do we recompute everything. A list of lanes and intersections actually modified is then returned to the drawing layer, which uploads new geometry to the GPU accordingly.","breadcrumbs":"Map model » Live edits","id":"115","title":"Live edits"},"116":{"body":"A/B Street's representation of a city, built mostly from OSM and lots of heuristics, is likely useful to other projects. This doc brainstorms what it would look like to properly expose it to other users. To sum up what the map model provides: geometry + semantics.","breadcrumbs":"Map model » A/B Street's map model as a platform","id":"116","title":"A/B Street's map model as a platform"},"117":{"body":"Different UIs (particularly 3D / VR) for exploring cities as they are or as they could be, like Streetmix 3D and Complete Street Rule Importing slices of a city as assets into a game engine like Godot Imagine a hackathon where people easily build games based on the real world Like https://developers.google.com/maps/documentation/gaming/overview_musk but open A new OSM viewer/editor, particularly focused on POIs Something focusing on 15-minute neighborhoods, with isochrones and nearby amenities TODO: Give a quick Python example of what interacting with the end goal could look like.","breadcrumbs":"Map model » Use cases","id":"117","title":"Use cases"},"118":{"body":"At first glance, the existing Map structure could be written to some format with a nicely documented schema. This would certainly be useful, but it's not nearly enough. Interpreting the data sometimes requires lots of code, which already exists -- so why not expose it to users as well? Examples in OSM where I wish \"standard libraries\" existed to interpret the data: The simple task of detecting intersections between ways Figuring out what lanes a road has from tags Gluing multipolygons together Inferring turns at an intersection, subject to the several types of turn restrictions A/B Street solves these problems (or at least it tries to), but by itself, the resulting data isn't always useful. So some examples of where a library would be needed too: Pathfinding. ABST does lots of work especially to handle \"live\" map edits and cheaply regenerate contraction hierarchies. Also, pathfinding requires obeying OSM turn restrictions that span multiple roads -- this prevents even plain old Dijkstra's from working correctly. Getting geometry in different forms. Lanes are stored as a PolyLine, but what if a consumer wants the thickened Polygon, either as points, or maybe even pre-triangulated vertices and indices?","breadcrumbs":"Map model » Just data is not enough","id":"118","title":"Just data is not enough"},"119":{"body":"The traditional approach is to link against part of A/B Street as a library and call it through language-specific bindings. The more language-agnostic option is defining an API (maybe JSON or protobuf) and having clients run a local A/B Street server, making HTTP requests to it. This is like the \"sidecar\" pattern in microservice-land.","breadcrumbs":"Map model » How would an API/library work?","id":"119","title":"How would an API/library work?"},"12":{"body":"Ideally I'd also like to know how many private parking spots are available to residents of each building. But I don't know of an OSM schema for mapping this, or a practical way to collect this data. Let me know if you have ideas.","breadcrumbs":"Instructions » What about off-street parking?","id":"12","title":"What about off-street parking?"},"120":{"body":"Really have to think through this carefully. Some examples of big changes on the horizon: Additive: separate cycleways and tramways. Likely no schema change. Modify: traffic signals will get more complex Modify: we'll likely try again to merge tiny intersections together, which would get rid of the current guarantees that a road/intersection is associated to one particular OSM object","breadcrumbs":"Map model » Compatibility","id":"120","title":"Compatibility"},"121":{"body":"Clients should be able to opt into different data layers. For example, A/B Street strips out OSM building tags right now to keep filesizes small. But an OSM viewer would want to keep this (and likely discard the large contraction hierarchies). So some pieces of the map model need to be teased apart into optional pieces, and probably loaded in as separate files.","breadcrumbs":"Map model » Layering","id":"121","title":"Layering"},"122":{"body":"Depending what other open source projects are on board, the general idea is to start assembling an ecosystem of libraries/tooling to make it easier to build new things off of open GIS data. The end state might look like this. A few separate applications would exist, all running both natively and in the browser: A/B Street the game, more or less in its current form A new OpenStreetMap viewer, likely focused on visualizing roads and points-of-interest in detail The street parking OSM editor, and other OSM editors specialized for mapping certain things A new app focusing on 15-minute neighborhoods, using isochrones to show amenities available nearby Ideally, allow editing current land use / zoning, to let people explore how new policies might get closer to a 15-minute neighborhood. Possibly GOAT does all of this already, and this new thing shouldn't be built A new app for creating story maps, showing events that occur over time, with lots of detail about the surrounding environment All of these would make use of some common libraries, which should be extracted out cleanly from A/B Street today: the map model and OSM importer the widgetry UI library some common code for specifically interacting with maps in widgetry a tool to generate a traffic demand model from OSM data, optional census data, etc This has been initially prototyped the discrete-event traffic simulation that A/B Street uses today core geometry/utility libraries But note only the first application would use things like the simulation library. The point of more cleanly modularizing these pieces is to make it easier for new people to build different pieces, without having to understand and be coupled to everything else. Also, as appropriate, these pieces should use common data formats (like shared-row ) to be interoperable with Streetmix, Complete Streets, etc.","breadcrumbs":"Map model » The bigger vision","id":"122","title":"The bigger vision"},"123":{"body":"This article describes how cars, bikes, buses, and pedestrians are modeled in A/B Street. All code lives in the sim crate. This recorded presentation covers some of this.","breadcrumbs":"A/B Street's Traffic Simulation","id":"123","title":"A/B Street's Traffic Simulation"},"124":{"body":"The traffic simulation models different agents (cars, bikes, buses, pedestrians, and intersections) over time. Agents don't constantly sense and react to the world every second; instead, they remain in some state until something interesting happens. This is a discrete-event architecture -- events are scheduled for some time in the future, and handling them changes the state of some agents. The core simulation loop simply processes events in order -- see scheduler.rs and the step method in sim.rs.","breadcrumbs":"Traffic simulation » Discrete-event simulation","id":"124","title":"Discrete-event simulation"},"125":{"body":"(Note: Cars, bikes, and buses are all modeled the same way -- bikes just have a max speed, and buses/bikes can use restricted lanes.) Cars move through a sequence of lanes and turns (movements through an intersection). They queue and can't over-take a slow lead vehicle. The main simplifying assumption in A/B Street is that cars can instantly accelerate and decelerate. This wouldn't model highway driving at all, where things like jam waves are important, but it's reasonable for in-city driving. The essence of scarcity is the capacity on lanes and the contention at intersections. What happens in between isn't vital to get exactly right. A car has a few states (mechanics/car.rs): Crossing some distance of a lane/turn over some time interval Queued behind another car on a lane/turn WaitingToAdvance at the end of a lane, blocked on an intersection A few states where the car stays in one place: Parking , Unparking , and Idling (for buses at a stop) State transitions happen in mechanics/driving.rs. This is best explained by an example sequence: A car enters the Unparking state, taking a fixed 30s to exit a parking spot and enter the adjacent driving lane. The driving lane is blocked during this time, to mimic somebody pulling out from a parallel parking spot. The car is now fully somewhere on the driving lane. It enters the Crossing state, covering the remaining distance to the end of the road. The time interval is calculated assuming the car travels at the max speed limit of the road. After that time, the car checks if there's anybody in the queue before it. Nope? Then it attempts to initiate a turn through the intersection, but the stop sign says no, so the car enters the WaitingToAdvance state. Some time later, the stop sign wakes up the car. The car starts the turn, entering the Crossing state again. After finishing the turn, the car starts Crossing the next lane. When it's finished, it turns out there are a few cars ahead of it, so it enters the Queued state. When the lead vehicle directly in front of the car exits the lane, it wakes up the car, putting it in the Crossing state, starting at the appropriate following distance behind the lead vehicle. This prevents the car from immediately warping to the end of the lane when the lead vehicle is out of the way. And so on...","breadcrumbs":"Traffic simulation » Cars","id":"125","title":"Cars"},"126":{"body":"For a discrete-event simulation, we don't usually care exactly where on a lane a car is at some time. But we do need to know for drawing and for a few cases during simulation, such as determining when a bus is lined up with a bus stop in the middle of a lane. mechanics/queue.rs handles this, computing the distance of every car in a lane. For cars in the Crossing state, we linearly interpolate distance based on the current time. Of course, cars have to remain in order, so Queued cars are limited by the lead vehicle's position + the lead vehicle's length + a fixed following distance of 1m. Another case where we need to know exact positions of cars is to prevent the first vehicle on a lane from hitting the back of a car who just left the lane. All vehicles have length, and position is tracked by the front of the car. When a car's front leaves a lane, its back is still partly in the lane. Logically, the new lead car in the lane still needs to act like it's Queued. So each lane keeps a \"laggy head\", pointing to the car with its back partly in the lane. After the laggy head has made it sufficient distance along its new turn or lane, the laggy head on the old lane can be erased, unblocking the lead vehicle. This requires calculating exact distances and some occasionally expensive cases where we have to schedule frequent events to check when a laggy head is clear.","breadcrumbs":"Traffic simulation » Exact positions","id":"126","title":"Exact positions"},"127":{"body":"Lane-changing (LCing) deserves special mention. A/B Street cheats by not allowing it on lanes themselves. Instead, at intersections, cars can perform turns that shift them over any number of lanes. These LCing turns conflict with other turns appropriately, so the contention is still modeled. Why do it this way? In a previous project , I tried opportunistic LCing. If a car had room to warp to the equivalent distance on the adjacent lane without causing a crash, it would start LCing, then take a fixed time to slide over, blocking both lanes throughout. This meant cars often failed to LC when they needed to, forcing them to reroute, botching their trip times. In many cases the cars would be permanently stuck, because pathfinding would return paths requiring LCing that couldn't be pulled off in practice due to really short roads. Why not try making the car slow down if needed? Eventually it might have to stop, which could lead to unrealistic gridlock. This LCing model was using a detailed discrete-time model with cars accelerating properly; maybe it's easier with A/B Street's simplified movement model. Currently in A/B Street, cars will pick the least backed-up lane when there's a choice. They make this decision once when they reach the front of a queue; look for opportunistically_lanechange in router.rs. The decision could be improved.","breadcrumbs":"Traffic simulation » Lane-changing","id":"127","title":"Lane-changing"},"128":{"body":"Pedestrian modeling -- in mechanics/walking.rs is way simpler. Pedestrians don't need to queue on sidewalks; they can \"ghost\" through each other. In Seattle, there aren't huge crowds of people walking and slowing down, except for niche cases like Pike Place Market. So in A/B Street, the only scarce resource modeled is the time spent waiting to cross intersections.","breadcrumbs":"Traffic simulation » Pedestrians","id":"128","title":"Pedestrians"},"129":{"body":"I need to flesh this section out. See mechanics/intersections.rs for how stop signs and traffic signals work. Two things I need to fix before making this section interesting: Only wake up relevant agents when a previous agent finishes a turn. Don't let an agent start a low-priority turn (like an unprotected left) if it'll force a high-priority vehicle approaching to wait. The approaching vehicle is still in the Crossing state, so we need to notify intersections ahead of time of intended turns and an ETA. One contributor to permanent gridlock is cars and bikes being stuck in an intersection, preventing conflicting turns from being performed. To help avoid this, one of the last checks that stop signs and traffic signals perform before accepting a new turn request is that the target lane has enough space for the new vehicle. This is \"reserved\" space, not necessarily currently occupied by vehicles in that lane. This accounts for other vehicles performing a turn bound for that lane. See try_to_reserve_entry in mechanics/queue.rs. When a car completely leaves a lane (determined by the \"laggy head\" described above), this space is freed, and blocked cars are woken up.","breadcrumbs":"Traffic simulation » Intersections","id":"129","title":"Intersections"},"13":{"body":"The tool won't help. Use your favorite editor to split the way when the lane configuration changes. Also feel free to just skip these areas.","breadcrumbs":"Instructions » What about long roads where parking appears and disappears?","id":"13","title":"What about long roads where parking appears and disappears?"},"130":{"body":"A/B Street's first traffic model was discrete-time, meaning that every agent reacted to the world every 0.1s. Cars had a more realistic kinematics model, accelerating to change speed and gradually come to a halt. Cars did a worst-case estimation of how far ahead they need to lookahead in order to satisfy different constraints: Don't exceed any speed limits Don't hit the lead vehicle (which might suddenly slam on its brakes) Stop at the end of a lane, unless the intersection says to go After fighting with this approach for a long time, I eventually scrapped it in favor of the simpler discrete-event model because: It's fundamentally slow; there's lots of busy work where cars in freeflow with nothing blocking them or stopped in a long queue constantly check to see if anything has changed. Figuring out the acceleration to apply for the next 0.1s in order to satisfy all of the constraints is really complicated. Floating point inaccuracies cause ugly edge cases with speeds that wind up slightly negative and with cars coming to a complete stop slightly past the end of a lane. I wound up storing the \"intent\" of an action to auto-correct these errors. The realism of having cars accelerate smoothly didn't add value to the core idea in A/B Street, which is to model points of contention like parking capacity and intersections. (This is the same reason why I don't model bike racks for parking bikes -- in Seattle, it's never hard to find something to lock to -- this would be very different if Copenhagen was the target.) Additionally, the kinematics model made silly assumptions about driving anyway -- cars would smash on their accelerators and brakes as hard as possible within all of the constraints.","breadcrumbs":"Traffic simulation » Appendix: discrete-time simulation","id":"130","title":"Appendix: discrete-time simulation"},"131":{"body":"A/B Street simulates people following a schedule of trips over a day. A single trip has a start and endpoint, a departure time, and a mode. Most trips go between buildings, but the start or endpoint may also be a border intersection to represent something outside the map boundaries. The mode specifies whether the person will walk, bike, drive, or use transit. Without a good set of people and trips, evaluating some changes to a map is hard -- what if the traffic patterns near the change aren't realistic to begin with? This chapter describes where the travel demand data comes from.","breadcrumbs":"Traffic simulation » Travel demand","id":"131","title":"Travel demand"},"132":{"body":"A scenario encodes the people and trips taken over a day. See the code . TODO: talk about vehicle assignment / parked car seeding","breadcrumbs":"Traffic simulation » Scenarios","id":"132","title":"Scenarios"},"133":{"body":"","breadcrumbs":"Traffic simulation » Data sources","id":"133","title":"Data sources"},"134":{"body":"Seattle luckily has the Puget Sound Regional Council, which has produced the Soundcast model . They use census stats, land parcel records, observed vehicle counts, travel diaries, and lots of other things I don't understand to produce a detailed model of the region. We're currently using their 2014 model; the 2018 one should be available sometime in 2020. See the code for importing their data. TODO: talk about how trips beginning/ending off-map are handled","breadcrumbs":"Traffic simulation » Seattle: Soundcast","id":"134","title":"Seattle: Soundcast"},"135":{"body":"This work is ongoing . See the code . So far, we've found a population count per planning area and are randomly distributing the number of residents to all residential buildings in each area.","breadcrumbs":"Traffic simulation » Berlin","id":"135","title":"Berlin"},"136":{"body":"What if we just want to generate a reasonable model without any city-specific data? One of the simplest approaches is just to spawn people beginning at residential buildings, make them go to some workplace in the morning, then return in the evening. OpenStreetMap building tags can be used to roughly classify building types and distinguish small houses from large apartments. See the proletariat_robot code for an implementation of this. This is ongoing work spearheaded by Mateusz. Some of the ideas for next steps are to generate different types of people (students, workers), give them a set of activities with durations (go to school for 7 hours, 1 hour lunch break), and then further pick specfic buildings to travel to using more OSM tags.","breadcrumbs":"Traffic simulation » Proletariat robot","id":"136","title":"Proletariat robot"},"137":{"body":"If you have your own data, you can import it. The input format is JSON -- an example: { \"scenario_name\": \"monday\", \"people\": [ { \"origin\": { \"Position\": { \"longitude\": -122.303723, \"latitude\": 47.6372834 } }, \"trips\": [ { \"departure\": 10800.0, \"destination\": { \"Position\": { \"longitude\": -122.3075948, \"latitude\": 47.6394773 } }, \"mode\": \"Drive\" } ] } ]\n} Run the tool: cargo run --bin import_traffic -- --map=data/system/seattle/maps/montlake.bin --input=/path/to/input.json The tool matches input positions to the nearest building or border intersection, within 100 meters. The departure time is seconds since midnight. The tool will fail if any point doesn't match to a building, or if any of the specified trips can't be created (due to graph connectivity problems, for example). If your requirements are different or you have any trouble using this format/tool, please file a Github issue -- just consider this tool and format a prototype.","breadcrumbs":"Traffic simulation » Custom import","id":"137","title":"Custom import"},"138":{"body":"The travel demand model is extremely fixed; the main effect of a different random number seed is currently to initially place parked cars in specific spots. When the player makes changes to the map, exactly the same people and trips are simulated, and we just measure how trip time changes. This is a very short-term prediction. If it becomes much more convenient to bike or bus somewhere, then more people will do it over time. How can we transform the original demand model to respond to these changes? Right now, there's very preliminary work in sandbox mode for Seattle weekday scenarios. You can cancel all trips for some people (simulating lockdown) or modify the mode for some people (change 50% of all driving trips between 7 and 9am to use transit).","breadcrumbs":"Traffic simulation » Modifying demand","id":"138","title":"Modifying demand"},"139":{"body":"https://github.com/replicahq/doppelganger https://github.com/stasmix/popsynth https://zephyrtransport.github.io/zephyr-directory/projects/ https://activitysim.github.io https://github.com/BayAreaMetro/travel-model-one https://github.com/RSGInc/DaySim https://github.com/arup-group/pam https://spatial-microsim-book.robinlovelace.net/smsimr.html","breadcrumbs":"Traffic simulation » Research","id":"139","title":"Research"},"14":{"body":"If somebody wants to set up HOT tasking, that'd be great, but I don't expect so many people to jump on this.","breadcrumbs":"Instructions » How to coordinate with other mappers?","id":"14","title":"How to coordinate with other mappers?"},"140":{"body":"Here \"gridlock\" refers to the general problem of trips getting permanently stuck, preventing the full simulation from completing. Most of the work is tracked here . The general lesson is: you can't code your way around all edge cases. The data in OSM often needs manual fixes. It's often useful to spend coding effort on tools to detect and fix OSM problems.","breadcrumbs":"Traffic simulation » Gridlock","id":"140","title":"Gridlock"},"141":{"body":"The choices in the movement model matter. Some gridlock is inherent to any system with queueing and conflicting turns. But in reality, people wiggle around partly blocked turns. And some of this comes from the treatment of the front/back of vehicles. Short roads in OSM causing very weird geometry Intersection geometry being too large, requiring too much time to cross Unrealistic traffic patterns caused by everyone trying to park in one big garage (downtown) or take some alley (the UW soundcast issue) Too many people try to take an unprotected left turn (often at a stop sign) Bad individual traffic signals, usually at 5- or 6-ways Groups of traffic signals logically acting as a single intersection Separate traffic signals along a corridor being unsynchronized Vehicles performing illegal sequences of turns Vehicles are stuck with their plan and not reacting to traffic by changing route Real traffic would result in a gridlock without a deliberate actions to avoid it. Such actions range from individual decisions of drivers to police manually controlling traffic. Intelligent avoidance of gridlock is not simulated and is extremely hard to simulate. Vehicles will wait in lane filled with already waiting vehicles, even if there is a completely empty lane allowing travel in desired direction. It makes easier for entire lane between crossings to fill, contributing to gridlocks. Note that while this and other clearly stupid behaviors are clearly unrealistic, it is not trivial to implement more realistic and more efficient decisions. Issues caused by the unrealistic lane-changing model Two turns that go to the same lane (one going \"straight\", the other often a lane-change) conflict. The conflict is coarse, at the granularity of the entire intersection. So if vehicles are piled up in two lanes trying to merge into one, then one group is likely to go through as expected, but the second group will wait for the first to completely clear the intersection. Until then, it looks like a conflicting turn is being done.","breadcrumbs":"Traffic simulation » Problems","id":"141","title":"Problems"},"142":{"body":"Divide into implemented or not. Synchronizing pairs of signals Uber-turns for interpreting OSM turn restrictions for synchronizing a group of signals for locking turn sequences Once a vehicle starts an uber-turn, prevent others from starting conflicting turns on nearby intersections. Until groups of traffic signals are configured as one, this is necessary to prevent somebody from making it halfway through a sequence then getting blocked. Cycle detector block-the-box protection the manual list of overrides likely shouldn't apply during uber-turns is it always fine to block the box at degenerate intersections? hacks to allow conflicting turns at really broken intersections manually timing signals penalties for lane choice to make lane usage realistic","breadcrumbs":"Traffic simulation » Solutions","id":"142","title":"Solutions"},"143":{"body":"Dynamic rerouting Allow multiple vehicles through intersection at once if there is enough space on lane where given vehicle is going. Currrently vehicles travel through crossings one by one (or, with --disable_block_the_box enabled - will enter crossing even if leaving it will be impossible). Last resort: if someone's waiting on a turn >5m, just go. Uber-turns Group both stop sign and traffic signal intersections when looking for uber-turns. Even a single traffic signal surrounded by tiny roads with stop signs is causing problems.","breadcrumbs":"Traffic simulation » Not implemented","id":"143","title":"Not implemented"},"144":{"body":"Because there are so many different causes all tangled together, my approach is to simplify the simulation as much as possible. A problem is much easier to understand and fix when it's isolated. I've been trying this to get the downtown weekday scenario to complete. A list of different techniques to simplify, in no particular order: Use the --infinite_parking flag to just let everyone park directly in their destination buildings. This is useful since downtown has many large parking garages with high capacity, but I don't have a data source describing them. Use the --disable_turn_conflicts flag, which greatly reduces realism, but lets conflicting turns happen simultaneously. (Even with this and other flags, downtown still gridlocks!) It also disables traffic signals, so bad inferred timing isn't an issue. Use the --disable_block_the_box flag to workaround short roads. If you notice problems forming from cars stacking up behind slower cyclists, there's no over-taking implemented yet. Use the scenario modifiers to convert all biking trip to driving: --scenario_modifiers='[{\"ChangeMode\":{\"to_mode\":\"Drive\",\"pct_ppl\":100,\"departure_filter\":[0.0,86400.0],\"from_modes\":[\"Bike\"]}}]' If all else fails, use the scenario modifiers to bluntly cancel some percentage of all trips.","breadcrumbs":"Traffic simulation » Strategy for resolving","id":"144","title":"Strategy for resolving"},"145":{"body":"Give more examples of changesets. upstreaming turn restrictions into OSM to prevent invalid U-turns and other crazy movements ex: https://www.openstreetmap.org/changeset/87945050 upstreaming lane count fixes into OSM to improve geometry","breadcrumbs":"Traffic simulation » Fixing data used in simulation","id":"145","title":"Fixing data used in simulation"},"146":{"body":"A single trip consists of a sequence of TripLegs -- walking, operating a vehicle (car or bike), and riding the bus. Depending whether a trip begins or ends at a border or building, there are many combinations of these sequences. This is a way to categorize them into three groups. I'm not sure it's the simplest way to express all the state transitons.","breadcrumbs":"Traffic simulation » Multi-modal trips","id":"146","title":"Multi-modal trips"},"147":{"body":"","breadcrumbs":"Traffic simulation » Walking-only trips","id":"147","title":"Walking-only trips"},"148":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a border","id":"148","title":"Trips starting from a border"},"149":{"body":"","breadcrumbs":"Traffic simulation » Trips starting from a building","id":"149","title":"Trips starting from a building"},"15":{"body":"Welcome to my world. ;) If the number of lanes seems wrong, select the road and check the OSM tags. I'm inferring lanes from that. Feel free to make manual OSM edits to fix any problems you see. (I'd like to extend this tool to make that easier; let me know if you have ideas how to do this.)","breadcrumbs":"Instructions » I noticed weird roads in the tool","id":"15","title":"I noticed weird roads in the tool"},"150":{"body":"When the player edits the map, there's an efficient process for applying the edits at the map model and rendering layer. In the middle of a simulation, it's less obvious how to apply all edits. Most of the time currently, edits cause the simulation to reset to midnight. Applying edits to the sim without reset is important for running machine learning experiments and for improving the gameplay experience (by having more immediate feedback about the consequences of a change). The UI has a dirty_from_edits bit to track when changes have been applied without reset. This lets us tell the player that by the end of the day, any score / results are tentative, because their edits might have a different effect earlier in the day.","breadcrumbs":"Traffic simulation » Live edits","id":"150","title":"Live edits"},"151":{"body":"Changes to traffic signals are simple -- incremental_edit_traffic_signal happens at the map layer, and then handle_live_edited_traffic_signals at the sim layer just resets the current stage to 0 if the previous configuration had more stages.","breadcrumbs":"Traffic simulation » What works today","id":"151","title":"What works today"},"152":{"body":"Many of the edits will influence routes. For trips that haven't started yet, there's nothing to do immediately. Paths are calculated right before the trip starts, so slight changes to the start/end of the path due to map edits (like where somebody starts biking, for example) are captured naturally. For currently active trips, in some cases, rerouting would be ideal but not necessary (like if speed limits changed). In other cases -- like changing access restrictions, modifying lane types, closing intersections -- the route must be recomputed. As a simple first attempt, we could just cancel all active trips whose path crosses an edited road or intersection. Later, we can figure out rerouting. And actually, the only other case to handle is ChangeRouteSchedule, which should just be rescheduling the StartBus commands.","breadcrumbs":"Traffic simulation » TODO: Recalculating paths","id":"152","title":"TODO: Recalculating paths"},"153":{"body":"What happens if you modify a parking lane while there are cars on it? For now, just delete them. Trips later making use of them will just act as if the car never had room to be spawned at all and get cancelled or fallback to walking. A better resolution would be to relocate them to other parking spots. If the owner is home, it'd be neat to have them walk outside, move the car, and go back in. But this greatly complicates the simulation -- the edited lane is in a transition state for a while, it modifies schedules, the person might not be around, etc.","breadcrumbs":"Traffic simulation » TODO: Parking","id":"153","title":"TODO: Parking"},"154":{"body":"TODO: Fill out the types of parking available, public/private, blackholes, how people pick spots, how seeding works, etc.","breadcrumbs":"Traffic simulation » Parking","id":"154","title":"Parking"},"155":{"body":"If you pass --infinite_parking on the command line, every building gets unlimited public spots. This effectively removes the effects of parking from the model, since driving trips can always begin or end at their precise building (except for blackhole cases). This is useful if a particular map has poor parking data and you need to get comparative results about speeding up some trips. Often the A/B testing is extremely sensitive, because a parking space close to someone's destination is filled up quickly, slowing down the trip.","breadcrumbs":"Traffic simulation » Infinite parking","id":"155","title":"Infinite parking"},"156":{"body":"This has some background/logistics about the project.","breadcrumbs":"Project logistics","id":"156","title":"Project logistics"},"157":{"body":"A/B Street has been under active development since June 2018. That's a long time -- what work is happening now and how can you contribute?","breadcrumbs":"Project » Roadmap","id":"157","title":"Roadmap"},"158":{"body":"Afer the alpha launch in June, I plan to focus on: shared biking/walking trails like the Burke Gilman light rail more score functions besides trip time, like safety/comfort changing trip mode choice (if you make a bus route more desirable, switch some trips) web support (so people can try out proposals without installing anything)","breadcrumbs":"Project » Next steps, summer 2020","id":"158","title":"Next steps, summer 2020"},"159":{"body":"If I had resources to hire a team, this is roughly how I'd organize different roles. If you're interested in helping, these aren't strictly defined positions, just ideas of related tasks.","breadcrumbs":"Project » Ongoing work","id":"159","title":"Ongoing work"},"16":{"body":"To keep the release size small, I'm not including all maps yet. Let me know what you'd like to see included. Or if you have a .osm file, try the quick start guide .","breadcrumbs":"Instructions » I want to map an area, but there's no option for it","id":"16","title":"I want to map an area, but there's no option for it"},"160":{"body":"We've got a UX designer, but implementing all of the new designs takes time. Also: improve color schemes for colorblind players, implement night mode, rain effects, etc refactor and clean up the GUI library for other Rust users lots of data viz design / implementation needed","breadcrumbs":"Project » UI and data visualization","id":"160","title":"UI and data visualization"},"161":{"body":"the tutorial mode needs attention many ideas for challenge/story modes, but playtesting, tuning, and game design needed","breadcrumbs":"Project » Game design","id":"161","title":"Game design"},"162":{"body":"Support more cities: write docs/tools to help people add new cities without programming experience add support for non-OpenStreetMap input: GeoJSON for parking in Perth, other trip demand sources, etc fix bugs for driving on the left side of the road Improve the quality of map geometry derived from OpenStreetMap: try new algorithms to generate intersection polygons make tools for easily improving relevant data in OSM use ML and lidar/satellite data to get extremely accurate curb / planter / sidewalk geometry Build tools and organize community mapping: organize an effort to map how traffic signals are timed (partly started) divide and track work for distributed mapathons Bring in new data to understand more about cities: PM2.5 pollution Tax / land value (is there inequitable access to transit?)","breadcrumbs":"Project » Map data / GIS","id":"162","title":"Map data / GIS"},"163":{"body":"Totally new areas: light rail shared bike/pedestrian paths ridesharing micromobility (scooters, floating bikeshare) more score functions (elevation gain, biking safety) generating trip demand / activity models from scratch or modifying existing ones Improve existing models: overtaking / lane-changing pedestrian crowds instant vehicle acceleration pedestrians walking on road shoulders (some streets have no sidewalks) buses: transfers, proper schedules, multiple buses per route","breadcrumbs":"Project » Simulation / modeling","id":"163","title":"Simulation / modeling"},"164":{"body":"A/B Street runs on the web via WASM and WebGL; just waiting on vector text support. Besides that: Share community proposals online, discuss them, vote, etc","breadcrumbs":"Project » Web","id":"164","title":"Web"},"165":{"body":"There's plenty to do besides programming! Mapping, most of which directly contributes to OpenStreetMap: sidewalks and crosswalks on-street parking traffic signal timing Playtesting by attempting to implement real proposals would also be helpful, to expose where it's awkward for A/B Street to edit the map and to write up problems encountered. Advocacy: I'm not great at finding the right people to to get ideas implemented for real. Maybe you are?","breadcrumbs":"Project » Contributing for non-programmers","id":"165","title":"Contributing for non-programmers"},"166":{"body":"Longer term, I'd like to take lots of the work in generating and interacting with high-detail OpenStreetMap-based maps and generalize it, possibly as a new OSM viewer/editor. More generally, I'd like to see how simulation can help individuals understand and explore other policy decisions related to cities. Domains I'm vaguely interested in, but not at all knowledgable about, include land-use / zoning, housing, and supply chains. In late March 2020, a new collaborator started a pandemic model using the existing simulation of people occupying shared spaces. What are other domains could benefit from the rich agent-based model we're building?","breadcrumbs":"Project » Long-term vision","id":"166","title":"Long-term vision"},"167":{"body":"I thought it'd be helpful to explain what motivates my work in A/B Street. These are just my personal values; I don't intend to make a careful argument about these here. In no particular order: Transparency and reproducibility : if city government uses data, modeling, or simulation to inform a decision affecting the general public, then anybody ought to be able to repeat that analysis. This means code and data should be open. Businesses like Sidewalk Lab's Replica and Remix still need to generate income, but it's unclear why governments use taxes to pay for something only they see. Decision making should be documented clearly. Why were the 35th Ave bike lanes scrapped? Was the amount of on-street parking on nearby residential roads factored in? Was there analysis of how trip time is impacted by parking in the neighborhood and walking a few blocks to a business on the arterial? I'm personally inspired by approaches like vTaiwan and PDIS Accessibility leads to participation : There's overhead to taking small ideas to advocacy groups or inconveniently timed public meetings. If the planning process is easier to interact with, more people will participate. Seattle's Your Voice, Your Choice program is maybe an example of this Short-term changes : ST3 is exciting, but 2040 isn't close. There are much cheaper changes that can be implemented sooner. Most of the edits in A/B Street are inspired by tactical urbanism; they could be prototyped with signs and paint. The US is too dependent on cars : This has an unacceptable impact on the environment. Even ignoring that, many cities are out of room to build more roads. We can't keep scaling population like this. Autonomous vehicles will NOT save the day : They can squeeze more throughput out of existing infrastructure, but only up to a point. They might encourage people to move and tolerate longer commutes. Mass transit and dense land-use patterns handle population growth better. Compromise and trade-offs : I see lots of rhetoric calling for extreme, sudden change. I don't want to ban all cars from downtown Seattle, because that's not realistic. I want to focus on immediate steps forward. I want to come up with estimates about impacting drivers by a median 3 minutes in order to save a bus route 1 minute, and to shift public discourse towards that.","breadcrumbs":"Project » Project motivations","id":"167","title":"Project motivations"},"168":{"body":"As of June 2020. tldr: A/B Street has been in active development since June 2018, but the idea has been festering since I was about 16.","breadcrumbs":"Project » Project history","id":"168","title":"Project history"},"169":{"body":"What poor judgments have cost me the most time? UI churn: I should've studied some UX on my own and started with a clear idea of how to organize everything OSM data quality: I should've gained the confidence to upstream fixes earlier Intersection geometry: I should've realized sooner that simulation robustness is more important than nice appearance. Geometry primitives: I sunk too much time into the polyline problem and f64 precision.","breadcrumbs":"Project » Retrospective","id":"169","title":"Retrospective"},"17":{"body":"This process isn't easy yet. Please email dabreegster@gmail.com or file a Github issue if you hit problems. I'd really appreciate help and PRs to improve this.","breadcrumbs":"Instructions » Importing a new city into A/B Street","id":"17","title":"Importing a new city into A/B Street"},"170":{"body":"The name was almost \"Unstreet\" or \"Superban\" (superb urban) I hope you enjoy and/or are baffled by the release names","breadcrumbs":"Project » Trivia","id":"170","title":"Trivia"},"171":{"body":"I originally wanted to tell a much longer story here of how I came to work on A/B Street, but I'm not sure this is the right time yet. So consider this the quick version. I grew up in Baton Rouge, where driving is effectively the only mode of transport. (I've gone back and made a point of taking long walks to confirm how antagonistically the city is designed towards walking.) Very early on, I fell in love with a Nintendo 64 game called Banjo Kazooie, which led me to the online fan communities of the early 2000's. I wanted to create games too, so I started learning programming via library books and lots of questions on IRC. Because I never had any confidence in art, I wound up working on roguelikes , which led to a fervent interest in pathfinding algorithms and collaborative diffusion . When I started driving in high school, I quickly realized how bad people were at it. I remember being stuck at the intersection of Florida Blvd and Cloud and first wondering if the pathfinding algorithms could help with traffic. Can you see where this is going? Impatience is a virtue I moved to Austin for college. One of the first days of class, I shuffled down the stairs of Gearing Hall past a crackly old speaker apocalyptically announcing the weather forecast (details add color, right?) into a seminar demanding a totally open-ended first assignment to do something interesting. After I left, somebody stopped to ask me for directions, but I didn't know campus well yet. I thought about how Google Maps gave really silly walking directions. So I decided I'd hand-draw a map of campus, showing all of the construction, how to cut through the labryinth that is Welch Hall on hot days, and where to find the 24/7 robot coffee machines, and hack together a routing engine to help people find the shortest path between their classes. The feedback I got on this assignment included something along the lines of, \"I was really pretty impressed first that you would be so stupid as to actually try to do this...\" Hand-mapping UT Austin But I did, and that led me to discovering OpenStreetMap, which it turns out was pretty pivotal. (The first version of my campus map was seeded vaguely off an official paper map, but mostly I walked around and invented half-assed surveying methods on the spot.) Next semester, I joined a freshman research stream with somebody who had worked on AIM , UT's demonstration that autonomous vehicles wouldn't need traffic lights. Everything came together, and I started a 3 year journey of building AORTA , a traffic simulator for AVs. Guided by the research lab, I explored the really bizarre idea of letting AVs bid to turn lights green sooner and micro-tolling all roads to disincentivize congestion. Both of these mechanisms would be incredibly unfair to people without the spare cash to back up their high value-of-time, but I brushed this off by saying the currency could be based on carpooling, EVs, etc. Approximately Orchestrated Routing and Transportation Analyzer It was great to try research in college; I learned I really dislike munging data and compressing my work into 6 pages of conference paper LaTeX. So I moved to Seattle to work in industry instead, on something completely unrelated to transportation. Lots of things began unravelling for me in Seattle, but one of them was biking. In Austin, I had picked up mountain biking, and all but stopped driving; it was an amazing place to explore and commute by bike. Seattle was different. There were many more cyclists around, but the experience felt more stressful, the drivers more aggressive. I had plenty of near-misses. I kept commuting by bike, but the joy of it was gone. I started noticing how many cars were parked on narrow arterials and wondering why that was a fair use of space. I started paying attention to the public discourse around bike infrastructure in Seattle and feeling like the conversation was... chaotic. Manhattan took walkability seriously Fast forward to late 2017. This is where I'll omit chunks of the story. I visited London, my first experience with a city that took public transit seriously. When I returned, lots of latent ideas stopped fermenting and started exploding. I threw together a prototype of A/B Street and started the arduous process at work of open-sourcing it and applying to a program to let me work it on for a few quarters. A few months later, I wound up quitting instead, and began to work on A/B Street in earnest.","breadcrumbs":"Project » History » Backstory","id":"171","title":"Backstory"},"172":{"body":"I skimmed through git and summarized roughly what I was working on each month, calling out milestones. \"UI churn\" is pretty much constantly happening. June: polyline geometry and lanes, building paths, protobuf -> serde July: pedestrians, bikes, parked cars, lane edits August: porting AORTA's discrete-time driving model September: multi-leg trips, buses, the first ezgui wizard, randomized scenarios October: A/B test mode (and so per-map plugins), forking RNG for edit-invariance, intersection geometry November: clipping / borders, using blockface for parking, time travel mode, test runner framework December: bezier curves for turns, traffic signal editor, a first attempt at merging intersections, right-click menus, a top menu, modal menus the grand colorscheme refactor: a python script scraped cs.get_def calls at build-time January: careful f64 resolution, ezgui screencapping, synthetic map editor grand refactor : piston to glium February: attempting to use time-space intervals for a new driving model, new discrete-event model instead Feb 19-27 : conceiving and cutting over to the new discrete event model March: fleshing out DES model (laggy heads), first attempt to build on windows, gridlock detection April: first public releases, splash screen and rearranging game modes May: fancier agent rendering, attempting to use census tracts, finding real demand data milestone : discovered PSRC Soundcast data, much more realistic trips","breadcrumbs":"Project » History » Year 1 (June 2018-2019)","id":"172","title":"Year 1 (June 2018-2019)"},"173":{"body":"Circa October 2019 June: contraction hierarchies for pathfinding, stackable game states July: OSM turn restrictions, misc (I think I was in Europe?) August: pedestrian crowds, agent color schemes, parking blackholes, a big raw_data refactor to store Pt2D, attended first hackathon September: offstreet parking, associating parked cars with buildings using Soundcast (before that, anybody could use any car!), implemented texture support for some reason, doing manual MapFixes at scale to fix OSM bugs milestone : got the smallest montlake map to run without gridlock October: parking sim fixes, opportunistic lane-changing, starting challenge modes November: prebaked sim results, time-series plots, undo for edit mode, traffic signal editor grouping turns milestone : Yuwen joins project December: the UI reform begins (flexbox, minimap, trip timelines, cutting over to SVGs, info panels, scrolling), started naming releases sensibly Project leaked to HN , woops January: UI reform continues, the modern tutorial mode appears Feburary: UI and tutorial, all text now pure vectors, port to glow+WASM March: lockdowns start in US, start grouping trips as a person, population heatmap, left-hand driving, info panel and typography overhauls. started engaging with Greenways, started effort to map traffic signals April: Orestis joins and starts the pandemic model, trip tables, the optimize commute challenge, refactor for people's schedules and owned vehicles, trip time dat viz, MAJOR progress fixing gridlock at the sim layer May: gridlock progress, upstreaming fixes in OSM, differential throughput and first real write-up, long-lasting player edits, dedicated parking mapper, maybe vanquished the HiDPI bugs, multi-step turn restrictions, random bios for people, and docs like this to prep for launch ;) milestone : relying on pure OSM, no more MapFixes","breadcrumbs":"Project » History » Year 2 (June 2019-2020)","id":"173","title":"Year 2 (June 2019-2020)"},"174":{"body":"June: parking lots, real minimap controls, road labels June 22 : alpha launch! r/Seattle , r/SeattleWA , r/UrbanPlanning , HN , GeekWire , The Stranger July: loads of bugfixes, map geometry improvements, UI cleanups, access-restricted zones for private neighborhoods and no-through-traffic, better traffic generation between home<->work for new maps, complete overhaul to bus routes and introduction of light rail, commute pattern explorer, importing Krakow and Berlin, smarter lane-changing, walkable shoulders for roads without sidewalks KING 5 Evening interview August: Michael joins, multiple traffic signals can be edited together, started a headless JSON API, support for other languages in OSM data, started congestion capping, backwards-compatible and more robust map edits, two-way cycletracks, more cities imported, slurry of bugfixes and performance improvements Silicon Valley Bike Summit , Seattle PI September: ... SeattleMet October: ...","breadcrumbs":"Project » History » Year 3 (June 2020-2021)","id":"174","title":"Year 3 (June 2020-2021)"},"175":{"body":"Every time I upload a new binary release , I'll list major changes here. 0.1.0 First binary release 0.1.1 drawing arrows better start with a splash screen, make it easy to change maps in-game 0.1.2 totally revamp GUI by organizing everything into distinct gameplay modes 0.1.3 new warp tool that autocompletes street names hideable menus, place context menus better, remove top menu bar, add a simple OSD loading screens reflect what's printed to the terminal depict pedestrians and bikes with more detail tool to scroll through an agent's route make simulation speed controls actually work 0.1.4 improve stop sign editor UI (toggle entire roads) better mouseover / selection rendering better traffic signal rendering (show time left, use outlines for yields) make cars actually stop and briefly wait at stop signs improve edit mode diff visualization (cross-hatching) render actual stop signs, not just red lines fix intersection policies confused by conflicting straight turns with lane-changing fix mac scrolling better turn indicators nicer unzoomed view of roads, with different colors for big/small roads 0.1.5 (release file size jumped from ~15MB to ~70MB because of new PSRC trips) improve UX of intersection editors define a better set of maps included by default improve drawing speed by batching more stuff better default traffic signal policies for many cases import and visualize census data fix missing sidewalks on downtown one-ways import and visualize PSRC trip data 0.1.6 slider widget for controlling time and speed fixing bad polyline geometry in most cases; visualizing routes should no longer be buggy handle PSRC trips that begin or end out-of-bounds draw agents in unzoomed mode in a way simpler way improve edit mode: detect reverts to original, easier lane type switching lots of fixes for buses: handle edits better, read sequence of stops correctly from GTFS set up A/B tests faster 0.1.7 bulk and revert tools in edit mode improve turns and default intersection policies when bike/bus lanes involved new tool to manually hint for short roads and weird intersections. some problems have now been manually fixed scoreboard of trip results for sandbox and A/B test mode reduce lag when sim is running at full speeds, but system is too slow switch to easbar's contraction hierarchy crate, making all pathfinding INSANELY fast remove weird rules about the world freezing when traffic signals are in \"overtime\" 0.1.8 edit mode: convert to a ped scramble cycle, simplify stop sign editor by removing individual turns ui: put labels next to sliders, organize modal menus into sections, add a minimize/maximize icon A/B test mode: savestate, include time controls and agent following/route tools here use more OSM data for turn lanes, turn restrictions from lanes, turn restrictions between entire roads dont attempt to cross a traffic signal if there's absolutely no hope improve bus route UI tools and make routes using transit more sane user-defined shortcuts for jumping between views of a map 0.1.9 sliders to pick times in wizards fix hidpi scaling traffic signal diagram scrolls properly easier to instantiate a scenario, show all trips involving a building for a scenario colorschemes to show trip duration or time blocked label buses with route number represent overlapping pedestrians as a labeled crowd massive performance boost via real priority queue prevent cars from \"blocking the box\" prevent all? aborted trips (due to parking blackholes mostly) smarter roam-around-for-parking router 0.1.10 sim parking in off-street garages and on-street lanes on the off-side of oneways now mostly works detect and handle parking blackholes; cars should never get stuck looking for parking now let lower-priority turns happen at traffic signals when higher-priority ones blocked get closer to FCFS ordering at stop signs basic opportunistic lane-changing a bus should be seeded for every route now demand data show trips to/from buildings and borders make PSRC trips seed and attempt to use parked cars UI different heatmap overlays, like parking availability and busiest areas show colorscheme legends when relevant interactively seed parked cars, spawn more types of trips fix major A/B test mode bug (mismatched scenarios and map edits) adjusting sliders, menu placement, dynamic items consolidating different tools into a single info panel for objects bus route explorer shows entire route, current bus location map quality degenerate intersections only have one crosswalk now revamped the map editor for fixing geometry problems, used it in many places nicer yellow center lines (dashed when appropriate) handling OSM turn restriction relations properly fix empty traffic signal phases handling bike lanes on certain sides of the road starting to upstream manually-verified parking lanes into OSM new gameplay: reverse direction of lanes 0.1.11 small UI fixes: fixed width traffic signal diagram, skip info phase of menus when empty start drawing (but not using) shared left-turn lanes from OSM fix OSM polylines with redundant points (fixing an issue in ballard) improved traffic signal policies in some cases started upstreaming some sidewalk tags in OSM to fix inference issues fixed misclassified right turns adjusting map colors handling lakes/ocean polygons from OSM way better reorganized sim analytics, added stuff for bus arrivals adding new internal road points to map editor. almost ready to really aggressively use it skipping parking lanes with no nearby sidewalks, since they're unusable fix z-order of bridges/tunnels in unzoomed view allow unzooming indefinitely move lots of sandbox mode controls (and other modes) to menus under buttons and dedicated buttons basic support for marking a lane closed for construction improved geometry of sidewalks at dead-ends 0.1.12 reorganize everything as different challenge modes. start implementing 3: optimizing a bus route, speeding up all trips, or causing as much gridlock as possible improved bus route explorer some UI fixes (popup messages in a few places, moving mouse tooltips to the OSD) lots of analytics and time-series plots 0.1.13 analytics: prebake baseline results properly. hover over plot series. some new modes to see bus network, throughput of a road/intersection over time log scale for the speed slider add a bulk spawner in freeform mode (F2 on a lane) rendering: nicer routes, crosswalks, zoomed car colors map data: better stop sign and sidewalk heuristics fixed the mac hidpi text rendering issue once and for all?! 0.1.14 better crosswalk generation when there's only a sidewalk on one side of a road edit mode UI revamp: paintbrush-style buttons to apply changes to lanes show error messages and prevent edits, like disconnecting sidewalks properly ban bikes from highways (revamped rules for vehicles using a lane) new freeform mode tool to spawn bikes WIP (not working yet): make bikes prefer bike lanes. some debug heatmaps for path cost edit mode has proper undo support 0.1.15 minor bugfixes with reverting lane types, preserving stop signs incorporate edits into the challenge splash screen, make sure edits are reset when appropriate starting a new challenge mode, just focused on traffic signals can't leave traffic signal editor with missing turns render pedestrian crowds on building front paths traffic signals support an offset parameter traffic signal visualization and editing revamped to group related turns together can preview traffic using a signal from the editor actually apply priority at intersections, so protected turns get first dibs over yield turns 0.1.16 fix Mac crashing with texture limit bug by switching to texture arrays fix crashing simulation when a border intersection was used started to implement a new UI design for starting the game 0.1.17 more work on the pre-game UI, with some flexbox layouting prototype a minimap in sandbox mode. doesn't pan or scroll yet. prototype a new speed/time control panel from the mockup nicer time warp loading screen record and show detailed trip timeline, including time to park 0.1.18 map data: infer more building addresses some analytics on how long people spend parking and intersection delay over time create an options panel, allowing runtime customization of color scheme, traffic signal rendering, etc internal changes to map building pipeline to make it much easier for new devs to onboard organizing challenges into sub-stages, starting to flesh out specifics for the fix traffic signal track much more realistic pedestrian pathfinding fix minimap on mac (dpi issues) visual tweaks to cars to make front/back easier to distinguish internal change to switch most assets from PNG to SVG 0.1.19 some challenge modes show a histogram for counting faster/slower trips new visualization of current demand per direction at a traffic signal implementing some of Yuwen's UI changes: agent counter, split time/speed panel, moved functionality out of the old drop-down menus into a bottom-left tool panel, hiding debug functionality replaced right-click context menus with left click to open info panels fixed random issues reported by people from HN 0.1.20 moved some UI functionality around, pulling graphs into info panel interactive legend for the minimap, toggle visibility of different agents nicer colors and shapes for cars misc simulation bugfixes that might help huge_seattle pedestrians choose to use transit more realistically, factoring in time for the bus to drive 0.1.21 switch some analytics dashboards to use buttons, not old non-scrolling menus scrollbars... at least a start preview traffic signal changes from live sim as the base traffic signal preview has normal time/speed controls traffic signal editor has undo support minimap has buttons to pan 0.1.22 minimap zoom controls traffic signal rendering overhaul heatmap colors improved, heatmap appears on minimap bus info panel, a start to live delay analytics 0.1.23 UI revamps: speed panel, minimap controls, heatmap chooser bus timeline hide internal IDs normally limit map zoom fix bugs with crosswalks conflicting with vehicle turns 0.1.24 overhaul traffic signal editor UI, and add redo support update main edit mode UI, and add redo support limit max unzoom fix the infamous HiDPI bug once and for all; minimaps should work everywhere almost bug-free support for floating, horizontally and vertically scrolling panels overhaul top-center panel, rename scenarios to be less confusing expose bus analytics outside of challenge mode live info panel can exist during a running simulation consolidated agent route/trip information into info panel 0.1.25 overhauled the tutorial tuned top-center panel for sandbox and challenge modes make bike and bus lanes more obvious show map edits as an overlay anywhere tune info panel contents, and show relationships between parked cars and buildings fixes to traffic signal editor, like making all-walk conversion idempotent nicer throughput and delay plots (sliding windows, grid lines) 0.1.26 tutorial improved in a few places map data: thinner sidewalks, associate buildings with named amenities traffic model: vehicles can spawn on all lanes from a border much better gameplay speed (previously was too fast) UI tuning: lane editor, minimap, signal editor, heatmap legends don't overwrite minimap traffic signal challenge communicates score more clearly 0.1.27 edit mode revamped: click to edit stuff. no more lane paintbrushes. autosaving and save as. tutorial: can quit and resume tutorial now challenge picking flow simplified UI: layouting fixes to full-screen / into stuff, popup menus go beneath buttons, plots improved internal change to render all text using vector graphics. other than a few text layouting issues, shouldn't be noticeable, except now tooltips in plots don't get covered up misc perf improvements (cache SVGs, drawing many circles for unzoomed agents, dont reload prebaked data) upgraded winit, glutin, glium -- hopefully no new bugs introduced on any platforms 0.1.27a patch to fix a crash with empty text dimensions on things like building info panels 0.1.28 all info panels revamped some tutorial stages are much more clear, with an updating goal traffic signal scorecard generalized to work for some tutorial too adjust how selected agents look X button on popup menus 0.1.29 new tool to convert between stop signs and traffic signals lane editor easier to edit multiple lanes info panels: IDs, mostly avoid horizontal scrolling, better info about trips to/from somewhere, move buttons up traffic signal editor UI overhaul different data in top-right agent meters panel tooltips to communicate keybindings better new jump-to-time panel, showing when rush hours occur speed controls use more useful speeds include ongoing trips in measured trip times jump to next challenge after completing one lots of tutorial tweaks 0.1.30 show additional info about traffic patterns and buggy maps revamp tutorial UI to group tasks and messages better handle different mode transitions when info panel open on an agent select entire roads in unzoomed edit mode show total time an agent has spent moving / blocked use 2-phase traffic signals by default, making the 23rd map successfully complete! jump-to-time now optionally points out traffic jams forming challenge splash screen improved 0.1.31 overhauled trip timeline in agent info panels overhauled traffic signal details panel and the per-lane turn explorer settings page: show all options at once. add way to scale up text/UI elements for high-DPI displays, and an alternate pan/zoom control scheme traffic signal edits can now be exported and used in any slice of Seattle. will be using this to hand-map many of them. many small tutorial fixes 0.1.32 some UI work on giving focus to textboxes, improving dropdown menus road/intersection plots display baseline sim data too start associating people with multiple trips, exposing this a little in the UI bring back elevation data, introduce a new overlay. the elevation data is still really bad. 0.1.33 new \"population\" overlay, showing people (not just current trips). heatmap and dot map to visualize. improved the \"delay\" overlay to handle roads and intersections removed the confusing and useless alternate color schemes for agents initial left-hand driving side, tested in Perth, also drawing more arrows for all one-way roads loads of internal GUI code refactorings, preparing for a standalone release of the library fixed z-buffering and alpha values for web backend 0.1.34 info panels have been totally overhauled again. multiple tabs, way more clear representation of agents, trips, and people. draw people inside of a building applied consistent typography everywhere lots of internal refactoring 0.1.35 more info panel work, particularly for trips and buses. change plot settings live. prototype of a SEIR pandemic model based on time spent in shared spaces, by orestis slight heatmap improvements, more coming more typography changes mouse cursor now changes for buttons and dragging! overhaul minimap controls, make layers behavior zoomed in a little better new speed panel and jump-to-time modal 0.1.36 overhauled simulation data page, with a table to find slow trips and some initial summary visualizations plots can change windowing and show/hide series layers: fade map to contrast more, better scales/legends show relative trip times in info panels tools to rewind/ffw to watch particular trips refocusing efforts on challenge modes; level 1 of a new one is pretty much ready some simulation fixes around parking and a corner case of cars temporarily forming a cycle orestis improved the population/pandemic heatmaps 0.1.37 optimize commute challenge: high score, live sentiment, second stage parked cars are owned by people, not buildings info panel improvements for trips bike layer suggests places where bike lanes could be helpful many improvements to scatter plot a new histogram-ish thing for understanding faster/slower trips handling scenarios longer than 24 hours better (for pandemic model) prototype of commute visualization, grouping buildings by blocks sim bugfixes: crosswalk / vehicle turn conflicts, start bikes in bike lanes from borders 0.1.38 major internal changes to ensure people's schedules don't have impossible gaps, to associate fixed bikes/cars to a eprson, handle delayed starts to trips parking changes: show path to closest free spot, utilization of a lane over time, every building includes at least 1 offstreet spot by default progress on removing unrealistic gridlock: detect turn conflict cycles and temporarily allow conflicts, trim last steps of a laggy head internal sim alert system. speeds up debugging, could be used for player-facing \"traffic jam!\" alerts 0.1.39 switched to proper OSM-based maps; no more brittle, manual geometry fixes more sorting and filtering options in trip table and parking overhead tables improve offstreet parking rendering. park closer to destination buildings easier process for importing new cities. introducing Los Angeles, Austin, Barranquilla. new data updater tool so people can opt-in to new cities many internal fixes to prevent gridlock. smarter cycle detection, manual OSM fixes and traffic signal timings 0.1.40 differential throughput layer to understand routing diversions map edits now reference longer-lasting OSM IDs, can work cross-map basemap updates: new areas for west seattle, mt baker, lots of upstreamed fixes in OSM and traffic signals, smarter border matching parking: optionally filter on/off-street spots in the layer, allow disconnecting spots via edits render some tunnels with lower opacity new feature to change speed limits and bulk road selection tools first write-up of a real use case (closing lake wash through arboretum) make the traffic signal challenge act like a game, with a failure/win state and scoring 0.1.40a added a mode to map parking 0.1.41 new parking mapper tool include a one-shot .osm importer in the release new layer to find different types of amenities / businesses adjust traffic signal rendering style bulk lane editor for changing speed limits and lane types including west seattle and udistrict maps include some OSM buildings that were being skipped dont pause after opening something from sandbox mode adjust turn signals for lane-changing cars lots of fixes for monitors with different DPIs, enabled by default 0.1.42 many misc UI bugfixes, especially for high-DPI screens managing turns across multiple nearby intersections: tool to visualize, handling multi-way OSM turn restrictions, using this to ban illegal movements at the pathfinding layer, starting a traffic signal editor variant to edit these rendering improvements: unzoomed agent size, visualizing routes on trip table, transparent roads beneath bridges, draw harbor island overhauled street/address finder parking mapper: shortcut to open bing 0.1.43 new map picker! UI polish: traffic signal editor, layers, bus stops, delay plots generate more interesting biographies for people tuned all the map boundaries fleshing out lots of docs in preparation for the alpha release... 0.1.44 spawner UI revamped model parking lots! and finally model public/private parking fix up tutorial starting a story map mode 0.1.45 overhauled challenge cutscenes and hints traffic signal challenge: fix score detection, add meter, much faster startup, no reset-to-midnight required layers: use gradient for a few, delay comparison, new UI for picker overhauled minimap controls, should be intuitive now edit mode changelist UI started 0.2.0 (alpha launch) road names now shown by default, in a new style all layers now use gradients and show up zoomed in. worst traffic jam layer revamped. scatter and line plot improvements internal UI fixes: proper word wrap bugfixes for following people riding the bus rainbow crosswalks in one neighborhood final polishing for launch 0.2.1 busy week due to launch, but many new features in the pipeline many bug fixes edit mode: proper autosave, load proposals, jump between lane/intersection editors very first steps on light rail... importing the tracks starting a new traffic scenario modifier system, to repeat entire scenario or outright cancel trips for some people. many more ideas for filters and actions coming soon. starting to represent private roads add a very simple actuated traffic signal 0.2.2 the default traffic signal configuration is much smarter now, handling roads with some sidewalks missing and automatically synchronizing pairs of adjacent lights much faster startup time for large maps better UX for handling unsaved edits access-restricted zones: changing existing zones almost completely works, except for granting new access to pedestrians new sidewalk corner rendering, more rounded ui style standardized for margins, padding Javed got camera panning when your cursor is at the edge of the screen to work; enable it in settings pulling bus stop/route info from OSM, not GTFS. steps towards light rail. experimenting with controls for hiding bridges to see roads underneath; try them in dev mode (ctrl+S) many bug fixes 0.2.3 lane geometry is dramatically fixed, especially for one-ways importing lanes from OSM improved UI: bulk select includes select-along-a-route, show all bus routes in the layer, unzoomed zordering for roads/intersections traffic scenario modifier can now convert trip modes slight progress on light rail, although the train only makes one stop vehicles moving through complex intersections with multiple traffic signals will now make it through multiple lights, even if they're unsynchronized new random traffic scenario generator that makes people go between houses and workplaces access-restricted zones: granular editing of individual roads now mostly works removing the hardcoded relative directories, which many people have been having problems with many many bug fixes, and some optimizations to reduce release file size 0.2.4 bus/train routes overhauled; they're now one-way, regularly spawn every hour, and may begin or end at a border new commute pattern explorer tool new character art to give cutscenes a bit more personaliy some progress on gridlocking maps, both from manual fixes and an attempt to reduce conflicts in multi-turn sequences misc UI: show cars seeking parking in unzoomed mode, plot arrival rate at border intersections, consolidate bulk selection controls trips modified by an experiment can now be filtered in summaries buses, trains, and passengers on them are now properly distinguished in different stats include krakow and berlin in release buildings with holes in the middle are now rendered properly 0.2.5 cars pick lanes better overhaul bus/stop/route info panels UI: better autocomplete, commuter pattern improvements by Michael, toggles instead of checkboxes, contours for heatmaps, edit mode loader revamp internal refactors: turn creation, osm tags, osm parsing import living streets from OSM as restricted-access zones, and other importer tweaks for berlin, krakow, san jose, sydney 0.2.6 many roads without sidewalks now have a tiny shoulder lane, still enabling pedestrian movement, but with a penalty bike trips will stop/start at a better position along the sidewalk now support parking lanes on the off-side of a one-way UI: search by building names, commuter patterns shows borders better transit: make people ride off-map, spawn buses on short roads internal cleanups for buttons 0.2.7 many intersections with on/off ramps have much better geometry lane-changing banned on turn lanes lots more work matching bus stops/routes to the map. some progress, also some regressions. fixing spawning on tiny borders bus spawn rates from GTFS for seattle. started an editor for the schedule. internal ezgui refactorings 0.2.8 multiple traffic signals can now be synchronized and edited together new dashboard for \"traffic signal demand\" over the entire day and map started experimenting with controlling the headless runner via a JSON API epic ezgui fix by Michael to consolidate handling of HiDPI scaling got a bunch of huge cities importing and loading quickly you can now save the trips you manually spawn in freeform mode, then replay them later 0.2.9 import Xi'an, add a Chinese font, and add a tool for that group to import their external demand data control A/B Street through a graphics-less API, with a Python example improve UI for per-direction traffic signal demand on/off ramp geometry fixed in a few more cases fix some missing parking lot aisles, handle parking lots with 0 spots, and extract parking garages from OSM switch road/building language in settings, if OSM data exists congestion capping prototype: declare a max number of vehicles that can pass through a zone per hour, view/edit it, and very simple implementation in the sim layer add custom-drawn trips to the main scenario, for exploring new demand from a new building mkirk fixed up the glow/wasm ezgui backends, letting us remove glium make map edit JSON backwards compatible better lane/turn markings 0.2.10 two-way cycletracks and arbitrary direction changes for roads fix map editing for lane reversals, make edits backwards compatible, and massively speed up applying edits fleshing out the headless API and tooling for controlling the simulation from any language import a few more places, redo left-hand driving support so far various bug/performance fixes 0.2.11 disabled support for editing the map without resetting the simulation. needs more work, but solid start. improvements to API, activity model, congestion capping small UI tweaks for parking, editing multiple signals fixed last bugs for left-handed driving, should work just as well now lots of graphics experiments from the hackathon, not merged yet 0.2.12 new textured color scheme and isometric buildings, in settings new layer to show how far away people parked Massive UI overhauls: jump to time/delay, edit mode, traffic signal editor (now with offsets), lane editor, bulk lane edit, traffic signal demand (individual intersections and all), loading screen the Go API example compares trip times and detects gridlock infinite parking mode show how long a car has been parked in one spot bugfix for some pathfinding costs around uber-turns start to show a trip's purpose 0.2.13 alleyways from OSM imported traffic signal minimum time now constrained by crosswalks; thanks Sam! UI changes in progress for trip tables, summaries, bulk edit more API / Python example work for congestion capping bug fixes: isometric buildings, documentation links, dropdown widgets, turn restrictions 0.2.14 improve turn generation, with goldenfile tests UI adjustments: unzoomed routes, better delay layer, include reasons for cancelled trips, throughput layer counts small map importing fixes: multipolygon parking lots fix infinite parking and blackholed buildings 0.2.15 large internal change allowing asynchronously loading extra files over HTTP for web the release of the first web version! cars looking for parking now have a \"thought bubble\" showing this, by Michael slow sections of a trip are now shown in the info panel, by Sam fix by Michael for handling window resizing in panels fix original routes on edited maps internal code organization and documentation 0.2.16 UI: click unzoomed agents, switch between metric/imperial units, show reason for cancelled trips, new \"faded zoom\" color scheme based on mapbox, more detailed agent counts in the top-right panel's tooltips started a new dedicated OpenStreetMap viewer, will split out from A/B Street later fix alpha colors on web bugfixes for the new asynchronous map loading some substantial simulation performance gains (168s to 90s on one benchmark!) lots of progress towards editing the map without resetting the simulation to midnight. please test with --live_map_edits and report any issues internal refactoring and code documentation 0.2.17 tooling to automatically extract different shapes around cities without an explicit bounding polygon imported many maps for an OSM viewer demo misc bug fixes, UI tweaks, and perf improvements, especially for the web version start using OSM sidewalks data properly in krakow -- more work needed, but better start 0.2.18 overhaul data/system management: switch from Dropbox to S3, reorganize files, add an in-game updater started a UI for collision dataviz, with data in the UK and Seattle improve turns between separate footways simplify the process of importing a new city","breadcrumbs":"Project » CHANGELOG","id":"175","title":"CHANGELOG"},"176":{"body":"","breadcrumbs":"Project » References","id":"176","title":"References"},"177":{"body":"https://www.reddit.com/r/SeattleWA/comments/9mtgkh/seven_places_to_add_bus_lanes_now/ https://www.reddit.com/r/SeattleWA/comments/9oqkz9/how_traffic_patterns_will_change_after_seattles/ https://www.reddit.com/r/Seattle/comments/9orqne/4_fresh_ideas_to_ease_seattles_coming_traffic/ https://www.reddit.com/r/SeattleWA/comments/cr1r1l/why_the_fuck_does_the_right_lane_convert_to/ https://twitter.com/transitrunner/status/1175068582142599168","breadcrumbs":"Project » Example use cases","id":"177","title":"Example use cases"},"178":{"body":"Seattle Times Traffic Lab https://www.citylab.com/transportation/2018/08/is-it-time-to-rethink-what-a-bike-lane-is/568483/ http://openseattle.org/ https://igniteseattle.com/ http://seattlegreenways.org/ https://www.livablecities.org/ https://www.reddit.com/r/openstreetmap/comments/a39uv0/ok_so/ https://mic.comotion.uw.edu/ https://www.seattleinprogress.com/ http://www.seattle.gov/seattle-pedestrian-advisory-board Socrata http://transportationcamp.org/ https://www.seattle.gov/transportation/projects-and-programs/programs/neighborhood-street-fund https://www.seattle.gov/neighborhoods/programs-and-services/your-voice-your-choice https://commuteseattle.com/ https://www.theurbanist.org/ https://humantransit.org/2019/03/notes-on-simcity-at-30.html https://mynorthwest.com/category/chokepoints/ https://blogs.uw.edu/ceadvice/2019/05/08/infrastructure-week-2019-welcome-uw-cee-students-and-faculty/ https://escience.washington.edu/dssg/ josie kresner from transport foundry https://www.citylab.com/transportation/2019/08/city-planning-transportation-oakland-community-engagement/596050/ tweeting small problems -> bug tracker https://www.the74million.org/article/building-a-smarter-and-cheaper-school-bus-system-how-a-boston-mit-partnership-led-to-new-routes-that-are-20-more-efficient-use-400-fewer-buses-save-5-million/ https://www.citylab.com/perspective/2019/10/micromobility-urban-design-car-free-infrastruture-futurama/600163/ https://www.sanjorn.com/ https://ui.kpf.com/","breadcrumbs":"Project » Groups that may be eventually interested","id":"178","title":"Groups that may be eventually interested"},"179":{"body":"Urban Footprint ( https://news.ycombinator.com/item?id=17895739 )","breadcrumbs":"Project » Similar projects","id":"179","title":"Similar projects"},"18":{"body":"Use this if you want to import a city on your computer without making it available to other users yet. If you're using the binary release and have a .osm file, just do: ./importer --oneshot=map.osm. If you're building from source , do: ./import.sh --oneshot=map.osm. If you can't run import.sh, make sure you have all dependencies . If you're using Windows and the console logs appear in a new window, try running the command from import.sh directly, changing the $@ at the end to --oneshot=map.osm or whatever arguments you're passing in. The oneshot importer will will generate a new file in data/system/oneshot/maps that you can then load in the game. If you have an Osmosis polygon filter (see below), you can also pass --oneshot_clip=clip.poly to improve the result. You should first make sure your .osm has been clipped: osmconvert large_map.osm -B=clipping.poly --complete-ways -o=smaller_map.osm. By default, driving on the right is assumed. Use --oneshot_drive_on_left to invert.","breadcrumbs":"Instructions » Quick start","id":"18","title":"Quick start"},"180":{"body":"SDOT asking for feedback: http://sdotblog.seattle.gov/2017/02/08/from-signals-to-signs/ https://www.seattle.gov/transportation/projects-and-programs/programs/bike-program/protected-bike-lanes/n-34th-st-mobility-improvements https://www.seattle.gov/transportation/projects-and-programs/programs/transportation-planning/north-downtown-mobility-action-plan https://www.seattlebikeblog.com/2016/12/01/check-out-seattles-12-winning-neighborhood-led-transportation-ideas/ Seattlites with opinions and ideas: http://seattlegreenways.org/ https://www.seattlebikeblog.com/2018/01/19/a-roosevelt-junior-redesigned-the-streets-around-his-high-school-and-his-plan-is-better-than-sdots/ https://www.reddit.com/r/SeattleWA/comments/5rvss5/what_changes_would_you_make_to_seattles_bus/ https://www.seattletimes.com/seattle-news/transportation/congestion-tolling-could-finally-break-seattles-working-poor-heres-a-better-idea/ https://www.reddit.com/r/SeattleWA/comments/86g3p9/id_get_back_an_hour_and_a_half_a_week/ https://www.reddit.com/r/Seattle/comments/4z3ewl/what_are_seattles_worst_intersections/ https://www.reddit.com/r/SeattleWA/comments/83h4ri/the_intersection_at_john_and_broadway_desperately/ http://www.seattle.gov/transportation/sdot-document-library/citywide-plans/move-seattle","breadcrumbs":"Project » Seattle-specific","id":"180","title":"Seattle-specific"},"181":{"body":"https://github.com/uwescience/TrafficCruising-DSSG2017 http://sharedstreets.io/ https://github.com/twpol/osm-tiles attempting to infer nice road geometry too","breadcrumbs":"Project » Other projects","id":"181","title":"Other projects"},"182":{"body":"","breadcrumbs":"Project » Notes from related work","id":"182","title":"Notes from related work"},"183":{"body":"Split map into sections, simulate in parallel, load-balance has an IDM equation tests against real TomTom data of average speed per link","breadcrumbs":"Project » SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )","id":"183","title":"SMARTS ( https://people.eng.unimelb.edu.au/etanin/tist17.pdf )"},"184":{"body":"SimCity, Cities: Skylines https://steamcommunity.com/sharedfiles/filedetails/?id=583429740 https://github.com/fegennari/3DWorld","breadcrumbs":"Project » Games","id":"184","title":"Games"},"185":{"body":"UrbanSim","breadcrumbs":"Project » Open source urban planning","id":"185","title":"Open source urban planning"},"186":{"body":"Sidewalk Labs Model","breadcrumbs":"Project » Proprietary","id":"186","title":"Proprietary"},"187":{"body":"https://arxiv.org/pdf/1811.01147.pdf","breadcrumbs":"Project » Maps for people","id":"187","title":"Maps for people"},"188":{"body":"section 6.3 talks about offset polylines http://gamma.cs.unc.edu/RoadNetwork","breadcrumbs":"Project » gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf","id":"188","title":"gamma.cs.unc.edu/RoadNetwork/wilkie_TVCG.pdf"},"189":{"body":"https://github.com/aeickhoff/descartes","breadcrumbs":"Project » CityBound","id":"189","title":"CityBound"},"19":{"body":"If the area is small enough, try the \"export\" tool on https://www.openstreetmap.org . You can download larger areas from https://download.bbbike.org/ or http://download.geofabrik.de/index.html , then clip them to a smaller area. Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the GeoJSON locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson to convert that GeoJSON to the Osmosis format required by osmconvert. Note that you may hit problems if you use JOSM to download additional data to a .osm file. Unless it updates the  element, A/B Street will clip out anything extra. The best approach is to explicitly specify the boundary with --oneshot_clip.","breadcrumbs":"Instructions » How to get .osm files","id":"19","title":"How to get .osm files"},"190":{"body":"section 5.1 of Advanced tutorial on microscopic discrete-event traffic simulation refers to some DES systems Florian, Mahut, and Tremblay 2008 Sumaryo, Halim, and Ramli 2013 Salimifard and Ansari 2013 Burghout, Koutsopoulos, and Andreasson 2006 Thulasidasan, Kasiviswanathan, Eidenbenz, Galli, Mniszewski, and Romero 2009 A Dynamic Traffic Assignment Model for Highly Congested Urban Networks section 2.2 models lanes as a moving and queueing part, references other possibly useful papers dont worry about multiple lanes for the moving part, just the turn queues at the end","breadcrumbs":"Project » Discrete Event Simulation papers","id":"190","title":"Discrete Event Simulation papers"},"191":{"body":"https://www.vice.com/en_us/article/pajgyz/rogue-coder-turned-a-parking-spot-into-a-coworking-space","breadcrumbs":"Project » Tactical urbanism","id":"191","title":"Tactical urbanism"},"192":{"body":"We're working with a few different groups on projects using A/B Street.","breadcrumbs":"Project » Collaborations","id":"192","title":"Collaborations"},"193":{"body":"Active as of Sept 2020 Green Lights Trading is applying dynamic congestion caps to encourage drivers to find alternate routes, not drive during rush hour, or take public transit instead. I'm actively implementing a proof-of-concept in A/B Street. It could also be used to explore ideas like a downtown congestion charging zone for Seattle.","breadcrumbs":"Project » GLT","id":"193","title":"GLT"},"194":{"body":"Active as of Sept 2020 A group (with their own demand data!) is studying traffic signal optimization in Xi'an. They're using the API .","breadcrumbs":"Project » Xi'an","id":"194","title":"Xi'an"},"195":{"body":"Active as of Sept 2020 A research group is making a bunch of live map edits and scheduling new trips in the middle of a simulation and using their system to try to predict system-wide effects. They're also using the API.","breadcrumbs":"Project » Forecasting group","id":"195","title":"Forecasting group"},"196":{"body":"Stalled as of Sept 2020 Edits in A/B Street could be exported to the shared-row format, then rendered in 3D using ArcGIS CityEngine . Not blocked on us.","breadcrumbs":"Project » CityEngine","id":"196","title":"CityEngine"},"197":{"body":"Stalled as of Sept 2020 A group wants to use A/B Street for various public engagement projects in Berlin . Mostly blocked on getting a reasonable travel demand model.","breadcrumbs":"Project » Berlin","id":"197","title":"Berlin"},"198":{"body":"Stalled as of Sept 2020 A group tentatively wants to engage the public about preventing rat runs and making no-through-access zones in Manchester suburbs. Not really blocked on us yet.","breadcrumbs":"Project » Manchester","id":"198","title":"Manchester"},"199":{"body":"Stalled as of Sept 2020 A group from the Uni of Geneva started a COVID-19 model that figures out how long people spend in shared indoor spaces.","breadcrumbs":"Project » Pandemic model","id":"199","title":"Pandemic model"},"2":{"body":"Grab a pre-built binary release -- updated every Sunday, announced at r/abstreet : Windows Unzip the folder, then run play_abstreet.bat. You'll probably getting a warning about running software from an unknown publisher. Mac Unzip the directory, then run play_abstreet.sh. If you get an error about the developer unverified, follow this . Help needed to start signing the release ! If that just opens a text file instead of running the game, then instead open terminal, cd to the directory you just unzipped. Then do: cd game; RUST_BACKTRACE=1 ./game 1> ../output.txt 2>&1 Help needed to package this as a Mac .app, to make this process simpler Linux Unzip the directory, then run play_abstreet.sh. FreeBSD , thanks to Yuri Or you can try playing directly in your web browser -- still experimental for now. Or you can compile from source .","breadcrumbs":"Installing the game","id":"2","title":"Installing the game"},"20":{"body":"Follow this guide to add a new city to A/B street by default so other users can use it as well. Make sure you can run import.sh -- see the instructions . You'll need Rust, osmconvert, gdal, etc. Create a new directory: mkdir importer/config/your_city Use geojson.io or geoman.io to draw a boundary around the region you want to simulate and save the geojson locally. Use cargo run --bin geojson_to_osmosis < boundary.geojson to convert that geojson to the Osmosis format required by osmconvert. This tool writes one file per feature in the input, so you'd then mv boundary0.poly importer/config/your_city/region_name.poly, repeating if you drew multiple polygons. Copy importer/config/tel_aviv/cfg.json to importer/config/your_city/cfg.json and edit this file. See here for details on the different fields. The defaults are a reasonable start; the only thing you need to change is osm_url. Run it: ./import.sh --city=your_city --raw --map Update .gitignore, following tel_aviv as an example. Send a PR with your changes! I'll generate everything and make it work with updater, so most people don't have to build everything from scratch. Also, you can divide the city into multiple regions, repeating step 4 and declaring more polygon boundaries. The boundaries may overlap each other, and they don't have to cover all of the space. Picking good boundaries may take trial-and-error; the goal is to keep the resulting map file size small, so that it loads quickly, while capturing all of the area needed to simulate something interesting. This is easiest when you have some local knowledge of the area, and at least a vague goal in mind for what you want to study.","breadcrumbs":"Instructions » Including the city to A/B street more permanently","id":"20","title":"Including the city to A/B street more permanently"},"21":{"body":"OpenStreetMap isn't the only data source we need. If you look at the import pipeline for Seattle, you'll see many more sources for parking, GTFS bus schedules, person/trip demand data for scenarios, etc. Most of these aren't standard between cities. If you want to make your city more realistic, we'll have to import more data. Get in touch. You may notice issues with OSM data while using A/B Street. Some of these are bugs in A/B Street itself, but others are incorrectly tagged lanes. Some resources for fixing OSM: https://learnosm.org https://wiki.openstreetmap.org/wiki/StreetComplete Mapping parking","breadcrumbs":"Instructions » Next steps","id":"21","title":"Next steps"},"22":{"body":"The overview: A detailed map of Seattle is built from OpenStreetMap (OSM) A realistic set of daily trips by car, bike, foot, and bus are simulated You make small changes to roads and intersections You explore how these changes affect the trips Details below. Many limitations are mentioned; improvements are ongoing. I'll add pictures to explain better when I get time. How A/B Street works Driving Parking Biking Walking Transit Intersections People and trips Map edits","breadcrumbs":"How A/B Street works","id":"22","title":"How A/B Street works"},"23":{"body":"Movement: no acceleration, go the full speed limit of the road unless there's a slower vehicle in front Lanes No over-taking or lane-changing in the middle of a road, only at intersections Strange choice of lanes -- the least full at the time of arrival Narrow two-way neighborhood roads where, in practice, only one car at a time can go are currently full two-way roads Routing is based on fastest time assuming no traffic No rerouting if the driver encounters a traffic jam","breadcrumbs":"Driving","id":"23","title":"Driving"},"24":{"body":"Types On-street: parallel parking lanes from GeoData blockface dataset and manually mapped Off-street: most buildings have at least a few parking spots in a driveway or carport Currently experimenting in the downtown map: set the number of available spots based on number of cars seeded at midnight Parking lots: the number of spots is inferred Restrictions All spots are public except for the few spots associated with each building No time restrictions or modeling of payment How cars park Drivers won't look for parking until they first reach their destination building. Then they'll drive to the nearest open parking spot (magically knowing what spots are open, even if they're a few blocks away). If somebody else has taken the spot when they arrive, they'll try again. Once a driver finds an open spot, they'll take 10-15 seconds to park. They block the road behind them in the meantime. There are no conflicts between pedestrians and cars when using a driveway. Cars won't make left turns into or out of driveways. Some parking along the boundary of the map is \"blackholed\", meaning it's impossible to actually reach it. Nobody will use these spots.","breadcrumbs":"Parking","id":"24","title":"Parking"},"25":{"body":"Choice of lane Multi-use trails like the Burke Gilman and separated cycle-tracks like the one along Broadway are currently missing Cyclists won't use an empty parking lane On roads without a bike lane, cyclists currently won't stick to the rightmost lane No over-taking yet, so cars can get stuck behind a bike even if there's a passing lane Elevation change isn't factored into route choice or speed yet; pretend everybody has an e-bike Beginning or ending a cycling trip takes 30-45 seconds. Locking up at bike racks with limited capacity isn't modeled; in practice, it's always easy in Seattle to find a place to lock up.","breadcrumbs":"Biking","id":"25","title":"Biking"},"26":{"body":"Not using sidewalk and crosswalk data from OSM yet No jay-walking, even on empty residential streets Pedestrians can't use roads without sidewalks at all When a road only has a sidewalk on one side, driveways will cross the road Pedestrians can \"ghost\" through each other; crowds of people can grow to any size","breadcrumbs":"Walking","id":"26","title":"Walking"},"27":{"body":"The modeling of buses is extremely simple and buggy; I'll work on this soon No light rail yet","breadcrumbs":"Transit","id":"27","title":"Transit"},"28":{"body":"Conflicting movements are coarse: a second vehicle won't start a conflicting turn, even if the first vehicle is physically out of the way but still partially in the intersection Most of the time, vehicles won't \"block the box\" -- if there's no room in the target lane, a vehicle won't start turning and risk getting stuck in the intersection Traffic signals Only fixed timers; no actuated signals or centralized control yet The timing and stages are automatically guessed, except some intersections are manually mapped No pedestrian beg buttons; walk signals always come on The signal doesn't change for rush hour or weekday/weekend traffic; there's one pattern all day Turn restrictions from OSM are applied Per lane (left turn only from leftmost lane), entire roads, multiple intersections","breadcrumbs":"Intersections","id":"28","title":"Intersections"},"29":{"body":"A \"synthetic population\" of ~700,000 people come from PSRC's Soundcast model Soundcast uses census, land-use, vehicle counts, and commuter surveys. The current data is from 2014. All driving trips are currently single-occupancy; no car-pooling or ridesharing Parked cars are initially placed at midnight based on the number of trips between buildings Each person's schedule never changes Your changes to the map won't yet convince somebody to take a bus or walk instead of drive","breadcrumbs":"People and trips","id":"29","title":"People and trips"},"3":{"body":"Use the tutorial to learn the controls. Play the challenges for directed gameplay. Try out any ideas in the sandbox .","breadcrumbs":"Playing the game","id":"3","title":"Playing the game"},"30":{"body":"Types of edits Change types of lanes. Sometimes this is unrealistic based on actual road width, but data for this is unavailable. Reversing direction of lanes Changing stop signs Changing traffic signal timing Closing roads and intersections for construction, forcing rerouting Disconnecting the map Generally you can't close sidewalks or make changes to make buildings unreachable You shouldn't be able to make bus stops unreachable, but currently this is buggy","breadcrumbs":"Map edits","id":"30","title":"Map edits"},"31":{"body":"Note: Most of these still aren't started, because the baseline simulation in the relevant area isn't working. Unknown traffic signal timing, bad guesses at the amount of off-street parking, lanes tagged incorrectly in OpenStreetMap, and simulation bugs cause unrealistic gridlock. It's hard to evaluate a change without a realistic baseline. In progress: Stay Healthy Streets: Lake Washington Blvd West Seattle mitigations Simplify where the Burke Gilman crosses Corliss and Pacific No write-up yet, but the proposal is included in A/B Street TODO: Close Broadway and Pine to through-traffic proposed here partly happening already another proposal Traffic signal timing at Montlake/520 and Montlake/Pacific Walking around here is frustrating, and pre-COVID, vehicle traffic got fairly stuck Pedestrianizing the Ave (u-district) I can't find the proposal anymore; maybe this ? Eastlake bike lanes / RapidRide J See here and here Need to audit lanes in OSM along Eastlake Especially with the Fairview Ave bridge out, detouring to the Cheshiahud loop isn't as useful Madison / RapidRide G See here Bus lanes on Denny Proposed here Bike Master Plan Prototype the planned network Downtown one-way snake An old crazy idea I've always wanted to try Unsorted ideas Parking Bus lanes John and Broadway Bad intersections Bus routes","breadcrumbs":"Case studies","id":"31","title":"Case studies"},"32":{"body":"Draft, updated May 7, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In April 2020, Seattle Department of Transportation started rolling out Stay Healthy Streets , restricting roads to through-traffic to give people walking and biking more space for social distancing. Seattle Neighborhood Greenways soon proposed extending this to a 130-mile network . Selecting the streets requires some planning: These streets were selected to amplify outdoor exercise opportunities for areas with limited open space options, low car ownership and routes connecting people to essential services and food take out. We also ensured street closures did not impact newly opened food pick up loading zones, parking around hospitals for service for health care professionals, and bus routes. I've spent the last two years building A/B Street , software to explore the impacts of changes like this on different modes of transportation. So, let's try implementing part of the proposed network and see what happens! NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » Lake Washington Blvd Stay Healthy Street","id":"32","title":"Lake Washington Blvd Stay Healthy Street"},"33":{"body":"Let's start with one part of the proposal, closing Lake Washington Blvd to cars through the Arboretum. There's already a multi-use trail alongside this stretch, but its width makes it difficult to maintain 6 feet from people. There are some parking lots that become inaccessible with this proposal, but they're currently closed anyway. edits","breadcrumbs":"Case studies » Lake Washington Blvd","id":"33","title":"Lake Washington Blvd"},"34":{"body":"Let's get started! If you want to follow along, install A/B Street , open sandbox mode, and switch the map to Lake Washington corridor. Zoom in on the southern tip of the Arboretum and hop into edit mode. We can see Lake Washington Blvd just has one travel lane in each direction here. Click each lane, convert it to a bike lane, and repeat north until Foster Island Road. When we leave edit mode, the traffic simulation resets to midnight. Nothing really interesting happens until 5 or 6am, so we'll speed up time. Watching the section of road we edited, we'll only see pedestrians and bikes use this stretch of road. If we want, we can click an individual person and follow along their journey. Something's weird though. There's lots of traffic cutting northbound through the neighborhood, along 29th, Ward, and 28th. We can open up the throughput layer to find which roads have the most traffic. More usefully, we can select \"compare before edits\" to see what roads are getting more or less traffic because of the road we modified. As expected, there's much less traffic along Lake Wash Blvd, but it's also clear that lots of cars are now cutting through 26th Ave E.","breadcrumbs":"Case studies » First attempt","id":"34","title":"First attempt"},"35":{"body":"Let's say you want to nudge traffic to use 23rd Ave, the nearest north/south arterial, instead. (A/B Street is an unopinionated tool; if you have a different goal in mind, try using it for that instead.) In this simulation, drivers pick the fastest route, so we could try lowering speed limits or make some of the residential streets connecting to Madison one-way, discouraging through-traffic. In reality, the speed limit changes could be implemented through traffic calming or cheap, temporary alternatives.","breadcrumbs":"Case studies » Traffic calming","id":"35","title":"Traffic calming"},"36":{"body":"I'm working to model \"local access only\" roads in A/B Street, and I'll describe how to measure the impact on travel times. Stay tuned to see more of the proposed network simulated, and get in touch if you'd like to help out!","breadcrumbs":"Case studies » Next steps","id":"36","title":"Next steps"},"37":{"body":"Draft, updated June 23, 2020 by Dustin Carlino ( dabreegster@gmail.com ) In March 2020, the West Seattle bridge was closed due to cracks forming. As of May, COVID-19's impact on commuting means the area still hasn't seen how the area will handle losing the main route to the rest of Seattle. A local group, HPAC, published a list of requests to SDOT to prepare the area for these changes. This page will try to explore some of the problems and solutions from HPAC's document using A/B Street , a traffic simulator designed to explore the impacts of changes like this on different modes of transportation. NOTE: You might want to read how A/B Street works first.","breadcrumbs":"Case studies » West Seattle mitigations","id":"37","title":"West Seattle mitigations"},"38":{"body":"HPAC has been asking for a protected left-turn stage at this intersection. I'm unfamiliar with this intersection and currently unable to scout in-person, so I'm blindly guessing the traffic signal currently has just two stages: existing_diagram From watching the traffic, it seems like the east/west direction is busier, with lots of eastbound traffic headed towards WA-509. Holden St has no turn lanes, so a protected left turn stage makes sense. Let's make the change and see what happens: Unfortuately, we can't evaluate the change yet, because the simulation gets stuck with unrealistic traffic jams in other parts of the map. This is mostly due to data quality issues in OpenStreetMap and incorrectly guessed traffic signal timings. These problems can be fixed with the help of somebody familiar with the area.","breadcrumbs":"Case studies » 16th Ave SW and SW Holden St","id":"38","title":"16th Ave SW and SW Holden St"},"39":{"body":"The 9th item from HPAC's list asks for measuring the amount of east-west traffic to figure out what streets people are using as arterials. That's an easy analysis, using the throughput layer. By 6am, the busiest streets include Admiral Way, S Charlestown, SW Genesee, SW Alaska, SW Holden, and SW Roxbury St. Again, it's necessary to first fix data quality problems and run a full day before doing more analysis. Once the simulation is running smoothly, A/B Street can be used to make changes -- like lowering speed limits, adding a protected left turn stage, or converting part of the road into a bus lane -- and evaluate the effects on individual trips and aggregate groups.","breadcrumbs":"Case studies » Re-evaluate arterials","id":"39","title":"Re-evaluate arterials"},"4":{"body":"A/B Street binary releases contain pre-built maps that combine data from: OpenStreetMap ( https://www.openstreetmap.org/copyright ) King County metro ( https://www.kingcounty.gov/depts/transportation/metro/travel-options/bus/app-center/terms-of-use.aspx ) City of Seattle GIS program ( https://www.opendatacommons.org/licenses/pddl/1.0/ ) https://github.com/seattleio/seattle-boundaries-data ( https://creativecommons.org/publicdomain/zero/1.0/ ) Puget Sound Regional Council ( https://www.psrc.org/activity-based-travel-model-soundcast ) USGS SRTM Other binary data bundled in: Overpass font ( https://fonts.google.com/specimen/Overpass , Open Font License) Bungee fonts ( https://fonts.google.com/specimen/Bungee , Open Font License) Material Design icons ( https://material.io/resources/icons , Apache license) Some Graphics textures ( https://www.kenney.nl/ , CC0 1.0 Universal)","breadcrumbs":"Data source licensing","id":"4","title":"Data source licensing"},"40":{"body":"Community proposals now includes a \"repair the bridge\" option, which should restore things to how they were before March 2020. This is useful as a baseline, to explore what traffic patterns were like before the closure.","breadcrumbs":"Case studies » Repair the bridge","id":"40","title":"Repair the bridge"},"41":{"body":"","breadcrumbs":"Developer guide","id":"41","title":"Developer guide"},"42":{"body":"You will first need: Stable Rust, at least 1.47. https://www.rust-lang.org/tools/install . On Windows, you may need Visual Studio 2019 . On Linux, sudo apt-get install xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev or the equivalent for your distro One-time setup: Download the repository: git clone https://github.com/dabreegster/abstreet.git Grab the minimal amount of data to get started: cargo run --bin updater Run the game: RUST_BACKTRACE=1 cargo run --bin game --release. On Windows, set environment variables like this: set RUST_BACKTRACE=1 && cargo run --bin game --release","breadcrumbs":"Getting started","id":"42","title":"Getting started"},"43":{"body":"Generated API documentation Compile faster by just doing cargo run. The executable will have debug stack traces and run more slowly. You can do cargo run --release to build in optimized release mode; compilation will be slower, but the executable much faster. Some in-game features are turned off by default or don't have a normal menu to access them. The list: To toggle developer mode: press Control+S in game, or cargo run -- --dev To warp to an object by numeric ID: press Control+j To enter debug mode with all sorts of goodies: press Control+D You can start the game in different modes using flags: cargo run --bin game -- --dev data/system/seattle/maps/downtown.bin starts on a particular map cargo run --bin game -- data/system/seattle/scenarios/downtown/weekday.bin starts with a scenario (which is tied to a certain map) cargo run --bin game -- --challenge=trafficsig/tut2 starts on a particular challenge. See the list of aliases by passing in a bad value here. cargo run --bin game -- data/player/saves/montlake/no_edits_unnamed/00h00m20.3s.bin restores an exact simulation state. Savestates are found in debug mode ( Control+D ) -- they're probably confusing for the normal player experience, so they're hidden for now. cargo run --bin game -- --tutorial=12 starts somewhere in the tutorial Adding --edits='name of edits' starts with edits applied to the map.","breadcrumbs":"Development tips","id":"43","title":"Development tips"},"44":{"body":"As data formats change over time, things in the data/ directory not under version control will get out of date. At any time, you can run cargo run --bin updater from the main repository directory to update only the files that have changed. You can also opt into downloading updates for more cities by editing data/player/data.json. In the main UI, there's a button to download more cities that will help you manage this config file.","breadcrumbs":"Downloading more cities","id":"44","title":"Downloading more cities"},"45":{"body":"You can skip this section if you're just touching code in game, widgetry, and sim. To run all pieces of the importer, you'll need some extra dependencies: osmconvert: See https://wiki.openstreetmap.org/wiki/Osmconvert#Download or https://github.com/interline-io/homebrew-planetutils#installation for Mac libgdal-dev: See https://gdal.org if your OS package manager doesn't have this. If you keep hitting linking errors, then just remove --features scenarios from import.sh. You won't be able to build the Seattle scenarios. Standard Unix utilities: curl, unzip, gunzip The first stage of the importer, --raw, will download input files from OSM, King County GIS, and so on. If the mirrors are slow or the files vanish, you could fill out data/config and use the updater described above to grab the latest input. You can rerun specific stages of the importer: If you're modifying the initial OSM data -> RawMap conversion in convert_osm, you need ./import.sh --raw --map. If you're modifying map_model but not the OSM -> RawMap conversion, then you just need ./import.sh --map. If you're modifying the demand model for Seattle, you can add --scenario to regenerate. By default, all maps are regenerated. You can also specify a single map: ./import.sh --map downtown. By default, Seattle is assumed as the city. You have to specify otherwise: ./import.sh --city=los_angeles --map downtown_la. You can also make the importer import a new city .","breadcrumbs":"Building map data","id":"45","title":"Building map data"},"46":{"body":"The docs listed at https://github.com/dabreegster/abstreet#documentation explain things like map importing and how the traffic simulation works.","breadcrumbs":"Understanding stuff","id":"46","title":"Understanding stuff"},"47":{"body":"If you're going to dig into the code, it helps to know what all the crates are. The most interesting crates are map_model, sim, and game. Constructing the map: convert_osm: extract useful data from OpenStreetMap and other data sources, emit intermediate map format kml: extract shapes from KML and CSV shapefiles map_model: the final representation of the map, also conversion from the intermediate map format into the final format map_editor: GUI for modifying geometry of maps and creating maps from scratch. pretty abandoned as of June 2020 importer: tool to run the entire import pipeline updater: tool to download/upload large files used in the import pipeline Traffic simulation: sim: all of the agent-based simulation logic headless: tool to run a simulation without any visualization Graphics: game: the GUI and main gameplay widgetry: a GUI and 2D OpenGL rendering library, using glium + winit + glutin Common utilities: abstutil: a grab-bag of IO helpers, timing and logging utilities, etc geom: types for GPS and map-space points, lines, angles, polylines, polygons, circles, durations, speeds Other: collisions: an experimental data format for real-world collision data traffic_seitan: a bug-finding tool that randomly generates live map edits tests: integration tests","breadcrumbs":"Code organization","id":"47","title":"Code organization"},"48":{"body":"All code is automatically formatted using https://github.com/rust-lang/rustfmt ; please run cargo +nightly fmt before sending a PR. (You have to install the nightly toolchain just for fmt) cargo fmt can't yet organize imports, but we follow a convention to minimize conflict with what some IDEs do. Follow existing code to group imports: std, external crates, other crates in the project, the current crate, then finally any module declarations. The error handling is unfortunately inconsistent. The goal is to gracefully degrade instead of crashing the game. If a crash does happen, make sure the logs will have enough context to reproduce and debug. For example, giving up when some geometry problem happens isn't ideal, but at least make sure to print the road / agent IDs or whatever will help find the problem. It's fine to crash during map importing, since the player won't deal with this, and loudly stopping problems is useful. It's also fine to crash when initially constructing all of the renderable map objects, because this crash will consistently happen at startup-time and be noticed by somebody developing before a player gets to it. Prefer using info!, warn!, error!, etc from the log crate. Or if a Timer is available and you want to collect all notes together, timer.note. There are still many places calling println!, but we're trying to clean these up. See the testing strategy page.","breadcrumbs":"Code conventions","id":"48","title":"Code conventions"},"49":{"body":"Use https://github.com/flamegraph-rs/flamegraph , just running it on the binaries you build normally.","breadcrumbs":"Profiling","id":"49","title":"Profiling"},"5":{"body":"parking_mapper This guide assumes you've edited OSM before. Contact dabreegster@gmail.com if you have any trouble. Also give me a heads up when you make some edits, so I can regenerate the maps! Install A/B Street Choose Contribute parking data on the main screen Change the map if you'd like to focus somewhere in particular Click a road with unknown parking Select what kind of on-street parking the road has Repeat Click Generate OsmChange file Upload the diff.osc file by adding a layer in JOSM (or send it to me) Like all edits to OSM, to figure out ground-truth, you can survey in-person or use Bing Streetside . Do not use data from Google Maps to edit OSM.","breadcrumbs":"Instructions » Help map out on-street parking","id":"5","title":"Help map out on-street parking"},"50":{"body":"Find packages to upgrade: cargo outdated -R Deal with compile tile: cargo bloat --time Find why two binary crates aren't sharing dependencies: https://old.reddit.com/r/rust/comments/cqceu4/common_crates_in_cargo_workspace_recompiled/ Where's a dependency coming from? cargo tree -i -p syn Diff screencaps: http://www.imagemagick.org/Usage/compare/#methods Debug OpenGL calls: apitrace trace --api gl ../target/debug/game\nqapitrace game.trace\napitrace dump game.trace Understand XML: just use firefox","breadcrumbs":"Developer guide » Development notes","id":"50","title":"Development notes"},"51":{"body":"Cross-compilation notes: https://github.com/rust-embedded/cross Or use https://github.com/japaric/trust Initially have to: cargo install cross\nsudo apt-get install docker.io\nsudo usermod -aG docker ${USER} Then: sudo systemctl start docker\ncross build --release --target x86_64-pc-windows-gnu --bin game\nwine target/x86_64-pc-windows-gnu/release/game.exe data/system/seattle/maps/montlake.bin","breadcrumbs":"Developer guide » Building releases","id":"51","title":"Building releases"},"52":{"body":"For formatting: sudo apt-get install npm\ncd ~; mkdir npm; cd npm\nnpm init --yes\nnpm install prettier --save-dev --save-exact","breadcrumbs":"Developer guide » Markdown","id":"52","title":"Markdown"},"53":{"body":"# Fullscreen\nffmpeg -f x11grab -r 25 -s 1920x960 -i :0.0+0,55 -vcodec huffyuv raw.avi ffmpeg -ss 10.0 -t 5.0 -i raw.avi -f gif -filter_complex \"[0:v] fps=12,scale=1024:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse\" screencast.gif","breadcrumbs":"Developer guide » Videos","id":"53","title":"Videos"},"54":{"body":"sudo apt-get install lld Stick this in ~/.cargo/config: [target.x86_64-unknown-linux-gnu]\nrustflags = [ \"-C\", \"link-arg=-fuse-ld=lld\",\n]","breadcrumbs":"Developer guide » Faster linking","id":"54","title":"Faster linking"},"55":{"body":"Keep a fork up to date: # Once\ngit remote add upstream https://github.com/rust-windowing/glutin/ git fetch upstream\ngit merge upstream/master\ngit diff upstream/master","breadcrumbs":"Developer guide » git","id":"55","title":"git"},"56":{"body":"perl -pi -e 's/WrappedComposite::text_button\\(ctx, (.+?), (.+?)\\)/Btn::text_fg(\\1).build_def\\(ctx, \\2\\)/' `find|grep rs|xargs`","breadcrumbs":"Developer guide » Refactoring","id":"56","title":"Refactoring"},"57":{"body":"rust-gdb --args ../target/release/game --dev","breadcrumbs":"Developer guide » Stack overflow","id":"57","title":"Stack overflow"},"58":{"body":"draw.io","breadcrumbs":"Developer guide » Drawing diagrams","id":"58","title":"Drawing diagrams"},"59":{"body":"xodo on Android for annotating maps in the field","breadcrumbs":"Developer guide » Mapping","id":"59","title":"Mapping"},"6":{"body":"","breadcrumbs":"Instructions » FAQ","id":"6","title":"FAQ"},"60":{"body":"osmcha.org for recent changes To upload diffs: java -jar ~/Downloads/josm-tested.jar ~/abstreet/map_editor/diff.osc JOSM: Press (and release T), then click to pan. Download a relevant layer, select the .osc, merge, then upload.","breadcrumbs":"Developer guide » OSM tools","id":"60","title":"OSM tools"},"61":{"body":"fontdrop.info","breadcrumbs":"Developer guide » Fonts","id":"61","title":"Fonts"},"62":{"body":"What things are sensitive to changes in map data and simulation rules? tutorial optimize commute challenges What things do I always forget to test? DPI issues, use --scale_factor","breadcrumbs":"Developer guide » Release checklist","id":"62","title":"Release checklist"},"63":{"body":"Suppose you're tired of manually fiddling with traffic signals, and you want to use machine learning to do it. You can run A/B Street without graphics and automatically control it through an API.","breadcrumbs":"Developer guide » API","id":"63","title":"API"},"64":{"body":"This Python example has everything you need to get started. See all example code -- there are different experiments in Go and Python that automate running a simulation, measuring some metric, and making a change to improve the metric.","breadcrumbs":"Developer guide » Examples","id":"64","title":"Examples"},"65":{"body":"The headless API server that you run contains a single map and simulation at a time. Even though you can theoretically have multiple clients make requests to it simultaneously, the server will only execute one at a time. If you're trying to do something other than use one script to make API calls in sequence, please get in touch, so we can figure out something better suited to your use case. When you start the headless server, it always loads the montlake map with the weekday scenario. The only way you can change this is by calling /sim/load. For example: curl http://localhost:1234/sim/load -d '{ \"scenario\": \"data/system/seattle/scenarios/downtown/monday.bin\", \"modifiers\": [], \"edits\": null }' -X POST` You can also pass flags like --infinite_parking to the server to control SimOptions . These settings will apply for the entire lifetime of the server; you can't change them later.","breadcrumbs":"Developer guide » Control flow","id":"65","title":"Control flow"},"66":{"body":"Under construction : The API will keep changing. There are no backwards compatibility guarantees yet. Please make sure I know about your project, so I don't break your client code. For now, the API is JSON over HTTP. The exact format is unspecified, error codes are missing, etc. A summary of the commands available so far: /sim GET /sim/reset : Reset all temporary map edits and the simulation state. The trips that will run don't change; they're determined by the scenario specified by the last call to /sim/load. If you made live map edits using things like /traffic-signals/set, they'll be reset to the edits from /sim/load. POST /sim/load : Switch the scenario being simulated, and also optionally sets the map edits. GET /sim/get-time : Returns the current simulation time. GET /sim/goto-time?t=06:30:00 : Simulate until 6:30 AM. If the time you specify is before the current time, you have to call /sim/reset first. POST /sim/new-person : The POST body must be an ExternalPerson in JSON format. /traffic-signals GET /traffic-signals/get?id=42 : Returns the traffic signal of intersection #42 in JSON. POST /traffic-signals/set : The POST body must be a ControlTrafficSignal in JSON format. GET /traffic-signals/get-delays?id=42&t1=03:00:00&t2=03:30:00 : Returns the delay experienced by every agent passing through intersection #42 from 3am to 3:30, grouped by direction of travel. GET /traffic-signals/get-cumulative-thruput?id=42 : Returns the number of agents passing through intersection #42 since midnight, grouped by direction of travel. GET /traffic-signals/get-all-current-state : Returns the current state of all traffic signals, including the stage timing, waiting, and accepted agents. /data GET /data/get-finished-trips : Returns a JSON list of all finished trips. Each tuple is (time the trip finished in seconds after midnight, trip ID, mode, duration of trip in seconds). The mode is either a string like \"Walk\" or \"Drive\", or null if the trip was cancelled for any reason. GET /data/get-agent-positions : Returns a JSON list of all active agents. Vehicle type (or pedestrian), person ID, and position is included. GET /data/get-road-thruput : Returns a JSON list of (road, agent type, hour since midnight, throughput for that one hour period). /map GET /map/get-edits : Returns the current map edits in JSON. You can save this to a file in data/player/edits/map_name/ and later use it in-game normally. You can also later run the headless server with --edits=name_of_edits. GET /map/get-edit-road-command?id=123 : Returns an object that can be modified and then added to map edits. GET /map/get-intersection-geometry?id=123 : Returns a GeoJSON object with one feature for the intersection and a feature for all connecting roads. The polygon coordinates are measured in meters, with the origin centered at the intersection's center. GET /map/get-all-geometry : Returns a huge GeoJSON object with one feature per road and intersection in the map. The coordinate space is WGS84.","breadcrumbs":"Developer guide » API details","id":"66","title":"API details"},"67":{"body":"If you need to deeply inspect the map, you can dump it to JSON: cargo run --bin dump_map data/system/seattle/maps/montlake.bin > montlake.json See some example code that reads this JSON and finds buildings . The format of the map isn't well-documented yet. See the generated API docs and the map model docs in the meantime.","breadcrumbs":"Developer guide » Working with the map model","id":"67","title":"Working with the map model"},"68":{"body":"You can use the /sim/new-person API in the middle of a simulation, if needed. If possible, it's simpler to create a Scenario as input.","breadcrumbs":"Developer guide » Working with individual trips","id":"68","title":"Working with individual trips"},"69":{"body":"You can import trips from your own data . You can also generate different variations of one of the demand models by specifying an RNG seed: cargo run --bin random_scenario -- --rng=123 --map=data/system/seattle/maps/montlake.bin --scenario_name=home_to_work You can also dump Scenarios (the file that defines all of the people and trips) to JSON: cargo run --bin dump_scenario data/system/seattle/scenarios/montlake/weekday.bin > montlake_weekday.json You can modify the JSON, then put the file back in the appropriate directory and use it in-game: cargo run --bin game data/system/seattle/scenarios/montlake/modified_scenario.json The Scenario format is also undocumented, but see the generated API docs anyway.","breadcrumbs":"Developer guide » Working with Scenarios","id":"69","title":"Working with Scenarios"},"7":{"body":"I'm trying to build a realistic traffic simulation of Seattle using OSM data, then use it to strengthen proposals for pedestrianized streets , improving the bike network , and mitigating the West Seattle bridge closure . A/B Street is only as good as its data, and parking is one of the biggest gaps. Missing data means unrealistic traffic as vehicles contend for few parking spots, and roads that look much wider than they are in reality.","breadcrumbs":"Instructions » Why?","id":"7","title":"Why?"},"70":{"body":"","breadcrumbs":"Developer guide » Testing strategy","id":"70","title":"Testing strategy"},"71":{"body":"As you've probably noticed, there aren't many. Lots of the interesting behavior in A/B Street - UI interactions, details of the simulation, map importing -- would take lots of infrastructure to specify a setup and expected outcomes. If you have ideas for new tests, contributions always welcome! In the meantime, one useful test covers how OSM tags translate into individual lanes .","breadcrumbs":"Developer guide » Unit tests","id":"71","title":"Unit tests"},"72":{"body":"Downloading fresh OSM data or modifying any part of the map importing pipeline could easily break things. Expressing invariants about the map output is hard, because importing is far from perfect, and OSM data is often quite buggy. So the approach to preventing regressions here is to look for visual changes to the final rendered map. When a new map is opted into this type of test, somebody manually squints carefully at it and sanity checks that it works to some degree. They use the screen capture tool in debug mode to tile the map into 1920x960 chunks and screengrab everything. Later, somebody regenerates the map with some possible changes. They grab screenshots again, then use compare_screenshots.sh to quickly look at the visual diff. Changes to intersection geometry, number of lanes, rendering, etc are all easy to spot. If this manual inspection of the diff is good, they commit the new screenshots as the new goldenfiles.","breadcrumbs":"Developer guide » Screenshot diffs","id":"72","title":"Screenshot diffs"},"73":{"body":"This tool regenerates all maps and scenarios from scratch. cargo run --bin updater -- --dry then reveals what files have changed. Additionally, this script does a few more tests: --prebake runs the full weekday scenario on two maps that've previously been coerced into being gridlock-free","breadcrumbs":"Developer guide » data/regen.sh","id":"73","title":"data/regen.sh"},"74":{"body":"The tests crate contains some integration tests. One part runs the full importer against really simple .osm files. To iterate rapidly on interpreting turn restrictions, it produces goldenfiles describing all turns in the tiny map. The \"smoke-test\" section simulates one hour on all maps, flushing out bugs with bus spawning, agents hitting odd parts of the map, etc The \"check proposals\" section makes sure the edits shipped with the game still load properly.","breadcrumbs":"Developer guide » Integration tests","id":"74","title":"Integration tests"},"75":{"body":"Once upon a time, I made a little test harness that would run the simulation headlessly (without graphics), set up certain situations forcing a car to park in a certain spot, and asserted that different sim/src/events.rs were produced in the right order. The map_editor tool was used to manually draw really simple maps for these situations. I deleted everything, because the effort to specify the input and expected output were too tedious to maintain, and this never really helped catch bugs. There was a way to label roads and buildings in the synthetic maps, so the test code could assert person 2 made it to the \"house\" building, but even with all of this, it was pretty hard. This approach is maybe worth reviving, though.","breadcrumbs":"Developer guide » Old tests","id":"75","title":"Old tests"},"76":{"body":"For https://github.com/dabreegster/abstreet/issues/326 , I'm starting to figure out how to import hundreds of maps into A/B Street. There are many issues with scaling up the number of supported maps. This document just focuses on importing.","breadcrumbs":"Developer guide » Mass importing many maps","id":"76","title":"Mass importing many maps"},"77":{"body":"https://download.bbbike.org/ conveniently has 200 OSM extracts for major cities world-wide. The data/bbike.sh script downloads these. Then data/mass_import.sh attempts to import them into A/B Street. The bbike extracts, however, cover huge areas surrounding major cities. Importing such large areas is slow, and the result is too large to work well in A/B Street or the OSM viewer. Ideally, we want just the area concentrated around the \"core\" of each city. https://github.com/dabreegster/abstreet/blob/master/convert_osm/src/bin/extract_cities.rs transforms a huge .osm file into smaller pieces, each focusing on one city core. This tool looks for administrative boundary relations tagged as cities, produces a clipping polygon covering the city, and uses osmconvert to produce a smaller .osm file. The tool has two strategies for generating clipping polygons. One is to locate the admin_centre or label node for the region, then generate a circle of fixed radius around that point. Usually this node is located in the city core, so it works reasonably, except for \"narrow\" cities along a coast. The other strategy glues together the relation's multipolygon boundary, then simplifies the shape (usually with thousands of points) using a convex hull. This strategy tends to produce results that're too large, because city limits are often really huge.","breadcrumbs":"Developer guide » The current approach","id":"77","title":"The current approach"},"78":{"body":"Outside the US, administrative boundaries don't always have a \"city\" defined. In Tokyo in particular, this name isn't used. I'm not sure which boundary level to use yet. The tool assumes driving on the right everywhere. OSM has https://wiki.openstreetmap.org/wiki/Key:driving_side , but this is usually tagged at the country level, which isn't included in the bbike extracts. The resulting maps are all \"flattened\" in A/B Street's list, so you can't see any hierarchy of areas. Two cities with the same name from different areas will arbitrarily collide.","breadcrumbs":"Developer guide » Problems","id":"78","title":"Problems"},"79":{"body":"A/B Street includes lots of large binary files to represent converted maps, scenarios, and prebaked simulation results. The files are too large to store in git, but the files are still logically tied to a version of the code, since the format sometimes changes. Additionally, all of the files are too large to include in the .zip release that most people use, but it should still be possible for players to download the optional content. Also, there are different versions of the game floating around, on native and web, that have to be associated with the proper version of these files. It's all slightly confusing, so this page describes how it all works.","breadcrumbs":"Developer guide » Data organization","id":"79","title":"Data organization"},"8":{"body":"Why can't I just grab parking data from SDOT's map , using the blockface dataset? Well, I'm trying -- when you see a parking lane in the tool, it's coming from blockface, unless that road in OSM is tagged. But the blockface dataset is comically wrong in many places -- for example, the Montlake bridge apparently has unrestricted parking?! King County GIS has confirmed the dataset isn't meant to be used for this level of detail. Plus, if the data is in OSM, anybody else can make use of it.","breadcrumbs":"Instructions » Why put this data in OSM?","id":"8","title":"Why put this data in OSM?"},"80":{"body":"If you peek into the data/ directory, it's mainly split into 3 subdirectories. system/ is used when running the game and is the subject of this page. input/ is used to store input and intermediate files for importing maps, and only developers running the importer should care about it. player/ contains local settings, map edits, and other data created in-game. data/MANIFEST.json is a listing of all files in data/system/, along with their size and md5sum. Different tools compare this manifest to the local filesystem to figure out what to do. There are also some other scripts and files in data/, but they should probably be moved.","breadcrumbs":"Developer guide » The data itself","id":"80","title":"The data itself"},"81":{"body":"data/system/ and data/input/ are stored in Amazon S3, at http://abstreet.s3-website.us-east-2.amazonaws.com. This S3 bucket is organized into versions: dev, 0.2.17, 0.2.18, etc. dev represents the latest version of all data files. The numbered versions correspond to releases and only contain data/system/, not data/input/. Depending how large these directories grow over time, I'll commit to keeping around at least 3 of the previous numbered versions, but I might delete older ones after that. In lieu of a proper document for the release process, the commands used to make a versioned copy of the data are something like: aws s3 cp --recursive s3://abstreet/dev/data/system s3://abstreet/0.2.17/data/system","breadcrumbs":"Developer guide » Where the data is stored","id":"81","title":"Where the data is stored"},"82":{"body":"For people building the game from source , the process to keep data files fresh is to cargo run --bin updater. This tool calculates md5sums of all local files, then compares it with the checked-in data/MANIFEST.json. Any difference results in a local file being deleted or a new file from S3 being downloaded. By editing data/player/data.json manually or using the UI in the game (found by loading a map, then choosing to download more maps), somebody can opt into downloading \"extra/optional\" cities.","breadcrumbs":"Developer guide » Native, running from source","id":"82","title":"Native, running from source"},"83":{"body":"When the weekly .zip binary release for Mac, Linux, and Windows is produced, the game crate is built with --features release_s3. When the downloader UI is opened in-game, this causes downloads to occur from a versioned S3 directory, like 0.2.17, depending on the version string compiled into the game at that time. So somebody can run off the weekly release, opt into more cities, and get the correct version of the files, even if the format has changed in /dev/ since then.","breadcrumbs":"Developer guide » Native, running from a release .zip","id":"83","title":"Native, running from a release .zip"},"84":{"body":"The strategy for managing files gets more interested when the game is compiled to WebAssembly, since browsers can't read from the local filesystem. game/src/load.rs contains some crazy tricks to instead make asynchronous HTTP requests through the browser. When using game/run_web.sh, the files are served through a local HTTP server and symlinked to the local copy of data/system/. Not all files are loaded through HTTP; some are actually statically compiled into the .wasm file itself! abstutil/src/io_web.rs does this magic using the include_dir crate. Only a few critical large files, needed at startup, are included. There's an IO layer for listing and reading files that, on web, merges results from the bundled-in files and the remote files that're declared to exist in the bundled-in copy of data/MANIFEST.json.","breadcrumbs":"Developer guide » Web, running locally","id":"84","title":"Web, running locally"},"85":{"body":"Everything's the same, except building with --features wasm_s3 causes the game to make HTTP requests to the S3 bucket, instead of localhost. The web version always pins to /dev, never a release version of the data, since the web client is always updated along with the data, for now.","breadcrumbs":"Developer guide » Web, from S3","id":"85","title":"Web, from S3"},"86":{"body":"A/B Street transforms OpenStreetMap (OSM) data into a detailed geometric and semantic representation of the world for traffic simulation. This chapter describes that map model, with the hopes that it'll be useful for purposes beyond this project.","breadcrumbs":"Map model","id":"86","title":"Map model"},"87":{"body":"A Map covers everything inside some hand-drawn boundary, usually scoped to a city or a few of a city's districts. Unlike OSM, it doesn't cover the entire world; it only has areas specifically extracted for some purpose. A map consists of many objects. Mainly, there are roads, broken down into individual lanes, and intersections. A road is a single segment connecting exactly two intersections (as opposed to OSM, where a single \"way\" may span many intersections). Lanes within a road have a specific type, which dictates their direction of travel (or lack of travel, like on-street parking) and uses. Sidewalks are represented as bidirectional lanes. Roads connect at intersections, which contain an explicit set of turns, each linking a source lane to a destination lane. Maps also contain parking lots and buildings, which connect to the nearest driveable lane and a sidewalk. Maps have water and park areas, only used for drawing. They also represent public transit stops and routes.","breadcrumbs":"Overview","id":"87","title":"Overview"},"88":{"body":"Unlike some GIS systems, maps don't use any kind of database -- they're just a file, anywhere from 1 to ~500MB (depending on the size of their boundary). Once loaded into memory, different objects from the map can be accessed directly, along with a large API to perform various queries. Most of the map's API is read-only; once built, a map doesn't change until user-created edits are applied. The pipeline to import a map from OSM data (and also optional supplementary, city-specific data) is complex and may take a few minutes to run, but it happens once offline. Applications using maps just read the final file.","breadcrumbs":"How is a map used?","id":"88","title":"How is a map used?"},"89":{"body":"Why use A/B Street's map model instead of processing OSM directly? TODO: Order these better. For each one, show before/after pictures","breadcrumbs":"Features","id":"89","title":"Features"},"9":{"body":"A/B Street attempts to render individual lanes and intersections from OSM data. This makes it useful to audit the lane tags in OSM, including parking:lane . The tool tracks your edits and when you generate the OsmChange file, it grabs modified ways from the OSM API to generate a diff. You can inspect the diff, load it in JOSM, and upload. Your changes won't immediately be reflected in A/B Street. Let me know when you've done some amount of mapping, and I'll regenerate the maps from fresh data.","breadcrumbs":"Instructions » How does the tool work?","id":"9","title":"How does the tool work?"},"90":{"body":"Bodies of water, forests, parks, and other areas are represented in OSM as relations, requiring the user to stitch together multiple polylines in undefined orders and handle inner holes. A/B Street maps handle all of that, and also clip the area's polygon to the boundary of the entire map -- including coastlines.","breadcrumbs":"Area clipping","id":"90","title":"Area clipping"},"91":{"body":"OSM represents roads as a polyline of the physical center of the road. A/B Street infers the number and type of lanes from OSM metadata, then creates individual lanes of appropriate width, each with a center-line and polygon for geometry. At intersections, the roads and lanes are \"trimmed back\" to avoid overlapping, and the \"common area\" becomes the intersection's polygon. This heuristic process is reasonably robust to complex shapes, with special treatment of highway on/off-ramps, although it does still have some bugs.","breadcrumbs":"Road and intersection geometry","id":"91","title":"Road and intersection geometry"},"92":{"body":"At each intersection, A/B Street infers all legal movements between vehicle lanes and sidewalks. This process makes use of OSM metadata about turn lanes, inferring reasonable defaults for multi-lane roads. OSM turn restriction relations, which may span a sequence of several roads to describe U-turns around complex intersections, are also used.","breadcrumbs":"Turns","id":"92","title":"Turns"},"93":{"body":"OSM models parking lots as areas along with the driveable aisles. Usually the capacity of a lot isn't tagged. A/B Street automatically fills paring lots with individual stalls along the aisles, estimating the capacity just from this geometry.","breadcrumbs":"Parking lots","id":"93","title":"Parking lots"},"94":{"body":"At unsignalized intersections, A/B Street infers which roads have to stop, and which have right-of-way.","breadcrumbs":"Stop signs","id":"94","title":"Stop signs"},"95":{"body":"OSM has no way to describe how traffic signals are configured. A/B Street models fixed-timer signals, automatically inferring the number of phases, their duration, and the movements that are prioritized and permitted during each phase.","breadcrumbs":"Traffic signals","id":"95","title":"Traffic signals"},"96":{"body":"A/B Street can determine routes along lanes and turns for vehicles and pedestrians. These routes obey OSM's turn restriction relations that span multiple road segments. They also avoid roads that're tagged as not allowing through-traffic, depending on the route's origin and destination and vehicle type. The pathfinding optionally makes use of contraction hierarchies to greatly speed up query performance, at the cost of a slower offline importing process.","breadcrumbs":"Pathfinding","id":"96","title":"Pathfinding"},"97":{"body":"OSM tags bridges and tunnels, but the roads that happen to pass underneath bridges aren't mapped. A/B Street detects these and represents the z-order for drawing.","breadcrumbs":"Bridge z-ordering","id":"97","title":"Bridge z-ordering"},"98":{"body":"Similar to areas, A/B Street consolidates the geometry of OSM buildings, which may be split into multiple polygons. Each building is also associated with the nearest driveable lane and sidewalk, and metadata is used to infer a land-use (like residential and commercial) and commercial amenities available.","breadcrumbs":"Buildings","id":"98","title":"Buildings"},"99":{"body":"A/B Street uses bus stops and route relations from OSM to build a model of public transit routes. OSM makes few guarantees about how the specifics of the route are specified, but A/B Street produces specific paths, handling clipping to the map boundary. ... All of this isn't the case yet, but it's a WIP!","breadcrumbs":"Experimental: public transit","id":"99","title":"Experimental: public transit"}},"length":200,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0}}},"9":{"df":4,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.0},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"0":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.4142135623730951},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.358898943540674},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":17,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.4142135623730951}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.449489742783178},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.4142135623730951},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"14":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":2.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":2.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.0},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"80":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.7320508075688772},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.7320508075688772},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.1622776601683795},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.6457513110645907},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.0},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":1.7320508075688772},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":1.7320508075688772},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.0},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.0}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":2.0},"3":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.23606797749979},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.0}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":5,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.0},"5":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":26,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.23606797749979},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.6457513110645907},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.4142135623730951},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.0}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.0}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.4142135623730951},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":78,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":2.0},"103":{"tf":1.0},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"115":{"tf":2.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.6457513110645907},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.0},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":2.449489742783178},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":42,"docs":{"101":{"tf":1.0},"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":38,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.0},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.0},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.4142135623730951},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":1.7320508075688772},"154":{"tf":1.4142135623730951},"155":{"tf":2.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.0},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.0},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.0}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":15,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.4142135623730951},"167":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"179":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"60":{"tf":1.0},"62":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.4142135623730951},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":1.7320508075688772}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.0},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":48,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.0},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.4142135623730951},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"47":{"tf":1.0},"82":{"tf":1.4142135623730951},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.4142135623730951},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.6457513110645907},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":4,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.0},"75":{"tf":1.7320508075688772}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":23,"docs":{"10":{"tf":1.7320508075688772},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":46,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":2.6457513110645907},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.0},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.0},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.0},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.7320508075688772},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.0},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.0},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"+":{"0":{",":{"5":{"5":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"4":{"0":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"130":{"tf":1.4142135623730951}},"m":{"df":1,"docs":{"111":{"tf":1.0}}}},"2":{".":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"1":{"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":3,"docs":{"175":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"8":{"df":2,"docs":{"175":{"tf":1.0},"81":{"tf":1.0}}},"df":1,"docs":{"175":{"tf":1.0}}},"2":{"df":1,"docs":{"175":{"tf":1.0}}},"3":{"df":1,"docs":{"175":{"tf":1.0}}},"4":{"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"df":1,"docs":{"175":{"tf":1.0}}},"7":{"df":1,"docs":{"175":{"tf":1.0}}},"8":{"df":1,"docs":{"175":{"tf":1.0}}},"9":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":3,"docs":{"112":{"tf":1.4142135623730951},"151":{"tf":1.0},"175":{"tf":1.0}}},"1":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}},".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"4":{"7":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"137":{"tf":1.0}}},"8":{"0":{"0":{".":{"0":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"24":{"tf":1.0}}},"2":{"2":{".":{"3":{"0":{"3":{"7":{"2":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"5":{"9":{"4":{"8":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"180":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"24":{"tf":1.0}},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"8":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"168":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}}}},"9":{"'":{"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":0,"docs":{},"x":{"9":{"6":{"0":{"df":2,"docs":{"53":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"199":{"tf":1.0}}},"df":8,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":1,"docs":{"126":{"tf":1.0}}}},"2":{".":{"2":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"0":{"0":{"0":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"190":{"tf":1.0}}},"8":{"df":1,"docs":{"190":{"tf":1.0}}},"9":{"df":1,"docs":{"190":{"tf":1.0}}},"df":1,"docs":{"77":{"tf":1.0}}},"1":{"3":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}},"4":{"df":2,"docs":{"134":{"tf":1.0},"29":{"tf":1.0}}},"7":{"df":1,"docs":{"171":{"tf":1.0}}},"8":{"df":4,"docs":{"134":{"tf":1.0},"157":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.4142135623730951}}},"9":{"df":4,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"178":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":17,"docs":{"134":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"40":{"tf":1.0},"47":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"0":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"178":{"tf":1.0}}},"2":{"df":1,"docs":{"174":{"tf":1.0}}},"3":{"df":1,"docs":{"37":{"tf":1.0}},"r":{"d":{"df":2,"docs":{"175":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"/":{"7":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}}},"5":{"df":1,"docs":{"53":{"tf":1.0}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"7":{"df":1,"docs":{"172":{"tf":1.0}}},"8":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},"9":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"34":{"tf":1.0}}}}},">":{"&":{"1":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"56":{"tf":1.0},"75":{"tf":1.0}}},"3":{"0":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":2,"docs":{"125":{"tf":1.0},"25":{"tf":1.0}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"d":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"196":{"tf":1.0}}},"df":7,"docs":{"112":{"tf":1.7320508075688772},"167":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"4":{"0":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}},"5":{"df":1,"docs":{"25":{"tf":1.0}}},"7":{".":{"6":{"3":{"7":{"2":{"8":{"3":{"4":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{"7":{"7":{"3":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"112":{"tf":2.0},"20":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"1":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"9":{"df":1,"docs":{"38":{"tf":1.0}}},"df":1,"docs":{"138":{"tf":1.0}}},"df":4,"docs":{"141":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":1.0},"34":{"tf":1.0}},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"6":{".":{"3":{"df":1,"docs":{"188":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"171":{"tf":1.0}}},":":{"3":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":3,"docs":{"141":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0}}},"7":{"0":{"0":{",":{"0":{"0":{"0":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":3,"docs":{"136":{"tf":1.0},"138":{"tf":1.0},"32":{"tf":1.0}}},"9":{"0":{"df":1,"docs":{"175":{"tf":1.0}}},"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"39":{"tf":1.0}}}}},"a":{"/":{"b":{"df":67,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"]":{"[":{"b":{"]":{";":{"[":{"a":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":3,"docs":{"115":{"tf":1.0},"129":{"tf":1.0},"45":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"118":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"88":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"129":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"130":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.0}}}},"v":{"df":10,"docs":{"136":{"tf":1.0},"152":{"tf":1.4142135623730951},"157":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"66":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":2.0},"152":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"24":{"tf":1.0},"30":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":10,"docs":{"112":{"tf":1.4142135623730951},"114":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":3.4641016151377544},"20":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"73":{"tf":1.0},"79":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":5,"docs":{"175":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.0}},"j":{"a":{"c":{"df":7,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.6457513110645907},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"o":{"c":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"106":{"tf":1.0},"113":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"119":{"tf":1.0},"183":{"tf":1.0},"74":{"tf":1.0}}}}}}},"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":12,"docs":{"102":{"tf":1.0},"124":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":4.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":2.449489742783178},"74":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"39":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"125":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"a":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":3,"docs":{"112":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951}}}}}}}}},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"141":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":2.23606797749979},"96":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"126":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":2.0},"77":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"93":{"tf":1.4142135623730951},"96":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"100":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":4,"docs":{"1":{"tf":1.0},"158":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"35":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":11,"docs":{"118":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"z":{"df":1,"docs":{"171":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"167":{"tf":1.0},"31":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"9":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"167":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"175":{"tf":2.6457513110645907}}},"z":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":4,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"47":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"171":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"31":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"130":{"tf":1.0},"158":{"tf":1.0},"19":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"130":{"tf":1.0},"33":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"'":{"df":1,"docs":{"172":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":15,"docs":{"119":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"194":{"tf":1.0},"195":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":2,"docs":{"122":{"tf":1.4142135623730951},"2":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"122":{"tf":1.4142135623730951},"88":{"tf":1.0}}},"df":14,"docs":{"109":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":2.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"119":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"175":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"196":{"tf":1.0}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"'":{"df":1,"docs":{"90":{"tf":1.0}}},"df":22,"docs":{"102":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.0},"77":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":10,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0},"71":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"54":{"tf":1.0},"57":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"167":{"tf":1.0},"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"180":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"24":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":2,"docs":{"171":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"171":{"tf":1.0},"180":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}},"s":{"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":4,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"171":{"tf":1.4142135623730951},"190":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"100":{"tf":1.0},"105":{"tf":1.4142135623730951},"120":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"79":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":8,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"78":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"125":{"tf":1.0},"130":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":10,"docs":{"100":{"tf":1.0},"125":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":2.0},"175":{"tf":1.7320508075688772},"181":{"tf":1.0},"34":{"tf":1.4142135623730951},"77":{"tf":1.0},"9":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"171":{"tf":1.0}}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"31":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.7320508075688772},"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}}},"df":2,"docs":{"102":{"tf":1.0},"130":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"106":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":1,"docs":{"64":{"tf":1.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":10,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"98":{"tf":1.0}}}}},"df":6,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}},"df":1,"docs":{"81":{"tf":1.0}},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"b":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"112":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":6,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"183":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.7320508075688772}},"j":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":1,"docs":{"175":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":13,"docs":{"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"117":{"tf":1.0},"126":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":2.0},"23":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"77":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"138":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":9,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":11,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"152":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"66":{"tf":1.0}},"e":{"/":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"df":1,"docs":{"28":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"102":{"tf":1.0},"109":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"141":{"tf":1.0},"175":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"103":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"135":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"106":{"tf":1.0},"125":{"tf":1.0},"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"110":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":5.196152422706632},"180":{"tf":1.4142135623730951},"22":{"tf":1.0},"65":{"tf":1.0},"89":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":21,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":2.8284271247461903},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"21":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"92":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"86":{"tf":1.0}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"111":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":3,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"173":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":27,"docs":{"102":{"tf":1.0},"112":{"tf":2.6457513110645907},"115":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.4142135623730951},"25":{"tf":2.449489742783178},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"7":{"tf":1.0}},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"2":{"tf":1.0},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}}},"d":{"df":1,"docs":{"119":{"tf":1.0}}},"df":11,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}},"g":{"df":2,"docs":{"175":{"tf":1.0},"5":{"tf":1.0}}}},"o":{"df":1,"docs":{"173":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":3,"docs":{"106":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}}},"z":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":7,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":2.0},"154":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.4142135623730951},"28":{"tf":1.0}},"f":{"a":{"c":{"df":3,"docs":{"172":{"tf":1.0},"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"144":{"tf":1.0}}}}}}},"v":{"d":{"df":5,"docs":{"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"122":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"102":{"tf":1.0},"66":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"102":{"tf":1.0},"104":{"tf":1.7320508075688772},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":3.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":6,"docs":{"112":{"tf":2.0},"122":{"tf":1.0},"127":{"tf":1.0},"143":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":2.23606797749979},"113":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":2.0},"24":{"tf":1.0},"4":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"99":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}}},"0":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.4142135623730951},"129":{"tf":1.0},"175":{"tf":1.4142135623730951},"19":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"102":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"x":{"df":3,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"180":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"d":{"df":0,"docs":{},"g":{"df":8,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0},"97":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"25":{"tf":1.0},"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"87":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"122":{"tf":1.0},"2":{"tf":1.0},"84":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"(":{"\\":{"1":{")":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"b":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"81":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":22,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":2.0},"105":{"tf":1.0},"112":{"tf":3.872983346207417},"115":{"tf":2.0},"126":{"tf":1.4142135623730951},"138":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.358898943540674},"178":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"39":{"tf":1.0},"74":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":10,"docs":{"162":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"178":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"174":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907}}}}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":43,"docs":{"101":{"tf":1.0},"102":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.449489742783178},"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"131":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":2.0},"137":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"155":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":4.47213595499958},"18":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.7320508075688772},"67":{"tf":1.0},"7":{"tf":1.0},"75":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":2.8284271247461903}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"4":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"k":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"27":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":3.1622776601683795},"28":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"103":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"152":{"tf":1.0},"82":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}},"m":{"df":1,"docs":{"35":{"tf":1.7320508075688772}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"r":{"a":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"c":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"25":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"193":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"152":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"df":31,"docs":{"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"115":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":4.47213595499958},"126":{"tf":3.1622776601683795},"127":{"tf":2.6457513110645907},"129":{"tf":1.7320508075688772},"130":{"tf":2.449489742783178},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"178":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":6,"docs":{"113":{"tf":1.0},"126":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"32":{"tf":1.0},"80":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"120":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"g":{"df":0,"docs":{},"o":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"137":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.0},"82":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":26,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"152":{"tf":1.7320508075688772},"155":{"tf":1.0},"175":{"tf":2.449489742783178},"177":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"65":{"tf":1.0},"99":{"tf":1.0}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}}},"c":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"2":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}},"df":1,"docs":{"54":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"178":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":5,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"66":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"122":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"g":{"df":47,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"115":{"tf":3.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"127":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.7320508075688772},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"5":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"0":{"tf":1.0},"101":{"tf":1.0},"106":{"tf":1.0},"131":{"tf":1.0},"86":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"193":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"112":{"tf":2.23606797749979},"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":10,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"113":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":8,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.0},"5":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"106":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"171":{"tf":1.0},"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"c":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":26,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"125":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.4142135623730951},"77":{"tf":3.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"87":{"tf":1.0}}},"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.7320508075688772}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"112":{"tf":1.0},"136":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"df":6,"docs":{"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"106":{"tf":1.0},"141":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"172":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"60":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}}},"p":{"df":9,"docs":{"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":1.0}},"r":{"df":3,"docs":{"111":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"32":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0}}}}},"u":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}}}}},"o":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"141":{"tf":1.0},"28":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":22,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.7320508075688772},"118":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}},"r":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"192":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":3,"docs":{"111":{"tf":2.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.1622776601683795}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"28":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"8":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"98":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.7320508075688772},"47":{"tf":1.0},"91":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"40":{"tf":1.0}}},"t":{"df":8,"docs":{"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"29":{"tf":1.0},"37":{"tf":1.0},"62":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.0}}}}}}},"t":{"df":5,"docs":{"112":{"tf":1.0},"120":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":12,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0}}},"x":{"df":5,"docs":{"120":{"tf":1.0},"175":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"106":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"126":{"tf":1.0},"18":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":1,"docs":{"44":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"13":{"tf":1.0},"142":{"tf":1.0},"151":{"tf":1.0},"175":{"tf":1.0},"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"171":{"tf":1.0},"8":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"175":{"tf":2.449489742783178},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"79":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0},"193":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"102":{"tf":2.0},"104":{"tf":1.0},"105":{"tf":2.6457513110645907},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"150":{"tf":1.0}}}}},"i":{"d":{"df":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"137":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"146":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"87":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"175":{"tf":2.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"172":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}},"t":{"df":1,"docs":{"130":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"102":{"tf":1.4142135623730951},"4":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"113":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"113":{"tf":1.0},"141":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.7320508075688772},"5":{"tf":1.0},"71":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"+":{"d":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}},"df":1,"docs":{"43":{"tf":1.0}},"j":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":10,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"28":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"138":{"tf":1.0},"77":{"tf":1.0}}},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.4142135623730951},"47":{"tf":1.0}}},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":5,"docs":{"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}}}},"df":8,"docs":{"103":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0}}}},"x":{"df":1,"docs":{"77":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":3,"docs":{"20":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"77":{"tf":1.7320508075688772}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"175":{"tf":1.4142135623730951},"96":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"135":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.7320508075688772},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"i":{"df":3,"docs":{"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"115":{"tf":1.0},"126":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"101":{"tf":1.0},"113":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"i":{"d":{"df":3,"docs":{"199":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"p":{"df":1,"docs":{"81":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"127":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979}}}},"t":{"df":0,"docs":{},"e":{"df":14,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"123":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"50":{"tf":1.0},"74":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"z":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"84":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0},"91":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"100":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"26":{"tf":1.0},"31":{"tf":1.0},"51":{"tf":1.7320508075688772}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"165":{"tf":1.0},"175":{"tf":2.6457513110645907},"26":{"tf":1.0}}}}},"df":0,"docs":{}}}},"w":{"d":{"df":5,"docs":{"128":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"26":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"+":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}}},"r":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"65":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":22,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"66":{"tf":2.23606797749979},"77":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"v":{"df":1,"docs":{"172":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}},"t":{"df":4,"docs":{"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"34":{"tf":1.4142135623730951}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"25":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"1":{"tf":1.0},"17":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"5":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"a":{"/":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"81":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"/":{"0":{"0":{"df":0,"docs":{},"h":{"0":{"0":{"df":0,"docs":{},"m":{"2":{"0":{".":{"3":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"51":{"tf":1.0},"67":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"175":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"df":54,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":2.23606797749979},"12":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"183":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"21":{"tf":2.0},"26":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.23606797749979},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"47":{"tf":2.0},"5":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.7320508075688772},"72":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"80":{"tf":2.23606797749979},"81":{"tf":2.0},"82":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"24":{"tf":1.0},"8":{"tf":1.7320508075688772}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":1,"docs":{"173":{"tf":1.0}},"e":{"df":3,"docs":{"106":{"tf":1.0},"44":{"tf":1.0},"55":{"tf":1.0}}}},"y":{"df":8,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"150":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"28":{"tf":1.0},"39":{"tf":1.0}}}},"df":1,"docs":{"65":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"111":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}}},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}},"s":{"df":4,"docs":{"127":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.4142135623730951}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"175":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"105":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":2,"docs":{"172":{"tf":1.0},"190":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"92":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"102":{"tf":1.0},"119":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"r":{"a":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"175":{"tf":2.8284271247461903},"66":{"tf":1.0}},"s":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"&":{"df":0,"docs":{},"t":{"1":{"=":{"0":{"3":{":":{"0":{"0":{":":{"0":{"0":{"&":{"df":0,"docs":{},"t":{"2":{"=":{"0":{"3":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"153":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"122":{"tf":1.0},"131":{"tf":1.7320508075688772},"138":{"tf":2.0},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.6457513110645907},"194":{"tf":1.0},"197":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0},"69":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":2,"docs":{"1":{"tf":1.0},"175":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"s":{"df":1,"docs":{"167":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"137":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":10,"docs":{"122":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"18":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"81":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"113":{"tf":1.0},"162":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"101":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"144":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.7320508075688772},"171":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"df":2,"docs":{"141":{"tf":1.0},"158":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"109":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":16,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"134":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"71":{"tf":1.0},"8":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"100":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.449489742783178},"97":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"v":{"df":9,"docs":{"175":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"45":{"tf":1.0},"52":{"tf":1.0},"57":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":43,"docs":{"113":{"tf":2.0},"157":{"tf":1.0},"168":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}},"b":{"df":1,"docs":{"175":{"tf":1.0}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"175":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":2.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.4142135623730951},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"192":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"g":{"df":1,"docs":{"47":{"tf":1.0}}},"j":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"'":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"110":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"165":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"175":{"tf":1.0},"2":{"tf":1.7320508075688772},"20":{"tf":1.0},"44":{"tf":1.4142135623730951},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"143":{"tf":1.0},"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}}}}},"v":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"122":{"tf":1.0},"124":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":2.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"164":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"102":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":2.23606797749979},"127":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"102":{"tf":1.0},"136":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"162":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"118":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"180":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":3,"docs":{"173":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.0},"28":{"tf":1.0},"45":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":23,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"134":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"43":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"111":{"tf":1.0},"141":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"190":{"tf":1.0}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":7,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":11,"docs":{"106":{"tf":1.0},"19":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":2.0},"45":{"tf":1.0},"60":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":9,"docs":{"141":{"tf":1.0},"144":{"tf":1.7320508075688772},"167":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"193":{"tf":1.0},"24":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":2.0},"62":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}},"g":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":14,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.8284271247461903},"19":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":4,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"20":{"tf":1.0}}}},"i":{"df":1,"docs":{"73":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.4142135623730951},"87":{"tf":1.0},"93":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}},"df":24,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.4142135623730951},"66":{"tf":1.0},"78":{"tf":1.0}},"r":{"df":7,"docs":{"141":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.4142135623730951},"35":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"105":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"112":{"tf":1.0}},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"2":{"0":{"1":{"7":{"df":1,"docs":{"181":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"e":{"df":7,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.0}}},"m":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"136":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"37":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":25,"docs":{"102":{"tf":1.7320508075688772},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"172":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"87":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"150":{"tf":1.0},"169":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"b":{"a":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":6,"docs":{"113":{"tf":1.4142135623730951},"17":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"122":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.449489742783178}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.0},"72":{"tf":1.0}}}}},"t":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"39":{"tf":1.0},"81":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"g":{"df":6,"docs":{"102":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"130":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":32,"docs":{"113":{"tf":1.0},"115":{"tf":3.3166247903554},"118":{"tf":1.0},"122":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.8284271247461903},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":6.244997998398398},"195":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":2.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":2.8284271247461903},"74":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"122":{"tf":1.4142135623730951},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.58257569495584}}}},"s":{"=":{"'":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":3,"docs":{"25":{"tf":1.0},"34":{"tf":1.0},"56":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"138":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"150":{"tf":1.0},"178":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"140":{"tf":1.0},"162":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"z":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"19":{"tf":1.0}}}}}},"v":{"df":3,"docs":{"163":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"17":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"e":{"d":{"/":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"25":{"tf":1.0},"26":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"143":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"132":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"23":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}}},"df":0,"docs":{}}}}},"d":{"df":15,"docs":{"102":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":1.0},"25":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"173":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"5":{"9":{"6":{"0":{"5":{"0":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"171":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"170":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"118":{"tf":1.7320508075688772},"129":{"tf":1.0},"143":{"tf":1.0},"19":{"tf":1.0},"48":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.0},"32":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"105":{"tf":1.0},"125":{"tf":2.449489742783178},"143":{"tf":1.0},"43":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"113":{"tf":1.0},"141":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"28":{"tf":1.0},"47":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"122":{"tf":1.0},"167":{"tf":1.0},"42":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"q":{"df":1,"docs":{"103":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"127":{"tf":1.0},"42":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.7320508075688772},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"93":{"tf":1.0}}}}}},"t":{"a":{"df":1,"docs":{"129":{"tf":1.0}}},"c":{"df":19,"docs":{"102":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"131":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772}}}}},"df":1,"docs":{"171":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.4142135623730951},"136":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}},"t":{"df":6,"docs":{"122":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"130":{"tf":1.0},"172":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}},"u":{"df":3,"docs":{"127":{"tf":1.0},"130":{"tf":1.0},"178":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"144":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"126":{"tf":2.0},"43":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"125":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"87":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":20,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"137":{"tf":1.4142135623730951},"145":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"177":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0},"67":{"tf":1.0},"8":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"104":{"tf":1.0},"128":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"28":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"df":1,"docs":{"145":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"65":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.7320508075688772},"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.7320508075688772},"48":{"tf":1.0},"84":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":4,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"14":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"24":{"tf":1.0},"43":{"tf":1.0},"64":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"100":{"tf":1.4142135623730951},"2":{"tf":1.0},"47":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"125":{"tf":1.0},"167":{"tf":1.0},"22":{"tf":1.0},"46":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"175":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":2,"docs":{"114":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":11,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0}}}},"s":{"df":4,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"72":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"15":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"r":{"a":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"df":8,"docs":{"106":{"tf":1.0},"108":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0}}}},"df":4,"docs":{"100":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":6,"docs":{"138":{"tf":1.0},"141":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"27":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772}}}}}}},"f":{"2":{"df":1,"docs":{"175":{"tf":1.0}}},"6":{"4":{"'":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":2,"docs":{"169":{"tf":1.0},"172":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"111":{"tf":1.0},"175":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"105":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"144":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":1,"docs":{"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"112":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"df":1,"docs":{"171":{"tf":1.0}}},"q":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"r":{"df":6,"docs":{"112":{"tf":1.4142135623730951},"130":{"tf":1.0},"135":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"115":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"175":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"23":{"tf":1.0},"35":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"103":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"f":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":1,"docs":{"53":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.7320508075688772},"83":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}},"b":{"df":1,"docs":{"172":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"171":{"tf":1.0}}},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":20,"docs":{"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"192":{"tf":1.0},"24":{"tf":1.7320508075688772},"7":{"tf":1.0},"73":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"63":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"20":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"199":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":30,"docs":{"1":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"137":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":2.8284271247461903},"88":{"tf":1.4142135623730951},"9":{"tf":1.0}},"s":{"df":1,"docs":{"121":{"tf":1.0}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"84":{"tf":1.0}}}}}}}}},"l":{"df":5,"docs":{"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"45":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"112":{"tf":2.0},"175":{"tf":2.0},"18":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}}}},"d":{"df":18,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.0},"130":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"193":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"67":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"|":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"142":{"tf":1.0},"48":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":23,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.0},"118":{"tf":1.0},"122":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":2.449489742783178},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"66":{"tf":1.0}}}}},"x":{"df":25,"docs":{"10":{"tf":1.0},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"114":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"15":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"175":{"tf":7.810249675906654},"21":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"77":{"tf":1.0},"95":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"144":{"tf":2.0},"43":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"x":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"d":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"175":{"tf":1.0},"65":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":4,"docs":{"158":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0}},"s":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"175":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"112":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"175":{"tf":1.0},"4":{"tf":2.0},"61":{"tf":1.4142135623730951}}}},"o":{"d":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"c":{"df":6,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"171":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"102":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}},"k":{"df":2,"docs":{"172":{"tf":1.0},"55":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":15,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"19":{"tf":1.0},"196":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":2.0},"48":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":6,"docs":{"103":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"34":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"43":{"tf":1.0},"82":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"s":{"=":{"1":{"2":{",":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"1":{"0":{"2":{"4":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"129":{"tf":1.0}}},"df":6,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"130":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"102":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"72":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"103":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"39":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}}},"d":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"a":{"/":{"6":{"0":{"0":{"1":{"6":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"124":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"163":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":26,"docs":{"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"161":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"2":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"42":{"tf":1.7320508075688772},"43":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"85":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.7320508075688772},"3":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"7":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}},"b":{"df":1,"docs":{"57":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"31":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":21,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"140":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"18":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"5":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"v":{"a":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"24":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"162":{"tf":1.0},"19":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"19":{"tf":1.0},"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"47":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"tf":1.0}},"i":{"df":22,"docs":{"102":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.6457513110645907},"181":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"2":{"3":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":15,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"155":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0},"28":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"26":{"tf":1.0}}}}}},"i":{"df":6,"docs":{"122":{"tf":1.0},"162":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":2,"docs":{"113":{"tf":1.0},"53":{"tf":1.0}}},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"172":{"tf":1.0},"42":{"tf":1.0},"55":{"tf":2.449489742783178},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"117":{"tf":1.0},"136":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}},"n":{"df":1,"docs":{"143":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"118":{"tf":1.0}}},"df":0,"docs":{}}},"df":1,"docs":{"50":{"tf":1.0}},"i":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"113":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"w":{"+":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}},"u":{"df":2,"docs":{"108":{"tf":1.0},"118":{"tf":1.0}},"e":{"df":1,"docs":{"77":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"51":{"tf":1.0},"54":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"117":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"35":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}}},"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"47":{"tf":1.0},"64":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"175":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}},"o":{"d":{"df":6,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.0},"20":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.0}},"i":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"5":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}}}},"p":{"df":1,"docs":{"47":{"tf":1.0}},"u":{"df":1,"docs":{"115":{"tf":1.0}}}},"r":{"a":{"b":{"df":7,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"172":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":2.23606797749979},"137":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"df":5,"docs":{"175":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"144":{"tf":1.0},"153":{"tf":1.0},"96":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"171":{"tf":1.0},"193":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"173":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"104":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":2.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"31":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"p":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":18,"docs":{"141":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"146":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":2.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"26":{"tf":1.0},"81":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"21":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"120":{"tf":1.0},"66":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951}}}}},"i":{"d":{"df":41,"docs":{"16":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":3,"docs":{"160":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.7320508075688772}}},"n":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}},"h":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"117":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":2,"docs":{"142":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"111":{"tf":1.0},"171":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"l":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"106":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"87":{"tf":1.0}},"l":{"df":12,"docs":{"113":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":4.0},"37":{"tf":1.0},"48":{"tf":1.0},"90":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":18,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"110":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":7,"docs":{"106":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"141":{"tf":1.0},"31":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}},"df":1,"docs":{"75":{"tf":1.0}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":6,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.7320508075688772}}}}}},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.1622776601683795}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":19,"docs":{"106":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":14,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"140":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"180":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.0},"72":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":6,"docs":{"129":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"180":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":5,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"175":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"168":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"t":{"df":9,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.0}}}},"n":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"38":{"tf":1.7320508075688772},"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"175":{"tf":1.0},"90":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"174":{"tf":1.0}}}},"p":{"df":1,"docs":{"34":{"tf":1.0}},"e":{"df":3,"docs":{"170":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"136":{"tf":1.4142135623730951},"175":{"tf":2.0},"193":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.0}}},"s":{"df":4,"docs":{"136":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"75":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"p":{"a":{"c":{"'":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}},"df":2,"docs":{"37":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"188":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"1":{"2":{"3":{"4":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"2":{"0":{"1":{"7":{"/":{"0":{"2":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"181":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"#":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"119":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":1.0}},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"/":{"1":{"8":{"1":{"1":{".":{"0":{"1":{"1":{"4":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"c":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"5":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{".":{"b":{"b":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"g":{"d":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"/":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"2":{"6":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"3":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}}},"j":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"q":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"/":{"d":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"55":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"181":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"2":{"0":{"1":{"9":{"/":{"0":{"3":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"c":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"1":{"7":{"8":{"9":{"5":{"7":{"3":{"9":{"df":1,"docs":{"179":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"q":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"4":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"5":{"8":{"3":{"4":{"2":{"9":{"7":{"4":{"0":{"df":1,"docs":{"184":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"1":{"1":{"7":{"5":{"0":{"6":{"8":{"5":{"8":{"2":{"1":{"4":{"2":{"5":{"9":{"9":{"1":{"6":{"8":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{":":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"#":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"w":{".":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"/":{"2":{"0":{"1":{"9":{"/":{"1":{"0":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"2":{"0":{"1":{"8":{"/":{"0":{"8":{"/":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"8":{"/":{"c":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"d":{"d":{"df":0,"docs":{},"l":{"/":{"1":{".":{"0":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"8":{"7":{"9":{"4":{"5":{"0":{"5":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"3":{"9":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"0":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"4":{"df":0,"docs":{},"z":{"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"9":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"q":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"4":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"a":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"5":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"5":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"8":{"3":{"df":0,"docs":{},"h":{"4":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"6":{"df":0,"docs":{},"g":{"3":{"df":0,"docs":{},"p":{"9":{"/":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"a":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"n":{"d":{"_":{"a":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"a":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"9":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"d":{"d":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"q":{"df":0,"docs":{},"k":{"df":0,"docs":{},"z":{"9":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"177":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"r":{"1":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"180":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"2":{"0":{"1":{"6":{"/":{"1":{"2":{"/":{"0":{"1":{"/":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"1":{"/":{"1":{"9":{"/":{"a":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"7":{"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"113":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"77":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"d":{"df":6,"docs":{"12":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"10":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}}}},"m":{"df":15,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}}},"v":{"df":4,"docs":{"144":{"tf":1.0},"171":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"4":{"tf":1.0}}}}},"d":{"df":7,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"113":{"tf":2.449489742783178},"175":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}},"e":{"a":{"df":18,"docs":{"12":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"180":{"tf":1.7320508075688772},"193":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"71":{"tf":1.0}},"l":{"df":9,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"122":{"tf":1.0},"152":{"tf":1.0},"48":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"l":{"df":1,"docs":{"125":{"tf":1.0}}},"m":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"112":{"tf":1.0},"167":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"106":{"tf":1.0},"117":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":6,"docs":{"110":{"tf":1.0},"125":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"167":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"167":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"18":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"137":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":34,"docs":{"106":{"tf":1.7320508075688772},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772},"150":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"175":{"tf":4.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"69":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":2.0},"77":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"_":{"c":{"df":1,"docs":{"20":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"143":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"127":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215},"18":{"tf":1.0},"180":{"tf":1.0},"22":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"109":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":17,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.3166247903554},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0}},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"112":{"tf":2.0},"167":{"tf":1.0}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"103":{"tf":1.0}}}},"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"113":{"tf":1.4142135623730951},"115":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"100":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"113":{"tf":1.0}}}},"i":{"c":{"df":4,"docs":{"11":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"166":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"39":{"tf":1.0},"68":{"tf":1.4142135623730951},"71":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"106":{"tf":1.4142135623730951},"118":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"181":{"tf":1.0},"24":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"114":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"155":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"144":{"tf":1.0},"155":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"105":{"tf":1.0},"152":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":4.69041575982343},"48":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"102":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"122":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"90":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"=":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":9,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"137":{"tf":1.4142135623730951},"162":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"175":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"67":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":9,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951},"34":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}},"i":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":16,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.7320508075688772},"115":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"193":{"tf":1.0},"2":{"tf":1.4142135623730951},"29":{"tf":1.0},"35":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"5":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"103":{"tf":1.4142135623730951}},"r":{"df":3,"docs":{"101":{"tf":1.0},"47":{"tf":1.0},"74":{"tf":1.7320508075688772}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"n":{"d":{"df":3,"docs":{"0":{"tf":1.0},"129":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"71":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.4142135623730951},"20":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"71":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":3,"docs":{"111":{"tf":1.0},"47":{"tf":1.4142135623730951},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"102":{"tf":1.0},"175":{"tf":4.123105625617661}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.0},"118":{"tf":1.4142135623730951},"142":{"tf":1.0},"74":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"110":{"tf":1.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":2.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"162":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.7416573867739413},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":2.449489742783178},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"72":{"tf":1.0},"87":{"tf":2.0},"9":{"tf":1.0},"91":{"tf":1.7320508075688772},"92":{"tf":1.4142135623730951},"94":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"66":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"175":{"tf":1.7320508075688772}},"t":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"104":{"tf":1.7320508075688772},"172":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"o":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"47":{"tf":1.0},"84":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"s":{"/":{"5":{"6":{"8":{"4":{"8":{"3":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":16,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"48":{"tf":1.0},"67":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"u":{"df":12,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":2.6457513110645907},"21":{"tf":1.0},"38":{"tf":1.0},"62":{"tf":1.0},"76":{"tf":1.0}}}}},"t":{"'":{"d":{"df":2,"docs":{"153":{"tf":1.0},"167":{"tf":1.0}}},"df":25,"docs":{"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"118":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.4142135623730951},"140":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.4142135623730951},"68":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"112":{"tf":1.0},"129":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"39":{"tf":1.0}}},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":4,"docs":{"118":{"tf":1.0},"21":{"tf":1.0},"80":{"tf":1.4142135623730951},"84":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.7320508075688772},"23":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"v":{"a":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":1,"docs":{"26":{"tf":1.0}}}},"df":1,"docs":{"31":{"tf":1.0}},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":1,"docs":{"31":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":1,"docs":{"178":{"tf":1.0}}},"m":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"19":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"171":{"tf":1.0},"34":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"119":{"tf":1.0},"137":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":2.8284271247461903},"67":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"14":{"tf":1.0},"175":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"174":{"tf":2.0},"37":{"tf":1.0},"47":{"tf":1.0}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"k":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.4142135623730951},"126":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"45":{"tf":1.0},"55":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"y":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"115":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"5":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"g":{"df":4,"docs":{"174":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"8":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"10":{"tf":1.0},"12":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"15":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"24":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"166":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}}},"r":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":3,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"75":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":2.0},"129":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":5,"docs":{"175":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}},"s":{"/":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"d":{"df":8,"docs":{"119":{"tf":1.0},"122":{"tf":1.0},"134":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"29":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"102":{"tf":2.8284271247461903},"104":{"tf":3.0},"105":{"tf":2.0},"106":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":5.5677643628300215},"113":{"tf":1.0},"115":{"tf":2.0},"118":{"tf":1.4142135623730951},"125":{"tf":3.1622776601683795},"126":{"tf":3.4641016151377544},"127":{"tf":2.8284271247461903},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"141":{"tf":2.6457513110645907},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":6.4031242374328485},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":2.23606797749979},"28":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"38":{"tf":1.0},"39":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.449489742783178},"9":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772},"92":{"tf":1.7320508075688772},"96":{"tf":1.0},"98":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"119":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":12,"docs":{"106":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772},"81":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"112":{"tf":1.4142135623730951},"129":{"tf":1.0},"143":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"32":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"166":{"tf":1.0},"171":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"r":{"df":11,"docs":{"103":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":2.449489742783178},"125":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"df":1,"docs":{"171":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"115":{"tf":1.0},"121":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":4.0},"34":{"tf":1.0},"39":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}}}},"c":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":2.449489742783178}}}}}},"d":{"=":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"d":{"df":7,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":2.0},"127":{"tf":1.0},"130":{"tf":1.0},"167":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"173":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"171":{"tf":1.4142135623730951},"3":{"tf":1.0},"63":{"tf":1.0}}}},"v":{"df":5,"docs":{"126":{"tf":1.0},"129":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0}}}},"d":{"df":3,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"180":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":13,"docs":{"103":{"tf":1.0},"112":{"tf":1.7320508075688772},"126":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"g":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}},"df":1,"docs":{"172":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"122":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}}},"t":{"'":{"df":5,"docs":{"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0}}},"df":6,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"g":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":2.0},"160":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"y":{"/":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"180":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"x":{"c":{"b":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":2.23606797749979}}}}}},"d":{"a":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"112":{"tf":1.0}},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"65":{"tf":1.0}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"27":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":2.23606797749979},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"77":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"df":10,"docs":{"100":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":2.0},"126":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"112":{"tf":1.0},"119":{"tf":1.0},"175":{"tf":1.0},"183":{"tf":1.0},"45":{"tf":1.0},"54":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":4,"docs":{"2":{"tf":1.0},"42":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"175":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"66":{"tf":1.7320508075688772},"78":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":9,"docs":{"0":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.0},"123":{"tf":1.0},"150":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"195":{"tf":1.0},"47":{"tf":1.0},"66":{"tf":1.0}}}}},"l":{"d":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"o":{"a":{"d":{"df":14,"docs":{"115":{"tf":1.0},"121":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"18":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0},"74":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"119":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":2.23606797749979}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"85":{"tf":1.0}}}}}}},"t":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"138":{"tf":1.0},"173":{"tf":1.0}}}}}},"df":3,"docs":{"130":{"tf":1.0},"142":{"tf":1.0},"25":{"tf":1.4142135623730951}}}},"df":1,"docs":{"175":{"tf":1.0}},"g":{"df":4,"docs":{"175":{"tf":1.0},"18":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951}},"i":{"c":{"df":4,"docs":{"126":{"tf":1.0},"141":{"tf":1.0},"47":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"157":{"tf":1.0},"166":{"tf":1.4142135623730951},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":3,"docs":{"103":{"tf":1.0},"113":{"tf":1.0},"137":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"130":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":17,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.0},"7":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}},"p":{"df":2,"docs":{"124":{"tf":1.0},"31":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"112":{"tf":1.0},"37":{"tf":1.0}}}},"t":{"df":25,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":3.872983346207417},"24":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"38":{"tf":1.0},"71":{"tf":1.4142135623730951},"79":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":2.23606797749979}}},"u":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":2,"docs":{"129":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0}}}}}},"u":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":4,"docs":{"175":{"tf":2.0},"2":{"tf":1.4142135623730951},"45":{"tf":1.0},"83":{"tf":1.0}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.0},"171":{"tf":1.0},"63":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"115":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"31":{"tf":1.0},"35":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"24":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"5":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"87":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"33":{"tf":1.0},"75":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"/":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"b":{"df":0,"docs":{},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"153":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"18":{"tf":1.7320508075688772},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.7320508075688772},"33":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.0},"84":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":21,"docs":{"109":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"152":{"tf":1.0},"161":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":4.242640687119285},"21":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.7320508075688772},"8":{"tf":1.0},"87":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"110":{"tf":1.0},"113":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"15":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"24":{"tf":1.0},"28":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"82":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"'":{"df":1,"docs":{"88":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"'":{"df":1,"docs":{"112":{"tf":1.0}}},"df":0,"docs":{}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":2.0}}}}}},"=":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"137":{"tf":1.0},"69":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"47":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"106":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":83,"docs":{"101":{"tf":2.0},"102":{"tf":2.449489742783178},"103":{"tf":1.4142135623730951},"104":{"tf":2.23606797749979},"105":{"tf":1.4142135623730951},"106":{"tf":2.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":2.449489742783178},"114":{"tf":1.0},"115":{"tf":2.23606797749979},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":2.23606797749979},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"171":{"tf":2.23606797749979},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":6.324555320336759},"183":{"tf":1.0},"187":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":1.0},"47":{"tf":2.8284271247461903},"48":{"tf":1.4142135623730951},"5":{"tf":2.23606797749979},"59":{"tf":1.7320508075688772},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.6457513110645907},"67":{"tf":2.23606797749979},"71":{"tf":1.0},"72":{"tf":2.449489742783178},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":2.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":2.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"166":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"167":{"tf":1.0},"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"112":{"tf":2.449489742783178},"137":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":1,"docs":{"136":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"141":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"111":{"tf":1.0},"125":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}},"y":{"b":{"df":8,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"127":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"173":{"tf":1.0},"31":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"5":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"80":{"tf":1.0},"82":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"130":{"tf":1.0},"167":{"tf":1.0},"24":{"tf":1.0},"37":{"tf":1.0},"7":{"tf":1.0}},"t":{"df":2,"docs":{"127":{"tf":1.0},"8":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"24":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":6,"docs":{"138":{"tf":1.0},"175":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":2,"docs":{"126":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"127":{"tf":1.0},"22":{"tf":1.0}}}}}},"u":{"df":3,"docs":{"172":{"tf":1.7320508075688772},"175":{"tf":3.605551275463989},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"103":{"tf":1.0},"137":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"124":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":1,"docs":{"64":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"174":{"tf":1.0},"175":{"tf":2.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"119":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":6,"docs":{"126":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0},"23":{"tf":1.0},"68":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":7,"docs":{"137":{"tf":1.0},"150":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":2,"docs":{"20":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"df":2,"docs":{"42":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"104":{"tf":1.0},"175":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"c":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":6,"docs":{"106":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"25":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":1,"docs":{"178":{"tf":1.0}},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"20":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"180":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"d":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":19,"docs":{"105":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"131":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.7320508075688772},"175":{"tf":6.244997998398398},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"37":{"tf":1.0},"43":{"tf":2.23606797749979},"66":{"tf":1.4142135623730951},"72":{"tf":1.0}},"l":{"df":59,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":2.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"130":{"tf":2.449489742783178},"134":{"tf":1.7320508075688772},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"141":{"tf":1.4142135623730951},"150":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":2.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"24":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"67":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.7320508075688772},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":16,"docs":{"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"175":{"tf":1.7320508075688772},"34":{"tf":1.0},"45":{"tf":1.7320508075688772},"47":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"137":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"171":{"tf":1.0},"172":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"173":{"tf":1.0},"65":{"tf":1.0},"8":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"/":{"5":{"2":{"0":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":38,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"130":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":5.744562646538029},"178":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.0},"73":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"n":{"df":1,"docs":{"136":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"197":{"tf":1.0},"38":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.7320508075688772}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"113":{"tf":1.0},"125":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"190":{"tf":1.4142135623730951},"80":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.4142135623730951},"125":{"tf":1.0},"127":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"28":{"tf":1.0},"92":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":13,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"34":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"33":{"tf":1.0},"92":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"108":{"tf":1.0},"109":{"tf":1.0},"118":{"tf":1.0},"143":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"28":{"tf":1.0},"65":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"77":{"tf":1.0}}}}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}}},"v":{"df":1,"docs":{"20":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"102":{"tf":1.0},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"78":{"tf":1.4142135623730951}}}},"n":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"171":{"tf":1.0},"23":{"tf":1.0},"77":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"122":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":4,"docs":{"105":{"tf":1.0},"112":{"tf":1.0},"131":{"tf":1.0},"171":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.4142135623730951},"137":{"tf":1.0},"24":{"tf":1.0},"35":{"tf":1.0},"87":{"tf":1.0},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"t":{"df":1,"docs":{"153":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"102":{"tf":1.0},"115":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"39":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":29,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"140":{"tf":1.0},"155":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.7320508075688772},"64":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":1,"docs":{"130":{"tf":1.0}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"7":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"130":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0},"85":{"tf":1.0}}}}},"w":{"df":22,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":2.6457513110645907},"126":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.855654600401044},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"82":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"t":{"df":9,"docs":{"112":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"118":{"tf":1.0},"169":{"tf":1.0},"181":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.449489742783178}}}},"h":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"o":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":2.449489742783178},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"77":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"175":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"49":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"34":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":13,"docs":{"103":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.0},"141":{"tf":1.0},"182":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"h":{"df":3,"docs":{"130":{"tf":1.0},"152":{"tf":1.0},"34":{"tf":1.0}}},"i":{"c":{"df":7,"docs":{"144":{"tf":1.0},"15":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"71":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":16,"docs":{"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"112":{"tf":1.0},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":5.5677643628300215},"2":{"tf":1.0},"34":{"tf":1.0},"40":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":2.23606797749979}}}},"u":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.0},"127":{"tf":1.0},"135":{"tf":1.0},"138":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"29":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.4142135623730951},"91":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"43":{"tf":1.0}}}}}}},"o":{"=":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"118":{"tf":1.0},"96":{"tf":1.0}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"113":{"tf":1.0},"120":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"150":{"tf":1.0},"175":{"tf":1.0}}}}}}},"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"100":{"tf":1.0},"126":{"tf":1.0}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}},"i":{"df":2,"docs":{"129":{"tf":1.0},"166":{"tf":1.0}}}},"r":{"df":4,"docs":{"104":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.0},"83":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"d":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.4142135623730951},"188":{"tf":1.0}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}}}}}},"l":{"d":{"df":6,"docs":{"118":{"tf":1.0},"126":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.7320508075688772},"91":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"39":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":38,"docs":{"102":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":2.449489742783178},"113":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":2.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":3.872983346207417},"20":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"42":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"=":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"o":{"df":5,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"159":{"tf":1.4142135623730951},"175":{"tf":1.0},"22":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"164":{"tf":1.0},"171":{"tf":1.0}}}}}},"p":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":2.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"24":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"83":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"47":{"tf":1.0},"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":15,"docs":{"101":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":1,"docs":{"146":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":1,"docs":{"87":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"104":{"tf":1.0}}}}}}},"t":{"df":6,"docs":{"121":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":15,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"32":{"tf":1.0},"40":{"tf":1.0},"66":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"106":{"tf":1.0},"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"144":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"75":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":9,"docs":{"106":{"tf":1.0},"159":{"tf":1.0},"162":{"tf":1.4142135623730951},"169":{"tf":1.0},"175":{"tf":2.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":1,"docs":{"45":{"tf":1.0}},"m":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"5":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"45":{"tf":1.0},"77":{"tf":1.0}}}}}}}}},"df":60,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.7320508075688772},"106":{"tf":2.0},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":2.23606797749979},"113":{"tf":2.449489742783178},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":2.0},"136":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":4.898979485566356},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"45":{"tf":1.7320508075688772},"5":{"tf":1.7320508075688772},"60":{"tf":1.4142135623730951},"7":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"77":{"tf":2.0},"78":{"tf":1.0},"8":{"tf":2.0},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":3,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"142":{"tf":1.0},"21":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"45":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"71":{"tf":1.0}}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"df":36,"docs":{"108":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"180":{"tf":1.0},"19":{"tf":1.0},"199":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"36":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.7320508075688772},"65":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":2,"docs":{"72":{"tf":1.0},"75":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"11":{"tf":1.0},"112":{"tf":1.7320508075688772},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"23":{"tf":1.0},"25":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.4142135623730951}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"112":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"91":{"tf":1.0}}},"y":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"22":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"153":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}}}}},"p":{"]":{";":{"[":{"b":{"]":{"[":{"df":0,"docs":{},"p":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"31":{"tf":1.0}}}},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"2":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":6,"docs":{"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"167":{"tf":1.0}}}},"r":{"df":4,"docs":{"112":{"tf":2.0},"113":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}}}}}},"n":{"/":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"166":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951}}}}},"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.7320508075688772},"60":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":2,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":5.5677643628300215}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"171":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"183":{"tf":1.0},"24":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"k":{"df":42,"docs":{"102":{"tf":2.6457513110645907},"104":{"tf":1.0},"105":{"tf":2.0},"11":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"115":{"tf":1.0},"12":{"tf":1.7320508075688772},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"132":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.4142135623730951},"153":{"tf":2.0},"154":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.23606797749979},"174":{"tf":1.0},"175":{"tf":6.082762530298219},"191":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":1.0},"24":{"tf":3.1622776601683795},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"5":{"tf":2.23606797749979},"7":{"tf":1.4142135623730951},"75":{"tf":1.0},"8":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772},"90":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":1,"docs":{"175":{"tf":1.0}}},"t":{"df":11,"docs":{"106":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"119":{"tf":1.0},"190":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"28":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"109":{"tf":1.4142135623730951},"120":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.4142135623730951},"5":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"117":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"126":{"tf":1.4142135623730951},"141":{"tf":1.0},"162":{"tf":1.0},"31":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":9,"docs":{"11":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"25":{"tf":1.0},"43":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":10,"docs":{"100":{"tf":1.4142135623730951},"102":{"tf":1.0},"112":{"tf":2.0},"127":{"tf":1.0},"152":{"tf":2.23606797749979},"163":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":7,"docs":{"112":{"tf":2.0},"118":{"tf":1.4142135623730951},"127":{"tf":1.0},"171":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":2.0},"96":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"119":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"28":{"tf":1.0},"40":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"y":{"df":2,"docs":{"167":{"tf":1.0},"171":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}}}}}},"c":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":1,"docs":{"50":{"tf":1.0}},"e":{"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":18,"docs":{"105":{"tf":1.4142135623730951},"112":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":2.0},"163":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":1,"docs":{"80":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"112":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"142":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":31,"docs":{"117":{"tf":1.0},"122":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":2.0},"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"154":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"175":{"tf":3.872983346207417},"187":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"39":{"tf":1.0},"69":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0}},"e":{"'":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"144":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":10,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"135":{"tf":1.0},"163":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.0},"183":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.0}},"f":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"141":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"56":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"20":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":10,"docs":{"131":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0},"5":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"75":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"175":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"28":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":9,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"101":{"tf":1.0},"114":{"tf":1.0},"22":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"174":{"tf":1.0},"56":{"tf":1.0}},"e":{"c":{"df":5,"docs":{"102":{"tf":1.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"141":{"tf":1.0}}}},"n":{"df":1,"docs":{"85":{"tf":1.0}},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"47":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"112":{"tf":1.0},"125":{"tf":1.0},"128":{"tf":1.0},"138":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"25":{"tf":1.0},"29":{"tf":1.0},"48":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}},"n":{"df":9,"docs":{"135":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"167":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0}},"e":{"df":1,"docs":{"103":{"tf":1.0}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"#":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}}}},"y":{"_":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"b":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"138":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":7,"docs":{"1":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"165":{"tf":1.0},"171":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":3.4641016151377544}}}},"u":{"df":1,"docs":{"8":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}},"m":{"2":{".":{"5":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"113":{"tf":1.0},"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"df":1,"docs":{"117":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"df":16,"docs":{"103":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"130":{"tf":1.4142135623730951},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"47":{"tf":1.0},"77":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"102":{"tf":1.0},"115":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"141":{"tf":1.0}},"i":{"df":6,"docs":{"102":{"tf":1.0},"112":{"tf":2.23606797749979},"115":{"tf":1.7320508075688772},"122":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":2.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":18,"docs":{"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"118":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":11,"docs":{"111":{"tf":2.8284271247461903},"112":{"tf":1.0},"114":{"tf":1.7320508075688772},"118":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"188":{"tf":1.0},"47":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}},"r":{"df":3,"docs":{"155":{"tf":1.0},"169":{"tf":1.0},"180":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"135":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0}}},"p":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"102":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":10,"docs":{"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"126":{"tf":2.23606797749979},"137":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":10,"docs":{"115":{"tf":1.0},"122":{"tf":1.0},"130":{"tf":1.0},"144":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":2.23606797749979}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"48":{"tf":1.0}},"e":{"b":{"a":{"df":0,"docs":{},"k":{"df":4,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"73":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"103":{"tf":1.0},"155":{"tf":1.0},"169":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"138":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":5,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.4142135623730951},"175":{"tf":1.0},"48":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":1,"docs":{"173":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"101":{"tf":1.0},"112":{"tf":1.0},"123":{"tf":1.0}}}},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"s":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"60":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"25":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"145":{"tf":1.0},"175":{"tf":2.0},"198":{"tf":1.0},"72":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"u":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"151":{"tf":1.0},"81":{"tf":1.0}},"s":{"df":2,"docs":{"175":{"tf":1.0},"73":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"48":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":1.0},"95":{"tf":1.0}},"i":{"df":4,"docs":{"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":2.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"112":{"tf":1.0},"121":{"tf":1.0},"2":{"tf":1.0},"43":{"tf":1.0},"71":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":21,"docs":{"1":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"118":{"tf":1.0},"137":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"15":{"tf":1.0},"165":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":17,"docs":{"106":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"115":{"tf":1.7320508075688772},"124":{"tf":1.0},"150":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"134":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.7320508075688772},"83":{"tf":1.0},"99":{"tf":1.0}},"t":{"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":5,"docs":{"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"4":{"tf":1.0}},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"173":{"tf":1.4142135623730951},"175":{"tf":2.449489742783178},"31":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":51,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.7320508075688772},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"48":{"tf":1.0},"66":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"136":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"193":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"163":{"tf":1.0},"175":{"tf":2.0},"79":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"116":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":2.6457513110645907},"74":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":12,"docs":{"10":{"tf":1.0},"158":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"7":{"tf":1.0},"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"142":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":6,"docs":{"122":{"tf":1.0},"137":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.23606797749979},"31":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"103":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"'":{"df":1,"docs":{"29":{"tf":1.0}}},"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":2.0}}},"df":0,"docs":{}}},"t":{"2":{"d":{"df":2,"docs":{"103":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"154":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":11,"docs":{"105":{"tf":1.0},"155":{"tf":1.0},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"24":{"tf":1.0},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"10":{"tf":1.0},"175":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}}}}},"t":{"df":4,"docs":{"125":{"tf":1.0},"175":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"117":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951}}}}}}}},"q":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":6,"docs":{"1":{"tf":1.0},"162":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"u":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951}},"e":{"df":7,"docs":{"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"190":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"113":{"tf":1.0},"117":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"72":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":4,"docs":{"104":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"r":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"df":0,"docs":{},"w":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"130":{"tf":1.0},"25":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0}}},"n":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":1,"docs":{"160":{"tf":1.0}}}},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"p":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"138":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"47":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}},"k":{"df":1,"docs":{"112":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"198":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"w":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"173":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"20":{"tf":1.0},"45":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"104":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"127":{"tf":1.0},"24":{"tf":1.4142135623730951}}},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0}}}},"d":{"df":10,"docs":{"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"67":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":11,"docs":{"113":{"tf":1.0},"115":{"tf":1.0},"117":{"tf":1.0},"141":{"tf":1.0},"165":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"47":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":2,"docs":{"130":{"tf":1.0},"144":{"tf":1.0}}},"t":{"df":11,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"7":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"35":{"tf":1.0},"7":{"tf":1.0}}}},"z":{"df":2,"docs":{"169":{"tf":1.0},"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":13,"docs":{"103":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"142":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.4142135623730951},"198":{"tf":1.0},"34":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"136":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.0},"66":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":2.23606797749979},"152":{"tf":1.0}}}}}},"r":{"d":{"df":4,"docs":{"101":{"tf":1.0},"123":{"tf":1.0},"134":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"81":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"180":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}},"u":{"c":{"df":2,"docs":{"144":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":2,"docs":{"112":{"tf":1.0},"39":{"tf":1.4142135623730951}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"160":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"175":{"tf":2.23606797749979},"56":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"173":{"tf":1.4142135623730951}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"118":{"tf":1.0},"45":{"tf":1.4142135623730951},"5":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"106":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"4":{"tf":1.0},"77":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"72":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"113":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"77":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":2,"docs":{"106":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":18,"docs":{"113":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":3.0},"18":{"tf":1.0},"2":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"51":{"tf":1.7320508075688772},"60":{"tf":1.0},"62":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":2.0},"85":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":5,"docs":{"129":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.0},"31":{"tf":1.0},"60":{"tf":1.0}}}},"i":{"df":1,"docs":{"173":{"tf":1.0}}},"o":{"a":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"111":{"tf":1.0}}},"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":2,"docs":{"109":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"167":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"55":{"tf":1.0},"84":{"tf":1.0}}},"v":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"155":{"tf":1.0},"175":{"tf":2.6457513110645907},"45":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"113":{"tf":1.4142135623730951},"150":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.872983346207417},"196":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"a":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"42":{"tf":1.0},"44":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"102":{"tf":1.0},"131":{"tf":1.0},"175":{"tf":1.4142135623730951},"79":{"tf":1.0},"81":{"tf":1.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"103":{"tf":1.0},"116":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"86":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"167":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"119":{"tf":1.0},"129":{"tf":1.0},"37":{"tf":1.0},"65":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.0},"90":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"152":{"tf":1.4142135623730951},"23":{"tf":1.0},"30":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.0}}}},"t":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"d":{"df":2,"docs":{"12":{"tf":1.0},"135":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"112":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"167":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{},"z":{"df":1,"docs":{"175":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"172":{"tf":1.0}}}},"v":{"df":2,"docs":{"113":{"tf":1.0},"144":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"128":{"tf":1.0},"159":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"115":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"113":{"tf":1.0},"37":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"40":{"tf":1.0},"43":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":19,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":2.0},"11":{"tf":2.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"125":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":2.8284271247461903},"24":{"tf":1.4142135623730951},"28":{"tf":1.0},"32":{"tf":1.0},"74":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"127":{"tf":1.0},"136":{"tf":1.0},"171":{"tf":1.0},"66":{"tf":3.4641016151377544}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"115":{"tf":1.0},"175":{"tf":1.4142135623730951},"30":{"tf":1.0}}},"t":{"df":1,"docs":{"175":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"75":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"101":{"tf":1.0},"166":{"tf":1.0}}}},"d":{"df":1,"docs":{"120":{"tf":1.0}},"e":{"df":2,"docs":{"146":{"tf":1.0},"175":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"163":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":13,"docs":{"112":{"tf":1.4142135623730951},"121":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"152":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"25":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"28":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"=":{"1":{"2":{"3":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"172":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"a":{"d":{"'":{"df":1,"docs":{"111":{"tf":1.0}}},"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.4142135623730951},"120":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"112":{"tf":1.0}}},"2":{"df":1,"docs":{"112":{"tf":1.0}}},"df":52,"docs":{"100":{"tf":2.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":2.449489742783178},"110":{"tf":1.4142135623730951},"111":{"tf":3.1622776601683795},"112":{"tf":3.872983346207417},"113":{"tf":1.0},"115":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"15":{"tf":1.7320508075688772},"152":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":4.58257569495584},"181":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":2.449489742783178},"36":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.4142135623730951},"66":{"tf":2.23606797749979},"7":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":2.0},"91":{"tf":2.23606797749979},"92":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.4142135623730951},"171":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"174":{"tf":1.0},"91":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"159":{"tf":1.0}}},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"127":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"28":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"136":{"tf":1.0},"159":{"tf":1.0},"172":{"tf":1.0}}}}}},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":21,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":2.449489742783178},"141":{"tf":1.0},"152":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":4.242640687119285},"178":{"tf":1.0},"193":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"87":{"tf":1.0},"96":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"96":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"127":{"tf":1.0}}}},"df":1,"docs":{"175":{"tf":1.0}}}}}},"w":{"df":2,"docs":{"122":{"tf":1.0},"196":{"tf":1.0}}},"x":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"|":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"175":{"tf":1.4142135623730951},"62":{"tf":1.0}}}},"n":{"df":36,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"137":{"tf":1.4142135623730951},"150":{"tf":1.0},"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":3.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"69":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"83":{"tf":1.7320508075688772},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"193":{"tf":1.0},"28":{"tf":1.0}}},"t":{"'":{"df":1,"docs":{"103":{"tf":1.0}}},"_":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"e":{"=":{"1":{"df":2,"docs":{"2":{"tf":1.0},"42":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"160":{"tf":1.0},"20":{"tf":1.0},"42":{"tf":1.0},"57":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"(":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":1,"docs":{"56":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"3":{":":{"/":{"/":{"a":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"0":{".":{"2":{".":{"1":{"7":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"175":{"tf":1.0},"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.7320508075688772}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}},"y":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":9,"docs":{"104":{"tf":1.0},"112":{"tf":2.0},"113":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"78":{"tf":1.0},"85":{"tf":1.0}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":4,"docs":{"138":{"tf":1.0},"175":{"tf":2.23606797749979},"3":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.0}},"e":{"df":1,"docs":{"175":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"104":{"tf":1.0},"130":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"115":{"tf":1.0},"167":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"52":{"tf":1.4142135623730951},"66":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"43":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"171":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"62":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"76":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"112":{"tf":1.0}}},"r":{"c":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"c":{"df":1,"docs":{"112":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"=":{"'":{"[":{"df":0,"docs":{},"{":{"\"":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"df":0,"docs":{},"{":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"\"":{":":{"\"":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"\"":{",":{"\"":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"\"":{":":{"1":{"0":{"0":{",":{"\"":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"\"":{":":{"[":{"0":{".":{"0":{",":{"8":{"6":{"4":{"0":{"0":{".":{"0":{"]":{",":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"\"":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}},"e":{"=":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":14,"docs":{"132":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.7320508075688772},"172":{"tf":1.0},"175":{"tf":3.1622776601683795},"21":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":2.0},"73":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":10,"docs":{"124":{"tf":1.0},"126":{"tf":1.0},"131":{"tf":1.0},"153":{"tf":1.0},"163":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.4142135623730951},"195":{"tf":1.0},"21":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"m":{"a":{"df":3,"docs":{"118":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"136":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.0},"180":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"150":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"175":{"tf":2.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"38":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":2,"docs":{"130":{"tf":1.0},"167":{"tf":1.0}},"e":{"df":1,"docs":{"172":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"115":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"172":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":5,"docs":{"103":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":3.0},"5":{"tf":1.0},"72":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"113":{"tf":2.0},"72":{"tf":2.0}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":5,"docs":{"172":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.6457513110645907}}}}}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"8":{"tf":1.0}}},"df":2,"docs":{"180":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"53":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":21,"docs":{"102":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"178":{"tf":1.0},"180":{"tf":2.23606797749979},"193":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":2.0},"4":{"tf":1.0},"45":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"167":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"180":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":9,"docs":{"111":{"tf":1.0},"124":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"106":{"tf":1.0},"113":{"tf":1.0},"129":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"34":{"tf":1.0},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"132":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772},"24":{"tf":1.0},"69":{"tf":1.0}}},"df":32,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"18":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"m":{"df":3,"docs":{"106":{"tf":1.0},"15":{"tf":1.0},"38":{"tf":1.0}}},"n":{"df":1,"docs":{"37":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"109":{"tf":2.0},"87":{"tf":1.0},"96":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"15":{"tf":1.0},"175":{"tf":2.6457513110645907},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"104":{"tf":1.0},"113":{"tf":1.0},"124":{"tf":1.0},"38":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":2,"docs":{"155":{"tf":1.0},"62":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":9,"docs":{"100":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"141":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"b":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"df":0,"docs":{}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"65":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":1,"docs":{"172":{"tf":1.0}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"107":{"tf":1.0},"113":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}},"v":{"df":2,"docs":{"112":{"tf":1.0},"84":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"119":{"tf":1.0},"65":{"tf":2.23606797749979},"66":{"tf":1.0},"84":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":13,"docs":{"112":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"14":{"tf":1.0},"175":{"tf":2.6457513110645907},"22":{"tf":1.0},"24":{"tf":1.0},"42":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"42":{"tf":1.0},"71":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"92":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":5,"docs":{"102":{"tf":1.0},"175":{"tf":1.4142135623730951},"47":{"tf":1.0},"77":{"tf":1.0},"91":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"196":{"tf":1.0},"199":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"127":{"tf":1.0},"167":{"tf":1.0}}}},"p":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"df":7,"docs":{"111":{"tf":1.0},"127":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"175":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"169":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"163":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.0},"142":{"tf":1.0},"175":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"122":{"tf":1.4142135623730951},"171":{"tf":1.0},"175":{"tf":5.196152422706632},"89":{"tf":1.0}},"n":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"119":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"111":{"tf":1.4142135623730951},"112":{"tf":2.23606797749979},"162":{"tf":1.0},"175":{"tf":2.23606797749979},"26":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":18,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.7320508075688772},"112":{"tf":4.123105625617661},"115":{"tf":1.4142135623730951},"128":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.605551275463989},"186":{"tf":1.0},"26":{"tf":1.7320508075688772},"30":{"tf":1.0},"87":{"tf":1.4142135623730951},"92":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"102":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":2.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":7.0},"180":{"tf":1.0},"194":{"tf":1.0},"28":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"95":{"tf":2.0}},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.7320508075688772}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":13,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":2.8284271247461903},"180":{"tf":1.0},"2":{"tf":1.0},"30":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.0}}}}},"m":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"65":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"66":{"tf":1.0},"68":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"178":{"tf":1.0},"184":{"tf":1.0}}}}}},"df":8,"docs":{"123":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":2.8284271247461903},"45":{"tf":1.0},"47":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"112":{"tf":1.0},"179":{"tf":1.4142135623730951},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":8,"docs":{"106":{"tf":1.0},"118":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"175":{"tf":1.7320508075688772},"27":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"103":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"175":{"tf":1.0},"2":{"tf":1.0},"68":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"146":{"tf":1.0}}}}},"i":{"df":1,"docs":{"124":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":7,"docs":{"104":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"31":{"tf":1.0},"77":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":69,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":2.23606797749979},"125":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":3.1622776601683795},"183":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.7320508075688772},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"68":{"tf":1.0},"7":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"144":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"105":{"tf":1.0},"131":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"146":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0},"87":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":6,"docs":{"16":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"26":{"tf":1.0},"80":{"tf":1.0},"88":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"172":{"tf":1.0}}},"p":{"df":4,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"103":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"117":{"tf":1.0},"175":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"101":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.0}},"r":{"df":1,"docs":{"175":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"152":{"tf":1.0},"175":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.0},"130":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"113":{"tf":1.7320508075688772},"125":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":1.7320508075688772},"45":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"144":{"tf":1.0},"23":{"tf":1.0},"43":{"tf":1.0},"96":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"43":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":10,"docs":{"104":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"19":{"tf":1.0},"77":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"174":{"tf":1.0},"175":{"tf":2.0},"178":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"74":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"130":{"tf":1.0},"39":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"31":{"tf":1.0}}}},"p":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"178":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"v":{"df":1,"docs":{"118":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"i":{"df":12,"docs":{"125":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"152":{"tf":1.0},"171":{"tf":1.4142135623730951},"24":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0},"72":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"113":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"143":{"tf":1.0},"155":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.7320508075688772},"175":{"tf":1.0},"20":{"tf":1.0},"65":{"tf":1.4142135623730951},"81":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":7,"docs":{"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"105":{"tf":1.0},"125":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"175":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"167":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"111":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"134":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}},"r":{"c":{"df":15,"docs":{"101":{"tf":1.0},"109":{"tf":1.0},"122":{"tf":1.0},"133":{"tf":1.4142135623730951},"144":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"82":{"tf":1.7320508075688772},"87":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"143":{"tf":1.0},"155":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":1.0},"191":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":4,"docs":{"118":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"171":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"136":{"tf":1.0},"153":{"tf":1.0},"175":{"tf":2.8284271247461903},"74":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"136":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"102":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":12,"docs":{"10":{"tf":1.0},"111":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.4142135623730951},"45":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":12,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"69":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":15,"docs":{"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"152":{"tf":1.0},"155":{"tf":1.0},"175":{"tf":3.872983346207417},"183":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":4,"docs":{"113":{"tf":1.0},"140":{"tf":1.0},"175":{"tf":1.0},"199":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"109":{"tf":1.4142135623730951},"13":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":15,"docs":{"102":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"138":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.449489742783178},"191":{"tf":1.0},"24":{"tf":3.1622776601683795},"7":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"167":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"s":{"df":1,"docs":{"53":{"tf":1.0}}},"t":{"3":{"df":1,"docs":{"167":{"tf":1.0}}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"173":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"144":{"tf":1.0},"43":{"tf":1.0},"57":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":8,"docs":{"112":{"tf":2.449489742783178},"151":{"tf":1.4142135623730951},"175":{"tf":1.7320508075688772},"28":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"45":{"tf":1.4142135623730951},"66":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"93":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"d":{"df":4,"docs":{"118":{"tf":1.0},"175":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":36,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"112":{"tf":2.0},"115":{"tf":1.0},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"127":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"16":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":2.6457513110645907},"173":{"tf":2.6457513110645907},"174":{"tf":1.4142135623730951},"175":{"tf":5.196152422706632},"18":{"tf":1.4142135623730951},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.449489742783178},"51":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"76":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"84":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"134":{"tf":1.0},"175":{"tf":1.0}},"e":{"df":11,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0},"66":{"tf":1.7320508075688772}}},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"105":{"tf":1.0}}}}}},"y":{"df":4,"docs":{"125":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.7320508075688772},"36":{"tf":1.0}}}},"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":3,"docs":{"180":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":13,"docs":{"106":{"tf":2.0},"107":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.4142135623730951},"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"25":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":15,"docs":{"112":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.0},"144":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"2":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.4142135623730951},"91":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":19,"docs":{"102":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"112":{"tf":3.4641016151377544},"115":{"tf":2.0},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":3.4641016151377544},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.7320508075688772},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":6,"docs":{"118":{"tf":1.0},"130":{"tf":1.0},"173":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":3,"docs":{"122":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":4,"docs":{"108":{"tf":1.0},"112":{"tf":2.0},"141":{"tf":1.0},"175":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"23":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"144":{"tf":1.4142135623730951},"48":{"tf":1.0},"70":{"tf":1.4142135623730951},"77":{"tf":1.7320508075688772},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":7,"docs":{"106":{"tf":1.0},"116":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.0},"130":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}},"/":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}}}},"df":69,"docs":{"0":{"tf":1.4142135623730951},"1":{"tf":1.4142135623730951},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":2.0},"103":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":2.23606797749979},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.7320508075688772},"175":{"tf":2.6457513110645907},"178":{"tf":1.0},"180":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"26":{"tf":1.0},"31":{"tf":1.7320508075688772},"32":{"tf":2.8284271247461903},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"4":{"tf":1.0},"5":{"tf":2.0},"63":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"117":{"tf":1.0},"122":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"7":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"66":{"tf":1.0},"83":{"tf":1.0}}}},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"112":{"tf":1.0}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"136":{"tf":1.0},"178":{"tf":1.0}}}}},"i":{"df":13,"docs":{"169":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}},"o":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"175":{"tf":2.0},"46":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"141":{"tf":1.0},"171":{"tf":1.0}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":2.0}}}}}},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"175":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"118":{"tf":1.0},"80":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"198":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.0}}}},"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":4,"docs":{"42":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}},"i":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}},"n":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":1,"docs":{"169":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"106":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":1,"docs":{"166":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"158":{"tf":1.0},"162":{"tf":1.4142135623730951},"164":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":3.1622776601683795},"76":{"tf":1.0}}}},"s":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":11,"docs":{"109":{"tf":1.0},"115":{"tf":1.0},"146":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.4142135623730951},"20":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":3,"docs":{"171":{"tf":1.0},"29":{"tf":1.0},"5":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"w":{"df":2,"docs":{"38":{"tf":2.0},"39":{"tf":2.0}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"158":{"tf":1.0},"175":{"tf":3.0},"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"113":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"142":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"50":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"75":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":8,"docs":{"103":{"tf":1.4142135623730951},"141":{"tf":1.0},"175":{"tf":1.7320508075688772},"178":{"tf":1.0},"190":{"tf":1.0},"195":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":1,"docs":{"175":{"tf":1.0}},"l":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"191":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":19,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.4142135623730951},"15":{"tf":1.0},"175":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"71":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"144":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"193":{"tf":1.0},"20":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"71":{"tf":1.0},"88":{"tf":1.0}},"n":{"df":2,"docs":{"132":{"tf":1.0},"24":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"132":{"tf":1.0},"134":{"tf":1.0},"188":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"28":{"tf":1.0},"51":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":4,"docs":{"118":{"tf":1.0},"14":{"tf":1.0},"159":{"tf":1.0},"175":{"tf":1.0}}}},"x":{"df":2,"docs":{"162":{"tf":1.0},"167":{"tf":1.0}}}},"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":1,"docs":{"121":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.0},"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"y":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"104":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"150":{"tf":1.0},"198":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"138":{"tf":1.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":14,"docs":{"113":{"tf":1.0},"155":{"tf":1.0},"172":{"tf":1.4142135623730951},"175":{"tf":2.6457513110645907},"183":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"62":{"tf":1.0},"70":{"tf":1.4142135623730951},"71":{"tf":2.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":2.23606797749979},"75":{"tf":2.0}},"e":{"d":{".":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":4,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"2":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"4":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"175":{"tf":1.0},"2":{"tf":1.0}}}},"t":{"'":{"d":{"df":1,"docs":{"14":{"tf":1.0}}},"df":3,"docs":{"157":{"tf":1.0},"167":{"tf":1.0},"39":{"tf":1.0}},"r":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"77":{"tf":1.0},"84":{"tf":1.0},"96":{"tf":1.0}}},"v":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"127":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"'":{"df":23,"docs":{"10":{"tf":1.0},"105":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":3.1622776601683795},"113":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"165":{"tf":1.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"44":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"102":{"tf":1.0},"24":{"tf":1.7320508075688772},"66":{"tf":1.0}}}},"r":{"df":11,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"105":{"tf":1.0},"175":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":15,"docs":{"105":{"tf":1.0},"115":{"tf":1.0},"122":{"tf":2.0},"125":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"20":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.0}}},"k":{"df":2,"docs":{"120":{"tf":1.0},"173":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"104":{"tf":1.0},"34":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":3,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"146":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"103":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"w":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":24,"docs":{"102":{"tf":1.0},"112":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.7320508075688772},"128":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.449489742783178},"198":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"167":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.0},"34":{"tf":1.0},"39":{"tf":1.0},"66":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"?":{"df":0,"docs":{},"i":{"d":{"=":{"4":{"2":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":1,"docs":{"103":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"df":2,"docs":{"43":{"tf":1.0},"79":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"113":{"tf":1.0},"181":{"tf":1.0},"50":{"tf":1.0},"72":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"?":{"df":0,"docs":{},"t":{"=":{"0":{"6":{":":{"3":{"0":{":":{"0":{"0":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":50,"docs":{"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"115":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":2.23606797749979},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"150":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"169":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"178":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"24":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":2.449489742783178},"75":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.7320508075688772}}}}},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"df":3,"docs":{"28":{"tf":1.0},"48":{"tf":1.0},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"143":{"tf":1.0},"175":{"tf":1.4142135623730951},"74":{"tf":1.0}}}},"p":{"df":2,"docs":{"34":{"tf":1.0},"43":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"63":{"tf":1.0}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":9,"docs":{"101":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"154":{"tf":1.0},"31":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":11,"docs":{"108":{"tf":1.0},"112":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0},"171":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"48":{"tf":1.0},"77":{"tf":1.0},"90":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":1,"docs":{"78":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"l":{"df":2,"docs":{"171":{"tf":1.0},"180":{"tf":1.0}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"183":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":23,"docs":{"10":{"tf":2.0},"113":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":2.0},"140":{"tf":1.0},"15":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"175":{"tf":4.358898943540674},"19":{"tf":1.0},"20":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":2.0},"60":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"9":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":2.0}}}}}}},"p":{"df":4,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"172":{"tf":1.0},"175":{"tf":2.23606797749979}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"111":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0},"45":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.4142135623730951},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":3,"docs":{"108":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}},"k":{"df":7,"docs":{"126":{"tf":1.0},"140":{"tf":1.0},"150":{"tf":1.0},"162":{"tf":1.0},"175":{"tf":1.4142135623730951},"25":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"178":{"tf":1.0}}}}},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"167":{"tf":1.0},"193":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":69,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"108":{"tf":1.0},"112":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":2.8284271247461903},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":7.3484692283495345},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"194":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":1.0},"34":{"tf":2.23606797749979},"35":{"tf":2.23606797749979},"37":{"tf":1.0},"38":{"tf":2.23606797749979},"39":{"tf":1.0},"40":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":3.0},"7":{"tf":1.4142135623730951},"86":{"tf":1.0},"95":{"tf":1.7320508075688772},"96":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"158":{"tf":1.0},"25":{"tf":1.0},"33":{"tf":1.0}}},"n":{"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.4142135623730951}}},"t":{"df":1,"docs":{"103":{"tf":1.0}}}},"m":{"df":1,"docs":{"100":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"100":{"tf":1.4142135623730951},"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"106":{"tf":1.4142135623730951},"138":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":15,"docs":{"105":{"tf":1.7320508075688772},"112":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.0},"138":{"tf":1.0},"153":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":2.0},"193":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.4142135623730951},"87":{"tf":1.0},"99":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"167":{"tf":1.0},"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":5,"docs":{"171":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":14,"docs":{"125":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"105":{"tf":1.0},"109":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"m":{"b":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"113":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"118":{"tf":1.0},"120":{"tf":1.0},"127":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"48":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}},"m":{"df":5,"docs":{"103":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"91":{"tf":1.0}}},"p":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":31,"docs":{"102":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":2.0},"140":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"152":{"tf":2.0},"153":{"tf":1.0},"155":{"tf":1.7320508075688772},"158":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"175":{"tf":6.324555320336759},"195":{"tf":1.0},"22":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":2.0},"39":{"tf":1.0},"66":{"tf":2.6457513110645907},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"137":{"tf":1.0},"5":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"5":{"tf":1.0}}}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"36":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"66":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":33,"docs":{"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"112":{"tf":4.358898943540674},"115":{"tf":1.0},"118":{"tf":1.7320508075688772},"125":{"tf":2.23606797749979},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"141":{"tf":2.449489742783178},"142":{"tf":2.6457513110645907},"143":{"tf":1.7320508075688772},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"175":{"tf":5.385164807134504},"190":{"tf":1.0},"191":{"tf":1.0},"24":{"tf":1.0},"28":{"tf":2.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"74":{"tf":1.4142135623730951},"87":{"tf":1.0},"92":{"tf":2.23606797749979},"96":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"=":{"1":{"2":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":7,"docs":{"161":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":3.1622776601683795},"190":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"115":{"tf":1.0},"175":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"o":{"df":17,"docs":{"102":{"tf":1.0},"105":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.7320508075688772},"115":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":15,"docs":{"112":{"tf":2.0},"115":{"tf":1.0},"118":{"tf":1.0},"136":{"tf":1.4142135623730951},"152":{"tf":1.0},"154":{"tf":1.0},"175":{"tf":2.23606797749979},"24":{"tf":1.0},"30":{"tf":1.4142135623730951},"47":{"tf":1.0},"66":{"tf":1.4142135623730951},"72":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"175":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"145":{"tf":1.0},"31":{"tf":1.0},"92":{"tf":1.0}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"130":{"tf":1.0}}}}},"i":{"df":15,"docs":{"10":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"122":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.4142135623730951},"169":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":6.244997998398398},"44":{"tf":1.0},"71":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}},"k":{"df":1,"docs":{"175":{"tf":1.0}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"r":{"df":5,"docs":{"113":{"tf":1.0},"157":{"tf":1.0},"175":{"tf":1.0},"44":{"tf":1.0},"66":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"122":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"175":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":2,"docs":{"173":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"38":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"38":{"tf":1.0}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"i":{"df":1,"docs":{"199":{"tf":1.0}},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"112":{"tf":1.0}}}},"t":{"df":2,"docs":{"175":{"tf":1.0},"71":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"x":{"df":1,"docs":{"45":{"tf":1.0}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"2":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"54":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"113":{"tf":1.0},"130":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"8":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":2,"docs":{"87":{"tf":1.0},"88":{"tf":1.0}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"141":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.7320508075688772},"175":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"7":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"94":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"141":{"tf":1.0},"175":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.4142135623730951},"124":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.4142135623730951},"66":{"tf":1.0},"88":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"2":{"tf":2.0},"45":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":3.4641016151377544}}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"175":{"tf":2.23606797749979},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"47":{"tf":1.0},"73":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":31,"docs":{"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"112":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"14":{"tf":1.0},"141":{"tf":1.0},"144":{"tf":1.0},"155":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":2.23606797749979},"173":{"tf":1.0},"175":{"tf":3.3166247903554},"25":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"96":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"175":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"115":{"tf":1.0},"175":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"75":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":5,"docs":{"145":{"tf":1.4142135623730951},"169":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":7,"docs":{"167":{"tf":1.0},"170":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":93,"docs":{"10":{"tf":1.4142135623730951},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"108":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":3.4641016151377544},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"122":{"tf":2.449489742783178},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.4142135623730951},"175":{"tf":4.898979485566356},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":2.0},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"71":{"tf":1.0},"72":{"tf":1.4142135623730951},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"8":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0},"89":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"34":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"r":{"df":9,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"175":{"tf":1.0},"18":{"tf":1.0},"20":{"tf":1.0},"51":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}}},"g":{"df":1,"docs":{"4":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"103":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.0},"141":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"87":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"'":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"113":{"tf":1.0},"175":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}},"w":{"df":2,"docs":{"141":{"tf":1.0},"178":{"tf":1.0}}},"x":{"df":3,"docs":{"160":{"tf":1.0},"169":{"tf":1.0},"175":{"tf":1.4142135623730951}}}},"v":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":3,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"20":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"174":{"tf":1.0}}}}},"u":{"df":7,"docs":{"103":{"tf":1.0},"130":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"45":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"175":{"tf":1.0},"197":{"tf":1.0},"88":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"164":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":25,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":2.0},"126":{"tf":1.7320508075688772},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"141":{"tf":2.449489742783178},"142":{"tf":1.0},"143":{"tf":1.7320508075688772},"146":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":2.449489742783178},"23":{"tf":1.0},"28":{"tf":2.0},"29":{"tf":1.0},"31":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"92":{"tf":1.0},"96":{"tf":1.4142135623730951}},"e":{"'":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"175":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.7320508075688772},"81":{"tf":2.23606797749979},"83":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"118":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.7320508075688772}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"105":{"tf":1.0},"175":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"117":{"tf":1.0},"166":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":4,"docs":{"121":{"tf":1.0},"122":{"tf":1.0},"175":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"113":{"tf":1.0},"122":{"tf":1.0},"160":{"tf":1.4142135623730951},"175":{"tf":3.4641016151377544},"42":{"tf":1.0},"47":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{}},"z":{"df":2,"docs":{"160":{"tf":1.0},"173":{"tf":1.0}}}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"167":{"tf":1.0},"178":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"164":{"tf":1.0}}}}},"r":{"df":1,"docs":{"117":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"167":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"w":{"a":{"df":1,"docs":{"38":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"141":{"tf":1.7320508075688772},"143":{"tf":1.0},"164":{"tf":1.0},"175":{"tf":1.0},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"v":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"129":{"tf":1.0}}}},"l":{"df":0,"docs":{},"k":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"171":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}},"df":18,"docs":{"100":{"tf":1.4142135623730951},"112":{"tf":1.0},"128":{"tf":1.0},"131":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.0},"175":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"66":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"105":{"tf":1.0},"121":{"tf":1.0},"136":{"tf":1.0},"16":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"171":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.0},"77":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"48":{"tf":1.0}}},"p":{"df":4,"docs":{"125":{"tf":1.0},"127":{"tf":1.0},"175":{"tf":1.4142135623730951},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951}}}}}}}}},"m":{"_":{"df":0,"docs":{},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"164":{"tf":1.0},"84":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"175":{"tf":1.0},"34":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"102":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"125":{"tf":1.0}}}},"y":{"df":33,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":2.23606797749979},"109":{"tf":2.8284271247461903},"110":{"tf":1.0},"112":{"tf":2.6457513110645907},"113":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":1.0},"125":{"tf":1.4142135623730951},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"174":{"tf":1.0},"175":{"tf":3.4641016151377544},"18":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"39":{"tf":1.0},"65":{"tf":1.0},"75":{"tf":1.0},"87":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"21":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"r":{"df":4,"docs":{"134":{"tf":1.0},"166":{"tf":1.0},"192":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":2,"docs":{"135":{"tf":1.0},"160":{"tf":1.0}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"158":{"tf":1.0},"164":{"tf":1.7320508075688772},"175":{"tf":2.23606797749979},"2":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.7320508075688772},"85":{"tf":2.0}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"u":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"d":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"138":{"tf":1.0},"144":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"175":{"tf":1.0},"178":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"83":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"112":{"tf":2.0},"115":{"tf":1.0}}}}},"r":{"d":{"df":5,"docs":{"112":{"tf":1.0},"141":{"tf":1.0},"15":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"34":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"15":{"tf":1.0},"178":{"tf":1.0},"71":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":8,"docs":{"112":{"tf":1.0},"118":{"tf":1.0},"171":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"67":{"tf":1.0},"77":{"tf":1.0},"8":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"175":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"7":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"s":{"8":{"4":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"18":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"131":{"tf":1.0},"146":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"195":{"tf":1.0},"77":{"tf":1.0}},"r":{"df":1,"docs":{"7":{"tf":1.0}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"122":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"111":{"tf":1.4142135623730951},"175":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"113":{"tf":1.0},"141":{"tf":1.0}}}}},"n":{"d":{"df":1,"docs":{"130":{"tf":1.0}},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"172":{"tf":1.0},"175":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"2":{"tf":1.0},"42":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"83":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"180":{"tf":1.0}},"e":{"df":1,"docs":{"51":{"tf":1.0}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"175":{"tf":1.0},"47":{"tf":1.0}}}}},"p":{"df":2,"docs":{"175":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"104":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"87":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":21,"docs":{"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"141":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"162":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.0},"18":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"47":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0}}}}}}},"z":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"172":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"129":{"tf":1.0}}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"24":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"173":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.0},"151":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":2.8284271247461903},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":4.123105625617661},"180":{"tf":1.0},"182":{"tf":1.4142135623730951},"192":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.7320508075688772},"27":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"77":{"tf":1.4142135623730951},"79":{"tf":1.0},"9":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"136":{"tf":1.0}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":2,"docs":{"136":{"tf":1.0},"175":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":9,"docs":{"117":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"15":{"tf":1.0},"175":{"tf":1.0},"47":{"tf":1.0},"77":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"130":{"tf":1.0},"175":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"112":{"tf":1.0},"75":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"125":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"171":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"113":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"173":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"31":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"112":{"tf":1.0},"15":{"tf":1.0},"8":{"tf":1.0}}}}}}},"x":{"1":{"1":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"103":{"tf":1.4142135623730951},"175":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"0":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"175":{"tf":1.0},"194":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"42":{"tf":1.0}}}}}},"y":{"df":1,"docs":{"103":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"171":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951},"32":{"tf":1.0}}}},"df":1,"docs":{"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"175":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"'":{"d":{"df":4,"docs":{"16":{"tf":1.0},"20":{"tf":1.0},"36":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"45":{"tf":1.0}}}},"r":{"df":6,"docs":{"159":{"tf":1.0},"18":{"tf":2.0},"45":{"tf":2.0},"47":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0}}},"v":{"df":3,"docs":{"5":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"175":{"tf":1.0}}},"df":1,"docs":{"173":{"tf":1.0}}}}}}},"z":{"df":3,"docs":{"112":{"tf":1.0},"175":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.7320508075688772}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"11":{"tf":1.0},"122":{"tf":1.0},"166":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":2.23606797749979},"193":{"tf":1.0},"198":{"tf":1.0},"32":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":2.449489742783178},"34":{"tf":1.0}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"175":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"title":{"root":{"1":{"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":1,"docs":{"172":{"tf":1.0}}},"2":{"0":{"1":{"8":{"df":1,"docs":{"172":{"tf":1.0}}},"9":{"df":2,"docs":{"172":{"tf":1.0},"173":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":3,"docs":{"158":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}},"1":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"173":{"tf":1.0}}},"3":{"df":1,"docs":{"174":{"tf":1.0}}},"a":{"/":{"b":{"df":7,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"123":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"63":{"tf":1.0},"66":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"114":{"tf":1.0},"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"77":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":2,"docs":{"16":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"39":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"38":{"tf":1.0}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"197":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"25":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"v":{"d":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":2,"docs":{"40":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":4,"docs":{"149":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":1,"docs":{"35":{"tf":1.0}}}},"r":{"df":1,"docs":{"125":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"127":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"17":{"tf":1.0},"20":{"tf":1.0},"44":{"tf":1.0}}},"y":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"189":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"90":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"107":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"103":{"tf":1.0},"14":{"tf":1.0}}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"137":{"tf":1.0}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"100":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"73":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"118":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"131":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"101":{"tf":1.0},"66":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"113":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"124":{"tf":1.0},"130":{"tf":1.0},"190":{"tf":1.0}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"118":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"190":{"tf":1.0}},"u":{"df":1,"docs":{"178":{"tf":1.0}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"177":{"tf":1.0},"64":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"100":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"q":{"df":1,"docs":{"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"19":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":4,"docs":{"161":{"tf":1.0},"184":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}},"m":{"a":{".":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"c":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"188":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"t":{"df":1,"docs":{"42":{"tf":1.0}}}},"i":{"df":1,"docs":{"162":{"tf":1.0}},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"178":{"tf":1.0},"195":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"5":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{".":{"a":{"df":0,"docs":{},"u":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"1":{"7":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"183":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"106":{"tf":1.0},"137":{"tf":1.0},"17":{"tf":1.0},"76":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"68":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"155":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"111":{"tf":1.0},"112":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"28":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"104":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"127":{"tf":1.0}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"54":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"115":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"13":{"tf":1.0},"166":{"tf":1.0}}}},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}},"p":{"df":15,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"162":{"tf":1.0},"187":{"tf":1.0},"30":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0},"67":{"tf":1.0},"76":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"37":{"tf":1.0}}}}}},"o":{"d":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"101":{"tf":1.0},"116":{"tf":1.0},"163":{"tf":1.0},"199":{"tf":1.0},"67":{"tf":1.0},"86":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"167":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"146":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"17":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"182":{"tf":1.0},"50":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"159":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"47":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"df":4,"docs":{"107":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0},"8":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"57":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"190":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"5":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"100":{"tf":1.0},"152":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"187":{"tf":1.0},"29":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"141":{"tf":1.0},"78":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"156":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"8":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"107":{"tf":1.0},"111":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"56":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"182":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":3,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"a":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"91":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":3,"docs":{"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}},"s":{"3":{"df":1,"docs":{"85":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"134":{"tf":1.0},"180":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"95":{"tf":1.0}}}},"df":1,"docs":{"94":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"l":{"df":6,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"163":{"tf":1.0},"190":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"d":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"c":{"df":4,"docs":{"133":{"tf":1.0},"185":{"tf":1.0},"4":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"180":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"148":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0},"42":{"tf":1.0}}}},"y":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":1,"docs":{"38":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"158":{"tf":1.0},"21":{"tf":1.0},"36":{"tf":1.0}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"94":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"81":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":2,"docs":{"144":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"116":{"tf":1.0},"123":{"tf":1.0}}},"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"12":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"5":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}}}},"w":{"df":1,"docs":{"38":{"tf":1.4142135623730951}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"103":{"tf":1.0}}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"166":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"70":{"tf":1.0},"71":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"130":{"tf":1.0}}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":2,"docs":{"152":{"tf":1.0},"153":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"15":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"123":{"tf":1.0},"35":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"100":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"99":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"113":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":6,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"29":{"tf":1.0},"68":{"tf":1.0}}},"v":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"170":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"r":{"b":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"185":{"tf":1.0},"191":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":5,"docs":{"10":{"tf":1.0},"117":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"122":{"tf":1.0},"166":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"147":{"tf":1.0},"26":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"32":{"tf":1.0},"33":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"e":{"b":{"df":3,"docs":{"164":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":9,"docs":{"119":{"tf":1.0},"151":{"tf":1.0},"159":{"tf":1.0},"182":{"tf":1.0},"22":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"'":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":1,"docs":{"97":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"83":{"tf":1.0}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}
    \ No newline at end of file